index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
include
/
stdlib.h
Age
Commit message (
Expand
)
Author
2010-02-22
Remove tabs in firmware path (taking into account the original spacing).
Andree Buschmann
2009-08-03
Remove various ABS() definitions with a single one using typeof (if using gcc...
Thomas Martitz
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2007-10-15
Fix some plugins that use NULL instead of -1 when not using a voice id in str...
Michael Sevakis
2005-02-19
Add an labs() macro - needed by Tremor
Dave Chapman
2005-02-18
simulator prototype for exit()
Daniel Stenberg
2005-02-15
random longness fixes
Jean-Philippe Bernardy
2005-02-15
long policy
Jean-Philippe Bernardy
2004-07-23
Added RAND_MAX
Linus Nielsen Feltzing
2002-07-17
New vastly improved random algorithm: Mersenne Twister
Björn Stenberg
2002-06-18
abs() is abs and should work as abs when you want abs
Daniel Stenberg
2002-06-17
fixed to work
Daniel Stenberg
2002-06-17
added protos and fixed to make them work as proper newlib replacement
Daniel Stenberg
2002-06-15
This is my initial attempt to get rid of the newlib headers requirement,
Daniel Stenberg