blob: 2b2e0b7c1f1ba82bf23d78ef53d53a616d722414 [file] [log] [blame]
Rob Landleye258af32008-01-05 18:09:49 -06001<!--#include file="header.html" -->
2
3<h2>Currently implemented commands:</h2>
4<p>
Rob Landleyfe0f3d52008-05-26 16:07:16 -05005basename, cat, catv, chroot, chvt, count, cp, df, dirname, dmesg, echo, false,
6hello, help, mkfifo, nc, netcat, oneit, patch, pwd, rmdir, sh, sha1sum, sleep,
7sync, touch, toysh, true, tty, which, yes
Rob Landleye258af32008-01-05 18:09:49 -06008</p>
9
Rob Landleyfe0f3d52008-05-26 16:07:16 -050010<p>[Commands in square brackets are in source control, but not in the most recent
11release tarball.]</p>
12
Rob Landleye258af32008-01-05 18:09:49 -060013<h2>News</h2>
14
Rob Landleyd1aaa0a2008-11-12 13:56:49 -060015<p><b>November 12, 2008</b> -
16<a href=downloads/toybox-0.0.7.tar.bz2>toybox 0.0.7</a>
17adds sort and tee commands, upgrades the internal option parsing logic and the
18test suite, and numerous bugfixes (bunzip, chroot, cat, patch).</p>
19
Rob Landleyfe0f3d52008-05-26 16:07:16 -050020<p><b>May 26, 2008</b> - <a href=downloads/toybox-0.0.6.tar.bz2>toybox 0.0.6</a>
21adds cat, rmdir, and seq. Bugfixes to cp and a new -v option. Updates mdev to
22work with the 2.6.25 kernel. Updates patch to knows that a file dated
231969-12-31 means it doesn't exist, and to fail if a file it needs to create
24already exists. Command line option parsing can now handle things like "echo
25-nex" vs "echo -ne". Several updates to the test suite (run scripts/test.sh),
26and some build fixes.</p>
27
28<p>
29<p><b>March 29, 2008</b> -
30Time to release <a href=downloads/toybox-0.0.5.tar.bz2>toybox 0.0.5</a>, with
Rob Landleya95475b2008-03-29 17:27:16 -050031new commands cp and chvt and several bugfixes.</p>
32
33<p>More makefile targets: "make test" runs the test suite (which needs more test
34scripts), and make install/install_flat/uninstall/uninstall_flat calls
35make/install.sh (with options --long --symlink --force --uninstall depending
36on the context).</p>
37
38<p>Most of the work has been behind the scenes, namely a significant rewrite of
39the build logic so adding each new command consists of adding a single C file to
40the "toys" directory, eliminating the need to touch any other files.
41There are specially formatted comments at the top of the C file to generate
42the other files, see toys/hello.c for an example. (See generated/README.txt
43and <a href=code.html>code.html</a> for details.)</p>
44
Rob Landleye258af32008-01-05 18:09:49 -060045<p><b>January 2, 2008</b> - And <a href=downloads/toybox-0.0.4.tar.bz2>toybox-0.0.4.tar.bz2</a> is out.
46The new applets this time around include basename, chroot, dirname, dmesg,
47help, mkfifo, netcat, patch, sha1sum, touch, and tty.</p>
48
49<p>Note that this "touch" includes -l to set the length, which can truncate
50a file or create a commpletely sparse file, good for filesystem images.</p>
51
52<p>Expect the next release in about 6 months.</p>
53
54<p><b>December 12, 2007</b> - Updated the list of implemented applications,
55put up a <a href=todo.txt>todo list</a> and <a href=code.html>infrastructure
56documentation</a>. Expect another release towards the end of the month.</p>
57
58<p><b>June 18, 2007</b> - Put out
59<a href=downloads/toybox-0.0.3.tar.bz2>toybox-0.0.3.tar.bz2</a> since it's
60been too long since I did something like that. This one implements
61catv, count, df, echo, false, oneit, pwd, sleep, sync, toysh, true, which,
62and yes (which is what "make defconfig" enables). There are several other
63commands not enabled by defconfig, because they don't really work yet.</p>
64
65<p>Most of the general infrastructure's there now, although lots of tweaking
66and optimizing is still needed. The test suite is skeletal and not entirely
67checked in yet, but I'm working on that.</p>
68
69<p>I don't have nearly as much time to work on this as I'd like, but I'm making
70a little progress.</p>
71
72<p><b>January 31, 2007</b> -
73Toybox <a href=downloads/toybox-0.0.2.tar.bz2>0.0.2 release</a>.
74Implements count, yes, pwd, echo, bzcat, catv, oneit, and an unfinished
75skeleton of mke2fs. Adds argument parsing logic and bunzip code to library.
76Now configured with menuconfig. Adds "make baseline" and "make bloatcheck"
77using Matt Mackall's bloat-o-meter, and scripts/showasm.</p>
78
79<p>Screwing up the web page a bit, adding an index bar along the side
80which doesn't properly connect up to anything yet. (Busy implementing
81mke2fs and gene2fs.)</p>
82
83<p><b>October 30, 2006</b> -
84Toybox <a href=downloads/toybox-0.0.1.tar.bz2>0.0.1 release</a>. Implements
85df, a skeletal toysh, and some library functions. Proof of concept, really.</p>
86
87<p><b>September 7, 2006</b> -
88Project launched, first commit to mercurial archive.</p>
89<!--#include file="footer.html" -->