]> git.sur5r.net Git - cc65/history - include/stdlib.h
Only for jumps, the lib uses named asm labels in branches
[cc65] / include / stdlib.h
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-06-22 Oliver SchmidtMerge pull request #161 from greg-king5/fastcall
2015-06-22 Greg KingAdded explicit settings of calling conventions in point... 161/head
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2009-10-19 uzMarked abort() and longjmp() with __attribute__((noretu...
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded declarations for strtol and strtoul.
2005-07-24 cuzHide posix_memalign if strict ANSI is enabled
2005-07-24 cuzReplaced _aligned_malloc by the POSIX compatible functi...
2005-04-21 cuzAdded putenv
2005-01-05 cuzFixed a typo
2005-01-05 cuzNew function: _aligned_malloc
2004-07-17 cuzNew function heapblocksize()
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2003-10-29 cuzMake qsort __fastcall__
2003-10-29 cuzMake bsearch __fastcall__
2003-08-16 cuzCleanup use of predefined data types / defines
2003-05-27 cuzAdded the system() function
2003-02-01 cuzMove _heap.h to the compiler include dir.
2003-02-01 cuzRenamed _hadd to _heapadd
2002-11-11 cuzMake exit a fastcall function
2002-11-05 cuzAdd _randomize.
2002-10-25 cuzAdded the div function
2002-03-06 cuzTwo prototypes had a const qualifier missing
2001-11-15 cuzcalloc is now written in assembler and a fastcall function
2000-07-22 cuzAdded standard copyright headers
2000-07-21 cuz_hadd is now a fastcall function
2000-07-21 cuzReplace malloc() by an assembler version
2000-07-16 cuzfree() is now an assembler function
2000-05-28 uzThis commit was generated by cvs2svn to compensate...