]> git.sur5r.net Git - cc65/history - libsrc/geos/common
don't use constructor to setup runtime stack
[cc65] / libsrc / geos / common /
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2004-01-02 izydorstadded ExitTurbo before showing DlgBox - this allows...
2003-08-20 cuzmemcpy and memmove have been split
2003-08-20 cuzChanged rm -f to $(RM)
2003-08-19 izydorstremoved redundant code; memset == FillRam, bzero =...
2003-08-19 izydorstsmall optimization, 5 bytes saved
2003-08-17 izydorstfixes for quiet rm on *BSD OSes
2003-08-15 izydorstretouch ('coz I'm not sure if it is in the head)
2003-08-15 izydorstadded sleep() implementation
2003-05-01 izydorstmaking *p*error.c conform to standard (a bit, in a...
2003-04-25 izydorstnew _poserror function
2003-04-25 izydorstadded __fastcall__
2002-12-27 izydorstjmpbuf <-> callax moved to all architectures
2002-12-25 izydorstremoved jmpvec in favor of callax function
2002-12-23 izydorstmore GEOS Kernal replacements for common/ and runtime...
2002-12-21 izydorstmemmove, memcpy, memset and bzero now return dest ptr...
2002-12-21 izydorstadded bzero implementation
2002-11-10 izydorstRemoved GEOS rand.s implementation in favor of random...
2002-04-12 cuzIgnore intermediate files
2002-03-08 izydorstreplaced char* by const char* as it is in prototype
2001-10-27 izydorstsupport for assert.h in GEOS, conio bugfixes
2001-08-15 izydorstfunctions that do not modify data take const char*...
2001-07-15 izydorstown versions of some common routines, fillram and moved...