about summary refs log tree commit diff
path: root/src/libexpr/value-to-xml.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05 Fix compilation on FreeBSDEelco Dolstra1-0/+1
2010-10-24 * Keep attribute sets in sorted order to speed up attribute lookups.Eelco Dolstra1-1/+1
2010-10-24 * Store attribute sets as a vector instead of a map (i.e. a red-blackEelco Dolstra1-7/+7
2010-10-22 * Store Value nodes outside of attribute sets. I.e., Attr now storesEelco Dolstra1-7/+7
2010-06-10 * builtins.toXML: propagate the string context. This is a regressionEelco Dolstra1-0/+1
2010-05-07 (no commit message)Eelco Dolstra1-0/+2
2010-05-07 * Sync with the trunk.Eelco Dolstra1-19/+43
2010-05-07 * Keep track of the source positions of attributes.Eelco Dolstra1-5/+6
2010-04-15 * Store lists as lists of pointers to values rather than as lists ofEelco Dolstra1-1/+1
2010-04-13 * Use a symbol table to represent identifiers and attribute namesEelco Dolstra1-4/+4
2010-04-12 * Don't use ATerms for the abstract syntax trees anymore. NotEelco Dolstra1-29/+14
2010-04-07 * expr-to-xml -> value-to-xml.Eelco Dolstra1-0/+149