summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* inttostr: simplify by removing unnecessary redundancyPaul Eggert2010-10-221-0/+14
* nl_langinfo test: Avoid test failure on NetBSD 5.Bruno Haible2010-10-221-0/+6
* c-stack: work around libsigsegv 2.8 bugEric Blake2010-10-211-0/+6
* userspec: Drop redundant file.Bruno Haible2010-10-171-0/+5
* nl_langinfo tests: Silence some warnings.Bruno Haible2010-10-171-0/+6
* Make use of GCC's attribute __alloc_size__.Bruno Haible2010-10-171-0/+11
* bootstrap: anchor .gitignore entries.Joel E. Denny2010-10-161-0/+9
* nextafter: Fix configure check.Bruno Haible2010-10-161-0/+5
* Fix date in ChangeLog.Bruno Haible2010-10-161-2/+2
* termios: Update documentation.Bruno Haible2010-10-161-0/+5
* tests: Make them compile with TinyCC.Bruno Haible2010-10-161-0/+6
* ignore-value: make header idempotentEric Blake2010-10-151-0/+6
* GNUmakefile: handle "stable" target, not "major"Jim Meyering2010-10-151-0/+7
* isnan: Add support for TinyCCLudovic Courtès2010-10-151-0/+5
* vasnprintf: Don't set errno to 0.Bruno Haible2010-10-151-0/+7
* socketlib: Fix.Bruno Haible2010-10-151-0/+7
* test-select-stdin.c: avoid warn_unused_result warningsJim Meyering2010-10-141-0/+6
* git-version-gen: do require git-VC'd files in cwdJim Meyering2010-10-141-1/+11
* argv-iter: omit nonconforming declarationPaul Eggert2010-10-131-0/+7
* termios: fix compilation on mingwEric Blake2010-10-131-0/+11
* git-version-gen: don't require that .git/ be in the current dirJim Meyering2010-10-131-0/+6
* test-select: avoid warn_unused_result warningsJim Meyering2010-10-131-0/+6
* test-symlinkat: remove declaration of unused localJim Meyering2010-10-131-0/+3
* test-inttostr: avoid shadowing warningsJim Meyering2010-10-131-0/+7
* stdlib: Allow multiple gnulib generated replacements to coexist.Bruno Haible2010-10-121-0/+6
* fix a documentation typoJim Meyering2010-10-111-0/+5
* futimens: work around Solaris 11 bugEric Blake2010-10-111-0/+8
* Indentation.Paul Eggert2010-10-111-0/+6
* test-futimens: avoid unwarranted test failure on Solaris 5.11Jim Meyering2010-10-111-0/+7
* Indentation.Bruno Haible2010-10-111-0/+6
* spawn.in.h: make indentation consistent with parenthesesJim Meyering2010-10-111-0/+6
* Fix mismatched parens in previous commitGary V. Vaughan2010-10-111-0/+6
* rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]Paul Eggert2010-10-101-0/+20
* prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)Paul Eggert2010-10-101-0/+14
* time: enforce recent POSIX ruling that time_t is integralEric Blake2010-10-081-0/+6
* fdopendir: fix a bug on systems lacking openat and /proc supportJim Meyering2010-10-081-0/+32
* sys_select: Avoid warning due to undeclared memset() on OpenBSD 4.5.Bruno Haible2010-10-081-0/+5
* nanosleep: Make replacement POSIX compliant.Bruno Haible2010-10-081-0/+7
* bootstrap: add hook for altering gnulib.mk, for BisonPaul Eggert2010-10-081-0/+10
* bootstrap: reformat for readabilityPaul Eggert2010-10-081-0/+5
* docs: update cygwin progressEric Blake2010-10-081-0/+48
* parse-datetime: avoid compilation failure on OpenBSD 4.7Jim Meyering2010-10-071-0/+7
* docs: update cygwin progressEric Blake2010-10-071-0/+25
* docs: update parse-datetime historyEric Blake2010-10-071-0/+4
* cygwin: use more robust version checkEric Blake2010-10-071-0/+10
* string, sys_select: Avoid #including large headers unless necessary.Bruno Haible2010-10-071-0/+8
* memmem, strstr, strcasestr: fix bug with long periodic needleEric Blake2010-10-051-0/+20
* maint: fix order of ChangeLog entriesEric Blake2010-10-051-8/+10
* parse-datetime: do some more renamingPaul Eggert2010-10-051-0/+7
* parse-datetime: better name than get_dateEric Blake2010-10-051-0/+31