svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Wed Jan 24 21:13:17 UTC 2007


Author: aldot
Date: 2007-01-24 13:13:16 -0800 (Wed, 24 Jan 2007)
New Revision: 17506

Log:
- TODO: merge 'struct suffix_mult $several_suffixes[]  into a struct suffix_mult
  for several in head tail od_bloaty hexdump svlogd


Modified:
   trunk/busybox/TODO


Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2007-01-24 19:12:31 UTC (rev 17505)
+++ trunk/busybox/TODO	2007-01-24 21:13:16 UTC (rev 17506)
@@ -169,6 +169,10 @@
   stty's visible() function and catv's guts are identical. Merge them into
   an appropriate libbb function.
 ----
+struct suffix_mult
+  Several duplicate users of: grep -r "1024\*1024" * -B2 -A1
+  Merge to a single size_suffixes[] in libbb.
+  Users: head tail od_bloaty hexdump and (partially as it wouldn't hurt) svlogd
 
 Architectural issues:
 




More information about the busybox-cvs mailing list