index
:
uC-sdk
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
Age
Commit message (
Expand
)
Author
2011-02-05
Adding library acorn, with malloc wrapping.
Pixel
2011-02-05
Adding a few more libc's string functions.
Pixel
2011-02-05
Slightly better errno support.
Pixel
2011-02-05
Added a few more stdio features.
Pixel
2011-02-05
Adding a few more stdlib functions.
Pixel
2011-02-05
Re-structured the *scanf and *printf functions.
Pixel
2011-02-05
Adding Sun's fdlibm, and libnix's scanf, tweaked to become an xscanf. Adding ...
Pixel
2011-02-05
Added qsort, stolen from libnix.
Pixel
2011-02-05
Making malloc / free / realloc function pointers to be able to wrap them late...
Pixel
2011-02-05
Context switch also means switching that global errno variable.
Pixel
2011-02-05
Updating LIB.status. This reminds me of some very old stuff I already did in ...
Nicolas "Pixel" Noble
2011-02-05
Fixing free.
Nicolas "Pixel" Noble
2011-02-05
Fixing __sinit, by properly defining stdin, stdout, and stderr.
Nicolas "Pixel" Noble
2011-02-05
Fixing strchr.
Nicolas "Pixel" Noble
2011-02-05
Getting rid of newlib, starting to implement a libc. Highly experimental, hig...
Nicolas "Pixel" Noble