changelog tags files bz2 zip gz rss atom

shortlog for toybox

navigate: (0) +60 +100 +300 tip

5 years Rob Landley Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b.
5 years Rob Landley Minor optimization the compiler already does for us (according to bloatcheck),
5 years Rob Landley Fix off by one error in a test.
5 years Rob Landley Comment and whitespace changes.
5 years Rob Landley Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed
5 years Rob Landley Add a quick and dirt bzcat (stdin to stdout only for the moment) to test
5 years Rob Landley Add start of mke2fs/gene2fs, and some other stuff I've been working on.
5 years Rob Landley xread() and xwrite() should take void *, not char *.
5 years Rob Landley Add xaccess()
5 years Rob Landley Add rewrite(), writeall(),and xwrite() to match the read versions.
5 years Rob Landley xopen() wants 2 arguments unless you're creating a file, in which case you
5 years Rob Landley Two unrelated additions I'm working on cross over in this file. In theory I
5 years Rob Landley Blah. The sed filter's not right, I'll try again later.
5 years Rob Landley Remove more warnings.
5 years Rob Landley Make some of gcc 4.1's dumber warnings go away.
5 years Rob Landley Comment tweak.
5 years Rob Landley Note the mailing list.
5 years Rob Landley Teach clean and distclean to zap more files.
5 years Rob Landley Add bloat-o-meter, make bloatcheck, and scripts/showasm.
5 years Rob Landley Trawling through the archives: a broken test, an unnecessary memset, and a
5 years Rob Landley More whitespace/cowbell. (And change comment style to //.)
5 years Rob Landley Reduce flag duplication and make kconfig use HOST_CC.
5 years Rob Landley Add my old micro-bunzip library. Needs some cleanup...
5 years Rob Landley Leftover from when I cleaned this up for another project.
5 years Rob Landley Add cat -v.
5 years Rob Landley Add oneit.
5 years Rob Landley Fix a warning.
5 years Rob Landley More work on option parsing. "df -t tmpfs" actually seems to work now.
5 years Rob Landley Add another warning check and a missing dependency.
5 years Rob Landley I got the mercurial web browser thingy set up, note it on the web page.
5 years Rob Landley Fix a half-dozen bugs in argument parsing. More seems to work than not now.
5 years Rob Landley Allocate a more sane amount of memory.
5 years Rob Landley Fix thinko (inverted test).
5 years Rob Landley Add one if() that has lots of whitespace fallout.
5 years Rob Landley New option parsing infrastructure (doesn't use getopt). Hook it up to
5 years Rob Landley Web site updates, and a design document.
5 years Rob Landley Redo the index page (flesh it out about halfway), and a couple tweaks to
5 years Rob Landley The web page should be in the repository, and while I'm at it let's see if I
5 years Rob Landley Add pwd. Consolidate toy list information under toylist.h.
5 years Rob Landley Implement which. Add hello world to menuconfig. Wrap the various applet main
5 years Rob Landley Better dependencies, and feed the linker --gc-sections. (Which is not an
5 years Rob Landley Added tag 0.0.1 for changeset 8f8a8ac59c14
5 years Rob Landley Thinko: the Config.in for the toys should be in ./toys, not ./lib.
5 years Rob Landley Add xabspath(), is_file_type(), which_in_path(), and find_in_path().
5 years Rob Landley Linked list functions, forgot to add this to the repository.
5 years Rob Landley Make the config generate gen_config.h with CFG_ and USE() macros.
5 years Rob Landley Add a hello world applet, partly as an example and partly for testing purposes.
5 years Rob Landley The darn thing accidentally created a branch. I had to copy a half-dozen
5 years landley The Config files don't need the CONFIG_ prefix.
5 years landley Add menuconfig, plus some basic Config info, lots of which is just future
5 years landley Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the
5 years landley Add reread(), readall(), and xread() on the bus ride in to work...
5 years landley Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
5 years landley Rest of thinko fix.
5 years landley Thinko fix.
5 years landley Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
5 years landley Next drop of toysh, plus more infratructure.
5 years landley Infrastructure, first drop of toy shell, and a bit of work on df.
5 years landley Next snapshot. Tries to grab something out of lib in order to build, I have
5 years landley Starting a new project. Just a bit past the "hello world" stage...

navigate: (0) +60 +100 +300 tip