Sat, 10 Nov 2007 08:54:22 +0000 |
Charlie Shepherd |
Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated)
|
Wed, 07 Nov 2007 00:11:20 +0000 |
Charlie Shepherd |
Add initial mkfifo implementation
|
Thu, 15 Nov 2007 18:30:30 -0600 |
Rob Landley |
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
|
Tue, 06 Nov 2007 23:24:56 +0000 |
Charlie Shepherd |
Replace space indent with tab indent
|
Tue, 06 Nov 2007 23:12:03 +0000 |
Charlie Shepherd |
Add .hgignore file
|
Thu, 15 Nov 2007 16:18:33 -0600 |
Rob Landley |
Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the
|
Mon, 12 Nov 2007 19:24:52 -0600 |
Rob Landley |
Patch fromm Roberto Foglietta: distclean should remove toys/help.h
|
Tue, 06 Nov 2007 20:47:18 +0000 |
Charlie Shepherd |
Add or correct file descriptions
|
Tue, 06 Nov 2007 00:35:26 -0600 |
Rob Landley |
Move toybox_old delete (for bloatcheck) from clean to distclean.
|
Sun, 04 Nov 2007 15:32:59 -0600 |
Rob Landley |
Fix from Charlie Shepherd: at end of string, don't match the null terminator
|
Sun, 04 Nov 2007 15:31:06 -0600 |
Rob Landley |
xcreate(): perror already prints error name and newline, remove redundancy.
|
Wed, 31 Oct 2007 01:13:36 -0500 |
Rob Landley |
Patch from Charlie Shepherd: Implement touch, set the default in Config.in to
|
Fri, 19 Oct 2007 19:12:48 -0500 |
Rob Landley |
Get toysh.c to start using the option parsing logic, and some minor cleanup.
|
Tue, 16 Oct 2007 01:49:05 -0500 |
Rob Landley |
Need to commit this too. :)
|
Thu, 11 Oct 2007 15:36:36 -0500 |
Rob Landley |
Promote help to global config option, teach error_exit() to output usage message when called
|
Thu, 04 Oct 2007 02:04:10 -0500 |
Rob Landley |
Break out dirtree.c and let it call a function instead of returning the data.
|
Wed, 05 Sep 2007 21:23:56 -0500 |
Rob Landley |
Missing config dependency: The mdev config file should depend on mdev.
|
Tue, 04 Sep 2007 23:02:58 -0500 |
Rob Landley |
Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option.
|
Sat, 01 Sep 2007 16:27:31 -0500 |
Rob Landley |
Minor tweak to web page.
|
Wed, 29 Aug 2007 08:10:01 -0500 |
Rob Landley |
Add "help" command. (Building help/help.h requires python, but I'll ship
|
Tue, 21 Aug 2007 01:42:54 -0500 |
Rob Landley |
Tweak error message.
|
Wed, 15 Aug 2007 12:50:44 -0500 |
Rob Landley |
More klibc fixes from Maximilian Attems, strlcpy() this time.
|
Wed, 15 Aug 2007 11:03:50 -0500 |
Rob Landley |
Remove strings.h which Maximilian Attems points out is obsolete:
|
Mon, 18 Jun 2007 01:27:43 -0400 |
Rob Landley |
Update web page to mention 0.0.3 release.
|
Mon, 18 Jun 2007 01:22:14 -0400 |
Rob Landley |
Added tag 0.0.3 for changeset a459c6b39645
|
Mon, 18 Jun 2007 01:09:00 -0400 |
Rob Landley |
Fix makefile to defconfig properly, and leak in a bit of the new test
0.0.3
|
Mon, 18 Jun 2007 01:00:32 -0400 |
Rob Landley |
Fix READLINK_F dependency.
|
Mon, 18 Jun 2007 00:44:53 -0400 |
Rob Landley |
Change defaults of working commands to yes, so "make defconfig" is more
|
Mon, 18 Jun 2007 00:17:04 -0400 |
Rob Landley |
Add a dummy "touch" to make it all build again.
|
Mon, 18 Jun 2007 00:15:48 -0400 |
Rob Landley |
Add readlink. Why doesn't mercurial show newly added files in "hg diff"?
|