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