summaryrefslogtreecommitdiff
path: root/libyelp/yelp-info-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableTomas Popela2019-01-211-1/+0
* Fix a use of an uninitialized variableTomas Popela2019-01-211-1/+1
* Check whether variable node is set before dereferencing itTomas Popela2019-01-211-2/+2
* Make yelp_info_parse_menu() staticDavid King2015-10-161-2/+2
* Fix sign comparison warningDavid King2015-02-091-4/+4
* Avoid warnings from mixing declarations and codeDavid King2015-02-091-11/+22
* Fix unused variable warningsDavid King2015-02-091-1/+1
* libyelp: Make some private functions staticDavid King2015-01-281-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix crash on opening any .info docEdward Sheldrake2011-09-051-3/+3
* Fix crash due to access after freeEdward Sheldrake2011-09-051-1/+2
* Rewrite the way we read in the info file & calculate nodes' offsets.Rupert Swarbrick2011-05-031-164/+134
* Fix get_value_after in yelp-info-parser.cRupert Swarbrick2011-05-031-26/+43
* Menu formatting.Rupert Swarbrick2010-09-151-8/+30
* Render multi-line links correctly.Rupert Swarbrick2010-09-151-33/+17
* Parse info files into paragraphs (separated by blank lines).Rupert Swarbrick2010-09-151-212/+242
* Display menus as <ul>'s, rather than the original text.Rupert Swarbrick2010-09-151-17/+70
* Support for headings in info files.Rupert Swarbrick2010-09-151-20/+153
* [libyelp] Adding man page support, some formatting still offShaun McCance2010-06-011-5/+0
* [info2html] Link trails in info documentsShaun McCance2010-04-271-2/+11
* [libyelp] Adding info documents; still a few problems, but it mostly worksShaun McCance2010-04-261-0/+1298