]> git.sur5r.net Git - cc65/history - libsrc/geos
Fixed problems that were introduced with r4287.
[cc65] / libsrc / geos /
2009-09-12 uzAdded a comment about the first entry being the default...
2009-07-31 uzAdjust geos startup code to new compiler handling....
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2005-08-24 cuzAdded missing import statements.
2005-07-25 izydorst- unsafe characters are ignored, added some notes to...
2005-07-19 izydorstadded support for remove() and rename() standard functions
2005-07-19 izydorstto clarify things...
2005-07-17 izydorstStefan Haubenthal's patch for Contiki port
2005-07-17 izydorstfunctions returning char in A must have X cleared
2005-02-26 cuzMove constructor code into the INIT segment
2004-05-06 cuzNew module joy_stddrv
2004-03-19 izydorst- fixed wrong parameters for <, >
2004-03-05 izydorst- fixed bug which prevented DrawPoint/Line from drawing
2004-01-02 izydorstadded ExitTurbo before showing DlgBox - this allows...
2003-12-17 cuzUse new decls
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-09 cuzUse new assembler syntax
2003-10-23 cuzDONE/GETPALETTE/GETDEFPALETTE must no longer return...
2003-08-20 izydorstreverted last change, it was nonsense considering how...
2003-08-20 izydorstfixed a bug (joy #1 would never be tested)
2003-08-20 cuzIgnore intermediate files
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-18 izydorstdocumentation updates, EnterDesktop() is equal to exit(0)
2003-08-17 izydorstfixes for quiet rm on *BSD OSes
2003-08-17 izydorstPutDecimal takes unsigned int as decimal parameter
2003-08-17 izydorstboxes with icons don't need click vector
2003-08-17 izydorstnew MessageBox function
2003-08-15 izydorstsame drawing mode extension like for DrawLine
2003-08-15 izydorstinclude omission
2003-08-15 izydorstfixed Sleep behavior (now truly works)
2003-08-15 izydorstretouch ('coz I'm not sure if it is in the head)
2003-08-15 izydorstfixed problem with I/O access on C64
2003-08-15 izydorstfixed bug in DrawLine function; extended DrawLine behavior
2003-08-15 izydorstfixed null parameter handling
2003-08-15 izydorstadded sleep() implementation
2003-08-15 izydorstgeos/process/sleep.s renamed to processsleep.s due...
2003-08-15 izydorstsleep.s renamed to processleep.s due to nameclash with...
2003-08-12 cuzNew uname function
2003-07-21 izydorsttmp1 is on zeropage hence correct .importzp
2003-05-22 cuzRemoved the empty LOWCODE segments from the startup...
2003-05-16 izydorstforgotten name change; fixed to return more verbose...
2003-05-02 izydorstfix for name copying - the 16th byte would be overwritten
2003-05-02 izydorstsupport for arguments (with DeskTop drag&drop feature)
2003-05-01 izydorstDlgBox* with 2lines arguments will accept both "" and...
2003-05-01 izydorstmaking *p*error.c conform to standard (a bit, in a...
2003-05-01 izydorstGetFile fixes
2003-05-01 izydorstfix on previous fix
2003-05-01 izydorstfixed incorrect exports
2003-04-25 izydorstnew _poserror function
2003-04-25 izydorstadded __fastcall__
2003-04-17 izydorstadded missing parameters to GetFile and SaveFile functions
2003-04-17 izydorstremoved objects shared with common conio
2003-04-17 izydorstpattern number is preserved so cclear and clrscr will...
2003-04-17 izydorstremoved some duplicated GEOS conio stuff
2003-04-17 izydorstfixed endless loop exit->enterdesktop->exit->...
2003-04-17 izydorstmissing _exit import
2003-04-17 izydorstEnterDeskTop rerouted to _exit so donelib will always...
2003-04-17 izydorstfixed comments, removed unneeded imports
2003-04-17 izydorstupdated error descriptions
2003-04-04 izydorstadded GetFile implementation
2003-03-10 cuzAdded routines to handle command line params
2003-03-07 izydorstcr/lf hell fixed
2003-02-16 cuzRenamed geoszp.s -> extzp.s
2003-02-16 cuzRenamed the GEOSZP segment to EXTZP since it is now...
2003-02-14 izydorstremoved obsolete readjoy function (replaced by modular...
2003-02-11 cuzRenamed DEINSTALL -> UNINSTALL, fixed a comment
2003-02-10 cuzRenamed DEINSTALL to UNINSTALL
2003-02-10 cuzRenamed the DEINSTALL vector to UNINSTALL.
2003-01-10 izydorstGEOS no longer requires explicit exit() call, now expli...
2003-01-02 izydorstTGI drivers updated for current API (INIT call has...
2003-01-02 izydorstall functions returning char in A now have X cleared
2002-12-31 cuzIgnore drivers
2002-12-31 izydorstfixed bugs
2002-12-31 izydorstnew GEOSZP segment for library use, added GEOS tgi...
2002-12-27 izydorstjmpbuf <-> callax moved to all architectures
2002-12-25 izydorststandard joystick driver for GEOS
2002-12-25 izydorstsupport for loading modules in GEOS, VDC memory driver...
2002-12-25 izydorstoserrlist for GEOS
2002-12-25 izydorstclean version
2002-12-25 izydorstsmall optimization
2002-12-25 izydorstremoved jmpvec in favor of callax function
2002-12-25 izydorstclrscr now puts the cursor into home position
2002-12-23 izydorstsupport for .zeropage segment in GEOS
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-12-20 izydorstputchar.s moved to put_char.s due to name conflict...
2002-12-20 izydorstadded missing cputhex8 and cputhex16 functions
2002-12-20 izydorstfixed bug on C64 GEOS (I/O was not enabled when reading...
2002-12-19 cuzIgnore intermediate .s files
2002-12-16 cuzAdded STARTUP and LOWCODE segments
2002-12-13 izydorstbuggy rmb and rmbf macros (not used anywhere anyway ;)
2002-11-22 izydorstadded _systime implementation for GEOS
2002-11-12 cuzAdded _systime for all platforms
2002-11-10 izydorstadded _randomize() implementation
2002-11-10 izydorstRemoved GEOS rand.s implementation in favor of random...
2002-06-04 izydorstput segment keywords so bss, data and rodata are used...
next