Fix regex compilation error on HP-UX 11.
[gnulib.git] / ChangeLog
2008-03-23 Bruno HaibleFix regex compilation error on HP-UX 11.
2008-03-23 Bruno HaibleDocument how to resolve the conflicts between gnulib...
2008-03-23 Bruno HaibleInstall files from top/ in the destination directory.
2008-03-23 Bruno HaibleTweak "gnulib --version" output.
2008-03-23 Bruno HaibleTweak "gnulib --version" output.
2008-03-21 Eric BlakeMore --version tweaks.
2008-03-20 Jim Meyering* build-aux/GNUmakefile (_have-git-version-gen): Split...
2008-03-20 Eric BlakeVPATH fix.
2008-03-20 Simon JosefssonMake git-version-gen optional. Add _build-aux variable.
2008-03-20 Eric BlakeSync GNUmakefile with coreutils.
2008-03-18 Jim MeyeringNew script and module: mktempd
2008-03-15 Jim MeyeringUndo last change.
2008-03-15 Jim Meyeringsha1.c, md5.c: Hoist a redundant expression.
2008-03-14 Eric BlakeBump copyright year in files generated by gnulib-tool.
2008-03-14 Eric BlakeFix 'gnulib-tool --version' output to work with git.
2008-03-12 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-12 Jim MeyeringRecognize optional cast of the argument to free.
2008-03-12 Jim Meyering* build-aux/bootstrap (gnulib_tool): Remove trailing...
2008-03-12 Bruno HaibleExtend AC_LIB_LINKFLAGS to the situation of several...
2008-03-12 Sergey Poznyakoff* build-aux/bootstrap (version_controlled_file): Adapt...
2008-03-12 Bruno HaibleAvoid conflicts between local macro definitions.
2008-03-11 Bruno HaibleCorrect the va_copy definition for AIX 5.
2008-03-11 Bruno HaibleDocument a pitfall.
2008-03-11 Bruno HaibleFix commit from 2007-06-20.
2008-03-10 Bruno HaibleTake into account the number of pushed-back bytes ...
2008-03-09 Bruno HaibleExtend freadptr to return also the buffer size.
2008-03-09 Bruno HaibleExplain how to remedy the TeX save_size error.
2008-03-07 Bruno HaibleMake fflush after ungetc work on BSD platforms.
2008-03-07 Eric BlakeLikewise for ftello.
2008-03-06 Bruno HaibleEnsure that fseeko is declared when possible.
2008-03-06 Bruno HaibleAvoid line break inside email address.
2008-03-06 Bruno HaibleAdd libgnupdf.
2008-03-06 Thien-Thi NguyenConsistent explanation of "Gnulib module: ..." notation.
2008-03-06 Bruno HaibleSmall updates.
2008-03-06 Bruno HaibleMove the documentation of module 'func' to its own...
2008-03-06 Simon JosefssonAdd entries for recent func module changes.
2008-03-06 Simon JosefssonChange license to unlimited for func module.
2008-03-06 Simon JosefssonMinor cleanups of __func__ module, suggested by Eric...
2008-03-06 Simon JosefssonAdd pdf target in doc/.
2008-03-05 Simon JosefssonRe-license byteswap to LGPLv2+.
2008-03-05 Simon JosefssonUse unlimited license for inline module.
2008-03-03 Bruno HaibleUpdate last ChangeLog entry.
2008-03-03 John E. MalmbergAdd VMS support.
2008-03-03 John E. MalmbergUpdate VMS specifics.
2008-03-02 Jim MeyeringRemove the last dependency on the "free" module.
2008-03-02 Jim Meyeringlib/getdelim.c (getdelim): Don't leak memory upon faile...
2008-03-02 Jim MeyeringRemove useless "if" tests before free. Deprecate ...
2008-03-02 Jim Meyering* build-aux/git-version-gen: Adjust a comment and the...
2008-03-02 Jim Meyeringbootstrap: sync from coreutils again
2008-03-01 Eric BlakeFix bugs in last patch.
2008-03-01 Jim MeyeringAdd ChangeLog entry.
2008-03-01 Eric BlakeNew module 'memchr2'.
2008-02-29 Bruno HaibleTests for module 'freadseek'.
2008-02-29 Bruno HaibleNew module 'freadseek'.
2008-02-29 Sergey PoznyakoffAdd anubis, cpio, mailfromd, mailutils, radius, wydawca.
2008-02-29 Sergey PoznyakoffUpdate
2008-02-29 Bruno HaibleMore tests for freadptr.
2008-02-28 Sergey PoznyakoffUpdate
2008-02-28 Atsushi SAKAIFix typo in comment.
2008-02-28 Bruno HaibleTests for module 'freadptr'.
2008-02-28 Bruno HaibleNew module 'freadptr'.
2008-02-26 Karl BerrySync from Libtool:
2008-02-24 Bruno HaibleFix a build problem on HP-UX 10.
2008-02-24 Bruno HaibleTests for module 'environ'.
2008-02-24 Bruno HaibleNew module 'environ'.
2008-02-24 Bruno HaibleDocumentation about problem on MacOS X 10.
2008-02-21 Bob ProulxEnable use of older two part flavor 'git describe'.
2008-02-20 Martin Buchholz* lib/fts.c (fts_build): Typo correction to comment.
2008-02-20 Jim Meyering* ChangeLog: Indent copyright notice to avoid "make...
2008-02-18 Bruno HaibleRestore the ChangeLog's truncated tail.
2008-02-18 Bruno HaibleAvoid generating no-op conflicts.
2008-02-18 Bruno HaibleSpeed up by 10%.
2008-02-18 Bruno HaibleSpeed up by 25%.
2008-02-18 Bruno HaibleSpeed up from O(n^2) to O(n).
2008-02-18 Bruno HaibleNew option --split-merged-entry.
2008-02-17 Bruno HaibleSupport the "git pull --rebase" situation.
2008-02-16 Eric BlakeAvoid doubling \ in common case of "c-maybe" quoting...
2008-02-16 Eric BlakeAvoid trigraph quoting in default output.
2008-02-13 Lasse CollinDon't rely on signed integer overflowing to negative...
2008-02-13 Eric BlakeAvoid shadowing warning and compile errors on Linux.
2008-02-13 Eric BlakeSilence warning in last patch.
2008-02-13 Eric BlakeQuotearg part 4: add tests, fix c-maybe colon quoting.
2008-02-13 Eric BlakeQuotearg part 3: add flag to control outer quote elision.
2008-02-13 Eric BlakeQuotearg part 2: add flag that can control NUL elision.
2008-02-13 Eric BlakeQuotearg part 1: more wrappers, restore quotearg_char...
2008-02-12 Bruno HaibleGive credit to a bug reporter.
2008-02-11 Bruno HaibleImprove reference to ./libgnu.a.
2008-02-11 Bruno HaibleSpecify custom merge drivers.
2008-02-11 Jim Meyeringuseless-if-before-free: Fix reversed exit values.
2008-02-11 Jim Meyeringuseless-if-before-free: Close stdout carefully.
2008-02-11 Bruno HaibleNew module 'git-merge-changelog'.
2008-02-10 Jim Meyeringuseless-if-before-free: New option: --list (-l).
2008-02-10 Jim MeyeringAdd a better summary to previous ChangeLog entry.
2008-02-10 Jim Meyering* build-aux/useless-if-before-free: Exit 2 for errors.
2008-02-10 Bruno HaibleNew abstract list operation 'node_set_value'.
2008-02-10 Bruno HaibleAvoid gcc warnings due to misplaced 'const'.
2008-02-10 Jim MeyeringNew script and module: useless-if-before-free
2008-02-10 Jim Meyeringgitlog-to-changelog: Add omitted ChangeLog entry.
2008-02-10 Jim Meyering* build-aux/gitlog-to-changelog: Use committer date...
2008-02-10 Jim Meyeringxstrtol_error: Fix typo.
next