aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
AgeCommit message (Collapse)Author
2005-10-27when we add an item at a certain index that exceeds the number of elements,IOhannes m zmölnig
we resize the array to be able to hold the new index. use of "verbose()" svn path=/trunk/externals/zexy/; revision=3769
2005-06-30added more intelligent verbosityIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3273
2005-06-21default to 128 maxentries if 0 or a negative number is givenIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3228
2005-06-15oops, declaration after codeIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3176
2005-06-15included <string.h>IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3174
2005-05-30improved performance (i think)IOhannes m zmölnig
added a lot of new functionality svn path=/trunk/externals/zexy/; revision=3095
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3025
2005-04-12code cleanupIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=2737
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