aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-09-06fixed crasher bug when replacing an sublist in an empty msgboxIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8707
2007-08-29added a "g" instead of the "f" to fwriteln.c for better precision, when ↵Franz Zotter
using small or large numbers.:w svn path=/trunk/externals/zexy/; revision=8692
2007-08-24added a more stable version of float formatting to [fwriteln] with the argumentsFranz Zotter
e.g. [fwriteln w 10 p 2] for minimum width 10 and precision 2. svn path=/trunk/externals/zexy/; revision=8684
2007-08-21added a format string for writing floats with fwritelnFranz Zotter
maybe a dangerous option....? svn path=/trunk/externals/zexy/; revision=8679
2007-08-16freadln: removed a post message from codeFranz Zotter
svn path=/trunk/externals/zexy/; revision=8603
2007-08-16freadln:Franz Zotter
repaired the file read error in freadln and added the textfile/msgfile mode with ";" fwriteln: added the textfile/msgfile compatible mode with ";" svn path=/trunk/externals/zexy/; revision=8602
2007-07-26added more list operating objectsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8246
2007-07-24added "delete" functionalityIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8230
2007-07-05make it vc6-proof! when using autoconf, this will be overwritten anyhowmusil
svn path=/trunk/externals/zexy/; revision=7900
2007-07-05w32 does not know vsnprintf()! use _vsnprintf(), dude...musil
svn path=/trunk/externals/zexy/; revision=7899
2007-07-05declaration must be at start of a blockmusil
svn path=/trunk/externals/zexy/; revision=7898
2007-07-05updated to include all those cool new sourcesmusil
svn path=/trunk/externals/zexy/; revision=7897
2007-06-20removed the "SIMD" verbosityIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7787
2007-05-21made it more zexyIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7704
2007-05-21added fz's [freadln] and [fwriteln]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7703
2007-05-21removed unused codeIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7702
2007-05-10allow to query multiple values at onceIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7649
2007-05-10added my own version of [pack] and [unpack] which do not have type-taggingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7648
2007-03-19fixed symbolic link creation (stripped paths)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7508
2007-03-19added an aliasing "system": only the master objects are kept in CVS;IOhannes m zmölnig
aliases are copied (or linked) from the master objects svn path=/trunk/externals/zexy/; revision=7507
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
2007-03-08provide our own verbose() function, in case pd is lacking one;IOhannes m zmölnig
this is important when compiling the zexy binary against newer pd-versions but really running it on outdated versions svn path=/trunk/externals/zexy/; revision=7480
2007-03-08added regex supportIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7479
2007-03-07added [matchbox] an object to search a list (with pattern matching) in a ↵IOhannes m zmölnig
"box" of lists svn path=/trunk/externals/zexy/; revision=7475
2007-03-07increased minor version, for bugfixesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7473
2007-03-06increased the headroom for converting the buffer from the text-format to a ↵IOhannes m zmölnig
binbuf-readable one; LATER see how this is done in [textfile] svn path=/trunk/externals/zexy/; revision=7472
2007-03-06simplifiedIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7471
2007-03-06made msgfile_bang reentrantIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7470
2006-12-12added "dump" and "clear" messagesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6816
2006-11-12reduced warnings by properly declaring functions and avoidance ofIOhannes m zmölnig
variable shadowing svn path=/trunk/externals/zexy/; revision=6269
2006-11-12comments looked like comments in comments...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6268
2006-11-10fixed install-paths (forgot "pd/lib")IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6252
2006-11-06try to ignore some filesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6220
2006-11-03...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6218
2006-10-23added $(DESTDIR) to the install-pathsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6155
2006-10-22added checks for regex-libIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6153
2006-10-19protect zexyconf.h against re-inclusion;IOhannes m zmölnig
use the protection in zexy.h (so we can force zexyconf.h to not be included) svn path=/trunk/externals/zexy/; revision=6143
2006-10-18this file got updated accidentially;IOhannes m zmölnig
in this version (which shouldn't change), nothing optional is defined, so it should allow to build zexy on any platform (with less features) svn path=/trunk/externals/zexy/; revision=6131
2006-10-17always use zexyconf.h;IOhannes m zmölnig
if someone wants to build zexy with their own build-system, they will have to provide a dummy or think of something else themselves svn path=/trunk/externals/zexy/; revision=6126
2006-10-16drop INCLUDES; integrate it into CFLAGS/CPPFLAGSIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6116
2006-10-11on failfing to find m_pd.h output the entire config.log;IOhannes m zmölnig
more verbosity on adding /path/to/pd svn path=/trunk/externals/zexy/; revision=6092
2006-10-10use pd_error() to make errors findable;IOhannes m zmölnig
changed behaviour of "read" message (no more appending of file to current buffer) added "read2" message (appends file to current buffer == old "read" behaviour) svn path=/trunk/externals/zexy/; revision=6091
2006-10-04fixed AC_CHECK_CFLAG test (use .c instead of .c++)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6074
2006-10-04added LATER...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6073
2006-10-02removed redundant tests.IOhannes m zmölnig
hopefully a bit more stable in detecting w32-setups svn path=/trunk/externals/zexy/; revision=6061
2006-09-28removed the new osx>=10.3 linking magic in favour of the bundle_loader ↵IOhannes m zmölnig
flat-namespeace svn path=/trunk/externals/zexy/; revision=6042
2006-09-28hopefully a bit better checks (needs some more testing)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6041
2006-09-25reduced even more logic to make it even simplerIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6023
2006-09-25less magic (less errorprone)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6022
2006-09-25changed t_float to t_sample where appropriateIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6021