fa0443216d
Add dpkg-deb documentation
2001-01-03 01:06:30 +00:00
47b005217e
Disable a bunch of less common stuff by default. This produces
...
a more reasonable sized default build.
2001-01-03 00:14:45 +00:00
5e8b3ea19d
Logger forgot to NULL terminate strings from stdin.
2001-01-03 00:06:46 +00:00
58a408512b
really add dpkg-deb.c this time
2001-01-02 23:49:26 +00:00
7541e3a812
add dpkg-deb command
2001-01-02 23:41:50 +00:00
004827d715
Update logger usage information.
2001-01-02 22:54:12 +00:00
1944f547bd
Log stdin when no message given and use getopt.
2001-01-02 18:13:58 +00:00
28b3c53f0d
I just whipped up support for arbitrary regex delimiters, so
...
now things such as
$ echo foo | sed 'sxfooxb\arx'
bar
will work as expected (and so doogie can stop complaining).
-Erik
2001-01-02 11:01:31 +00:00
01bda5de6b
Better dmalloc handling
2001-01-02 01:16:38 +00:00
27c7bec4d4
Be more careful about dmalloc handling
2001-01-02 01:16:02 +00:00
e6e818309e
Improvements from Vladimir N. Oleynik.
2000-12-30 07:46:23 +00:00
e9e182e255
Fix lower casing for weird locales.
2000-12-26 16:36:10 +00:00
2d5b64273f
Cleanup from Gennady Feldman <gfeldman@mail.com>
2000-12-22 18:02:02 +00:00
a9819b2908
Use busybox error handling functions wherever possible.
2000-12-22 01:48:07 +00:00
e9f07fb6e8
Another sh.c patch from Larry Doolittle. This makes redirects work properly
...
with non-forking shell builtins. Especially helpful for "read". This patch
also beautifies builtin_fg_bg, clarifies the problems with
run_command_predicate, makes if/then/else support the default, and corrects the
sense of the BB_FEATURE_SH_ENVIRONMENT comment.
2000-12-21 18:31:36 +00:00
16fdbe8b27
Make more things be static (like they are supposed to be).
2000-12-20 23:40:57 +00:00
a6cd07099d
Bump the version number to 0.49pre
2000-12-20 23:22:29 +00:00
e111d69ca2
Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE
...
and wasnever updated when TRUE and FALSE were fixed. So kludge it
by doing an #undef TRUE, then define it backwards...
2000-12-20 23:19:42 +00:00
70da6a66d2
Fix a warning in sh.c. Remove use of getline() in md5sum since
...
nobody else uses it and it is a GNU extension anyways...
2000-12-20 22:59:16 +00:00
3680c58084
Some corrections, some additions, some embellishments.
2000-12-20 22:35:12 +00:00
5e8c0ffb75
Rewrote.
2000-12-20 20:49:56 +00:00
e75f6a972c
Fix a stupid naming error.
2000-12-20 20:41:02 +00:00
e80a2633bc
Be sure to read from the given path, not the one used in the header.
2000-12-19 20:45:49 +00:00
8eb5985f94
More spelling fixes from Larry Doolittle.
2000-12-19 19:44:35 +00:00
8a6b619c96
Added a paragraph from Larry Dolittle, made some more section headers.
2000-12-19 17:54:38 +00:00
eac2636513
New applet HOWTO. Written by Matt Kraai with some formating and additions by me.
2000-12-19 17:35:24 +00:00
a1f9775981
Fix tar handling of absolute paths and excluded directories.
2000-12-19 06:24:08 +00:00
24ac017961
Rewrote dd.
2000-12-18 21:38:57 +00:00
0d2acb0ead
Doc update from Matt Kraai, better describing the init process.
2000-12-18 20:36:02 +00:00
86349776d0
Ok, this is a pretty major update to sh.c. I renamed all the variables and
...
function names to conform with the style guide. I also did a lot of work on
the if-then-alse-fi logic and added prototype (i.e. it segfaults when enabled)
line continuation support.
Furthermore, this patch includes Larry Doolittle's work on restructuring some
of the data structures that represent the job and child_program, allowing
several simplifications and fixing several bugs.
-Erik
2000-12-18 20:25:50 +00:00
1fa1adea2a
Change calls to error_msg.* and strerror to use perror_msg.*.
2000-12-18 03:57:16 +00:00
0dab829977
Add missing newlines to error messages.
2000-12-18 03:08:29 +00:00
bfa7967c4a
Rewrite nc to be simpler, smaller, and to check syscalls for errors.
2000-12-15 22:34:34 +00:00
8677d7b6ec
Only say mailing list once.
2000-12-15 15:41:03 +00:00
e699b9f0fb
Remove defines for ar that arent needed
2000-12-15 06:50:54 +00:00
4f1b0124c7
Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes.
2000-12-15 06:50:09 +00:00
8abc78aa84
Rewrite argv munger.
2000-12-15 00:35:22 +00:00
1b622ff5ac
Add in mkCDrec - make CD-ROM recovery project.
2000-12-14 15:43:57 +00:00
aefe5629ab
Simplify error handling.
2000-12-14 05:44:36 +00:00
95fa0ea3d4
Shutdown sending on the socket when stdin closes.
2000-12-14 04:34:58 +00:00
6f6aa9b428
Added some necessary brackets, removed debug noise.
2000-12-13 23:23:30 +00:00
e3a94f7d08
Ran aspell.
2000-12-13 19:50:48 +00:00
95d1f6d7c7
Formatting fix
2000-12-13 18:30:59 +00:00
4362200712
Website update for the release
2000-12-13 18:30:13 +00:00
1e1d232f38
Add a few folks to Authors
2000-12-13 18:14:51 +00:00
235f66dea3
A few more updates
2000-12-13 18:07:38 +00:00
d0fa0a12f1
Document gzip -d
2000-12-13 17:59:37 +00:00
02ced93ec2
Add GNU compatibile gzip -d
2000-12-13 17:55:11 +00:00
46948366fa
Update the version number to 0.48 (no longer pre).
2000-12-13 16:42:24 +00:00
21125543e1
A couple of updates to fix some minor cross compiling issues
2000-12-13 16:41:29 +00:00