aboutsummaryrefslogtreecommitdiff
path: root/src/relay.c
AgeCommit message (Collapse)Author
2015-08-28fix NULL-selectorsIOhannes m zmölnig
When handling 'float' messages with the list-method, the selector is set to NULL in the incoming message. however, passing that message on, inevitably leads to a crash :-( Closes https://sourceforge.net/p/pure-data/bugs/1194/ svn path=/trunk/externals/zexy/; revision=17538
2015-08-28one-true indentationIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=17537
2015-08-28fixed indentationIOhannes m zmölnig
was it me who did this totally crazy indentation in the first place? svn path=/trunk/externals/zexy/; revision=17535
2013-06-03declare unused parameters as suchIOhannes m zmölnig
rather than doing a dummy-usage svn path=/trunk/externals/zexy/; revision=17144
2011-10-03replaced &s_ with gensym()IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15490
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15327
2008-01-03use t_float/t_sample instead of "float" and where appropriateIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9111
2006-04-05use unused variablesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4815
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494
2006-01-23cleaned up code so we get hardly any warnings when compiling with "-Wall"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4473
2005-06-21added [relay], a stupid [route]IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3229