index
:
svn2git/trunk.git
master
trunk: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
desiredata
/
src
/
kernel.c
Age
Commit message (
Expand
)
Author
2009-08-16
const error fix (from Carmen)
N.N.
2009-06-08
misleading obsolete comment
N.N.
2009-06-03
using namespace desire;
N.N.
2009-06-03
better display of the symbol table
N.N.
2009-06-03
added pd (global) method "symbol_table" to get a sorted list of all symbols.
N.N.
2009-06-02
fixed dollsym expansion
N.N.
2009-06-02
reformat
N.N.
2009-06-02
use t_outlet->send
N.N.
2009-06-02
reformat
N.N.
2009-05-29
can now load zexy (re: class_new can take null as a t_symbol*
N.N.
2009-05-29
reformat
N.N.
2009-05-14
make gcc globally shut up about (v)asprintf return values, yet make the retur...
N.N.
2009-05-14
fix gcc "unimplemented feature": vasprintf for mingw was being redef'd on lin...
N.N.
2009-05-14
suggested parentheses
N.N.
2009-05-14
fix warnings due to new gcc thinking asprintf() might not return >=0...
N.N.
2009-04-27
(v)asprintf throws () to fit the C++ declarations of those functions.
N.N.
2009-04-27
#define in .c instead of .h (from Patrice Colet)
N.N.
2009-04-26
moved some asprintf stuff that really should go in the .c instead of .h
N.N.
2009-04-25
move asprintf,vasprintf out to kernel.c to avoid multiple defs
N.N.
2009-04-25
add t_symbol.==(const char*); remove gcc 4.2 warning in binbuf_read,binbuf_re...
N.N.
2009-04-24
remove gcc 4.2 warning in binbuf_write, binbuf_read, binbuf_read_via_canvas, ...
N.N.
2009-04-24
remove gcc 4.2 warnings in binbuf_text, binbuf_text_matju, binbuf_text_quoted...
N.N.
2009-04-24
goes with recently removed warnings
N.N.
2008-02-08
reorganized
IOhannes m zmölnig