aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Include <stdlib.h> for exit() and add a prototype for yyparse().Stefan Farfeleder2004-05-241-0/+4
* Grab all the information we need about a character with one call toTim J. Robbins2004-05-231-7/+5
* Perform conversions straight from the stream buffer instead of scanningTim J. Robbins2004-05-221-18/+19
* Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins2004-05-227-42/+24
* Correct parsing of Solaris default ACLs.Tim Kientzle2004-05-211-4/+6
* Update the document date.Alan Cox2004-05-201-1/+1
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-2015-622/+320
* q§Mike Makonnen2004-05-201-7/+5
* Nits fixed.Tim Kientzle2004-05-201-4/+4
* More research, more shuffling and clarification.Tim Kientzle2004-05-201-119/+149
* Implement crashdump decoding for AMD64 as well, now that I have finallyPeter Wemm2004-05-191-28/+63
* When combining ustar prefix and name fields, check before adding a '/'Tim Kientzle2004-05-191-8/+8
* I've recently been looking at the Seventh Edition sourceTim Kientzle2004-05-191-78/+80
* Refine the heuristic used to determine whether or not to obeyTim Kientzle2004-05-191-9/+20
* Remove a long obsolete paragraph from the BUGS section.Alan Cox2004-05-191-10/+0
* For amd64, explicitly compile mcount.po, rather than copying mcount.o. WePeter Wemm2004-05-181-0/+6
* Be smarter about hardlink sizes: some tar programs writeTim Kientzle2004-05-181-2/+18
* Don't depend on NULL's expansion being a pointer, cast it before it is passedStefan Farfeleder2004-05-181-3/+4
* Clarify an error message.Tim Kientzle2004-05-182-2/+4
* Clarify and extend paragraphs on interoperationYaroslav Tykhiy2004-05-173-6/+55
* getgrent() and friends should set errno if there is an error.Tim Kientzle2004-05-172-1/+8
* POSIX prohibits any library function from setting errno to 0.Tim Kientzle2004-05-172-2/+6
* Use conversion state objects to store the accumulated wide character,Tim J. Robbins2004-05-171-63/+67
* Use a simpler and faster buffering scheme for partial multibyte characters.Tim J. Robbins2004-05-172-52/+80
* If getpwent/getpwuid/getpwnam return NULL, they must also set errno.Tim Kientzle2004-05-171-0/+3
* Remove some kludges designed to ensure that the compiler didn't roundDavid Schultz2004-05-172-87/+10
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* Style fixes:Bruce Evans2004-05-141-11/+5
* Fixed some insertion sort errors (external ones only).Bruce Evans2004-05-141-25/+25
* Use a simpler, faster buffering scheme for partial characters in mbrtowc().Tim J. Robbins2004-05-141-21/+27
* Do not attempt to build libdisk, libthr and libc_r for arm.Olivier Houchard2004-05-141-3/+8
* Define iaddr_t and saddr_t for arm.Olivier Houchard2004-05-141-1/+4
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.Olivier Houchard2004-05-143-0/+13
* Import _setjmp.S for arm in libstand.Olivier Houchard2004-05-141-0/+106
* Import libkvm MD file for arm.Olivier Houchard2004-05-141-0/+103
* Arm bits for libpthread. It has no chances to work and should be consideredOlivier Houchard2004-05-1410-0/+942
* C runtime support for FreeBSD/arm.Olivier Houchard2004-05-144-0/+169
* Import the softfloat emulation library, needed for FreeBSD/arm right now.Olivier Houchard2004-05-1439-0/+14975
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-1453-0/+6228
* We use __arm__, not __arm32__.Olivier Houchard2004-05-141-1/+1
* Define malloc_pageshift and malloc_minsize for arm.Olivier Houchard2004-05-141-0/+4
* Fixed some minor style bugs.Bruce Evans2004-05-132-14/+20
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-138-9/+113
* Update raw byte count statistic correctly.Tim Kientzle2004-05-131-1/+1
* Add MLINK for newly-added archive_read_extract_set_progress_callback(3).Tim Kientzle2004-05-132-0/+2
* Add hook for a client-provided progress callback to be invokedTim Kientzle2004-05-136-2/+34
* Fix braino in previous: check that the second byte in the characterTim J. Robbins2004-05-132-2/+2
* Fix some^Wseveral style bugs from last commit.Peter Edwards2004-05-123-45/+38
* Fix typo.Josef El-Rayes2004-05-121-1/+1
* Fix typo.Josef El-Rayes2004-05-121-1/+1