summaryrefslogtreecommitdiff
path: root/ChangeLog-2014
Commit message (Collapse)AuthorAgeFilesLines
* maint: quote 'like this' not `like this'Paul Eggert2023-01-301-105/+105
|
* maint: enable sc_file_systemJim Meyering2015-05-011-1/+1
| | | | | | | | * cfg.mk (local-checks-to-skip): Remove its exemption. * BUGS (characters): s/filesystem/file system/ * ChangeLog-2014 (setup_jump): Likewise. * doc/sed-in.texi: Likewise. * doc/sed.texi: Likewise.
* maint: remove all trailing white spaceJim Meyering2014-11-301-86/+98
| | | | | | | | | | | First, run this command: git grep -l ' $'|xargs perl -pi -e 's/[ \t]+$//' Then some minor fix-up to make the two newly-failing tests pass once again: * testsuite/mac-mf.sed: Append this, s/ $//, to eliminate trailing spaces in the actual output. * testsuite/y-newline.good: Manually remove a trailing space between two concatenated prompts.
* maint: update build/gnulib infrastructure; generate ChangeLogJim Meyering2014-11-301-0/+3618
* ChangeLog-2014: Renamed from ChangeLog. * po/ChangeLog-2014: Renamed from po/ChangeLog. * Makefile.am (EXTRA_DIST): Add the two new file names. (dist-hook): Generate ChangeLog at tarball-creation time. (gen-ChangeLog): New rule. Just like the one in coreutils and grep. * bootstrap.conf (gnulib_modules): Add the modules, readme-release and gitlog-to-changelog, and revamp to be much more like grep and coreutils. * lib/Makefile.am: Update.