blob: b810fabd7ad6846b17f5f05276e3d63b4315f94e (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* fix/junk ambiguous String constructor overloads, e.g.:
String( int ) and String( char )
* version numbering for shared lib.
* LGPL?
* disable this auto conv: const pointer -> bool -> string
* PointerVec ?
* PCursor -> Pointer_cursor / PointerCursor ?
* efficient copy cons for List
* extend Interval
* use template handle in handle.hh for strings?
* move towards gnu or STL?
parsestream.h
vector.h
* lgetopt: cmd -, or cmd --
|