summaryrefslogtreecommitdiff
path: root/src/yelp-man-parser.c
Commit message (Expand)AuthorAgeFilesLines
* - Don't assume order of certain macros, bug #568066, from Andy OwenShaun McCance2009-03-081-40/+61
* Handle malformed .so tags better (bug #447107 - Matt Keenan)Don Scorgie2007-08-071-4/+3
* Better handling of cross links in man pages (bug #431078 - MatthiasDon Scorgie2007-08-071-10/+34
* Handle '\*=' escape sequence correctly (bug #358825 - Björn Lindqvist)Don Scorgie2007-08-071-0/+3
* Merge of yelp rework branch:Don Scorgie2007-07-301-38/+7
* Add support for translated man pages, fixes #343275Brent Smith2006-06-111-44/+109
* don't increment ptr, fixes #341827 - Don Scorgie get rid of pointlessBrent Smith2006-05-271-1/+1
* When a man page uses the .so macro to include another file, just provide aBrent Smith2006-05-121-1/+43
* Fix various compiler warnings, patch by Don Scorgie. Fixes #326290Brent Smith2006-04-041-2/+2
* More 64-bit cleanups with gsizeBrent Smith2006-02-121-7/+7
* Brent Smith <gnome@nextreality.net>Brent Smith2006-01-141-5/+0
* Brent Smith <gnome@nextreality.net>Brent Smith2006-01-141-8/+3
* Brent Smith <gnome@nextreality.net>Brent Smith2006-01-091-537/+1118
* Brent Smith <gnome@nextreality.net>Brent Smith2005-12-211-2/+2
* src/yelp-bookmarks.c, src/yelp-db-pager.c, src/yelp-gecko-utils.cpp,Don Scorgie2005-11-021-9/+9
* - Made the man parser ignore macros used by pod2man to reduce garbageShaun McCance2005-09-171-18/+150
* Don't use C++ comments in C files. Fixes the build with --enable-debug.Christian Persch2005-03-101-10/+10
* Fix a bunch of warnings, port from gnome_i18n_* to the glib equivalents.Kjartan Maraas2005-02-221-1/+1
* Dump html rather than xml, so gecko can parse it correctly. Man page fixesJames Bowes2004-11-141-9/+29
* More hanging tag (IP, TP) fixes.James Bowes2004-11-141-16/+9
* More manpage fixing, including better handling of using hanging tagJames Bowes2004-11-141-32/+66
* More manpage fixes.James Bowes2004-11-141-22/+32
* Add in detection of page_name(section_num) style man page references, andJames Bowes2004-11-131-1/+64
* Add more tags to the parser, including the inline comment tag, some bsdJames Bowes2004-10-191-12/+126
* - Small fix for TP tag from Don ScorgieShaun McCance2004-10-181-1/+4
* - Switched most of the stuff over to YelpDocInfo - Reworked parserShaun McCance2004-10-071-4/+4
* Added more tags (from the gnu man macro package) to the parser. AddedJames Bowes2004-10-011-16/+236
* - Added yelp_document_info_get_filename - Made yelp-man-parser useShaun McCance2004-09-291-16/+161
* - DIE STRCMP DIEShaun McCance2004-09-291-12/+12
* Added test-man-parser to .cvsignoreShaun McCance2004-01-111-1/+2
* - Gobs more work on the man page parser.Shaun McCance2004-01-081-10/+103
* - Added preliminary code for a man page parser.Shaun McCance2004-01-081-0/+335