summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-17replace home-grown function by boostDavid Tardon1-28/+1
2017-04-17try to retrieve some fieldsosnola8-0/+374
2017-04-17try to not ignore some significant spacesosnola2-5/+11
2017-04-17set page size to A4 if it is unknownosnola1-2/+3
2017-04-15add format attribute to debugPrintDavid Tardon3-1/+234
2017-04-15clone is not usedDavid Tardon1-88/+0
2017-04-15change manual memory management to std::unique_ptrDavid Tardon2-217/+221
2017-04-15boost::scoped_ptr -> std::unique_ptrDavid Tardon2-3/+2
2017-04-15boost::shared_ptr -> std::shared_ptrDavid Tardon6-15/+12
2017-04-15switch to C++11David Tardon3-0/+1023
2017-04-15clean up .gitignoreDavid Tardon1-2/+0
2017-04-15only ignore generated files in m4David Tardon2-1/+2
2017-04-11replace repeated increment with a single assignmentDavid Tardon1-2/+2
2017-04-05ofz: check the stack for emptiness before accessing topDavid Tardon1-2/+4
2017-04-05use constantDavid Tardon1-1/+1
2017-04-02passing null c-string to std::string is undef. behaviorDavid Tardon1-2/+2
2017-04-02avoid memory leakDavid Tardon1-52/+33
2017-04-02avoid memory leakDavid Tardon1-6/+5
2017-04-02avoid memory leaks on exceptionDavid Tardon4-139/+124
2017-04-02avoid leak if state stack is not emptiedDavid Tardon3-7/+10
2017-03-31astyleDavid Tardon1-3/+3
2017-03-31add fuzzing driver for oss-fuzzDavid Tardon5-2/+71
2017-03-16fix typo: "the the" --> thedennisroczek1-1/+1
2015-12-27drop undefined variableDavid Tardon1-1/+1
2015-12-27simplify dist. and inst. of headersDavid Tardon2-5/+3
2015-12-27make --help output more help2man-friendlyDavid Tardon3-11/+26
2015-12-20Better gperf dependenciesFridrich Štrba2-35/+17
2015-12-19Fix build with recent clang that chokes on "register" keywordFridrich Štrba1-1/+1
2015-12-13Fix dependenciesFridrich Štrba1-2/+8
2015-08-30fix build with boost 1.59David Tardon1-0/+1
2015-02-02remove bashismDavid Tardon1-1/+1
2014-12-21Correct some warnings, retrieve borders, improve list retrieving...osnola8-72/+237
2014-12-21simplify calling of astyleDavid Tardon1-0/+2
2014-12-20coverity#1259905 do not let AbiDocument::parse throwDavid Tardon1-1/+6
2014-12-20coverity#1259904 dereference before null checkDavid Tardon1-1/+3
2014-12-20prepare for a releaselibabw-0.1.1David Tardon2-1/+13
2014-12-20fix copypastaDavid Tardon1-1/+1
2014-12-20fix processing of mixed paragraph contentDavid Tardon1-0/+5
2014-12-20fix conditionDavid Tardon1-1/+1
2014-12-20print debug messages to stderrDavid Tardon3-3/+35
2014-12-19import headingsDavid Tardon1-1/+21
2014-12-19document props are globalDavid Tardon2-5/+4
2014-12-19import metadataDavid Tardon7-24/+107
2014-12-19set writing mode from document defaultDavid Tardon1-0/+2
2014-12-19eliminate some copypastaDavid Tardon1-39/+23
2014-12-19use typedef for property mapDavid Tardon6-31/+33
2014-12-19add support for text languageDavid Tardon7-0/+86
2014-11-24add compile script to .gitignoreDavid Tardon1-0/+1
2014-11-24only export public symbolsDavid Tardon2-0/+23
2014-06-16libabw: avoid some quoting issue with Win32 makeMichael Stahl1-1/+1