Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(28)

Side by Side Diff: flower/TODO

Issue 571640043: flower: Delete old files (Closed)
Patch Set: Created 4 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « flower/README ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2
3 * Unicode support in strings
4
5 * write a decent Dictionary
6 - write a Pointer_hash template
7
8 * Array::slice() upper too
9
10 * fix ambiguous String constructor overloads, e.g.:
11 String( int ) and String( char ), use·
12 ········
13 class String {·
14 explicit String(int);
15 }
16
17 * Automake, libtool
18
19 * disable this auto conv: const pointer -> bool -> string
20
21 * Pointer_array
22
23 * PCursor -> Pointer_cursor / PointerCursor ?
24
25 * efficient copy cons for List
26
27 * extend Interval
28
29 * use template handle in handle.hh for strings?
30
31 * move towards gnu or STL?
32
33 parsestream.h
34 vector.h
35
36 * lgetopt: cmd -, or cmd --
OLDNEW
« no previous file with comments | « flower/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b