svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Mon May 29 05:06:07 UTC 2006


Author: landley
Date: 2006-05-28 22:06:06 -0700 (Sun, 28 May 2006)
New Revision: 15213

Log:
A few new todo items from email with Bernhard.


Modified:
   trunk/busybox/TODO


Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2006-05-29 05:00:44 UTC (rev 15212)
+++ trunk/busybox/TODO	2006-05-29 05:06:06 UTC (rev 15213)
@@ -7,6 +7,11 @@
 between your work and theirs.  But otherwise, all of these are fair game.
 
 Rob Landley <rob at landley.net>:
+  Add a libbb/platform.c
+    Implement fdprintf() for platforms that haven't got one.
+    Implement bb_realpath() that can handle NULL on non-glibc.
+    Cleanup bb_asprintf()
+
   Migrate calloc() and bb_calloc() occurrences to bb_xzalloc().
   Remove obsolete _() wrapper crud for internationalization we don't do.
   Figure out where we need utf8 support, and add it.
@@ -97,6 +102,10 @@
 Bernhard Fischer <rep.nop at anon.at>:
   Makefile stuff:
     make -j is broken, -j1 is forced atm
+  New debug options:
+    -Wlarger-than-127
+  Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE
+    Use bb_common_bufsiz1?
 
 As yet unclaimed:
 




More information about the busybox-cvs mailing list