index
:
uclibc-ng.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
/
libc
/
misc
/
internals
Age
Commit message (
Expand
)
Author
2002-04-01
Remove function declartions from include/features.h, create
Eric Andersen
2002-04-01
Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300
Eric Andersen
2002-03-31
Rework __gen_tempname() to better match glibc, and add mkstemp64(),
Eric Andersen
2002-03-15
Fix non-elf support (in theory). Revert misguided change suggested
Eric Andersen
2002-03-14
Don't call null ctors/dtors.
Eric Andersen
2002-03-14
This should be the last piece needed to make constructors work (using
Eric Andersen
2002-03-12
Swap in the new stdio code.
Manuel Novoa III
2002-02-26
Proper support for setting h_errno
Eric Andersen
2002-02-25
Try this version instead...
Eric Andersen
2002-02-21
Miles Bader noticed that I'd messed up by always pulling
Eric Andersen
2002-02-20
This is a bit less messy
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen
2002-02-18
Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an
Eric Andersen
2002-02-18
Make shared libs properly list the correct ld.so in the interp
Eric Andersen
2002-02-18
Support strong_alias and begin merging usage of weak_function
Eric Andersen
2002-02-02
Add in support for the Hitach H8/300H architecture,
Eric Andersen
2001-12-19
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-10-11
Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.
Eric Andersen
2001-08-09
Make sure the weak aliases are defined before the functions/vars
David McCullough
2001-07-01
These zero-length files apparently weren't deleted from cvs.
Manuel Novoa III
2001-06-12
Cleanup the toploevel makefile handing of shared libs. Add weak_alias
Eric Andersen
2001-05-28
Make selection of uClibc floating point support in printf, etc. seperate
Manuel Novoa III
2001-05-12
Ok, this should finish off my massive ro-organization. The source
Eric Andersen
2001-04-18
Update temp file handling and use a single function to do all
Eric Andersen
2001-04-06
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2001-02-27
stdio mostly rewritten... passes lots of tests now.
Manuel Novoa III
2001-02-27
For some reason the fancy attribute tags were not working on m68k so
David McCullough
2001-02-19
Make sure errno is 0 before we call main (may have been set while initializing).
Manuel Novoa III
2001-02-19
Create __uClibc_main to handle what can be done in C instead of each arch's
Manuel Novoa III
2001-01-30
Added some notes. Removed some dead code.
Manuel Novoa III
2001-01-30
Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!
Manuel Novoa III
2001-01-25
Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a
Manuel Novoa III
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2001-01-02
Patch from James Graves <jgraves@deltamobile.com> to get
Eric Andersen
2000-12-20
A number of updates from Manuel Novoa III. Things look good...
Eric Andersen
2000-11-04
Fix doc blunder.
Eric Andersen
2000-11-04
Make spelling of uClibc be consistant.
Eric Andersen
2000-10-20
Strip all object files of all non global symbols and .note and
Eric Andersen
2000-10-12
Makefile update
Eric Andersen
2000-10-11
Finish reorganizing things. At least I think I've finished.
Eric Andersen