summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* New module: crypto/sm3Jia Zhang2017-10-282-0/+584
* gc-libgcrypt: fix undefined enum type in switch statementJia Zhang2017-10-282-2/+3
* gc-libgcrypt: fix assignment error due to -Werror=pointer-signJia Zhang2017-10-281-1/+1
* glob: fix another heap buffer overflowPaul Eggert2017-10-211-2/+2
* quotearg: pacify compiler re unsignedPaul Eggert2017-10-191-1/+2
* glob: fix heap buffer overflowPaul Eggert2017-10-191-1/+1
* glob: pacify fuzzer for mempcpyPaul Eggert2017-10-181-2/+5
* all: Write "Solaris 11.0" instead of "Solaris 11 2011-11".Bruno Haible2017-10-122-2/+2
* getopt-posix: Fix build failure when using ac_cv_header_getopt_h=no.Bruno Haible2017-10-091-3/+2
* vma-iter: Fix typo in last commit.Bruno Haible2017-10-081-1/+1
* vma-iter: Fix typo in last commit.Bruno Haible2017-10-081-1/+1
* vma-iter: Improve support for FreeBSD.Bruno Haible2017-10-081-147/+189
* vma-iter: Fix truncated result on NetBSD (regression from 2017-10-07).Bruno Haible2017-10-081-1/+1
* vma-iter: Fix truncated result on Linux (regression from 2017-09-26).Bruno Haible2017-10-071-21/+66
* vma-iter: Improve support for GNU/Hurd.Bruno Haible2017-10-071-3/+46
* wcwidth: check a macro version of wcwidth () as wellKO Myung-Hun2017-10-071-6/+1
* getopt-posix: Clarify copyright header.Bruno Haible2017-10-064-8/+8
* fsuage: fix typo in previous changePaul Eggert2017-10-021-1/+0
* fsusage: remove SVR2 supportPaul Eggert2017-10-011-38/+0
* vma-iter: Add support for GNU/Hurd.Bruno Haible2017-10-012-4/+4
* vma-iter: Make it work on 32-bit Solaris with module 'largefile'.Bruno Haible2017-09-302-3/+12
* uniname/uniname: Don't assume C99 compiler (regression from 2015-02-16).Bruno Haible2017-09-301-203/+205
* vma-iter: Improvements for Linux and BSD platforms.Bruno Haible2017-09-272-36/+163
* vma-iter: Provide the protection flags on FreeBSD.Bruno Haible2017-09-271-0/+23
* glob: remove bogus extern declPaul Eggert2017-09-261-3/+0
* parse-datetime, posixtm: avoid uninit accessPaul Eggert2017-09-252-3/+20
* vma-iter: Improvements for BSD platforms.Bruno Haible2017-09-262-159/+464
* strfmon_l: New module.Bruno Haible2017-09-231-0/+64
* monetary: New module.Bruno Haible2017-09-231-0/+105
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-1472-117/+124
* all: prefer https: URLsPaul Eggert2017-09-131775-1790/+1790
* libc-config: Fix __GNUC_PREREQ macro.Tim Rühsen2017-09-121-1/+1
* * lib/fts.c: Fix XFS comments.Paul Eggert2017-09-081-3/+3
* stddef: Avoid conflict with system-defined max_align_t.Bruno Haible2017-09-081-7/+11
* libc-config: port to MSVCPaul Eggert2017-09-051-3/+3
* glob: Use enum for __glob_pattern_type resultPaul Eggert2017-09-053-10/+18
* glob: fix for use in glibcPaul Eggert2017-09-051-1/+1
* glob: fix bugs with long login namesPaul Eggert2017-09-021-58/+30
* glob: fix getpwnam_r errno typoPaul Eggert2017-09-021-12/+3
* glob: fix typo in recent changePaul Eggert2017-09-021-1/+1
* glob: don't save and restore errno unnecessarilyPaul Eggert2017-09-021-4/+0
* glob: don't assume getpwnam_rPaul Eggert2017-09-021-2/+2
* scratch_buffer: don’t use private glibc APIPaul Eggert2017-09-025-135/+139
* glob: use scratch_buffer instead of extend_allocaPaul Eggert2017-09-012-170/+27
* scratch_buffer: new modulePaul Eggert2017-09-014-0/+322
* libc-config: new modulePaul Eggert2017-09-012-0/+671
* glob: match dangling symlinksPaul Eggert2017-08-312-155/+80
* glob, backupfile: inode 0 is a valid inode numberPaul Eggert2017-08-312-27/+1
* glob: simplify symlink detectionPaul Eggert2017-08-311-36/+39
* renameat2: fix compilation on alpine linuxPádraig Brady2017-08-301-1/+1