aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-30use t_float and t_sample when possibleIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8907
2007-10-30added a macro for type-checkingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8906
2007-10-22removed zexyconf.h as it was too easy to enable the wrong stuff when notIOhannes m zmölnig
using copnfigure (e.g. in ./externals/build/src) instead we just do it ordinarily: configure will define HAVE_CONFIG_H in Make.config, and if this is set we include zexyconf.h, else we don't svn path=/trunk/externals/zexy/; revision=8857
2007-10-22per default, this disables allocaIOhannes m zmölnig
but really, we should use something like; "-D_HAVE_ZEXYCONF" to include the zexyconf.h file svn path=/trunk/externals/zexy/; revision=8856
2007-10-01fixed bug with inline modification of bufferIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8781
2007-10-01added fbar's original patch to trigger the bug;IOhannes m zmölnig
layout modifications at the old trigger patch svn path=/trunk/externals/zexy/; revision=8780
2007-09-30updated help to reflect the advent of [list] objectsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8778
2007-09-30regression test for [lister] and inlne modification of listsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8777
2007-09-23made the best out of "fwriteln": now accepts also arguments "f" "g" and "e" ↵Franz Zotter
as floating point formats and is verbose in case of erroneous usage. svn path=/trunk/externals/zexy/; revision=8752
2007-09-23corrected the segmentation fault error in fwriteln. (string length was too ↵Franz Zotter
short by 1 byte) svn path=/trunk/externals/zexy/; revision=8751
2007-09-06better evaluation of passed/failed testsIOhannes m zmölnig
(some tests MUST fail in order to work correctly: these are prefixed with "fail_") svn path=/trunk/externals/zexy/; revision=8713
2007-09-06renamed "noresult"-test to "fail_noresult" to indicate that this testIOhannes m zmölnig
SHOULD fail svn path=/trunk/externals/zexy/; revision=8712
2007-09-06added tests for testing the unittest-engineIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8711
2007-09-06changed default test-behaviour:IOhannes m zmölnig
now every test has to return a result immediately (if it knows that it takes more time, it must return "-1" and the tester will wait for it; if it does not do so, the test automatically fails) svn path=/trunk/externals/zexy/; revision=8710
2007-09-06updated [testunit] to pd-0.40IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8709
2007-09-06renamed zexy.pd to zexy_.pd, since pd refuses to load [help-msg/zexy]IOhannes m zmölnig
("zexy already loaded") svn path=/trunk/externals/zexy/; revision=8708
2007-09-06fixed crasher bug when replacing an sublist in an empty msgboxIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8707
2007-09-05a crasher-bug committed by ed.IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8705
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 some documentation to the new features of fwritelnFranz Zotter
svn path=/trunk/externals/zexy/; revision=8685
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-21added help-patches for fz's [freadln]/[fwriteln]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7705
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-10...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7650
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-05-10fixed typos, use $0 to avoid duplicate arrays (when opening several ↵IOhannes m zmölnig
help-patches) svn path=/trunk/externals/zexy/; revision=7647
2007-05-10abstraction implementation of [tabset]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7646
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-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