aboutsummaryrefslogtreecommitdiff
path: root/src/list2symbol.c
AgeCommit message (Collapse)Author
2015-08-28one-true indentationIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=17537
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15327
2009-07-18probably fixed a bug with freeing 0-allocated memoryIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=11873
2008-01-03cleanup includesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9112
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are ↵IOhannes m zmölnig
now to be found in the ./reference/ folder and are named <path>-help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
2006-11-12reduced warnings by properly declaring functions and avoidance ofIOhannes m zmölnig
variable shadowing svn path=/trunk/externals/zexy/; revision=6269
2006-06-28changed [l2s] argument incompatibly: the argument is now the delimiterIOhannes m zmölnig
(analogous to [s2l]) instead of the default list to be converted. while this is an incompatible change, i noticed that the argument handling was broken anyhow (produced rather random results, even in the help-file!) and since nobody noticed i guess the arguments are not used anyhow.... svn path=/trunk/externals/zexy/; revision=5310
2006-04-05use unused variablesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4815
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494
2005-12-14removed implicit use of alloca (my mingw-X-compiler couldn't cope with that)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4213
2005-08-31fixed bug that wrongly guessed the size of the new symbol (lead to crashes)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3466
2005-08-23do not use atom_getstring() for symbols, rather take the s_nameIOhannes m zmölnig
this reduces the amount of quoting significantly svn path=/trunk/externals/zexy/; revision=3454
2005-07-13return "" if calculated length is <= 0 (and not just <0)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3341
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3025
2005-03-22zexy-2.0:IOhannes m zmölnig
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641