aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/kernel.c
AgeCommit message (Expand)Author
2009-08-16const error fix (from Carmen)N.N.
2009-06-08misleading obsolete commentN.N.
2009-06-03using namespace desire;N.N.
2009-06-03better display of the symbol tableN.N.
2009-06-03added pd (global) method "symbol_table" to get a sorted list of all symbols.N.N.
2009-06-02fixed dollsym expansionN.N.
2009-06-02reformatN.N.
2009-06-02use t_outlet->sendN.N.
2009-06-02reformatN.N.
2009-05-29can now load zexy (re: class_new can take null as a t_symbol*N.N.
2009-05-29reformatN.N.
2009-05-14make gcc globally shut up about (v)asprintf return values, yet make the retur...N.N.
2009-05-14fix gcc "unimplemented feature": vasprintf for mingw was being redef'd on lin...N.N.
2009-05-14suggested parenthesesN.N.
2009-05-14fix 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-26moved some asprintf stuff that really should go in the .c instead of .hN.N.
2009-04-25move asprintf,vasprintf out to kernel.c to avoid multiple defsN.N.
2009-04-25add t_symbol.==(const char*); remove gcc 4.2 warning in binbuf_read,binbuf_re...N.N.
2009-04-24remove gcc 4.2 warning in binbuf_write, binbuf_read, binbuf_read_via_canvas, ...N.N.
2009-04-24remove gcc 4.2 warnings in binbuf_text, binbuf_text_matju, binbuf_text_quoted...N.N.
2009-04-24goes with recently removed warningsN.N.
2008-02-08reorganizedIOhannes m zmölnig