summaryrefslogtreecommitdiff
path: root/build-aux/pmccabe2html
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* pmccabe2html: Doc fix.Simon Josefsson2022-08-161-5/+5
| | | | | * build-aux/pmccabe2html: Don't use reserved _SOURCES namespace. Use AM_V_GEN. Use LC_ALL=C.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* Update URLs and associated textPaul Eggert2019-09-231-1/+1
| | | | (Thanks to Bruno Haible for proofreading the earlier patch.)
* Update some URLsPaul Eggert2019-09-221-1/+1
| | | | | | 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.
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
|
* all: prefer https: URLsPaul Eggert2017-09-131-3/+3
|
* version-etc: new yearPaul Eggert2017-01-011-1/+1
| | | | | | | | | | * 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'.
* version-etc: new yearPaul Eggert2016-01-011-1/+1
| | | | | | | | | | * 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'.
* pmccabe2html: fix gawk regex escapingAssaf Gordon2015-08-011-3/+3
| | | | | | | * 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 `&'
* version-etc: new yearPaul Eggert2014-12-311-1/+1
| | | | | | * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'.
* maint: update copyrightEric Blake2014-01-011-1/+1
| | | | | | I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
* pmccabe2html: escaping of special charactersMats Erik Andersson2013-09-261-3/+3
| | | | | The C code characters '<', '>', and '&' were improperly escaped in HTML output, and their multiplicity was ignored.
* pmccabe2html: fix portability issuesMats Erik Andersson2013-09-191-4/+8
| | | | | Allow awk versions other than Gawk. Correct wrong HTML tag closures.
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
| | | | | | Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* pmccabe2html: bug fixes: don't skip last input line; quote filename in shell ↵Torsten Scheck2010-11-111-3/+3
| | | | | | | | | | | 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>
* More pmccabe fixes.Reuben Thomas2010-11-101-30/+30
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Use src/ not lib/ as root of source in example Makefile.am code.Reuben Thomas2010-09-211-1/+1
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Set cut_dir properly, and add mode line for Emacs.Reuben Thomas2010-09-211-1/+1
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Set cut_dir properly, and add mode line for Emacs.Reuben Thomas2010-09-211-2/+1
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Make Makefile.am example code more cut-and-paste friendly.Reuben Thomas2010-09-211-9/+10
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* pmccabe2html: emit consistent FSF copyright; remove trailing blanksJim Meyering2009-12-281-36/+36
| | | | | * build-aux/pmccabe2html: Insert comma before "Inc." in emitted FSF copyright line. Remove trailing blanks.
* build-aux/pmccabe2html: Drop #! header. Doc fix.Simon Josefsson2009-11-061-8/+6
|
* build-aux/pmccabe2html: Disable execute bit. Improve example usage.Simon Josefsson2009-11-061-4/+4
|
* pmccabe2html: Don't hard code awk path.Simon Josefsson2009-11-021-2/+3
|
* build-aux/pmccabe2html: Added support for C++ source files.Simon Josefsson2008-11-061-44/+50
|
* pmccabe2html: Add css and css_url parameters.Simon Josefsson2008-10-131-3/+17
|
* Add pmccabe2html module, from gnupdf.Simon Josefsson2008-10-071-0/+888