Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-01 | Minor fix to clean target | Eric Andersen | |
-Erik | |||
2000-07-28 | New variable WARNINGS to hold all warning options | Pavel Roskin | |
2000-07-21 | Bump version number. | Eric Andersen | |
-Erik | |||
2000-07-20 | Adjusted install.sh to use relative symlinks, and to optionally | Eric Andersen | |
create hardlinks. Added a makefile target to create hardlinks. -Erik | |||
2000-07-19 | Updated to add support for dmalloc, and adjusted for better cross | Eric Andersen | |
compiler support. -Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-11 | Final updates for release. | Eric Andersen | |
-Erik | |||
2000-07-10 | Removed all trace of hand-tooled regexp routines. Bye bye, baby. | Mark Whitley | |
2000-07-10 | Added a rule to make tags files for vi(m). | Mark Whitley | |
2000-07-07 | Fix a dependancy bug for the docs. | Eric Andersen | |
-Erik | |||
2000-07-06 | Update 'make release' to remove all the .#filename files | Eric Andersen | |
the CVS leaves lying about... -Erik | |||
2000-07-06 | Fix doc building so the dependancies work properly. | Eric Andersen | |
-Erik | |||
2000-07-06 | a few minor cleanups. | Eric Andersen | |
-Erik | |||
2000-07-04 | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | |
-Erik | |||
2000-07-04 | A first pass at integrating the SGML docs into the Makefile. | Eric Andersen | |
A first pass a cleaning up the current SGML (lots more cleanup is needed though). -Erik | |||
2000-06-28 | Better cross libc support. | Eric Andersen | |
-Erik | |||
2000-06-21 | Bump version number to 0.45 | Eric Andersen | |
-Erik | |||
2000-06-20 | Some makefile fixes to allow compiling with ucLibc (stuff turned off | Eric Andersen | |
by default of course). -Erik | |||
2000-06-13 | Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick | Eric Andersen | |
on my home box. | |||
2000-06-13 | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen | |
-Erik | |||
2000-06-07 | Debug should be off in the Makefile. I will now do (per Pavel's | Eric Andersen | |
suggestion) a "cvs up -D now Makefile" so I stop updating the Makefile by accident. -Erik | |||
2000-06-06 | Fixed a bunch of stuff: | Eric Andersen | |
* Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik | |||
2000-06-03 | Turn off debugging in the Makefile. | Eric Andersen | |
-Erik | |||
2000-06-02 | Some Makefile fixes for the docs. | Eric Andersen | |
-Erik | |||
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | |
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | |||
2000-06-02 | Acknowledge contributions of Pavel Roskin, and fix doc building | Eric Andersen | |
so the html goes into the website directory. -Erik | |||
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen | |
archived previously). Wrote 'which' during the meeting today. -Erik | |||
2000-05-16 | Some updates for better portability. | Erik Andersen | |
-Erik | |||
2000-05-13 | So much for my evil optimization. Doesn't seem to work. Will test | Erik Andersen | |
more on it later. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-05-12 | Some experimental stuff (work in progress). heheh. | Erik Andersen | |
-Erik | |||
2000-05-10 | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | |
* zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | |||
2000-05-03 | Sensibly put the docs under the docs directory. | Erik Andersen | |
-Erik | |||
2000-05-03 | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | |
and fix documentation dependancy checks, so it is only built when it should be built. -Erik | |||
2000-05-02 | Make the dependancies on the docs work properly | Erik Andersen | |
-Erik | |||
2000-05-02 | More stuff | Erik Andersen | |
-Erik | |||
2000-04-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | |
compatability. -Erik | |||
2000-04-21 | Some more updates and such... | Erik Andersen | |
-Erik | |||
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | |
2000-04-19 | Fix the makefile so docs get built | Erik Andersen | |
-Erik | |||
2000-04-19 | More minor updates to docs (and making apps behave as the docs | Erik Andersen | |
suggest they should) -Erik | |||
2000-04-19 | make ps accept (and ignore) all options (--help works of course). | Erik Andersen | |
tar now works with or without the leading "-" on the options. -Erik | |||
2000-04-18 | Reset DODEBUG to false | Jim Gleason | |
2000-04-18 | More little stuff. | Erik Andersen | |
-Erik | |||
2000-04-18 | Updates | Erik Andersen | |
-Erik | |||
2000-04-17 | - grep -v ^\.PHONY < Makefile | John Beppu | |
+ busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. | |||
2000-04-17 | Bugfixes. | Erik Andersen | |
-Erik | |||
2000-04-17 | - got rid of the .PHONY: docs, because I didn't want it to | John Beppu | |
generate the qw(man html txt) documentation every time I ran make. Unfortunately, "make docs" never amounts to anything, because make sees the docs/ directory and thinks, "oh, I don't have to do any work". Maybe the target should be "doc" to make it different from "docs"? | |||
2000-04-17 | + added a .PHONY: docs | John Beppu | |
target | |||
2000-04-15 | Turn off debugging | Erik Andersen | |
-Erik |