Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work toward getting the textual parser working again. Since this means | John Wiegley | 2008-07-24 | 1 | -66/+98 |
| | | | | that value expressions must work, there are a lot of details involved. | ||||
* | Fixed a memory bug due to a shallow copy in value_t::storage_t. | John Wiegley | 2008-07-22 | 1 | -3/+1 |
| | |||||
* | Re-enabled almost all of the code in main.cc. | John Wiegley | 2008-07-20 | 1 | -0/+1 |
| | |||||
* | The new XPath parser has been integrated, although I have removed the | John Wiegley | 2008-07-20 | 1 | -0/+2142 |
XML-related bits -- I just wanted the better infrastructure that had been created during the rewrite. It doesn't work, but it compiles and links now. This means that all of the previous 3.0 code has been moved over, although there are still snippets of code in pending/old that need to be restored. |