SuperString + operator
[libacl.git] / TODO
1 Things to do:
2 =============
3
4 - String: Implement String != regex operator
5 - String: index and rindex methods with String argument
6 - String: format operator % like in python
7 - String: split and join
8 - String: assign fstream objects to read and write a file
9 - String: convert to and from std::sstream and std::string
10 - regex:  throw an exception when contructing a regex returns an error
11
12 - date: test parser for invalid dates and syntax errors
13 - date: Parser for stream input
14 - date: Yearday, Weekday and week number
15
16 - UTC: Convert to and from time_t, struct tm
17
18 - xml: Add access to attributes
19 - xml: Xinclude processing