summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)Denys Vlasenko2010-10-311-0/+4
| | | | | | Thanks, Timo! Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-311-4/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* doc/: typo fixAustin Foxley2009-09-231-1/+1
| | | | | | noted by Carlo Zinato <c.zinato@viscount.it> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* docs/defines.txt: add a note about possibly obsolete __LDBL_COMPATDenys Vlasenko2009-09-061-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-5/+2
| | | | | | | | | | 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>
* corrected typoDenys Vlasenko2009-07-211-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* docs/pthreads_hacking.txt: new fileDenis Vlasenko2009-03-161-0/+748
|
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-5/+28
| | | | | | | | | | | | 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...)
* nextafterf: trying to correct FP exception handlingDenis Vlasenko2009-02-081-0/+41
|
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-281-0/+3
| | | | | | | | | 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
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-40/+39
| | | | | | | | | | | | 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
* document internal_functionDenis Vlasenko2008-12-251-0/+5
|
* add new file to docs/Denis Vlasenko2008-12-221-0/+114
|
* docs/defines.txt: document _extern_inlineDenis Vlasenko2008-12-221-1/+6
| | | | | | | | | | | | | 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
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-1/+5
| | | | | Run tested on i386.
* Add proposed plan of sanitizing sigaction to docs/*Denis Vlasenko2008-12-141-0/+245
|
* doc snippets about defines we provide and/or useDenis Vlasenko2008-12-131-0/+61
|
* Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusingDenis Vlasenko2008-06-021-2/+2
| | | | | with HAVE_SHARED
* add info for elf.h, ldd.c, readelf.c, and MAINTAINERSMike Frysinger2008-01-051-0/+21
|
* move uclibc.org out of actual source treeMike Frysinger2007-04-1727-2642/+0
|
* remove dead link as pointed out by Denis VlasenkoMike Frysinger2007-03-181-3/+1
|
* fix one more to use html entities rather than the ISO 8859 versionMike Frysinger2007-03-181-1/+1
|
* use html entities rather than the ISO 8859 versionMike Frysinger2007-03-181-1/+1
|
* Be consistent about spelling. LGPL says "License" not "Licence", so go Rob Landley2007-03-131-3/+3
| | | | with that. (Spotted by Xride on irc.)
* mention the uClibc 0.9.28.3 releaseEric Andersen2007-02-281-0/+15
|
* fix the dateEric Andersen2007-02-211-1/+1
|
* note the release of uClibc 0.9.28.2Eric Andersen2007-02-211-0/+14
|
* note 0.9.28.1 releaseMike Frysinger2007-01-281-0/+15
|
* its a new yearMike Frysinger2007-01-282-2/+2
|
* be more specific as to what arguments to __uClibc_main() people can skim on ↵Mike Frysinger2006-12-131-1/+1
| | | | during initial port
* Update copyrightPeter S. Mazinger2006-03-011-1/+1
|
* touchup page a bit to try and be clearer about which list we are talking aboutMike Frysinger2006-01-241-15/+16
|
* update copyright yearsMike Frysinger2006-01-202-2/+2
|
* Remove HAVE_ELFPeter S. Mazinger2006-01-191-1/+1
|
* note a few more places where glibc stores their stuffMike Frysinger2006-01-191-0/+2
|
* Some minor updates. Looked pretty good as-is.Eric Andersen2006-01-191-11/+15
|
* initial attempt at documenting how to port uClibcMike Frysinger2006-01-191-0/+111
|
* It was pointed out to me that http://www.uclibc.org/copyright.txtEric Andersen2005-11-131-0/+29
| | | | | yields an Error 404. So add in the copyright statement presently included on busybox.net
* use &amp; instead of &, tweak style, and add link for Embedded GentooMike Frysinger2005-10-291-13/+8
|
* close <a> tags like they should be for valid htmlMike Frysinger2005-10-291-5/+5
|
* add a charset def and update the doctypeMike Frysinger2005-10-291-2/+2
|
* add an entry about gnu malloc compat optionMike Frysinger2005-10-291-0/+20
|
* fix urlEric Andersen2005-10-111-1/+1
|
* - typo in documentationBernhard Reutner-Fischer2005-09-211-1/+1
|
* remove redundant paragraphEric Andersen2005-09-211-8/+0
|
* update developer verbageEric Andersen2005-09-021-3/+9
|
* point to uclibc.orgEric Andersen2005-08-281-2/+2
|
* a64l/l64a are now in uClibc, mkstemp and mktemp already wereMike Frysinger2005-08-241-2/+2
|
* posix_memalign and posix_fadvise are in uClibc nowMike Frysinger2005-08-181-2/+1
|
* update the uClibc webpageEric Andersen2005-08-172-35/+62
|