This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-11-05 06:07:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e34e8782a9
hush
/
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
Remove trailing whitespace. Update copyright to include 2004.
2004-03-15 08:29:22 +00:00
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