|
7b089321
|
2025-01-01T09:24:36
|
|
maint: run 'make update-copyright'
|
|
5b92dd0a
|
2024-01-01T10:31:48
|
|
maint: run 'make update-copyright'
|
|
32a72f45
|
2023-01-01T01:14:21
|
|
maint: run 'make update-copyright'
|
|
416872ce
|
2022-08-16T00:28:22
|
|
pmccabe2html: Doc fix.
* build-aux/pmccabe2html: Don't use reserved _SOURCES namespace.
Use AM_V_GEN. Use LC_ALL=C.
|
|
eec12c00
|
2022-01-01T09:43:19
|
|
maint: run 'make update-copyright'
|
|
4b948321
|
2021-01-01T07:28:52
|
|
maint: run 'make update-copyright'
|
|
2cdc1baf
|
2020-01-01T00:00:18
|
|
maint: Run 'make update-copyright'
|
|
505e3dbf
|
2019-09-23T12:41:22
|
|
Update URLs and associated text
(Thanks to Bruno Haible for proofreading the earlier patch.)
|
|
9e78024b
|
2019-09-22T23:23:20
|
|
Update some URLs
This is a clerical change that mostly changes http: to https: in URLs
where either will work. It also updates some URLs that have moved,
removes some URLs that no longer work, and fixes related text.
|
|
e6633650
|
2019-01-01T00:25:11
|
|
maint: Run 'make update-copyright'
|
|
281b825e
|
2018-01-01T00:57:25
|
|
maint: Run 'make update-copyright'
|
|
ca35d468
|
2017-09-13T00:48:18
|
|
all: prefer https: URLs
|
|
a3fd683d
|
2017-01-01T02:59:23
|
|
version-etc: new year
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
|
|
71090a2a
|
2016-01-01T00:56:19
|
|
version-etc: new year
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
|
|
c496809e
|
2015-08-01T23:30:07
|
|
pmccabe2html: fix gawk regex escaping
* build-aux/pmccabe2html: Add one more backslash to properly
escape the gsub replacement value. Fixes this error:
gawk: ./build-aux/pmccabe2html:425: \
warning: escape sequence `\&' treated as plain `&'
|
|
b9bfe784
|
2015-01-01T01:38:23
|
|
version-etc: new year
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
|
|
1276a2c5
|
2014-01-01T00:04:40
|
|
maint: update copyright
I ran 'make update-copyright'.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
883e87df
|
2013-09-25T22:27:03
|
|
pmccabe2html: escaping of special characters
The C code characters '<', '>', and '&' were improperly
escaped in HTML output, and their multiplicity was ignored.
|
|
bacee67d
|
2013-09-19T19:47:29
|
|
pmccabe2html: fix portability issues
Allow awk versions other than Gawk.
Correct wrong HTML tag closures.
|
|
9fc81090
|
2013-01-01T00:50:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright". Compare to commit 1602f0a from last year.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
1602f0af
|
2012-01-01T10:04:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
|
d60f3b0c
|
2011-01-01T20:17:23
|
|
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
|
|
823c4109
|
2010-11-10T09:15:44
|
|
pmccabe2html: bug fixes: don't skip last input line; quote filename in shell command
* build-aux/pmccabe2html: Fixed a off-by-one error, so last input line is
also considered for output. Quoted function name in shell command, so
temporary files for functions like MyClass::operator() are removed
correctly without errors.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
|
|
63598589
|
2010-09-29T21:56:27
|
|
More pmccabe fixes.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
|
|
7a49b7fe
|
2010-09-21T13:55:05
|
|
Use src/ not lib/ as root of source in example Makefile.am code.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
|
|
c27b1198
|
2010-09-20T22:39:56
|
|
Set cut_dir properly, and add mode line for Emacs.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
|
|
2e1faa65
|
2010-09-21T14:32:30
|
|
Set cut_dir properly, and add mode line for Emacs.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
|
|
236b99e9
|
2010-09-21T14:27:00
|
|
Make Makefile.am example code more cut-and-paste friendly.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
|
|
b2e2010c
|
2010-01-01T10:31:12
|
|
update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
|
|
e54c53af
|
2009-12-28T11:46:43
|
|
pmccabe2html: emit consistent FSF copyright; remove trailing blanks
* build-aux/pmccabe2html: Insert comma before "Inc." in emitted
FSF copyright line. Remove trailing blanks.
|
|
3431a129
|
2009-11-06T14:36:24
|
|
build-aux/pmccabe2html: Drop #! header. Doc fix.
|
|
42095643
|
2009-11-06T14:30:03
|
|
build-aux/pmccabe2html: Disable execute bit. Improve example usage.
|
|
c9fed5f8
|
2009-11-02T11:55:14
|
|
pmccabe2html: Don't hard code awk path.
|
|
5c011218
|
2008-11-06T09:10:43
|
|
build-aux/pmccabe2html: Added support for C++ source files.
|
|
b13005f4
|
2008-10-13T12:20:30
|
|
pmccabe2html: Add css and css_url parameters.
|
|
7301ffa1
|
2008-10-07T09:24:34
|
|
Add pmccabe2html module, from gnupdf.
|