Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-16 | docs/pthreads_hacking.txt: new file | Denis Vlasenko | |
2009-02-11 | docs/probe_math_exception.c: | Denis Vlasenko | |
update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...) | |||
2009-02-08 | nextafterf: trying to correct FP exception handling | Denis Vlasenko | |
2008-12-28 | remove many functions which just call __ieee754_<function>, | Denis Vlasenko | |
define them as aliases instead. text data bss dec hex filename - 45402 180 4 45586 b212 lib/libm-0.9.30-svn.so + 45302 180 4 45486 b1ae lib/libm-0.9.30-svn.so | |||
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | |
remove __tolower and __toupper (they existed only in SOME configs!); remove usages of _tolower (some of them clearly buggy) from uclibc code; add a few more -U<define> options to unifdef pass over installed headers; document it on docs/wchar_and_locale.txt text data bss dec hex filename - 514963 2727 15396 533086 8225e lib/libuClibc-0.9.30-svn.so + 514888 2727 15396 533011 82213 lib/libuClibc-0.9.30-svn.so | |||
2008-12-25 | document internal_function | Denis Vlasenko | |
2008-12-22 | add new file to docs/ | Denis Vlasenko | |
2008-12-22 | docs/defines.txt: document _extern_inline | Denis Vlasenko | |
libc/inet/ether_addr.c: optimize tolower, we ever use it on 0-9a-f libc/inet/ntop.c: optimize tolower, we ever use it on 0-9a-f with locale support on, code size change is: text data bss dec hex filename - 396 0 24 420 1a4 libc/inet/ether_addr.os + 306 0 24 330 14a libc/inet/ether_addr.os - 1453 0 0 1453 5ad libc/inet/ntop.os + 1430 0 0 1430 596 libc/inet/ntop.os | |||
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko | |
Run tested on i386. | |||
2008-12-14 | Add proposed plan of sanitizing sigaction to docs/* | Denis Vlasenko | |
2008-12-13 | doc snippets about defines we provide and/or use | Denis Vlasenko | |
2008-06-02 | Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusing | Denis Vlasenko | |
with HAVE_SHARED | |||
2008-01-05 | add info for elf.h, ldd.c, readelf.c, and MAINTAINERS | Mike Frysinger | |
2007-04-17 | move uclibc.org out of actual source tree | Mike Frysinger | |
2007-03-18 | remove dead link as pointed out by Denis Vlasenko | Mike Frysinger | |
2007-03-18 | fix one more to use html entities rather than the ISO 8859 version | Mike Frysinger | |
2007-03-18 | use html entities rather than the ISO 8859 version | Mike Frysinger | |
2007-03-13 | Be consistent about spelling. LGPL says "License" not "Licence", so go | Rob Landley | |
with that. (Spotted by Xride on irc.) | |||
2007-02-28 | mention the uClibc 0.9.28.3 release | Eric Andersen | |
2007-02-21 | fix the date | Eric Andersen | |
2007-02-21 | note the release of uClibc 0.9.28.2 | Eric Andersen | |
2007-01-28 | note 0.9.28.1 release | Mike Frysinger | |
2007-01-28 | its a new year | Mike Frysinger | |
2006-12-13 | be more specific as to what arguments to __uClibc_main() people can skim on ↵ | Mike Frysinger | |
during initial port | |||
2006-03-01 | Update copyright | Peter S. Mazinger | |
2006-01-24 | touchup page a bit to try and be clearer about which list we are talking about | Mike Frysinger | |
2006-01-20 | update copyright years | Mike Frysinger | |
2006-01-19 | Remove HAVE_ELF | Peter S. Mazinger | |
2006-01-19 | note a few more places where glibc stores their stuff | Mike Frysinger | |
2006-01-19 | Some minor updates. Looked pretty good as-is. | Eric Andersen | |
2006-01-19 | initial attempt at documenting how to port uClibc | Mike Frysinger | |
2005-11-13 | It was pointed out to me that http://www.uclibc.org/copyright.txt | Eric Andersen | |
yields an Error 404. So add in the copyright statement presently included on busybox.net | |||
2005-10-29 | use & instead of &, tweak style, and add link for Embedded Gentoo | Mike Frysinger | |
2005-10-29 | close <a> tags like they should be for valid html | Mike Frysinger | |
2005-10-29 | add a charset def and update the doctype | Mike Frysinger | |
2005-10-29 | add an entry about gnu malloc compat option | Mike Frysinger | |
2005-10-11 | fix url | Eric Andersen | |
2005-09-21 | - typo in documentation | Bernhard Reutner-Fischer | |
2005-09-21 | remove redundant paragraph | Eric Andersen | |
2005-09-02 | update developer verbage | Eric Andersen | |
2005-08-28 | point to uclibc.org | Eric Andersen | |
2005-08-24 | a64l/l64a are now in uClibc, mkstemp and mktemp already were | Mike Frysinger | |
2005-08-18 | posix_memalign and posix_fadvise are in uClibc now | Mike Frysinger | |
2005-08-17 | update the uClibc webpage | Eric Andersen | |
2005-08-16 | add an entry about __fputc_unlocked link errors | Mike Frysinger | |
2005-08-15 | write some good manpages | Mike Frysinger | |
2005-06-03 | Fix a broken link | Eric Andersen | |
2005-04-27 | mq_* interfaces are available in librt, remove from unimplemented list. | Paul Mundt | |
2005-03-31 | point to osuosl | Eric Andersen | |
2005-02-21 | point to buildroot webpage | Eric Andersen | |