aboutsummaryrefslogtreecommitdiff
path: root/src/fifop.c
AgeCommit message (Collapse)Author
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-12-21removed C99-define-magic for verbose output:IOhannes m zmölnig
now we just make a static function z_verbose() that calls either verbose() or post() svn path=/trunk/externals/zexy/; revision=4266
2005-12-04simplified the stack counterIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4130
2005-12-04added an "info"-outlet,which bangs when the {lf}ifo is emptyIOhannes m zmölnig
by sending an [info( message, you can query the total number of elements currently on the stack svn path=/trunk/externals/zexy/; revision=4129
2005-06-15add2fifo() must return somethingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3177
2005-05-25speeding things up significantly when handling looong FIFOs by storing both ↵IOhannes m zmölnig
the first(=read) and the last(=write) entry svn path=/trunk/externals/zexy/; revision=3086
2005-05-25fixed stupid allocation bugIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3085
2005-05-22fixed a bug with prioritiesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3067
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3025
2005-05-18added lifop (Last-In-First-Out with Priorities) and fifop ↵IOhannes m zmölnig
(First-In-First-Out with Priorities) svn path=/trunk/externals/zexy/; revision=3018