summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint.mk: fix strict vs. lazy variable issues with RELEASEakim-fix-uploadAkim Demaille2012-09-252-27/+50
* maint.mk: formatting changesAkim Demaille2012-09-252-12/+17
* maint.mk: provide "make upload" to ease uploadingAkim Demaille2012-09-253-10/+46
* maint.mk: factor the validation of RELEASE_TYPEAkim Demaille2012-09-252-8/+34
* maint.mk: silent rulesAkim Demaille2012-09-252-2/+11
* localename: port gl_locale_name_thread_unsafe to FreeBSDPaul Eggert2012-09-242-116/+25
* binary-io, eealloc, mbfile, mbiter, mbutil, xsize: better 'inline'Paul Eggert2012-09-2223-36/+126
* pipe-filter-gi, pipe-filter-ii: better use of 'inline'Paul Eggert2012-09-226-15/+79
* fdutimensat: omit unnecessary AC_C_INLINEPaul Eggert2012-09-222-1/+3
* fchmodat, fchownat, fstatat: use extern-inlinePaul Eggert2012-09-229-11/+48
* acl, mbchar, priv-set: use extern-inlinePaul Eggert2012-09-2213-16/+63
* sockets, sys_stat: remove AC_C_INLINE in MSVC-only casesPaul Eggert2012-09-223-6/+9
* tls-tests: omit unnecessary 'inline'Paul Eggert2012-09-222-1/+5
* utimens-tests: avoid unnecessary 'inline'Paul Eggert2012-09-226-5/+10
* misc: don't limit commentary to inline functionsPaul Eggert2012-09-226-5/+13
* non-recursive-gnulib-prefix-hack: new moduleJim Meyering2012-09-205-0/+316
* ChangeLog: fix indentationJim Meyering2012-09-181-2/+2
* maint.mk: generalize _gl_tight_scope for non-recursive makeJim Meyering2012-09-182-1/+9
* maint.mk: exempt trailing blanks found in "binary" filesJim Meyering2012-09-182-0/+8
* maint.mk: sc_prohibit_path_max_allocation: don't FP for UNIX_PATH_MAXJim Meyering2012-09-182-1/+8
* maint.mk: teach sc_prohibit_magic_number_exit to accept 77Jim Meyering2012-09-182-1/+11
* maint.mk: relax sc_prohibit_strcmp, to avoid a false positiveJim Meyering2012-09-182-1/+9
* localcharset: work around Mac OS X bug with UTF-8 and MB_CUR_MAXPaul Eggert2012-09-162-0/+14
* doc: document sticky-EOF issuePaul Eggert2012-09-168-0/+63
* poll: fix poll(0, NULL, msec)Joachim Schmitz2012-09-132-1/+7
* poll: fix for systems that can't recv() on a non-socketJoachim Schmitz2012-09-133-1/+17
* poll/select: document portability problems not fixed by Gnulib.Paolo Bonzini2012-09-133-0/+21
* update from texinfoKarl Berry2012-09-121-17/+20
* Fix typo in previous patch: 1 -> 4.Paul Eggert2012-09-101-1/+1
* fcntl-h: check for AIX 7.1 bug with O_NOFOLLOW and O_CREATPaul Eggert2012-09-102-1/+19
* net_if: give more details about the bug being fixedEric Blake2012-09-062-2/+8
* net_if: new moduleEric Blake2012-09-057-3/+159
* readutmp: fix non-portable UT_PID useMats Erik Andersson2012-09-052-2/+8
* update from texinfoKarl Berry2012-09-051-23/+26
* fts: reduce two or more trailing slashes to just one, usuallyJim Meyering2012-09-042-0/+29
* fts: when there is no risk of overlap, use memcpy, not memmoveJim Meyering2012-09-042-1/+6
* autoupdateKarl Berry2012-09-021-2/+2
* autoupdateKarl Berry2012-09-021-12/+19
* manywarnings: update the list of "all" warningsJim Meyering2012-09-022-65/+173
* * lib/stdbool.in.h (_Bool) [__cplusplus]: bool, not _Bool.Paul Eggert2012-08-291-1/+2
* stdbool: be more compatible with mixed C/C++ compilesPaul Eggert2012-08-292-19/+37
* revert last change: it was not neededJim Meyering2012-08-282-2/+6
* tests: test-vc-list-files-git.sh: skip if git is not availableJim Meyering2012-08-282-0/+8
* gnulib-tool: Remove no-op option --no-changelog.Bruno Haible2012-08-262-5/+8
* autoupdateKarl Berry2012-08-251-4/+4
* doc: remove fdl-1.2.texiPaul Eggert2012-08-243-451/+9
* execinfo: port to FreeBSDPaul Eggert2012-08-243-3/+24
* xstrtol.h: avoid "_Noreturn is not at beginning of declaration" warningJim Meyering2012-08-242-1/+7
* doc: do not use @acronymPaul Eggert2012-08-244-14/+24
* stdnoreturn: port to newer GCCsPaul Eggert2012-08-233-10/+26