diff options
author | Rob Landley | 2006-06-16 15:08:59 +0000 |
---|---|---|
committer | Rob Landley | 2006-06-16 15:08:59 +0000 |
commit | 1449a2014a4e715a7a52b27caec528a9c802fa5f (patch) | |
tree | 281bba4feed27caadd90981d70e713caedbf15f2 /patches/woot.txt | |
parent | 747041955ed38fb14be3e5d0c3a946cfa74bc15e (diff) | |
download | busybox-1449a2014a4e715a7a52b27caec528a9c802fa5f.zip busybox-1449a2014a4e715a7a52b27caec528a9c802fa5f.tar.gz |
This directory was fallout from the great feature freeze of 2003, which led
up to the 1.00 release. I just moved what was left of it to
http://busybox.net/~landley/pending because it does _not_ belong in the
tree anymore.
Diffstat (limited to 'patches/woot.txt')
-rw-r--r-- | patches/woot.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/woot.txt b/patches/woot.txt deleted file mode 100644 index 22b521e..0000000 --- a/patches/woot.txt +++ /dev/null @@ -1,26 +0,0 @@ -Testing to see if I can rename a file without blanking its history. - -That'd be dalias' suggestion.. - -Mine was #define isdigit(a) (a>='0'&&a<='9'), but i forgot to record the -exact savings.. - text data bss dec hex filename - 864252 10252 645860 1520364 1732ec busybox_old - 863714 10244 645892 1519850 1730ea busybox_unstripped - - -Index: include/libbb.h -=================================================================== ---- include/libbb.h (revision 15244) -+++ include/libbb.h (working copy) -@@ -531,4 +531,10 @@ - #include <dmalloc.h> - #endif - -+#if 1 -+#include <ctype.h> -+#define _CTYPE_H 1 /* muahahaha */ -+#undef isdigit -+#define isdigit(a) ((unsigned)(a)-'0' < 10) -+#endif - #endif /* __LIBBUSYBOX_H__ */ |