Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-03 | replaced &s_ with gensym() | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=15490 | |||
2011-09-21 | fixed license boilerplate and UTF8 encoding | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=15327 | |||
2009-03-19 | fixed warnings | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=10873 | |||
2008-01-03 | run with "-pedantic" and "-std=c99": removed warnings | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=9113 | |||
2007-10-30 | replaced gensym("float") by &s_float | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=8908 | |||
2007-03-14 | updated 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 | |||
2006-06-28 | the default regex is now ".*" which matches anything instead of NO regex | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=5309 | |||
2006-06-20 | made additional outlets: outlet1=1/0 (whether we have at least 1 match or ↵ | IOhannes m zmölnig | |
not); outlet2=info about the matches; outlet3=number of matches svn path=/trunk/externals/zexy/; revision=5268 | |||
2006-05-19 | rudimentary help-messages on receiving "help" | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=5091 | |||
2006-04-05 | use unused variables | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=4815 | |||
2006-01-25 | removed the z_..._setup() function | IOhannes m zmölnig | |
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494 | |||
2006-01-23 | cleaned up code so we get hardly any warnings when compiling with "-Wall" | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=4473 | |||
2005-11-29 | moved configuration from compiler-arguments into zexyconf.h | IOhannes m zmölnig | |
only build regex if there is a regex.h in the system svn path=/trunk/externals/zexy/; revision=4080 | |||
2005-11-02 | match a list(symbol) against a regular expression | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3818 |