summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* progreloc: Simplify code for Android.Bruno Haible2019-02-191-3/+12
* vla: add commentary about VLA_ELEMSPaul Eggert2019-02-021-0/+26
* dtoastr,ftoastr,ldtoastr: port to c-strtod changesPaul Eggert2019-02-021-4/+2
* fma: Improve code style.Bruno Haible2019-02-021-0/+1
* c-strtod, c-strtold: Use the bug fixes for strtod, strtold.Bruno Haible2019-02-022-8/+33
* strtod, strtold: Use the locale's decimal point.Bruno Haible2019-02-011-13/+46
* strtod, strtold: Avoid unnecessary rounding errors.Bruno Haible2019-02-011-33/+78
* strtod, strtold: Work around HP-UX 11.31/ia64 bug.Bruno Haible2019-02-011-1/+19
* autoupdatePaul Eggert2019-01-311-2/+4
* strtold: New module.Bruno Haible2019-01-303-40/+135