Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-11-11 | Fix bugs and add a flag to skip comments | Lars Thorsen | |
Add flag {comments, Flag} to xmerl_scan for filtering of comments. Default (true) is that xmlComment records are returned from the scanner and this flag should be set to false if one don't want comments in the output. Fix some bugs to get the test cases to run clean. | |||
2011-11-10 | Remove exec bit from files related to: XML, make, C | Ricardo Catalinas Jiménez | |
2011-10-27 | xmerl test suite: Eliminate use of deprecated regexp module | Björn Gustavsson | |
2011-09-26 | [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | Lars Thorsen | |
2011-08-24 | Merge branch 'hw/update-chmod-without-f' into dev | Henrik Nord | |
* hw/update-chmod-without-f: Again: Call chmod without the "-f" flag OTP-9491 | |||
2011-08-10 | Merge branch 'lars/xmerl/attr_val_bug/OTP-9411' into dev | Lars Thorsen | |
* lars/xmerl/attr_val_bug/OTP-9411: Added test case for ticket 9411. Entity replacement in attributes doesn't work poperly. | |||
2011-08-09 | Added test case for ticket 9411. | Lars Thorsen | |
2011-08-09 | Added ticket test case. | Lars Thorsen | |
2011-06-05 | Again: Call chmod without the "-f" flag | Holger Weiß | |
Commit 7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 removed the "-f" flag from chmod calls in Makefiles: | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX | do not support. As the only effect of the "-f" flag is to suppress | warning messages, it can be safely omitted. Meanwhile, new "chmod -f" calls have been added. This commit removes the "-f" flag from those new calls. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-10 | Added the xmerl test suites. | Lars Thorsen | |
2011-05-10 | Using the same testdata for testing xmerl_scan and xmerl_sax_parser. | Lars Thorsen | |
2011-05-10 | Add test suite for xmerl | Björn Gustavsson | |