summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* relocatable-prog: Fix gcc warning on mingw.Bruno Haible2019-04-271-4/+9
* argmatch: use void* for raw memory pointersAkim Demaille2019-04-252-19/+19
* di-set: allow free with 'ino_map' being NULLBernhard Voelker2019-04-181-1/+2
* * lib/str-two-way.h: Fix comment typo.Paul Eggert2019-04-141-1/+1
* signbit: Fix compilation error when gnulib's math.h exists twice.Bruno Haible2019-04-131-1/+2
* openmp: Fix compilation error on platforms without OpenMP.Bruno Haible2019-04-121-1/+5
* mountlist: make parsing /proc/self/mountinfo more robustBernhard Voelker2019-04-101-33/+47
* openmp: Add workaround for 32-bit programs on AIX.Bruno Haible2019-04-092-0/+131
* nproc: Fix return value for privileged processes.Bruno Haible2019-04-091-1/+1
* Add copyright notices in several files.Bruno Haible2019-04-0713-1/+208
* term-style-control: Fix typo in comment.Bruno Haible2019-03-251-2/+2
* term-style-control: New module.Bruno Haible2019-03-242-0/+1195
* _Noreturn: beware of C's _Noreturn in C++ pre C++11Akim Demaille2019-03-241-2/+3
* noreturn: In C++ mode with clang, use _Noreturn as fallback.Bruno Haible2019-03-231-0/+3
* libtextstyle-optional: Fix compiler warningsAkim Demaille2019-03-221-1/+2
* bitset: fix memory leaksAkim Demaille2019-03-211-1/+8
* bitset: minor changesAkim Demaille2019-03-213-37/+24
* bitset: expose bitset_resizeAkim Demaille2019-03-211-2/+3
* libtextstyle-optional: New module.Bruno Haible2019-03-201-0/+377
* c-stack: Make signal handlers more reliable.Bruno Haible2019-03-191-1/+7
* Help making signal handlers more reliable.Bruno Haible2019-03-197-25/+24
* _Noreturn: clang and MSVC do support [[noreturn]] in C++11 mode.Bruno Haible2019-03-181-2/+3
* _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 modeAkim Demaille2019-03-181-1/+2
* autoupdatePaul Eggert2019-03-172-17/+17
* fts: minor simplificationPaul Eggert2019-03-171-1/+0
* bitset: fix overflowsAkim Demaille2019-03-172-2/+4
* bitset: style changesAkim Demaille2019-03-171-9/+6
* fatal-signal: Pass the signal number to the action.Bruno Haible2019-03-164-6/+14
* fatal-signal: Add function that lists the fatal signals.Bruno Haible2019-03-162-0/+23
* isatty: Make it return true in Cygwin consoles on native Windows.Bruno Haible2019-03-141-0/+81
* all: Update URLs to msdn.microsoft.com.Bruno Haible2019-03-1421-76/+76
* strtod: fix clash with strtoldPaul Eggert2019-03-111-6/+5
* alloca-opt: Fix conflict mingw's new <alloca.h> file.Bruno Haible2019-03-101-0/+6
* di-set: Fix memory leak.Bruno Haible2019-03-101-1/+1
* get-rusage-as, pthread_sigmask tests: Fix -fsanitize=thread findings.Bruno Haible2019-03-101-1/+1
* getloadavg: Write NULL for the null pointer.Bruno Haible2019-03-101-6/+6
* alloca, tsearch-tests: Write NULL for the null pointer.Michal Privoznik2019-03-101-5/+5
* strfmon_l: Fix -fsanitize=address finding.Bruno Haible2019-03-091-14/+187
* crypto/des: Fix undefined behaviour.Bruno Haible2019-03-091-3/+9
* Fix undefined behaviour.Bruno Haible2019-03-092-5/+8
* unilbrk/u*-possible-linebreaks: Fix undefined behaviour.Bruno Haible2019-03-093-308/+320
* unistr/*, uniconv/*: Fix undefined behaviour.Bruno Haible2019-03-094-4/+8
* unistr/u8-cmp: Fix undefined behaviour.Bruno Haible2019-03-091-1/+1
* unictype/numeric: Fix undefined behaviour.Bruno Haible2019-03-084-5/+5
* nstrftime: support the ‘+’ flagPaul Eggert2019-02-241-28/+56
* stat, lstat: Fix conflict with relocatable-prog-wrapper module.Bruno Haible2019-02-244-4/+20
* long-options: add parse_gnu_standard_options_onlyBernhard Voelker2019-02-232-1/+67
* nstrftime: tweak arg orderPaul Eggert2019-02-231-9/+9
* nstrftime: merge glibc strftime changesPaul Eggert2019-02-211-11/+16
* progreloc: Speed up executable lookup on various platforms.Bruno Haible2019-02-191-2/+92