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
/
extra
/
Configs
/
Config.in
Age
Commit message (
Expand
)
Author
2003-08-01
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2003-06-27
Add config option to enable 'struct tm' timezone extension fields
Eric Andersen
2003-03-04
Seperate pthread debugging from uClibc debugging. They are used
Eric Andersen
2003-03-03
Initial effort at adding profiling support.
Eric Andersen
2003-02-05
Patch from Stefan Allius to make adding libgcc functions to the library an
Eric Andersen
2002-12-13
Only build the ncurses stuff when it is needed, based on a
Eric Andersen
2002-12-02
Spelling fixes
Eric Andersen
2002-11-27
Make support for global constructors and global destructors be
Eric Andersen
2002-11-21
Improve malloc debugging support.
Miles Bader
2002-11-20
Patch from Stefan Allius:
Eric Andersen
2002-11-19
Implement dynamic atexit handling. Adds a few bytes and a dependancy
Eric Andersen
2002-11-09
typo fixes
Eric Andersen
2002-11-08
Scare people away from enabling locale support for now.
Eric Andersen
2002-11-08
Doh! Leave ldso debugging off by default..
Eric Andersen
2002-11-08
Update doc reference
Eric Andersen
2002-11-07
(DOPIC): Depend on !HAVE_NO_PIC.
Miles Bader
2002-11-05
Massive scrubbing of the shared lib loader error handling.
Eric Andersen
2002-11-02
Fix PIC configuration, so shared libraries once again work
Eric Andersen
2002-11-02
It looks like I lost DEVEL_TOOL_PREFIX. Put it back.
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen