about summary refs log tree commit diff
path: root/src/libexpr/expr-to-xml.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-14 * Added an experimental feature suggested by Andres: ellipses ("...")Eelco Dolstra1-1/+3
2008-08-14 * @-patterns as in Haskell. For instance, in a function definitionEelco Dolstra1-2/+8
2008-08-14 * Refactoring: combine functions that take an attribute set andEelco Dolstra1-9/+21
2008-08-11 * Removed the "valid values" feature. Nobody uses it anyway.Eelco Dolstra1-10/+2
2008-05-21 * GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour andEelco Dolstra1-0/+2
2007-01-13 * printTermAsXML: treat derivations specially; emit an elementEelco Dolstra1-11/+55
2007-01-13 * Make printing an expression as XML interruptible.Eelco Dolstra1-0/+3
2007-01-13 * Cleanup.Eelco Dolstra1-1/+1
2006-10-16 * Big cleanup of the semantics of paths, strings, contexts, stringEelco Dolstra1-14/+8
2006-10-11 * Removed URIs from the evaluator (NIX-66). They are now just anotherEelco Dolstra1-3/+0
2006-10-03 * toXML: propagate the context to allow derivations to be used in theEelco Dolstra1-6/+13
2006-09-04 * Use a proper namespace.Eelco Dolstra1-2/+7
2006-08-24 * Refactoring.Eelco Dolstra1-0/+92