aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/kernel.c
AgeCommit message (Collapse)Author
2009-08-16const error fix (from Carmen)N.N.
svn path=/trunk/; revision=11930
2009-06-08misleading obsolete commentN.N.
svn path=/trunk/; revision=11713
2009-06-03using namespace desire;N.N.
svn path=/trunk/; revision=11660
2009-06-03better display of the symbol tableN.N.
svn path=/trunk/; revision=11637
2009-06-03added pd (global) method "symbol_table" to get a sorted list of all symbols.N.N.
svn path=/trunk/; revision=11636
2009-06-02fixed dollsym expansionN.N.
svn path=/trunk/; revision=11633
2009-06-02reformatN.N.
svn path=/trunk/; revision=11630
2009-06-02use t_outlet->sendN.N.
svn path=/trunk/; revision=11627
2009-06-02reformatN.N.
svn path=/trunk/; revision=11620
2009-05-29can now load zexy (re: class_new can take null as a t_symbol*N.N.
svn path=/trunk/; revision=11554
2009-05-29reformatN.N.
svn path=/trunk/; revision=11553
2009-05-14make gcc globally shut up about (v)asprintf return values, yet make the ↵N.N.
return values usable if we want to. svn path=/trunk/; revision=11335
2009-05-14fix gcc "unimplemented feature": vasprintf for mingw was being redef'd on ↵N.N.
linux because config.h wasn't included svn path=/trunk/; revision=11332
2009-05-14suggested parenthesesN.N.
svn path=/trunk/; revision=11331
2009-05-14fix warnings due to new gcc thinking asprintf() might not return >=0...N.N.
svn path=/trunk/; revision=11330
2009-04-27(v)asprintf throws () to fit the C++ declarations of those functions.N.N.
svn path=/trunk/; revision=11171
2009-04-27#define in .c instead of .h (from Patrice Colet)N.N.
svn path=/trunk/; revision=11170
2009-04-26moved some asprintf stuff that really should go in the .c instead of .hN.N.
svn path=/trunk/; revision=11153
2009-04-25move asprintf,vasprintf out to kernel.c to avoid multiple defsN.N.
svn path=/trunk/; revision=11145
2009-04-25add t_symbol.==(const char*); remove gcc 4.2 warning in ↵N.N.
binbuf_read,binbuf_read_via_path,binbuf_write svn path=/trunk/; revision=11135
2009-04-24remove gcc 4.2 warning in binbuf_write, binbuf_read, binbuf_read_via_canvas, ↵N.N.
binbuf_read_via_path svn path=/trunk/; revision=11127
2009-04-24remove gcc 4.2 warnings in binbuf_text, binbuf_text_matju, ↵N.N.
binbuf_text_quoted, binbuf_text_miller, pd_eval_text, pd_eval_text2, canvas_readerror, pd_vscanargs, pd_scanargs, pd_vsaveargs, pd_saveargs. svn path=/trunk/; revision=11126
2009-04-24goes with recently removed warningsN.N.
svn path=/trunk/; revision=11124
2008-02-08reorganizedIOhannes m zmölnig
svn path=/trunk/; revision=9400