]> git.sur5r.net Git - cc65/history - include/stdlib.h
Make system() fastcall like most other library functions.
[cc65] / include / stdlib.h
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...