]> git.sur5r.net Git - cc65/history - libsrc/pet
lseek: Return EINVAL if new position is less than 0 or greater than 2^24 - 1.
[cc65] / libsrc / pet /
2003-02-06 cuzMake sure the zap target is available
2002-12-19 cuzFor the CBM platforms, make revers() machine dependent...
2002-12-12 cuzAdded a PLOT kernal replacement function
2002-11-22 cuzMove the startup code into its own segment
2002-11-20 cuzAdded kernal replacement routines
2002-11-19 cuzUse external symbols for the CBM kernal jump table...
2002-11-05 cuzRenamed randomize to _randomize
2002-11-05 cuzNew randomize() function for nearly all platforms
2002-05-26 cuzMove zp space out of crt0.s
2001-09-13 cuzFixed an error in the reset_brk() routine of all target...
2000-12-02 cuzFixed newline bug in cvline
2000-12-01 cuzUse a destructor instead of atexit
2000-11-23 cuzRemoved initialization code to set the screen size...
2000-11-22 cuzUse the condes feature
2000-10-30 cuzSqueeze 2 bytes out of the startup code
2000-09-07 cuzPlace the zero page variables into the ZEROPAGE segment
2000-07-16 cuznewline is used elsewhere and must be exported
2000-07-16 cuzFixed a bug in LF handling for the CBM machines
2000-07-03 cpgreplaced multiple lines of "rm" commands with a single...
2000-06-08 cuzFixed cr/lf handling
2000-05-28 uzThis commit was generated by cvs2svn to compensate...