hush/shell
Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32.
It is impossible to formulate sane ABI based on
size of ulong because it can be 32-bit or 64-bit.
Basically it means that you cannot portably use
more that 32 option chars in one call anyway...
Make it explicit.
2006-10-03 21:00:06 +00:00
..
ash.c several fixes from openWRT project 2006-09-26 17:41:00 +00:00
bbsh.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
cmdedit.c lots of silly indent fixes 2006-10-03 19:56:34 +00:00
cmdedit.h Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
Config.in remove leading "Enable" from the config option text. not only is it 2006-06-08 21:48:47 +00:00
hush.c Yet another silly little byte saving. couldn't -> cannot 2006-09-29 21:30:43 +00:00
lash.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in - revert back to r14406 2006-03-13 19:04:00 +00:00
msh.c Make a warning go away when standalone shell is disabled. 2006-08-10 21:46:43 +00:00