aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-09-28cleaned up a bitIOhannes m zmölnig
2005-09-28added support for accessing the parallel-port via device-files (/dev/parport0)IOhannes m zmölnig
2005-09-12added optimization and bug-fixes by tim blechmannIOhannes m zmölnig
2005-08-31fixed bug that wrongly guessed the size of the new symbol (lead to crashes)IOhannes m zmölnig
2005-08-23do not use atom_getstring() for symbols, rather take the s_nameIOhannes m zmölnig
2005-07-13fixed 2 bugs:IOhannes m zmölnig
2005-07-13return "" if calculated length is <= 0 (and not just <0)IOhannes m zmölnig
2005-07-13incorporated jamie's os-X magic for sqrtfIOhannes m zmölnig
2005-06-30added more intelligent verbosityIOhannes m zmölnig
2005-06-21added [relay], a stupid [route]IOhannes m zmölnig
2005-06-21default to 128 maxentries if 0 or a negative number is givenIOhannes m zmölnig
2005-06-19m$vc does not like dos2unix on project filesIOhannes m zmölnig
2005-06-16removed "strip" from darwin-buildsIOhannes m zmölnig
2005-06-16updated to zexy-2.1IOhannes m zmölnig
2005-06-16fixed a memory bug that crashed [multiplex] on construction | destructionIOhannes m zmölnig
2005-06-15made it work with m$vcmusil
2005-06-15-added ZEXY_LIBRARY to suppress the splash-screens for single objectsmusil
2005-06-15add2fifo() must return somethingIOhannes m zmölnig
2005-06-15oops, declaration after codeIOhannes m zmölnig
2005-06-15add2lifo has to return somethingIOhannes m zmölnig
2005-06-15included <string.h>IOhannes m zmölnig
2005-06-15only compile if Z_WANT_LPT is setIOhannes m zmölnig
2005-06-13finally added these 2 files which are generated automatically by "makesource"IOhannes m zmölnig
2005-06-13deprecated in favour of configure.acIOhannes m zmölnig
2005-06-09moved "include <math.h>" into zexy.hIOhannes m zmölnig
2005-06-09checking for additional libraries needed by mingwIOhannes m zmölnig
2005-06-09probably fixed a bug with wrong definesIOhannes m zmölnig
2005-06-09define __WIN32__ instead of other NT-definesIOhannes m zmölnig
2005-06-09define __WIN32__ instead of NTIOhannes m zmölnig
2005-06-09replaced MACOSX by __APPLE__IOhannes m zmölnig
2005-06-09now works with mingw-xcompilerIOhannes m zmölnig
2005-06-09added support for mingw-xcompilerIOhannes m zmölnig
2005-06-09ifdef'ed the assembler to be used only with M$-VC (doesn't work with mingw)IOhannes m zmölnig
2005-06-08hopefully fixed a bug with not finding relative filenames (when "." was not i...IOhannes m zmölnig
2005-05-30improved performance (i think)IOhannes 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-22now compiles on 64bit-linuxIOhannes m zmölnig
2005-05-19another attempt to fix the configure for osXIOhannes 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
2005-05-18re-added the configure-flag for iccIOhannes m zmölnig
2005-05-18added l_setup() (just in case)IOhannes m zmölnig
2005-05-17renamed *_tilde.c-files to *~.cIOhannes m zmölnig
2005-05-17improved (setup_functions need not have the same name as the c-file)IOhannes m zmölnig
2005-05-17fixed line endings (dos2unix)IOhannes m zmölnig
2005-05-17added configure.acIOhannes m zmölnig
2005-04-23a makefile for Gnu make and M$-VisualC++ToolkitIOhannes m zmölnig
2005-04-13initial support for icc (no optimization-flags yet)IOhannes m zmölnig