summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-09-23doc/: typo fixAustin Foxley
noted by Carlo Zinato <c.zinato@viscount.it> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2009-09-06docs/defines.txt: add a note about possibly obsolete __LDBL_COMPATDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko
Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-21corrected typoDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-03-16docs/pthreads_hacking.txt: new fileDenis Vlasenko
2009-02-11docs/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-08nextafterf: trying to correct FP exception handlingDenis Vlasenko
2008-12-28remove 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-27ctype: 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-25document internal_functionDenis Vlasenko
2008-12-22add new file to docs/Denis Vlasenko
2008-12-22docs/defines.txt: document _extern_inlineDenis 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-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
Run tested on i386.
2008-12-14Add proposed plan of sanitizing sigaction to docs/*Denis Vlasenko
2008-12-13doc snippets about defines we provide and/or useDenis Vlasenko
2008-06-02Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusingDenis Vlasenko
with HAVE_SHARED
2008-01-05add info for elf.h, ldd.c, readelf.c, and MAINTAINERSMike Frysinger
2007-04-17move uclibc.org out of actual source treeMike Frysinger
2007-03-18remove dead link as pointed out by Denis VlasenkoMike Frysinger
2007-03-18fix one more to use html entities rather than the ISO 8859 versionMike Frysinger
2007-03-18use html entities rather than the ISO 8859 versionMike Frysinger
2007-03-13Be consistent about spelling. LGPL says "License" not "Licence", so go Rob Landley
with that. (Spotted by Xride on irc.)
2007-02-28mention the uClibc 0.9.28.3 releaseEric Andersen
2007-02-21fix the dateEric Andersen
2007-02-21note the release of uClibc 0.9.28.2Eric Andersen
2007-01-28note 0.9.28.1 releaseMike Frysinger
2007-01-28its a new yearMike Frysinger
2006-12-13be more specific as to what arguments to __uClibc_main() people can skim on ↵Mike Frysinger
during initial port
2006-03-01Update copyrightPeter S. Mazinger
2006-01-24touchup page a bit to try and be clearer about which list we are talking aboutMike Frysinger
2006-01-20update copyright yearsMike Frysinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-19note a few more places where glibc stores their stuffMike Frysinger
2006-01-19Some minor updates. Looked pretty good as-is.Eric Andersen
2006-01-19initial attempt at documenting how to port uClibcMike Frysinger
2005-11-13It was pointed out to me that http://www.uclibc.org/copyright.txtEric Andersen
yields an Error 404. So add in the copyright statement presently included on busybox.net
2005-10-29use &amp; instead of &, tweak style, and add link for Embedded GentooMike Frysinger
2005-10-29close <a> tags like they should be for valid htmlMike Frysinger
2005-10-29add a charset def and update the doctypeMike Frysinger
2005-10-29add an entry about gnu malloc compat optionMike Frysinger
2005-10-11fix urlEric Andersen
2005-09-21- typo in documentationBernhard Reutner-Fischer
2005-09-21remove redundant paragraphEric Andersen
2005-09-02update developer verbageEric Andersen
2005-08-28point to uclibc.orgEric Andersen
2005-08-24a64l/l64a are now in uClibc, mkstemp and mktemp already wereMike Frysinger
2005-08-18posix_memalign and posix_fadvise are in uClibc nowMike Frysinger
2005-08-17update the uClibc webpageEric Andersen
2005-08-16add an entry about __fputc_unlocked link errorsMike Frysinger
2005-08-15write some good manpagesMike Frysinger