ossp-pkg/str/TODO 1.22 -> 1.23
--- TODO 2002/04/01 08:32:54 1.22
+++ TODO 2003/01/06 19:13:47 1.23
@@ -1,10 +1,10 @@
- ____ _
- / ___|| |_ _ __
- \___ \| __| '__|
- ___) | |_| |
- |____/ \__|_|
-
- OSSP str - String Handling
+ _ ___ ____ ____ ____ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ ___| |_ _ __
+ _|_||_| | | | \___ \___ \| |_) | / __| __| '__|
+ |_||_|_| | |_| |___) |__) | __/ \__ \ |_| |
+ |_|_|_| \___/|____/____/|_| |___/\__|_|
+
+ OSSP str - String Handling
TODO
@@ -12,7 +12,7 @@
o look at ../strnatcmp
o dynamic strings
o aprintf() variant of str_format (see end of str_format.c!)
-
+
The following *have* to be done before 1.0.0:
o perhaps a str_shave() or str_strip() function which
@@ -40,7 +40,7 @@
o str_locate could become a "mode" argument which
indicates whether "s" is small or large and if
it is small a (faster) brute force search could be done.
- o str_parse could support s/.../g or even m/.../g
+ o str_parse could support s/.../g or even m/.../g
o one could add "vstr" support with own malloc
Dean wrote: have you seen djb's stralloc stuff? it's part of qmail.
it looks like a nice way to avoid thinking about lengths.
|
|