summaryrefslogtreecommitdiffstats
path: root/src/dom/xpathparser.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-15cppcheckKris De Gussem1-7/+9
2011-12-04cppcheckKris De Gussem1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2008-03-08Change charclass.cpp/h to ucd.cpp/hBob Jamison1-1/+1
2008-03-07Update charclass.h/cpp to use complete Unicode character databaseBob Jamison1-7/+7
2007-03-29make glib dep configurable againBob Jamison1-1/+1
2006-09-05Massive update for smart pointers. Rework js dom binding to be smarter. Pla...Bob Jamison1-1/+1
2006-07-13fixed parsing of axesBob Jamison1-0/+13
2006-07-09finally getting closer to processing axes and contexts correctlyBob Jamison1-2/+6
2006-07-07cleaned up token generationBob Jamison1-64/+90
2006-07-07rearrange axis/context structure. make tokens more robustBob Jamison1-62/+64
2006-05-21Unix-ify the sourcesBob Jamison1-2047/+2047
2006-04-30Rework Stack class to TokenExecutor, to support an Axis stackBob Jamison1-1/+4
2006-04-27Add axis and function token stubs to token setBob Jamison1-2/+91
2006-04-27interim cleanup commitBob Jamison1-1/+7
2006-04-23Move contextual info to StackBob Jamison1-1/+20
2006-04-22Tweak to use Glib::ustring. Remove warnings.Bob Jamison1-7/+7
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+1930
2006-04-12Removed file/folder for ishmalAaron Spike1-1910/+0
2006-02-28Replace isspace() with isWhitespace(). Use pure unicode character classes.Bob Jamison1-10/+10