Age | Commit message (Collapse) | Author |
|
also optimize many strlen() calls.
if (strlen(buf) <= 0) goto vc1 - ??!!
|
|
|
|
(needed for uclibc build, btw). Add testcase for it.
|
|
|
|
|
|
|
|
|
|
no preceding prototype
|
|
|
|
|
|
remaining: shell (rather scary mess in msh.c)
|
|
|
|
|
|
|
|
|
|
but more importantly make code more understandable
|
|
|
|
sed: de-obfuscate piece of code
|
|
|
|
|
|
|
|
|
|
can act quite mysteriously
date: add if(ENABLE_LOCALE_SUPPORT)
|
|
(still has quite a lot of statics etc...).
getopt32-ification.
|
|
|
|
|
|
last xcalloc replaced by xzalloc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sed: fix C++ style declaration
|
|
|
|
|
|
|
|
|
|
* do not make backup copy by copying (just retain old file)
* correctly fall back to /etc/passwd if user is not in shadow
* fix bug with overlong passwd entries
* be permissive on some kinds of failures
* reduce stack usage
* code size: -500 bytes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renaming...
|