Accomodate older glibc, which also lacks the module syscalls
[oweals/busybox.git] / ash.c
2001-10-19 Eric AndersenAdd an option to make the shells not advertise their...
2001-10-19 Eric AndersenRemove the now unused ARITH_* defines
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-09-11 Manuel Novoa III Commit my changes to xxreadtoken() to reduce code size...
2001-09-06 Eric Andersendefine IFS_BROKEN
2001-09-06 Eric AndersenPatch from vodz to make ash cope with leading redirections
2001-08-12 Manuel Novoa III I stupidly forgot one level of pointer indirection...
2001-08-10 Eric AndersenFix a merging error
2001-08-10 Manuel Novoa III A few bug fixes and significant size savings. Combined...
2001-08-10 Eric AndersenSmall size optimization from Aaron Lehmann
2001-08-10 Eric AndersenFix stupid grammar error.
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-31 Eric AndersenFix the let builtin (so we can close bug #1196) and...
2001-07-30 Eric AndersenThis incorporates Posix math support into ash. The...
2001-07-26 Russ Dillchar renamed can never be negative on ARM (rp->renamed...
2001-07-17 Eric AndersenCleanup from vodz
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-10 Eric AndersenFix a stupid search and replace bug...
2001-07-10 Eric Andersenvodz' latest update to ash.c
2001-07-07 Eric AndersenAdd in a shell tagline (per lash/hush behavior) to...
2001-07-06 Eric AndersenThis is vodz' latest ash update.
2001-07-05 Eric AndersenA bit of testing today showed that ASH_BBAPPS_AS_BUILTI...
2001-07-02 Eric AndersenSome updates to ash from vodz. Makes ash smaller....
2001-06-28 Eric AndersenRemove vodz from credits, per his request
2001-06-28 Eric AndersenScrub up the licensing block
2001-06-28 Eric AndersenThis a an ash applet I put together. It is similar...