summaryrefslogtreecommitdiff
path: root/build-aux/declared.sh
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* Fix a couple of ShellCheck warnings.Bruno Haible2022-07-231-1/+1
| | | | | | | | | | | | | * MODULES.html.sh (sed_escape_slash): Remove unused variable. * build-aux/bootstrap: Avoid computed printf format strings. * build-aux/do-release-commit-and-tag: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/declared.sh: Fix "unrecognized option" message. * gnulib-tool (supplied_opts): Remove unused variable. (--single-con): Remove redundant option recognition. * tests/test-parse-duration.sh (nl): Remove unused variable. * tests/test-update-copyright.sh: Use double-quotes instead of single-quotes.
* maint: Update copyright noticesPaul Eggert2022-01-271-1/+1
| | | | | | | | | | * build-aux/announce-gen, build-aux/declared.sh: * build-aux/git-version-gen, build-aux/gitlog-to-changelog: * build-aux/gnu-web-doc-update, build-aux/gnupload: * build-aux/increment-serial, build-aux/libtool-next-version: * build-aux/useless-if-before-free: Update some copyright notices by hand, that were not updated automatically.
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: Update copyright notices.Bruno Haible2022-01-011-1/+1
| | | | * build-aux/declared.sh (func_version): Bump year.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* declared.sh: Allow parsing 'extern "C"' lines.Bruno Haible2021-06-201-2/+2
| | | | | * build-aux/declared.sh: Don't concatenate lines to an 'extern "C" {' line.
* maint: Update copyright notices in --version output.Bruno Haible2021-01-011-1/+1
| | | | | | | | | | | List the most recent year in which changes were made, per <https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html>. * build-aux/declared.sh (func_version): Say 2019. * build-aux/libtool-next-version (func_version): Likewise. * build-aux/run-test (func_version): Likewise. * check-module (COPYRIGHT_NOTICE): Say 2012. * lib/git-merge-changelog.c (main): Say 2020.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: update copyright noticesPaul Eggert2019-12-311-1/+1
| | | | | | | | | | | | | Before doing the following changes done by hand, I also ran ‘make update-copyright’ and ‘config/srclist-update <config/srclist.txt’ to do most of the copyright years automatically. A few upstream sources are still in 2019 but these should eventually be changed automatically too. * build-aux/declared.sh (func_version): * build-aux/libtool-next-version (func_version): * build-aux/run-test (func_version): Update these notices by hand. Put just the last year in output of programs, as per GNU coding standards.
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* declared.sh: Fix comment.Bruno Haible2019-05-121-1/+1
| | | | * build-aux/declared.sh: Fix typo in comment.
* declared.sh: Fix bug with variables of pointer type.Bruno Haible2019-02-061-1/+1
| | | | | * build-aux/declared.sh (sed_extract_extern_declared): Allow the space before the symbol to be omitted if the preceding character is a '*'.
* declared.sh: Fix --version output.Bruno Haible2019-02-041-2/+2
| | | | * build-aux/declared.sh (func_version): Update package name.
* Add script for determining the set of symbols to export from a library.Bruno Haible2019-02-031-0/+137
* build-aux/declared.sh: New file, from GNU libunistring. * doc/lib-symbol-visibility.texi (Exported Symbols of Shared Libraries): Mention it.