summaryrefslogtreecommitdiff
path: root/src/globbing.c
Commit message (Expand)AuthorAge
* Use xnrealloc rather than xrealloc in a few more placesColin Watson2014-09-16
* Squash false positive from -Wmaybe-uninitializedColin Watson2014-06-17
* * docs/HACKING: Mention that xasprintf may be more readable thanColin Watson2013-06-27
* Add support for wildcards in MANPATH (Fedora bug #677669).Peter Schiffer2013-05-30
* Build libman and libmandb as shared libraries, reducing ourColin Watson2010-09-26
* Search man<sec><ext> directories in the GNU layout (Debian bugColin Watson2009-11-15
* * src/globbing.c (match_in_directory): Make this void; checkingColin Watson2009-11-15
* Add regular expression and shell wildcard search facilities to manColin Watson2008-12-25
* * libdb/db_btree.c, libdb/db_storage.h, libdb/mydbm.h, src/catman.c,Colin Watson2008-01-07
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.17.Colin Watson2007-12-13
* use recommended gnulib #include style for canonicalize.h and fnmatch.hColin 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
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* split out globbing program wrapper so that it doesn't need to be built separa...Colin Watson2007-10-11
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* * src/globbing.c (look_for_file): Don't escape the hierarchy path;Colin Watson2007-09-26
* * src/catman.c (main), src/globbing.c (main), src/lexgrog.l (main),Colin Watson2007-09-16
* * lib/cleanup.c (do_cleanups): Split out signal-safe processing ...Colin Watson2007-06-18
* * lib/debug.c: New file for debugging functions.Colin Watson2007-02-12
* * src/globbing.c (parse_layout): Actually check upper-cased versionColin Watson2007-01-07
* Fix a slew of memory leaks, including a nasty per-search leak inColin Watson2007-01-07
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.15.Colin Watson2006-12-26
* * src/globbing.c: _GNU_SOURCE is defined throughout now, so don'tColin Watson2006-11-06
* * docs/COPYING, docs/COPYING.LIB: Update from www.gnu.org to pick upColin Watson2005-07-31
* * src/globbing.c (match_in_directory): Oops; stop decrementingColin Watson2003-11-17
* Speed up mandb's purging functions further, from about 20 seconds toColin Watson2003-11-17
* * include/manconfig.h.in (CTYPE): New macro to help get <ctype.h>Colin Watson2003-11-16
* * src/globbing.c (usage): Expand "sec" to "section".Colin Watson2003-08-27
* Add -Wpointer-arith and -Wstrict-prototypes for gcc, and update all codeColin Watson2003-05-01
* Add -W for gcc, and update all code it objects to.Colin Watson2003-05-01
* Remove all assumptions that string literals have type 'char *' rather thanColin Watson2003-05-01
* Introduce a readdir() cache, which substantially speeds up mandb'sColin Watson2003-04-28
* * src/globbing.c (parse_layout, look_for_file): Add a BSD layout inColin Watson2003-04-22
* Improve command-line option support in accessdb, globbing, lexgrog, andColin Watson2002-12-29
* * src/globbing.c (main): Make the test program compile again, andColin Watson2002-12-20
* Escape man page names when globbing for them (e.g. [(1)).Colin Watson2002-11-07
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* Fix poor treatment of multi-character section names on the command lineColin Watson2002-06-29
* When globbing, close the directory after reading through it.Colin Watson2002-04-30
* Initial support for case-insensitive lookups.Colin Watson2002-04-21
* Teach mandb how to purge old entries from the database. Other minor fixesColin Watson2001-06-28
* Clean up a compiler warning, some cruft, and debug mode spew; speed upColin Watson2001-06-25
* A couple more section fixes, although it still won't work quite correctly.Colin Watson2001-06-24
* Add SECTIONS directive in configuration file. Other tweaks.Colin Watson2001-06-18
* Massive global style cleanup in src/*, and a couple of small documentationColin Watson2001-05-28
* Initial revisionColin Watson2001-04-26