summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dfa: fix memory leak in parseNorihiro Tanaka2017-01-181-0/+1
* localeinfo: case_folded_counterparts and WEOFPaul Eggert2017-01-152-3/+3
* dfa: port to gcc -fsanitize=undefinedPaul Eggert2017-01-151-1/+2
* strftime: %z is -00 if unknownPaul Eggert2017-01-141-6/+6
* dfa: minor simplification with emptysetPaul Eggert2017-01-101-4/+1
* dfa: shrink constraints from 4 bits to 3Paul Eggert2017-01-101-16/+16
* dfa: omit unnecessary ptrdiff_t checkPaul Eggert2017-01-101-2/+0
* dfa: omit unnecessary allocationPaul Eggert2017-01-101-2/+0
* dfa: omit unused localPaul Eggert2017-01-091-1/+0
* maint: time stamp -> timestampPaul Eggert2017-01-0913-46/+46
* getprogname: fix port to IRIXPaul Eggert2017-01-081-2/+5
* dfa: melt down dfastate into build_stateNorihiro Tanaka2017-01-081-52/+45
* dfa: simplify transition table allocationNorihiro Tanaka2017-01-081-24/+20
* dfa: fix reallocation bug when matching newlinesPaul Eggert2017-01-081-59/+55
* Avoid -Wundef warning about undefined WINDOWS_SOCKETS.Tim Rühsen2017-01-071-3/+3
* Avoid -Wundef warning about undefined __USE_FILE_OFFSET64.Tim Rühsen2017-01-071-1/+1
* stdioext: Port to Minix 3.2 and newer.Bruno Haible2017-01-0714-22/+22
* getprogname: port to IRIXPaul Eggert2017-01-061-0/+31
* glob, intprops, xalloc: work around Clang bugPaul Eggert2017-01-063-23/+5
* dfa: fix 'return' typoPaul Eggert2017-01-061-1/+1
* lock: Provide guarantee to avoid writer starvation for rwlocks.Bruno Haible2017-01-052-14/+225
* thread: Fix pth port.Bruno Haible2017-01-051-5/+6
* parse-datetime: fix debug message on lone year numberAssaf Gordon2017-01-051-1/+18
* parse-datetime: fix local timezone debug messagesAssaf Gordon2017-01-051-14/+40
* parse-datetime: add debug warning about DST changesAssaf Gordon2017-01-051-8/+54
* parse-datetime: add debug warning about date arithmeticAssaf Gordon2017-01-051-2/+26
* parse-datetime: fix debug message of relative part after timezoneAssaf Gordon2017-01-051-2/+6
* parse-datetime: fix incorrect debug message on lone numberAssaf Gordon2017-01-051-1/+1
* dfa: prefer functions to FETCH_WC macroPaul Eggert2017-01-021-49/+58
* dfa: narrow more local var scopesPaul Eggert2017-01-021-4/+9
* dfa: remove duplicate assignmentPaul Eggert2017-01-021-1/+0
* dfa: simplify constraint-dependency checkingPaul Eggert2017-01-011-20/+2
* dfa: prefer functions and constants to macrosPaul Eggert2017-01-011-68/+116
* dfa: narrow more local var scopesPaul Eggert2017-01-011-69/+69
* dfa: narrow the scope of many local variablesJim Meyering2017-01-011-118/+96
* version-etc: new yearPaul Eggert2017-01-011732-1733/+1733
* dfa: shorten sbit, successPaul Eggert2016-12-301-2/+2
* dfa: simplify multibyte_prop etc.Paul Eggert2016-12-301-62/+24
* dfa: minor performance tweakPaul Eggert2016-12-301-1/+1
* dfa: wrap charclass inside a structPaul Eggert2016-12-301-93/+87
* xalloc: x2nrealloc check for ptrdiff_t overflowPaul Eggert2016-12-291-4/+6
* vma-iter: Fix endless loop on 64-bit Windows.Bruno Haible2016-12-201-4/+4
* stdint: Fix WINT_MAX to match the gnulib provided wint_t on minw.Bruno Haible2016-12-192-4/+4
* dfa: improve worst-case 'replace' performancePaul Eggert2016-12-181-55/+52
* dfa: performance improvement for removal of epsilon closureNorihiro Tanaka2016-12-181-57/+83
* getopt: Fix link error for users of getopt() in <unistd.h>.Bruno Haible2016-12-181-8/+14
* tanhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* tanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sqrtf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sinhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12