summaryrefslogtreecommitdiff
path: root/src/preproc/html/pre-html.cpp
Commit message (Expand)AuthorAgeFilesLines
* [src]: Group and order standard libc inclusions.G. Branden Robinson2023-02-091-4/+3
* src/include/assert.h: Delete.G. Branden Robinson2023-02-091-1/+1
* Fix Savannah #63589.G. Branden Robinson2023-02-051-1/+1
* [grohtml]: Fix misleading diagnostic message.G. Branden Robinson2023-01-251-2/+2
* [pre-grohtml]: Alter usage message handling.G. Branden Robinson2022-10-291-10/+13
* [pre-grohtml]: Update usage message.G. Branden Robinson2022-10-231-6/+8
* [grodvi, ...]: Trivially refactor.G. Branden Robinson2022-09-251-1/+3
* [grohtml]: Flush stderr in pre-html more often.G. Branden Robinson2022-07-141-2/+5
* [pre-html]: Die if neither `fork()` nor `spawn()`.G. Branden Robinson2022-07-011-2/+2
* src/preproc/html/pre-html.cpp (cleanup): Add.G. Branden Robinson2022-07-011-0/+7
* src/preproc/html/pre-html.cpp: Die on fclose fail.G. Branden Robinson2022-07-011-1/+2
* src/preproc/html/pre-html.cpp: Refactor (11/11).G. Branden Robinson2022-07-011-26/+0
* src/preproc/html/pre-html.cpp: Refactor (10/11).G. Branden Robinson2022-07-011-29/+22
* src/preproc/html/pre-html.cpp: Refactor (9/11).G. Branden Robinson2022-07-011-127/+132
* src/preproc/html/pre-html.cpp: Refactor (8/11).G. Branden Robinson2022-07-011-83/+57
* src/preproc/html/pre-html.cpp: Refactor (7/11).G. Branden Robinson2022-07-011-10/+13
* src/preproc/html/pre-html.cpp: Refactor (6/11).G. Branden Robinson2022-07-011-35/+19
* src/preproc/html/pre-html.cpp: Refactor (5/11).G. Branden Robinson2022-07-011-23/+17
* src/preproc/html/pre-html.cpp: Refactor (4/11).G. Branden Robinson2022-07-011-6/+6
* src/preproc/html/pre-html.cpp: Refactor (3/11).G. Branden Robinson2022-07-011-32/+16
* src/preproc/html/pre-html.cpp: Refactor (2/11).G. Branden Robinson2022-07-011-14/+8
* src/preproc/html/pre-html.cpp: Refactor (1/11).G. Branden Robinson2022-07-011-3/+0
* src/preproc/html/pre-html.cpp: Rearrange function.G. Branden Robinson2022-06-271-25/+25
* [pre-grohtml]: Fix Savannah #60782.G. Branden Robinson2022-06-271-8/+13
* [pre-grohtml]: Update command synopsis.G. Branden Robinson2022-06-251-12/+14
* [grohtml]: Quieten -Wparentheses compiler warning.G. Branden Robinson2021-12-301-1/+1
* [libgroff]: Drop `a_delete` preprocessor wrapper.G. Branden Robinson2021-08-281-2/+2
* [grohtml]: Fix code style nit.G. Branden Robinson2021-08-131-2/+7
* [grohtml]: Fix code nit.G. Branden Robinson2021-07-301-1/+1
* [grohtml]: Fix Savannah #60981.G. Branden Robinson2021-07-281-17/+57
* [grohtml]: Delete or rename `debug` symbols.G. Branden Robinson2021-07-281-10/+10
* [troff]: Fix Savannah #60977.G. Branden Robinson2021-07-281-0/+1
* [grohtml]: Fix Savannah #60971.G. Branden Robinson2021-07-271-4/+5
* [grohtml]: Reduce noise to standard error stream.G. Branden Robinson2021-07-271-1/+3
* [grohtml]: Stop discarding standard error output.G. Branden Robinson2021-07-271-12/+4
* [grohtml]: Fix misspelled variable.G. Branden Robinson2021-07-271-14/+15
* src/preproc/html/pre-html.cpp: Honor -v option.G. Branden Robinson2021-05-221-1/+1
* [grohtml]: Implement -C and -G options.G. Branden Robinson2021-05-221-2/+8
* [grohtml]: Update usage() to be accurate.G. Branden Robinson2021-05-221-11/+22
* [grohtml]: Use warning() upon usage errors.G. Branden Robinson2021-05-221-1/+1
* Update copyright1.23.0.rc1Bertrand Garrigues2020-11-111-1/+1
* Revert "Update copyright"Bertrand Garrigues2020-10-251-1/+1
* Update copyrightBertrand Garrigues2020-10-251-1/+1
* Stop spelling "Unix" as "UNIX".G. Branden Robinson2018-11-111-4/+4
* Update copyright (use gnulib's update-copyright script)Bertrand Garrigues2018-07-031-1/+1
* src: Fix `quote style' in comments and plaintext.G. Branden Robinson2017-11-091-35/+35
* src: Migrate diagnostics away from `these quotes'.G. Branden Robinson2017-11-091-9/+9
* Fix grammar of "command-line" where needed.G. Branden Robinson2017-10-221-1/+1
* Fix many malloc/new vs. free/delete/delete[] mismatches (#47164)Bálint Réczey2016-02-161-1/+1
* [pre-grohtml] Fix out-of-bounds array access (#47161).Bálint Réczey2016-02-161-1/+1