Age | Commit message (Collapse) | Author |
|
but it looks cleaner.
|
|
|
|
|
|
out how to turn an if/else into a multiply and subtract (saving 2 bytes).
|
|
out the bunzip2 library.
|
|
|
|
|
|
|
|
|
|
need 3. Doing varargs for this doesn't really appeal to me (bugs in waiting)
so I made an xcreate() that takes 3 args, and had xopen() call it with 0 for
the third argument. That way, if we feed O_CREAT to xopen() the permission
000 result should be easy to spot.
|
|
|
|
|
|
unrolling a small memmove.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
existing applets. Still a bit buggy, but bits of it work.
|
|
functions in main.c with USE() macros so --gc-sections can strip them.
|
|
|
|
|
|
|
|
files to temporary locations to get them out of the way of the merge, and
the next checkin will be putting them _back_. This commit is entirely to
humor mercurial, and if I could figure out how to avoid getting it in this
weird state, I would.
|
|
|
|
plans for toysh. Nothing's currently _using_ this config info, but at least
it's being generated now.
|
|
|
|
Add error_msg() and itoa() to library. Remove argc from globals (since argv is
null terminated), add optflags to globals.
|
|
|
|
|
|
|
|
|
|
|