]> git.sur5r.net Git - cc65/history - libsrc/common
add utility program to write files to cassette
[cc65] / libsrc / common /
2013-12-09 Oliver SchmidtHave %I yield values [1..12] instead of [0..11].
2013-10-02 Oliver SchmidtMerge pull request #48 from efornara/time_fix
2013-10-02 Emanuele Fornarafixed timep handling in time() 48/head
2013-09-12 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-12 Oliver SchmidtMerge pull request #40 from groessler/something_to_pull2
2013-09-12 Oliver SchmidtMerge pull request #39 from groessler/something_to_pull
2013-09-12 Christian GroesslerFix strtol 'endptr' return value. 39/head
2013-09-11 Christian GroesslerFix strtoul 'endptr' return value: It should point...
2013-09-11 Christian GroesslerFix strtoul 'endptr' return value: It should point...
2013-09-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-28 Oliver SchmidtMerge pull request #34 from greg-king5/lower-upper
2013-08-28 Greg KingFixed some return pointers. 34/head
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-05-02 Oliver SchmidtMerge pull request #3 from greg-king5/ctype
2013-05-01 Greg KingFixed isgraph() and ispunct() (macroes and library... 3/head
2013-01-15 silverdrtypo in the doc corrected, tabs adjusted
2012-11-26 uzMoved the string that contains the ascii representation...
2012-11-12 uzFixed an error in calloc reported by Marc 'BlackJack...
2012-11-04 uzUse the new declarations from the zeropage include...
2012-07-10 uzModifications for smaller code size.
2012-06-11 uzSize optimizations.
2012-06-10 uzRearrangements for smaller size of generated code.
2012-06-10 uzChanges for better code generation.
2012-06-10 uzChanged the code so that it better suits the code gener...
2012-06-10 uzShortened the code.
2012-03-25 uzFixed an invalid store offset, which caused an invalid...
2012-03-25 uzFixed an invalid store offset which resulted in random...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2012-01-21 ol.scAdded docs to set_irq / reset_irq.
2012-01-19 uzFix wrong offset of irq vector byte used as on/off...
2012-01-19 ol.scAdded wrapper for C level irq handling.
2011-07-10 uzMake the 8x32 unsigned multiplication routine C callable.
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2011-04-25 uzFixed comments. No code change.
2011-01-28 uzChanged priorities of destructors so atexit will be...
2011-01-26 uzSlightly improved memset function by Christian Krüger.
2010-07-10 uzAdded getopt. The implementation is based on a public...
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2010-06-06 uzRemoved a comment that was no longer correct.
2010-06-04 uzSave a few bytes and cycles.
2010-06-03 uzRemoved maperrno() since it's no longer needed.
2010-06-03 uzUse _seterrno instead of assigning to _errno.
2010-06-03 uzNo need to import __seterror, since this is done in...
2010-06-03 uzUse _errno, not errno.
2010-06-03 uzCall __seterrno and save a few bytes.
2010-06-03 uzCall __seterrno instead of assigning to _errno and...
2010-06-03 uzRemoved the prototype for _seterrno, since it is now...
2010-06-03 uzSet errno if the stream is in error state. Small code...
2010-06-03 uzRewrote parts of the code for better error handling...
2010-06-03 uzAdded messages for EBADF (new) and EUNKNOWN (missing).
2010-06-03 uzUse _seterrno instead of assigning to _errno to make...
2010-06-03 uzRewrote the code to make it somewhat shorter.
2010-06-03 uzCall _seterror instead of assigning to _errno to make...
2010-06-03 uzFixed a comment regarding errno/oserror.
2010-06-03 uzCall _seterrno instead of assigning to _errno to make...
2010-06-03 uzDon't include errno.h since it is not needed.
2010-06-03 uzUse _seterrno to make the code shorter.
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-11-04 uzWorking on the division and multiplication routines.
2009-11-04 uzAdded a C callable entry point for the division routine.
2009-11-04 uzAdd C callable special multiplication routines.
2009-10-30 uzFixed the return types of the sine/cosine functions...
2009-10-30 uzMerged the sine/cosine routines into one file, because...
2009-10-29 uzAdded fixpoint sine and cosine functions.
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-09-28 uzFixed more bugs, shortened the code where possible.
2009-09-28 uzFixed two bugs, made the sources somewhat better readable.
2009-09-27 uzLet vsprintf call vsnprintf to save code.
2009-09-27 uzAdded an untested implementation of snprintf.
2009-09-27 uzAdded an (only roughly tested) implementation of vsnprintf
2009-09-26 uzThe _printf routine does not return anything.
2009-09-20 uzImproved memset/memcpy/memmove functions by Christian...
2009-09-18 uzFixed an error in the makefile. strtoimax and strtoumax...
2009-09-17 uzNew strtoimax and strtoumax standard functions as alias...
2009-09-15 uzAdded a (currently untested) strtoul implementation...
2009-09-15 uzShrink atoi by using negeax instead of inlined code.
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded an implementation of strtol (stdlib.h).
2009-09-13 uzlabs() is also imaxabs().
2009-02-10 uzUse named constants from ctype.inc instead of hard...
2009-02-10 uzRemoved an unused import.
2009-02-10 cpgadd strnicmp.o
2009-02-10 cpginitial check-in
2008-08-27 uzMade strxfrm fastcall, added docs.
2008-08-03 uzA label must always be followed by a statement. This...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-04-15 cuzRenamed setoserror to seterrnofromoserror to avoid...
2008-04-15 cuzFixed an error.
2008-04-13 cuzNew entry point setoserror
2005-12-20 cuzputchar didn't work
2005-08-31 cuzNew stuff contributed by Oliver Schmidt
2005-07-24 cuzIgnore pmemalign.s
2005-07-24 cuzReplaced _aligned_malloc by the POSIX compatible functi...
2005-05-17 cuzMake strtok __fastcall__
2005-04-23 cuzThe 65C02 code didn't work
2005-04-21 cuzFixed a bug
2005-04-21 cuzAdded environment routines
2005-04-19 cuzLeave __cwd_buf_size intact
next