aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the rev be 0.53pre...Eric Andersen2001-07-102-2/+2
|
* Read 20 512-byte blocks at a time (like GNU tar).Matt Kraai2001-07-102-6/+6
|
* Reverse my previous change, still cant compile with dmallocGlenn L McGrath2001-07-101-1/+1
|
* When compiling unarchive objects link to $(LIBRARIES) incase using dmallocGlenn L McGrath2001-07-101-1/+1
|
* Update version number to 0.53pre.Matt Kraai2001-07-101-1/+1
|
* vodz' latest update to ash.cEric Andersen2001-07-102-2324/+1884
|
* Patch from vodz to support 'tr a-z A-Z' syntax.Eric Andersen2001-07-093-10/+42
|
* Fix the spec file so it works on redhat systems. At least I thinkEric Andersen2001-07-092-16/+32
| | | | | it will work on redhat. At least it now works on my Debian box... -Erik
* Minor working updateEric Andersen2001-07-071-2/+2
|
* Move a bit more to the old news sectionEric Andersen2001-07-072-59/+59
|
* Enable APPLETS_ALWAYS_WINEric Andersen2001-07-071-1/+1
|
* Typo fix.Eric Andersen2001-07-071-1/+1
|
* Move some stuff to the oldnews areaEric Andersen2001-07-072-66/+66
|
* Update web page...0_52Eric Andersen2001-07-071-0/+21
|
* Update changelogsEric Andersen2001-07-072-13/+35
|
* Minor update to include file orderingEric Andersen2001-07-072-2/+2
|
* This is out of date, and Glenn tells me this can be safely deleted.Eric Andersen2001-07-071-320/+0
| | | | | To be useful on Hurd will really require the new build system... -Erik
* This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesEric Andersen2001-07-072-14/+38
| | | | "broadcast +" for deriving the broadcast address automagically.
* Remove rpmunpackEric Andersen2001-07-074-4/+0
|
* This is obsolete -- replaced by rpm2cpioEric Andersen2001-07-071-126/+0
|
* Avoid a segfault (detected by Fabio FerrariEric Andersen2001-07-072-3/+9
| | | | | | <fabio.ferrari@digitro.com.br> in the wget applet) when concat_path_file() or last_char_is() were fed a NULL. -Erik
* Fix sh.c so it works with DMALLOCEric Andersen2001-07-071-1/+1
|
* Add in a shell tagline (per lash/hush behavior) to make it easierEric Andersen2001-07-075-62/+325
| | | | | | to know which shell is in use. Add in 'help' to list available builtins, and fixup msh so it can do STANDALONE_SHELL. -Erik
* Some minor updates. Bump version number in preparation for release.Eric Andersen2001-07-075-21/+17
| | | | -Erik
* Update the debian packaging stuffEric Andersen2001-07-066-199/+411
|
* Forgot thisEric Andersen2001-07-061-4/+1
|
* Remove redundant initialization of lfile to reduce executable size byMatt Kraai2001-07-062-2/+2
| | | | 8192 bytes (noted by Mike Castle).
* Let people select their shell at compile time.Eric Andersen2001-07-062-0/+94
|
* update the ignore listEric Andersen2001-07-061-1/+0
|
* Fix a stupid bug revealed by multibuild.plEric Andersen2001-07-062-2/+2
|
* Add woukaround for missing struct _res in uClibcEric Andersen2001-07-062-2/+20
|
* This is vodz' latest ash update.Eric Andersen2001-07-062-1142/+262
|
* Removed obsolete function, strdup_substr.Matt Kraai2001-07-056-47/+5
|
* Note my activities (how immodest of me).Matt Kraai2001-07-051-0/+1
|
* Fix a stupid thinko, and fix killall to cope with the updatedEric Andersen2001-07-053-4/+6
| | | | | find_pid_by_name() interface -Erik
* Be extra extra careful about what we dereference.Eric Andersen2001-07-056-6/+24
|
* Implement suggestion from Adam Slattery, (don't default to killing closing ↵Eric Andersen2001-07-051-3/+16
| | | | bug #1190.
* Fix a thinko (the symptoms of which were reported byMatt Kraai2001-07-052-2/+2
| | | | David Douthitt in bug #1111).
* A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS wasEric Andersen2001-07-052-12/+4
| | | | | | | totally breaking the shell. Simple thinge like 'FOO=100' caused it to segfault. It turns out that disabling "bltincmd" is a very bad idea. -Erik
* gunzip, zcat were fixed just after 0.51 was releasedGlenn L McGrath2001-07-051-1/+1
|
* ash, hush and msh are new applets to 0.52Glenn L McGrath2001-07-051-0/+5
|
* Added entries for my commitsGlenn L McGrath2001-07-051-2/+13
|
* Remove a redundant call to mkdir.Matt Kraai2001-07-032-18/+2
|
* Cleanups and sinze reduction for the vi applet from Aaron LehmannEric Andersen2001-07-022-28/+30
| | | | <aaronl@vitelus.com>
* Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton ofEric Andersen2001-07-022-2258/+386
| | | | portability junk from gzip.c, making it a zillion times more readable.
* Per patch from vodz, change a couple of consts to defines, sinceEric Andersen2001-07-024-4/+12
| | | | | apparently gcc 2.95.4, at least, is too stupid to realize that a "static const int" is in fact a constant.
* Some updates to ash from vodz. Makes ash smaller. I made a fewEric Andersen2001-07-023-6567/+5576
| | | | | changes, esp describing all the current ash configuration options. Now ash adds 66k in the default configuration.
* Patch from vodz to fix freeing a static in cmdedit.Eric Andersen2001-07-022-2/+4
|
* Simplify a commentEric Andersen2001-06-301-2/+0
|
* Generalize comment -- no longer ls specificEric Andersen2001-06-301-4/+3
|