]> git.sur5r.net Git - cc65/history - libsrc
New randomize() function for nearly all platforms
[cc65] / libsrc /
2002-11-05 cuzNew randomize() function for nearly all platforms
2002-11-05 cpgturn on cursor before returning to DOS
2002-11-04 cpgsome fixes for last change
2002-11-03 cpgimproved handling of cursor display and position
2002-11-03 cpghonour cursor setting
2002-11-02 cuzMoved divt.s from runtime into common because it's...
2002-10-28 cuzNo support files in atmos dir
2002-10-25 cuzAdded new div() function written by Greg King
2002-10-24 cuzMinor optimization suggested by Greg King
2002-10-18 cuzFixed a problem with perror: The error code may get...
2002-10-06 cuzOutput an error if an invalid address is used
2002-10-06 cuzFixed a string in the help screen
2002-10-05 cuzRemove the swapeax routine, it is obsolete
2002-10-04 cuzAdd tgi subdir
2002-10-03 cuzLast change introduced a bug
2002-10-03 cuzAdded the TGI mode table
2002-10-03 cuzRemove the ",r" spec
2002-10-03 cuzDon't call the driver if we don't have one loaded
2002-10-03 cuzStarted to add tgi text output functions
2002-10-03 cuzStarted to add text output functions
2002-09-28 cuzFixed the result of the % operator for longs
2002-09-28 cuzFixed the result of the % operator for ints
2002-09-18 cuzvsscanf is a C file
2002-08-11 cuzPrepare VIC20 startup for different start addresses
2002-08-11 cuzAdd rule to make zeropage.o in runtime dir if it is...
2002-08-09 cuzOptimization
2002-08-08 cuzNew, shorter readjoy function
2002-08-08 cuzThe vic20 target had the wrong CFLAGS
2002-08-07 cuzSmall optimizations
2002-08-07 cuzCleanup, fix VIC20 problem
2002-08-07 cuzRemove unused code, port to new version
2002-08-07 cuzAdded VIC20 port changes from Steve Schmidtke
2002-07-27 cuzReverse the last change, brain error :-(
2002-07-27 cuzReintroduce a patch for a bug that has been lost betwee...
2002-07-24 cpgfirst version, derived from cbm/oserrlist.s
2002-07-24 cpgoserrlist.o: new object file
2002-07-18 cuzAdded _stroserror
2002-07-18 cuzIgnore tgi drivers
2002-07-16 cpgimproved chk_supp: only do the test on SpartaDOS and...
2002-07-16 cpginitialize __dos_type variable
2002-07-16 cpgadded dos_type defines
2002-07-16 cuzMinor optimization
2002-07-16 cuzRemoved a JMP (ind)
2002-07-15 cuzAdd ROM function defines
2002-07-15 cuzUse MEMSIZE instead of using a fixed high mem location
2002-07-07 cuzCopy TGI drivers into main lib dir
2002-07-07 cuzAdd tgi_horline
2002-07-07 cuzAdd TGI driver
2002-07-07 cuzMore work on the graphics subsystem
2002-07-05 cuzAdded a file header
2002-07-05 cuzDon't call _revers for _textcolor, because both are...
2002-06-23 cuzFixed a bug
2002-06-22 cuzReturn bg color if coords out of range
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzFixed a bug
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzAdded emulation and more clipping for the BAR function.
2002-06-22 cuzAdded clipping
2002-06-22 cuzTarget clean needs to clean the tgi dir
2002-06-22 cuzRewrote cbm_open and cbm_read in assembler saving about...
2002-06-21 cuzWorking
2002-06-21 cuzChanged function prototype
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzImplementing TGI
2002-06-21 cuzNew TGI module
2002-06-14 cuzFixed a bug
2002-06-04 izydorstput segment keywords so bss, data and rodata are used...
2002-06-04 izydorstfixed LoadW for doing 16-bit offsets loads, not only...
2002-06-03 cuzAdded support for the Oric atmos (with some help by...
2002-05-30 cpgadded ICAX3, ICAX4, ICAX5
2002-05-26 cuzMove zp space out of crt0.s
2002-05-26 cuzCombine the existing include files, move zp space out...
2002-05-26 cuzzpspace cannot be an external symbol
2002-05-26 cuzAdded module with zero page locations
2002-05-23 cpgimplementation which supports SpartaDOS format disks...
2002-05-23 cpgupdated comment about fdtoiocb return values
2002-05-18 cuzAdded check/support for simple addressing format.
2002-05-18 cuzNew entry points for bzero and _bzero
2002-05-16 cpgsupport append mode
2002-05-16 cpgamode_to_bmode fixes: support "a", be more restrictive...
2002-04-24 cuzmod_ctrl struct cleanup
2002-04-23 cuzStreamlined the code, add zero page relocations
2002-04-21 cuzNew files for loading modules at runtime
2002-04-21 cuzMove include files into /asminc, changed include file...
2002-04-21 cuzdos -> unix lf conversion
2002-04-17 cuzFixed wrong compares (new code by Piotr Fusik)
2002-04-12 cuzIgnore intermediate files
2002-04-06 izydorstfixes in structs, added common cc65 color definitions...
2002-03-25 cuzStraighten checking of the initialized flag in both...
2002-03-24 cpgfix return Z flag: it was set if the LSB of the length...
2002-03-24 cuzUse _file.inc and its constants
2002-03-24 cuzCompleted _scanf.c, added vsscanf.c, rewrote sscanf.c.
2002-03-24 cuzFix return codes
2002-03-17 cuzWorking on the _scanf implementation
2002-03-17 cuzThe %p format specifier was missing
2002-03-16 cuzAdded a few more specialized multiply routines
2002-03-08 izydorstconio with fixed width and proortional font support
next