summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-parser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libcroco: don't write double parenthesis unnecessarily (interferes with the ↵Johan B. C. Engelen2014-03-221-2/+2
| | | | | very useful clang parenthesis/assignment warning mechanism) (bzr r13184)
* libcroco: fix pointer signedness errorsJohan B. C. Engelen2014-03-211-7/+7
| | | (bzr r13178)
* Minimise diff against libcroco-0.6.8 (pass 1)Alex Valavanis2013-11-031-17/+20
| | | (bzr r12772)
* Merge upstream libcroco 0.6.3 changesAlex Valavanis2013-11-031-125/+243
| | | (bzr r12765)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+1
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* some code cleanup, trying to get it through cppcheckJohan B. C. Engelen2013-08-031-4/+1
| | | (bzr r12458)
* warning cleanup (no functional changes)Campbell Barton2011-06-251-1/+1
| | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
* More compile error cleanupBob Jamison2006-11-151-3/+3
| | | (bzr r1955)
* Make C++ - compilable. Mostly remove pointer casting problems. Fix a few ↵Bob Jamison2006-11-151-27/+28
| | | | | places where C++ is stricter than C. (bzr r1954)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+4408
(bzr r1)