summaryrefslogtreecommitdiff
path: root/ChangeLog-2013
Commit message (Collapse)AuthorAgeFilesLines
* all: prefer https:// URLs where possibleBernhard Voelker2017-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change from http:// to https:// URLs for the following: www.gnu.org, gnu.org, savannah.gnu.org, git.sv.gnu.org, lists.gnu.org, translationproject.org, cve.mitre.org, cwe.mitre.org, xkcd.com, standards.ieee.org, and gcc.gnu.org. * COPYING: Do the above replacement. * ChangeLog-2013: Likewise. * NEWS: Likewise. * README: Likewise. * README-hacking: Likewise. * build-aux/Makefile.am: Likewise. * build-aux/check-testfiles.sh: Likewise. * build-aux/gen-changelog.sh: Likewise. * build-aux/man-lint.sh: Likewise. * build-aux/src-sniff.py: Likewise. * cfg.mk: Likewise. * configure.ac: Likewise. * doc/Makefile.am: Likewise. * doc/find-maint.texi: Likewise. * doc/find.texi: Likewise. * find/defs.h: Likewise. * find/exec.c: Likewise. * find/find.1: Likewise. * find/finddata.c: Likewise. * find/fstype.c: Likewise. * find/ftsfind.c: Likewise. * find/oldfind.c: Likewise. * find/parser.c: Likewise. * find/pred.c: Likewise. * find/print.c: Likewise. * find/print.h: Likewise. * find/sharefile.c: Likewise. * find/sharefile.h: Likewise. * find/testsuite/Makefile.am: Likewise. * find/testsuite/binary_locations.sh: Likewise. * find/testsuite/checklists.py: Likewise. * find/testsuite/config/unix.exp: Likewise. * find/testsuite/find.gnu/name-period.exp: Likewise. * find/testsuite/find.posix/depth1.exp: Likewise. * find/testsuite/sv-34079.sh: Likewise. * find/testsuite/sv-34976-execdir-fd-leak.sh: Likewise. * find/testsuite/sv-48030-exec-plus-bug.sh: Likewise. * find/testsuite/sv-48180-refuse-noop.sh: Likewise. * find/testsuite/sv-52220.sh: Likewise. * find/testsuite/sv-bug-32043.sh: Likewise. * find/testsuite/test_escape_c.sh: Likewise. * find/testsuite/test_escapechars.sh: Likewise. * find/testsuite/test_inode.sh: Likewise. * find/testsuite/test_type-list.sh: Likewise. * find/tree.c: Likewise. * find/util.c: Likewise. * gnulib-local/lib/gcc-function-attributes.h: Likewise. * lib/bugreports.c: Likewise. * lib/bugreports.h: Likewise. * lib/buildcmd.c: Likewise. * lib/buildcmd.h: Likewise. * lib/check-regexprops.sh: Likewise. * lib/dircallback.c: Likewise. * lib/dircallback.h: Likewise. * lib/extendbuf.c: Likewise. * lib/extendbuf.h: Likewise. * lib/fdleak.c: Likewise. * lib/fdleak.h: Likewise. * lib/findutils-version.c: Likewise. * lib/findutils-version.h: Likewise. * lib/listfile.c: Likewise. * lib/listfile.h: Likewise. * lib/printquoted.c: Likewise. * lib/printquoted.h: Likewise. * lib/qmark.c: Likewise. * lib/regexprops.c: Likewise. * lib/regextype.c: Likewise. * lib/regextype.h: Likewise. * lib/safe-atoi.c: Likewise. * lib/safe-atoi.h: Likewise. * lib/splitstring.c: Likewise. * lib/splitstring.h: Likewise. * lib/test_splitstring.c: Likewise. * lib/unused-result.h: Likewise. * locate/frcode.c: Likewise. * locate/locate.1: Likewise. * locate/locate.c: Likewise. * locate/locatedb.5: Likewise. * locate/locatedb.h: Likewise. * locate/testsuite/Makefile.am: Likewise. * locate/testsuite/config/unix.exp: Likewise. * locate/updatedb.1: Likewise. * locate/updatedb.sh: Likewise. * locate/word_io.c: Likewise. * po/fetch-po-files: Likewise. * xargs/testsuite/Makefile.am: Likewise. * xargs/testsuite/config/unix.exp: Likewise. * xargs/xargs.1: Likewise. * xargs/xargs.c: Likewise.
* maint: generate ChangeLog from git commit messagesBernhard Voelker2014-08-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Remove, as it is not maintained manually any longer. * Makefile.am (gen-ChangeLog): Add phony target to create the ChangeLog file in the distribution tarball from the git commit messages - starting from 2014 - and concatenating the file 'ChangeLog-2013'. (dist-hook): Add the above new target as dependency. * ChangeLog-2013: Add a newline at the top for nicer separation in the concatenated ChangeLog file in the distribution tarball. Bump Copyright year. * import-gnulib.config (maintainer_modules): Add 'gitlog-to-changelog' module. Furthermore create an empty ChangeLog file to silence automake, and set DO_NOT_WANT_CHANGELOG_DRIVER environment variable as we do not want the import to fail if the changelog driver is not installed. * build-aux/git-log-fix: Add rules to fix some git commit messages during ChangeLog generation. * build-aux/.gitignore: Add entry for 'gitlog-to-changelog'. * build-aux/.cvsignore: Likewise. * .gitignore: Likewise. * README-hacking: Remove item to add a ChangeLog entry, and instead mention to give a decent commit message. In the command sequence for a complete session, remove ChangeLog editing, too. * doc/find-maint.texi (Release Information): Remove ChangeLog editing. * Signed-off-by: James Youngman <jay@gnu.org>
* Revert the previous ChangeLog split and split at 2013 instead.James Youngman2014-08-231-0/+11397
* ChangeLog-2013: Split the ChangeLog at 2013 rather than 2008; hence, delete ChangeLog-2008. * Makefile.am (EXTRA_DIST): Distribute ChangeLog-2013. * .gitattributes: Use the ChangeLog merge driver for ChangeLog-2013. This reverts commit c3e93017c2850cee2d2c15e03f66dedc1a2f445d. Conflicts: ChangeLog