aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19made [a2l] the master for [an2list]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7506
2007-03-14updated everything a bit...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7487
2007-03-14updated test system and added a msgfile reentrancy testIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7486
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-18created rudimentary regex help patch since there was noneHans-Christoph Steiner
svn path=/trunk/externals/zexy/; revision=6934
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-17added help for "read2" message.IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6124
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-03simple abstraction implementation of [repack]; needs more workIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6070
2006-10-03abstraction implementation of [minmax]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6068
2006-10-03basic [mavg] implementation as abstraction; not fully compatible yet with ↵IOhannes m zmölnig
the zexy-external version svn path=/trunk/externals/zexy/; revision=6066
2006-10-03abstraction-implementation of [sum]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6065
2006-10-03abstraction-implementation for [any2list]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6064
2006-10-03implementation of [length] with [list length]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6063
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 test for [zexy]'s help-msgIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6044
2006-09-28allow to set pd-binary with ${PD}IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6043
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
2006-09-16fixed order of outputs (should be right to left, was "left, right, middle")IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5948
2006-08-30smaller banner when compiling as single externalsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5788
2006-07-05added the "$$" method also for reading (though not strictly necessary);IOhannes m zmölnig
removed (#if 0) clauses svn path=/trunk/externals/zexy/; revision=5357
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-06-28the default regex is now ".*" which matches anything instead of NO regexIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5309
2006-06-27added a new writing mode: '$$' which converts occurences of "$$" to "\$", in ↵IOhannes m zmölnig
order to be able to write pd-patches which make use of arguments svn path=/trunk/externals/zexy/; revision=5306