aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-26 21:30:24 +0000
committerEvan Huus <eapache@gmail.com>2013-04-26 21:30:24 +0000
commit5deac1e6e14c641bc5f6a30ce8027179f5164934 (patch)
treee5450688bb38d757e41a965e03c72a9295057fed /doc/README.wmem
parent32352fb1a2ed22601e3832af5ae6095db9219f78 (diff)
Wmem string-buffer improvements:
- better tests - fix a bug caught by the better tests - implement append_c and append_unichar, with tests Wmem string-buffers now have feature parity with their emem equivalents, so remove them from the TODO list. svn path=/trunk/; revision=49060
Diffstat (limited to 'doc/README.wmem')
-rw-r--r--doc/README.wmem1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index d8d5b1d846..e8b0415055 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -322,7 +322,6 @@ intimately familiar with Glib's testing framework, but it does the job.
The following is a list of things that wmem provides but are incomplete
(i.e. missing common operations):
- - string buffers
- singly-linked list
The following is an incomplete list of things that emem provides but wmem has