summaryrefslogtreecommitdiff
path: root/libyelp/yelp-man-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when viewing man pagesDavid King2015-02-161-5/+8
* Avoid warning due to unnecessary comparisonDavid King2015-02-091-1/+1
* Fix format signedness warningsDavid King2015-02-091-2/+2
* Fix warnings about discarding constDavid King2015-02-091-3/+5
* Fix sign comparison warningDavid King2015-02-091-1/+1
* Avoid warnings from mixing declarations and codeDavid King2015-02-091-1/+3
* Remove redundant extra semicolonsDavid King2015-02-091-13/+13
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* fix format stringDexter Morgan2011-09-271-1/+1
* Don't use stdout as a variable name.Antoine Jacoutot2011-06-141-3/+3
* Cleverer heuristic on what constitutes a man link.Rupert Swarbrick2011-01-101-4/+16
* Correctly deal with man links containing newlines.Rupert Swarbrick2011-01-101-3/+39
* Do the indents in man pages correctly with CSS and javascript.Rupert Swarbrick2011-01-101-2/+4
* Add support for http:// urls.Rupert Swarbrick2011-01-101-0/+30
* Make links from strings of the form "blah(2)" in man pages.Rupert Swarbrick2011-01-101-0/+322
* Fix some compiler warnings.Rupert Swarbrick2011-01-101-13/+14
* Deal correctly with the last line of output.Rupert Swarbrick2010-12-201-6/+157
* Treat 'C' and 'N' lines more carefully. Yay! Russian works properly at last!Rupert Swarbrick2010-12-201-41/+80
* Correctly deal with titles with spaces.Rupert Swarbrick2010-12-201-43/+116
* Draw vertical jumps correctly.Rupert Swarbrick2010-12-201-8/+60
* Spacing changes to fix horizontal spacing for perl(1) and man(1).Rupert Swarbrick2010-12-201-46/+76
* Add support for N and C lines.Rupert Swarbrick2010-12-201-9/+223
* Use a monospace font and   for internal spacing.Rupert Swarbrick2010-12-201-1/+34
* Initial implementation calling man -Z and parsing.Rupert Swarbrick2010-12-201-1636/+421
* [yelp-man-parser] Append \n to avoid running words togetherShaun McCance2010-06-011-0/+1
* [yelp-man-parser] Lines from GDataInputStream don't include \nShaun McCance2010-06-011-16/+16
* [libyelp] Adding man page support, some formatting still offShaun McCance2010-06-011-0/+1821