summaryrefslogtreecommitdiff
path: root/src/zsoelim.l
Commit message (Expand)AuthorAge
* Simplify static analysis of fatal errorsColin Watson2022-01-30
* Significantly improve mandb performanceColin Watson2022-01-24
* Add a layer of abstraction to decompressionColin Watson2022-01-19
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move appendstr out of manconfig.hColin Watson2022-01-16
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Downgrade "malformed .lf request" warning to debugColin Watson2022-01-09
* Assert that some xasprintf calls return non-NULLColin Watson2022-01-02
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* lexgrog, zsoelim: Suppress more compiler warningsColin Watson2019-09-30
* Remove unnecessary PP_COOKIE conditionalsColin Watson2019-09-01
* Enable many more GCC warningsColin Watson2019-08-25
* Port order_files and look_for_file to gl_listColin Watson2019-01-29
* Use macros for common cases of list iterationColin Watson2019-01-27
* Remove arbitrary limit on manpath sizeColin Watson2019-01-26
* Adjust line number when inserting extra roff inputColin Watson2015-11-05
* Make various functions staticColin Watson2014-09-16
* * docs/HACKING: Mention that xasprintf may be more readable thanColin Watson2013-06-27
* * src/lexgrog.l: Define YY_NO_INPUT, suppressing a -Wunused-functionColin Watson2013-05-14
* * src/lexgrog.l, src/zsoelim.l: Ensure that config.h is included atColin Watson2012-02-09
* Remove the need for our patched version of xstrdup.Colin Watson2011-03-20
* Improve .so searching (Debian bug #503472).Colin Watson2010-12-01
* * src/README.zsoelim: Remove, merging text into ...Colin Watson2009-08-23
* * configure.ac: Add -Wredundant-decls to CFLAGS.Colin Watson2009-07-14
* comment #endifColin Watson2009-03-10
* * src/zsoelim.l (zsoelim_parse_file): Put the initial .lf requestColin Watson2009-03-10
* Add regular expression and shell wildcard search facilities to manColin Watson2008-12-25
* Make bare .so includes (i.e. ".so foo.1" rather than ".soColin Watson2008-11-17
* Call zsoelim as an internal function rather than as an externalColin Watson2008-09-18
* * src/accessdb.c (main), src/catman.c (main), src/globbing_test.cColin Watson2008-08-17
* * src/accessdb.c (options, parse_opt): Accept -d/--debug.Colin Watson2008-01-07
* * src/zsoelim.l (options): Fix incorrect description of -C.Colin Watson2008-01-07
* * lib/decompress.c (decompress_zlib), lib/linelength.cColin Watson2008-01-02
* * src/accessdb.c (main), src/catman.c (main), src/globbing_test.cColin Watson2008-01-02
* * include/manconfig.h.in: Remove obsolete definitions of VERSION andColin Watson2007-12-31
* * src/accessdb.c (args_doc), src/catman.c (args_doc),Colin Watson2007-12-13
* merge from trunkColin Watson2007-11-24
|\
| * * src/accessdb.c (main), src/globbing_test.c (main),Colin Watson2007-11-12
* | convert argument processing to argpColin Watson2007-11-24
|/
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* explicitly import gnulib dirname module; use base_name and dir_name throughoutColin Watson2007-10-15
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* ensure we use the system fnmatch/getopt/glob if availableColin Watson2007-10-14
* more lib/ removal from includesColin Watson2007-10-13
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* * src/catman.c (main), src/globbing.c (main), src/lexgrog.l (main),Colin Watson2007-09-16
* * lib/decompress.c (decompress_open, decompress_fdopen): Don't startColin Watson2007-09-02
* * src/zsoelim.l (main): Call pipeline_install_sigchld.Colin Watson2007-08-31
* * src/zsoelim.l (YY_INPUT): Define to read from a 'struct pipeline'.Colin Watson2007-08-28