]> git.sur5r.net Git - cc65/history - libsrc
More functions
[cc65] / libsrc /
2003-10-29 cuzMake qsort __fastcall__
2003-10-29 cuzMake bsearch __fastcall__
2003-10-29 cuzFixed a comment
2003-10-28 cuzRuntime function improvements by Piotr Fusik
2003-10-24 cuzUse ROM variables MAX_X/MAX_Y
2003-10-23 cuzAdded TEXT entry point, use new assignment operator
2003-10-23 cuzDONE/GETPALETTE/GETDEFPALETTE must no longer return...
2003-10-23 cuzDONE does no longer set an error code
2003-10-23 cuzDONE, GETPALETTE and GETDEFPALETTE will no longer retur...
2003-10-23 cuzGETDEFPALETTE will no longer return an error
2003-10-23 cuzUsed TGI_API_VERSION
2003-10-22 cuzFixed a bug in memcpy
2003-10-21 cuzFixed problem with tgi_init and tgi_setpalette
2003-10-17 cuzUse the new := operator
2003-10-10 cuzSqueeze two cycles out of the abs() function
2003-10-10 cuzImproved 65c02 support
2003-10-10 cuzReplaced /bin/bash0 by new CT_NONE
2003-10-10 cuzAdded ctype.s
2003-10-10 cuzNew target supervision
2003-10-08 cuzSqueezed a few bytes out of the code
2003-10-02 cuzMake setlocale __fastcall__
2003-10-01 cuzAdd zlib modules for all platforms
2003-09-28 cuzNew joystick driver, converted from c64 one
2003-09-28 cuzUse symbolic names instead of numbers
2003-09-27 cuzAdded two more joystick drivers from groepaz
2003-09-25 cuzFixed sprite expand registers
2003-09-23 cuzMake the stuff compile
2003-09-23 cuzNew version from Piotr
2003-08-27 cuzFixed a bug
2003-08-26 cuzFixed a bug, splitted the where.s module into wherex...
2003-08-25 cuzWorking on the serial driver
2003-08-22 cuzAPI changes
2003-08-21 cuzFixed a problem and a typo
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-20 cuzChanged rm -f to $(RM)
2003-08-20 cuzSplit memcpy and memmove, since the former is used...
2003-08-19 izydorstremoved redundant code; memset == FillRam, bzero =...
2003-08-19 izydorstsmall optimization, 5 bytes saved
2003-08-18 cuzSpeed optimization
2003-08-18 izydorstdocumentation updates, EnterDesktop() is equal to exit(0)
2003-08-17 izydorstfixes for quiet rm on *BSD OSes
2003-08-17 cuzFixed a bug
2003-08-17 cpgrenamed remove.s to sysremove.s and adapted it for...
2003-08-17 cpgrenamed remove.o to sysremove.o
2003-08-17 cpgadded dummy error code 177 for sysremove
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-16 cuzCleanup use of predefined data types / defines
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 cuzRemoved the readjoy module - it was obsolete
2003-08-15 cuzIgnore .ser files
2003-08-15 cuzWorking on the serial driver
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-15 cuzAdded first version of swiftlink driver
2003-08-13 cuzBuild remove.o
2003-08-12 cpguse callmain; don't call getargs, it's now called from...
2003-08-12 cpgdosdetect.o, getdefdev.o: new object files
2003-08-12 cpgmoved into its own module from getargs.s
2003-08-12 cpgmove getdevdef and DOS detection into their own modules...
2003-08-12 cpgthis file is now in asminc
2003-08-12 cuzAdded get_ostype.s
2003-08-12 cuzAdded get_ostype.s
2003-08-12 cuzNew uname function
2003-08-12 izydorstfixed line drawing routines
2003-08-12 cuzNew uname function
2003-08-12 cuzFixes to the code just written
2003-08-12 cuzAdded a getcwd function
2003-08-12 cuzNew error code ERANGE
2003-08-12 cuzNew chdir() function
2003-08-12 cuzMoved reusable parts of remove into oserrcheck.
2003-08-03 cuzUse new --forget-inc-paths in Makefile
2003-07-21 izydorsttmp1 is on zeropage hence correct .importzp
2003-06-17 cuzRenamed one letter label
2003-06-12 cuzread is now in unistd.h
2003-06-12 cuzclean: includes serial/
2003-06-12 cuzsleep.c doesn't compile on platforms without a clock...
2003-06-12 cuzlseek is now in unistd.h
2003-06-12 cuzRestructured former fcntl.h, added new include files...
2003-06-12 cuzMake sleep() __fastcall__
2003-06-12 cuzAdded creat()
2003-06-12 cuzAdded unlink()
2003-06-12 cuzAdded sleep.c from Stefan Haubenthal
2003-06-03 cuzFixed a typo
2003-06-02 cuzAdded remove()
2003-06-02 cuzRewrote vprintf in assembler and made it __fastcall__
2003-05-27 cuzAdded a dummy system() function
2003-05-25 cuzNew mainargs.s from Greg King
next