aboutsummaryrefslogtreecommitdiff
path: root/src/list2symbol.c
AgeCommit message (Collapse)Author
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