This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cb1ce7b974
busybox
/
editors
History
Mike Frysinger
f87b3e30a7
as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits
2005-09-27 04:16:22 +00:00
..
awk.c
as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits
2005-09-27 04:16:22 +00:00
Config.in
Makefile
use the shorter license header
2005-09-24 07:16:29 +00:00
Makefile.in
use brief license line
2005-09-24 06:01:57 +00:00
patch.c
Patch -i support from Berhnard Fischer.
2005-09-01 03:02:23 +00:00
sed.c
split libbb: moved xregcomp separatelly for speed up recompile
2005-09-14 16:59:11 +00:00
vi.c
initialize a couple of vars whose warnings were suppressed because
2005-09-16 12:48:18 +00:00