aboutsummaryrefslogtreecommitdiff
path: root/src/z_strings.c
AgeCommit message (Collapse)Author
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
2004-07-22fixed a memory-leak in [l2s] (thanks to ix@replic.net)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=1883
2003-12-30use a macro STATIC_INLINE since i cannot convince vc6 to compile inline ↵IOhannes m zmölnig
functions svn path=/trunk/externals/zexy/; revision=1247
2003-08-05removed the "OLD" stuffIOhannes m zmölnig
fixed a bug, that would output things double, if "anything" was sent to [l2s] svn path=/trunk/externals/zexy/; revision=825
2003-06-18added "symbol2list"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=705
2003-03-09Minor changes for compilation using Visual C++ 6.0 (SP3) under WindowsDaniel Heckenberg
ncluding: - no array declaration with variable size - fixed signed/unsigned comparison warnings svn path=/trunk/externals/zexy/; revision=460
2003-03-07list2symbol now has a separator that can be defined by the usersIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=456
2002-10-09moved from zexy/zexy to zexysvn2git-rootGuenter Geiger
svn path=/trunk/externals/zexy/; revision=169