aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 1. Use correct alignment mask, -15 != ~15David Xu2004-07-311-2/+2
* Use #include <unistd.h> rather than the explicit externs in theWarner Losh2004-07-311-2/+1
* o Assertions to catch that stuff that shouldn't happen is not happening.Mike Makonnen2004-07-303-20/+19
* Conditionalize the bzip2/gzip compression/decompressionTim Kientzle2004-07-305-0/+29
* Re-word the COMPATIBILITY section, taking care to use the word "deprecated"Tim J. Robbins2004-07-2912-98/+74
* Use newly added __used attribute to keep static function symbols from beingAlexander Kabaev2004-07-291-8/+8
* Change a couple of comments so that GCC doesn't think that they containScott Long2004-07-291-3/+3
* Remove unnecessary #include directives.Tim J. Robbins2004-07-293-8/+0
* Prefer <runetype.h> to <rune.h>, since the latter is going away soon.Tim J. Robbins2004-07-295-5/+5
* Remove useless checks for characters longer than INT_MAX bytes.Tim J. Robbins2004-07-293-12/+0
* Add support for multibyte characters.Tim J. Robbins2004-07-291-29/+83
* Add a paragraph break in the STANDARDS section to improve readability.Tim J. Robbins2004-07-291-0/+1
* Add support for multibyte characters.Tim J. Robbins2004-07-291-49/+112
* Document incorrect handling of multibyte characters due to limitationsTim J. Robbins2004-07-281-1/+6
* Set fpu context flags to known values, zero is illegal.David Xu2004-07-281-0/+2
* ANSIfy and constify; this now builds with GCC 3.4.Dag-Erling Smørgrav2004-07-281-22/+19
* Work around known GCC 3.4.x problem and use ANSI prototype for dremf().Alexander Kabaev2004-07-281-2/+2
* Downgrade WARNS level for GCC 3.4.2.Alexander Kabaev2004-07-283-2/+3
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+2
* Downgrage WARNS level for GCC 3.4.x.Alexander Kabaev2004-07-281-1/+1
* Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc toAlexander Kabaev2004-07-281-9/+0
* s/round/fpround/ to avoid naming clash with GCC builtin function.Alexander Kabaev2004-07-281-8/+8
* Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().Tim J. Robbins2004-07-271-0/+163
* Enclose .Fa fn with ``The ... function'' at the beginning of sentences.Philippe Charnier2004-07-261-4/+8
* When writing "pax" format, readers are supposed to ignore fieldsTim Kientzle2004-07-265-25/+117
* Allow "posix" as a synonym for "pax". (The gtar folks chose "posix",Tim Kientzle2004-07-251-0/+1
* We were forcing a pax extension header for files >= 1G. Set thatTim Kientzle2004-07-251-1/+1
* Add an nftw(3) link.Tim J. Robbins2004-07-251-0/+1
* Minor style nits.Tim Kientzle2004-07-241-2/+2
* Rework the feature-detection logic in archive_platform.h so thatTim Kientzle2004-07-241-62/+115
* Define the PACKAGE_NAME and PACKAGE_VERSION macros.Tim Kientzle2004-07-242-0/+6
* Suppress a minor compiler warning if the platform doesn't support hi-resTim Kientzle2004-07-241-0/+2
* Add some functions to query basic facts about the library:Tim Kientzle2004-07-243-12/+66
* Use "linux" instead of "LINUX" to control Linux-specific code.Tim Kientzle2004-07-243-8/+18
* Fix the handling of signed values when parsing base-256 header values.Tim Kientzle2004-07-241-32/+68
* Remove unused variable.David Schultz2004-07-231-9/+1
* Return the correct value when dst == NULL and conversion has stopped afterTim J. Robbins2004-07-221-2/+2
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intHajimu UMEMOTO2004-07-212-7/+1
* Read directly from the stdio buffer using the new __mbsnrtowcs() interfaceTim J. Robbins2004-07-211-14/+38
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-2114-165/+317
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide characterTim J. Robbins2004-07-211-8/+25
* Back out previous commit. Even though statfs(2) can take a regularChristian S.J. Peron2004-07-201-0/+4
* Remove reference to ENOTDIR in the documented errorsChristian S.J. Peron2004-07-201-4/+0
* Call __mbrtowc() and __wcrtomb() directly instead of taking detoursTim J. Robbins2004-07-203-3/+6
* Fix printing of long doubles to match the size thatAndrew Gallatin2004-07-192-11/+8
* prgregset_t changed type from being a typedef of struct reg to anMarcel Moolenaar2004-07-191-1/+1
* Enable libpthread build for powerpcPeter Grehan2004-07-191-1/+1
* PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode forPeter Grehan2004-07-1916-0/+1640
* Add signalcontext, required by KSE.Peter Grehan2004-07-192-1/+104
* The new program counter should go into the trapframe's srr0 andPeter Grehan2004-07-191-1/+1