Rob Landley [Tue, 7 Feb 2012 03:15:19 +0000 (21:15 -0600)]
Document that optflags is always an int (so 32 bit and 64 bit platforms behave the same).
Rob Landley [Tue, 7 Feb 2012 03:14:22 +0000 (21:14 -0600)]
Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.
Rob Landley [Sun, 5 Feb 2012 21:25:17 +0000 (15:25 -0600)]
This id implementation is not remotely SUSv4 compliant, default n until I get a chance to finish it.
Rob Landley [Sat, 4 Feb 2012 18:20:39 +0000 (12:20 -0600)]
Add a basic README and an example to "make help".
Rob Landley [Sat, 4 Feb 2012 17:23:18 +0000 (11:23 -0600)]
Tweak help command's help text, and remove unimplemented option.
Rob Landley [Sat, 4 Feb 2012 16:39:17 +0000 (10:39 -0600)]
Cleaning out one more old gpl notice that no longer applies after the switch to BSD in november.
Rob Landley [Sat, 4 Feb 2012 05:16:28 +0000 (23:16 -0600)]
Add autodetect for container support.
Rob Landley [Sat, 4 Feb 2012 04:39:55 +0000 (22:39 -0600)]
Fix bad link that was confusing people. (Oops.)
Luis Felipe Strano Moraes [Fri, 3 Feb 2012 13:17:48 +0000 (11:17 -0200)]
Removing unecessary allocation.
Rob Landley [Thu, 2 Feb 2012 13:44:04 +0000 (07:44 -0600)]
Implement xargs -E.
Rob Landley [Thu, 2 Feb 2012 13:42:31 +0000 (07:42 -0600)]
Very slight efficiency tweak.
Rob Landley [Thu, 2 Feb 2012 13:29:09 +0000 (07:29 -0600)]
Test suite comment tweaks.
Rob Landley [Thu, 2 Feb 2012 13:28:06 +0000 (07:28 -0600)]
Basename and env are usable, default them to y.
Rob Landley [Thu, 2 Feb 2012 13:27:35 +0000 (07:27 -0600)]
Quick and dirty terminal_size() and yesno() functions, both of which need to be improved.
Rob Landley [Thu, 2 Feb 2012 13:27:05 +0000 (07:27 -0600)]
Update web page a bit.
Rob Landley [Thu, 2 Feb 2012 13:26:39 +0000 (07:26 -0600)]
Commit 415 needs the other two files. (Oops.)
Rob Landley [Mon, 30 Jan 2012 13:40:32 +0000 (07:40 -0600)]
More work on xargs: bugfix and tests.
Rob Landley [Sun, 29 Jan 2012 19:54:13 +0000 (13:54 -0600)]
Add <>= to lib/args.c, with documentation.
Rob Landley [Sat, 28 Jan 2012 18:07:45 +0000 (12:07 -0600)]
Implement xargs (first pass, not full SUSv4 yet).
Rob Landley [Fri, 27 Jan 2012 12:49:28 +0000 (06:49 -0600)]
Add id command from Tim Bird.
Rob Landley [Mon, 23 Jan 2012 04:28:04 +0000 (22:28 -0600)]
Patch shouldn't be bothered by DOS newlines.
Rob Landley [Mon, 23 Jan 2012 02:33:15 +0000 (20:33 -0600)]
Add three commands that can be done as simple shell scripts (one sed is in, anyway), and don't need to be implemented in C.
Rob Landley [Mon, 23 Jan 2012 01:41:42 +0000 (19:41 -0600)]
Add wiki link and make about less stale.
Tryn Mirell [Fri, 20 Jan 2012 06:02:37 +0000 (00:02 -0600)]
'env' and 'basename' refactored
Rob Landley [Thu, 19 Jan 2012 02:32:52 +0000 (20:32 -0600)]
Comment changes, and add a blank line to the help text.
Rob Landley [Thu, 19 Jan 2012 02:31:59 +0000 (20:31 -0600)]
Add -x option to sort (like -n, but hexadecimal), because I needed it for something.
Tryn Mirell [Mon, 16 Jan 2012 07:48:51 +0000 (01:48 -0600)]
'env' implementation - Initial
Tryn Mirell [Mon, 16 Jan 2012 05:27:22 +0000 (23:27 -0600)]
'basename': Handle where we have no / passed
Tryn Mirell [Mon, 16 Jan 2012 05:20:06 +0000 (23:20 -0600)]
Initial 'basename' implementation
Rob Landley [Mon, 16 Jan 2012 07:44:17 +0000 (01:44 -0600)]
Fluff out documentation and skeleton code.
Rob Landley [Sun, 15 Jan 2012 05:28:15 +0000 (23:28 -0600)]
Expand comments.
Rob Landley [Wed, 28 Dec 2011 22:50:16 +0000 (16:50 -0600)]
Don't make toysh default to y until it does something useful.
Rob Landley [Wed, 28 Dec 2011 22:17:13 +0000 (16:17 -0600)]
Fix "make help".
Rob Landley [Wed, 28 Dec 2011 19:01:12 +0000 (13:01 -0600)]
Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type is stored in an unsigned variable.
Rob Landley [Tue, 13 Dec 2011 05:49:55 +0000 (23:49 -0600)]
Implement unshare.
Rob Landley [Mon, 12 Dec 2011 21:19:52 +0000 (15:19 -0600)]
Forgot to check in loopfiles_rw changes needed by truncate.
Rob Landley [Sun, 11 Dec 2011 09:58:43 +0000 (03:58 -0600)]
Implement truncate.
Rob Landley [Sun, 11 Dec 2011 09:54:58 +0000 (03:54 -0600)]
Whitespace/wordwrap changes.
Rob Landley [Sun, 11 Dec 2011 08:36:01 +0000 (02:36 -0600)]
Implment cal.
Rob Landley [Wed, 30 Nov 2011 13:21:23 +0000 (07:21 -0600)]
Split out parse_optflaglist(), and move local variables to optflagstate.
Rob Landley [Mon, 28 Nov 2011 06:22:15 +0000 (00:22 -0600)]
Fix "tar cvjfC file dir", make @ not eat an argument, add debug check for (as yet) unsupported multi-function option (ala "x*@").
Rob Landley [Tue, 22 Nov 2011 12:08:26 +0000 (06:08 -0600)]
Don't complain about "possibly reversed" hunks that merely moved later in the file, just give a potential reason if it failed to apply.
Rob Landley [Mon, 21 Nov 2011 03:36:37 +0000 (21:36 -0600)]
Implement unlink.
Rob Landley [Mon, 21 Nov 2011 03:13:47 +0000 (21:13 -0600)]
Implement nohup.
Rob Landley [Sun, 20 Nov 2011 17:39:13 +0000 (11:39 -0600)]
Add link.
Rob Landley [Fri, 18 Nov 2011 12:21:29 +0000 (06:21 -0600)]
Add dirname, and typo fixes to wc header.
Rob Landley [Thu, 17 Nov 2011 13:26:22 +0000 (07:26 -0600)]
Add wc.
Rob Landley [Tue, 15 Nov 2011 09:01:41 +0000 (03:01 -0600)]
More GPL->BSD debris.
Rob Landley [Tue, 15 Nov 2011 08:59:50 +0000 (02:59 -0600)]
Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Rob Landley [Tue, 15 Nov 2011 08:38:13 +0000 (02:38 -0600)]
New mailing list.
Rob Landley [Tue, 15 Nov 2011 08:24:44 +0000 (02:24 -0600)]
Switch to 2-clause BSD license (with caveat about scripts directory).
Rob Landley [Tue, 15 Nov 2011 07:09:27 +0000 (01:09 -0600)]
SUSv4 is out, update template link.
Rob Landley [Tue, 15 Nov 2011 06:57:45 +0000 (00:57 -0600)]
Implement tty command.
Rob Landley [Mon, 14 Nov 2011 03:05:28 +0000 (21:05 -0600)]
xreadall() returns void... how does that even compile?
Rob Landley [Mon, 14 Nov 2011 02:02:47 +0000 (20:02 -0600)]
Prepare for license switch by (regrettably) removing Charlie Shepherd's code, at least until I can get in touch with him to to get permission to relicense it.
Charlie's @gentoo address bounces, and he hasn't replied to his @gmail address.
I welcome him as a contributor but can't _find_ him, so I can't ship his
basename, dirname, mkfifo, touch, and tty command code under a non-GPL license.
This essentially reverts the following commits:
147: implement touch
157: implement mkfifo
160: tweak touch
161: touch bugfix
162: touch -l
176: implement basename, dirname
179: implement tty
I also looked at these commits, which Charlie contributed to but which
don't need to be reverted. (Mostly whitespace changes and typo fixes,
plus some minor changes to build infrastructure that don't affect the
resulting code.)
*149: add null pointer check
*154: add .hgignore
*155: whitespace
*156: whitespace (the rest is by me)
*158: add toys/help.h to makefile dependencies
*159: fix typo in description
*164: typo in df (dereference pointer)
*180: .hgignore
*182: whitespace in error messages
*183: add headers to make dependencies
*244: comment and whitespace cleanups
*247: build tweak: error checking
*248: typo in comment
*249: .hgignore
*250: wrong word in comment
*251: whitespace
*252: whitespace
Several files in the "scripts" directory are still GPLv2 (kconfig,
bloat-o-meter, Robert Foglietta's bash version of config2help.sh), but
they're just build infrastructure that doesn't wind up in the resulting
binary. I plan to address this later on general principles, but it's
"mere aggregation" and not an immediate priority.)
Rob Landley [Sun, 22 May 2011 03:54:21 +0000 (22:54 -0500)]
The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the format isn't regular.
(Yes, this was designed by the FSF, what gave it away?)
Rob Landley [Sun, 28 Feb 2010 20:11:41 +0000 (14:11 -0600)]
For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output about the search and match.
Rob Landley [Sun, 28 Feb 2010 18:16:43 +0000 (12:16 -0600)]
One more little tweak to patch: unrecognized date format != delete file.
Rob Landley [Wed, 6 Jan 2010 11:29:53 +0000 (05:29 -0600)]
Add command "nice".
Rob Landley [Wed, 6 Jan 2010 11:29:17 +0000 (05:29 -0600)]
Make toy_init() reentrant, or else xexec() has funky errors.
Rob Landley [Wed, 6 Jan 2010 11:28:32 +0000 (05:28 -0600)]
Shut up even MORE gcc/glibc spurious warnings.
Rob Landley [Tue, 5 Jan 2010 19:17:47 +0000 (13:17 -0600)]
Add setsid.
Rob Landley [Tue, 5 Jan 2010 18:17:05 +0000 (12:17 -0600)]
Add TOYBOX_SUID.
Rob Landley [Tue, 5 Jan 2010 16:48:32 +0000 (10:48 -0600)]
Correct return types of xstrdup() and xstrndup()
Rob Landley [Tue, 5 Jan 2010 16:46:16 +0000 (10:46 -0600)]
menuconfig indentation should be handled by dependencies, not whitespace in description.
Rob Landley [Tue, 5 Jan 2010 16:45:16 +0000 (10:45 -0600)]
Use fdlength() instead of lseek(SEEK_END).
Rob Landley [Tue, 5 Jan 2010 16:43:36 +0000 (10:43 -0600)]
Typo fix in comment.
Rob Landley [Tue, 5 Jan 2010 16:41:52 +0000 (10:41 -0600)]
Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley [Sun, 13 Dec 2009 06:12:26 +0000 (00:12 -0600)]
The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite what SUSv4 says it should do, so cope with buggy FSF tools.
Rob Landley [Sun, 13 Dec 2009 06:11:30 +0000 (00:11 -0600)]
Let the minicom script take the speed as an optional second argument.
Rob Landley [Mon, 30 Nov 2009 04:14:06 +0000 (22:14 -0600)]
Fix reversed patch detection logic, remove unused variables, rename variables, better comments.
Rob Landley [Fri, 23 Oct 2009 22:42:13 +0000 (17:42 -0500)]
Add .tar.bz2 to tarball links.
Rob Landley [Thu, 1 Oct 2009 04:30:26 +0000 (23:30 -0500)]
Remove header/footer includes to prepare for css instead.
Rob Landley [Fri, 7 Aug 2009 01:39:28 +0000 (20:39 -0500)]
Make a warning go away on Fedora 11.
Rob Landley [Fri, 7 Aug 2009 01:38:24 +0000 (20:38 -0500)]
Unconditionally add the $CROSS_COMPILE prefix to $CC, even if it's already set.
Rob Landley [Fri, 5 Jun 2009 20:58:48 +0000 (15:58 -0500)]
Fix broken links spotted by Cedric Duval.
Rob Landley [Fri, 17 Apr 2009 10:35:11 +0000 (05:35 -0500)]
Added tag 0.0.9.2 for changeset
f142d02036b6
Rob Landley [Fri, 17 Apr 2009 10:34:59 +0000 (05:34 -0500)]
Announce 0.0.9.2 bugfix release.
Rob Landley [Thu, 16 Apr 2009 22:03:38 +0000 (17:03 -0500)]
Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator.
Rob Landley [Mon, 30 Mar 2009 02:55:27 +0000 (21:55 -0500)]
Announce 0.0.9.1 bugfix release.
Rob Landley [Mon, 30 Mar 2009 02:54:01 +0000 (21:54 -0500)]
Added tag 0.0.9.1 for changeset
add8b512f41a
Rob Landley [Sun, 29 Mar 2009 06:08:34 +0000 (01:08 -0500)]
Another patch corner case.
Rob Landley [Sun, 29 Mar 2009 04:25:47 +0000 (23:25 -0500)]
Old news.html update, but never actually checked in.
Rob Landley [Sun, 29 Mar 2009 04:24:42 +0000 (23:24 -0500)]
Regenerate Config.in when toys/*.c changes.
Rob Landley [Sun, 29 Mar 2009 02:33:03 +0000 (21:33 -0500)]
Rearchitect patch to handle more darn corner cases.
Rob Landley [Fri, 30 Jan 2009 22:17:35 +0000 (16:17 -0600)]
Convert non-bool config values (such as int) into config.h entries.
Rob Landley [Fri, 30 Jan 2009 22:10:55 +0000 (16:10 -0600)]
Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.)
Rob Landley [Sun, 25 Jan 2009 22:59:14 +0000 (16:59 -0600)]
Comment tweaks.
Rob Landley [Sun, 25 Jan 2009 22:34:46 +0000 (16:34 -0600)]
Fix thinko.
Rob Landley [Tue, 20 Jan 2009 04:59:21 +0000 (22:59 -0600)]
Announce 0.0.8 release.
Rob Landley [Tue, 20 Jan 2009 04:49:17 +0000 (22:49 -0600)]
Added tag 0.0.8 for changeset
86e2bdb2ad66
Rob Landley [Tue, 20 Jan 2009 04:08:01 +0000 (22:08 -0600)]
Fix typo.
Rob Landley [Sun, 18 Jan 2009 22:19:25 +0000 (16:19 -0600)]
Add mkswap.
Rob Landley [Thu, 15 Jan 2009 02:41:37 +0000 (20:41 -0600)]
Hello shouldn't be enabled in defconfig.
Rob Landley [Mon, 5 Jan 2009 07:47:48 +0000 (01:47 -0600)]
Accidentally changed cksum behavior with the -P flag, toggle its meaning.
Rob Landley [Mon, 5 Jan 2009 07:05:43 +0000 (01:05 -0600)]
Add -N, -I, -L, and -P options to cksum.
Rob Landley [Mon, 5 Jan 2009 04:45:03 +0000 (22:45 -0600)]
Add -F option to cksum.
Rob Landley [Sun, 4 Jan 2009 19:27:36 +0000 (13:27 -0600)]
Make patch work with -R when deleting files.
Rob Landley [Sun, 4 Jan 2009 00:15:18 +0000 (18:15 -0600)]
Check in crc_init needed by cksum. (Oops.)
Rob Landley [Sat, 27 Dec 2008 11:37:47 +0000 (05:37 -0600)]
Add cksum.