summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update DEPENDENCIES.Bruno Haible2017-01-102-52/+42
* maint.mk: enforce spelling of "timestamp" (i.e., no space)Jim Meyering2017-01-102-1/+8
* dfa: minor simplification with emptysetPaul Eggert2017-01-102-4/+6
* dfa: shrink constraints from 4 bits to 3Paul Eggert2017-01-102-16/+25
* dfa: omit unnecessary ptrdiff_t checkPaul Eggert2017-01-102-2/+4
* dfa: omit unnecessary allocationPaul Eggert2017-01-102-2/+4
* dfa: omit unused localPaul Eggert2017-01-092-1/+3
* maint: time stamp -> timestampPaul Eggert2017-01-0921-59/+59
* maint: remove stray .texi filesPaul Eggert2017-01-093-52/+7
* getprogname: fix port to IRIXPaul Eggert2017-01-082-2/+9
* 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-082-59/+63
* Avoid -Wundef warning about undefined WINDOWS_SOCKETS.Tim Rühsen2017-01-072-3/+8
* Avoid -Wundef warning about undefined __USE_FILE_OFFSET64.Tim Rühsen2017-01-072-1/+6
* stdioext: Port to Minix 3.2 and newer.Bruno Haible2017-01-0715-22/+29
* getprogname: port to IRIXPaul Eggert2017-01-062-0/+38
* localename-tests: port to NetBSD 7Paul Eggert2017-01-062-9/+14
* glob, intprops, xalloc: work around Clang bugPaul Eggert2017-01-064-23/+16
* dfa: fix 'return' typoPaul Eggert2017-01-062-1/+7
* lock tests: Prefer semaphore over mutex.Bruno Haible2017-01-052-4/+59
* parse-datetime: fix generated paths for coverage filesPádraig Brady2017-01-052-1/+10
* maint.mk: support parallel execution of coveragePádraig Brady2017-01-052-1/+11
* lock: Provide guarantee to avoid writer starvation for rwlocks.Bruno Haible2017-01-058-18/+594
* thread: Fix pth port.Bruno Haible2017-01-052-5/+14
* parse-datetime: fix debug message on lone year numberAssaf Gordon2017-01-052-1/+41
* parse-datetime: fix local timezone debug messagesAssaf Gordon2017-01-052-14/+60
* parse-datetime: add debug warning about DST changesAssaf Gordon2017-01-052-8/+82
* parse-datetime: add debug warning about date arithmeticAssaf Gordon2017-01-052-2/+52
* parse-datetime: fix debug message of relative part after timezoneAssaf Gordon2017-01-052-2/+22
* parse-datetime: fix incorrect debug message on lone numberAssaf Gordon2017-01-052-1/+14
* execKarl Berry2017-01-031-1/+1
* build-aux/mdate-shKarl Berry2017-01-035-9/+9
* doc: fix typo in previous changePaul Eggert2017-01-021-2/+2
* Revert copyright-year change to synced filesPaul Eggert2017-01-0231-36/+41
* doc: modernize for C11 etc.Paul Eggert2017-01-022-20/+44
* dfa: prefer functions to FETCH_WC macroPaul Eggert2017-01-022-49/+65
* dfa: narrow more local var scopesPaul Eggert2017-01-022-4/+12
* dfa: remove duplicate assignmentPaul Eggert2017-01-022-1/+7
* dfa: simplify constraint-dependency checkingPaul Eggert2017-01-012-20/+8
* dfa: prefer functions and constants to macrosPaul Eggert2017-01-012-68/+126
* dfa: narrow more local var scopesPaul Eggert2017-01-012-69/+75
* dfa: narrow the scope of many local variablesJim Meyering2017-01-012-118/+104
* gettext from devKarl Berry2017-01-011-1/+1
* version-etc: new yearPaul Eggert2017-01-013717-3730/+3736
* do-release-commit-and-tag: avoid shell syntax errorEric Blake2016-12-312-2/+6
* maint.mk: hoist gnulib_dir definition earlierEric Blake2016-12-312-1/+9
* maint.mk: do not always evaluate intprops-related shellJim Meyering2016-12-312-1/+11
* maint.mk: improve sc_prohibit_intprops_without_useJim Meyering2016-12-302-12/+14
* dfa: shorten sbit, successPaul Eggert2016-12-302-2/+7