aboutsummaryrefslogtreecommitdiff
path: root/src/fifop.c
AgeCommit message (Expand)Author
2015-08-28one-true indentationIOhannes m zmölnig
2013-06-03declare unused parameters as suchIOhannes m zmölnig
2012-12-19fixing unicode charactersIOhannes m zmölnig
2011-10-03replaced &s_ with gensym()IOhannes m zmölnig
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
2007-10-30replaced gensym("float") by &s_floatIOhannes m zmölnig
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are no...IOhannes m zmölnig
2006-12-12added "dump" and "clear" messagesIOhannes m zmölnig
2006-05-19rudimentary help-messages on receiving "help"IOhannes m zmölnig
2006-04-05use unused variablesIOhannes m zmölnig
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
2006-01-23cleaned up code so we get hardly any warnings when compiling with "-Wall"IOhannes m zmölnig
2005-12-21removed C99-define-magic for verbose output:IOhannes m zmölnig
2005-12-04simplified the stack counterIOhannes m zmölnig
2005-12-04added an "info"-outlet,which bangs when the {lf}ifo is emptyIOhannes m zmölnig
2005-06-15add2fifo() must return somethingIOhannes m zmölnig
2005-05-25speeding things up significantly when handling looong FIFOs by storing both t...IOhannes m zmölnig
2005-05-25fixed stupid allocation bugIOhannes m zmölnig
2005-05-22fixed a bug with prioritiesIOhannes m zmölnig
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
2005-05-18added lifop (Last-In-First-Out with Priorities) and fifop (First-In-First-Out...IOhannes m zmölnig