Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-01 | More pristine source directory updates. It now works | Eric Andersen | |
for me (including doing install). How about you? -Erik | |||
2000-12-01 | More updates for the Makefile to do BB_SRC_DIR. This is | Eric Andersen | |
primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly... | |||
2000-11-29 | Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaboration | Eric Andersen | |
with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry! | |||
2000-10-27 | Add in -lgcc to add needed symbold when linking vs uclibc. | Eric Andersen | |
2000-10-27 | Oops. I never committed this. Update version to 0.48pre... | Eric Andersen | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-09-25 | Gratuitously changed the file "busybox.defs.h" to the more | Eric Andersen | |
sensible and noticable "Config.h". -Erik | |||
2000-09-24 | Update newdoc dependancy | Eric Andersen | |
2000-09-22 | Fix loop.h dependencies. | Matt Kraai | |
2000-09-21 | Decouple DODEBUG and DOSTATIC | Eric Andersen | |
2000-09-21 | Large file >2Gib support. | Eric Andersen | |
2000-09-21 | More portable handling of loop header files, as done in util-linux | Eric Andersen | |
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 |