Mercurial > hg > toybox
graph
-
Georgi pointed out that some overly-pedantic C libraries require you to include both "string.h" and "strings.h". (Most don't.)Sat, 28 Apr 2012 01:22:50 -0500, by Rob Landley
-
Adding initial version of login.cTue, 24 Apr 2012 23:09:27 +0200, by Elie De Brauwer
-
Make -d work in ls.Tue, 24 Apr 2012 20:44:09 -0500, by Rob Landley
-
Require -R to recurse, but descend into directories listed on command line.Tue, 24 Apr 2012 05:48:03 -0500, by Rob Landley
-
More work on ls. Now ls -lR sort of works-ish.Sun, 22 Apr 2012 23:01:23 -0500, by Rob Landley
-
Adding lognameSat, 14 Apr 2012 19:55:13 +0200, by Elie De Brauwer
-
Refactor uniq.c a bit.Sat, 14 Apr 2012 22:34:34 -0500, by Rob Landley
-
Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet...Sat, 14 Apr 2012 22:31:53 -0500, by Rob Landley
-
Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.)Sat, 14 Apr 2012 22:30:41 -0500, by Rob Landley
-
Comment and whitespace changes.Sat, 14 Apr 2012 21:43:24 -0500, by Rob Landley
-
Use FLAG_ macros for echo optflags.Sat, 14 Apr 2012 21:41:19 -0500, by Rob Landley
-
Match uint64_t with PRIu64 to avoid warnings on 64 bit builds.Sat, 14 Apr 2012 21:27:00 -0500, by Rob Landley
-
toybuf usage enhancement, tabs to spaces, teminal height refreshWed, 11 Apr 2012 19:11:45 +0200, by Elie De Brauwer
-
Replace ?: gcc extension with standard codeSat, 07 Apr 2012 10:15:52 -0700, by Kevin Chase
-
Adding vmstatMon, 09 Apr 2012 13:31:44 +0200, by Elie De Brauwer
-
Adding mountpointMon, 02 Apr 2012 23:30:49 +0200, by Elie De Brauwer
-
Implement comm.Thu, 22 Mar 2012 09:01:34 -0500, by Ilya Kuzmich
-
The -s flag includes staying quiet about missing files.Thu, 22 Mar 2012 09:00:59 -0500, by Rob Landley
-
Test the right variable in NULL guard, and add NOP "s" suffix.Wed, 21 Mar 2012 17:49:14 -0500, by Rob Landley
-
Using /dev/tty for yesno() is wrong because yes 'n' | cp -ial needs to work.Tue, 20 Mar 2012 11:10:54 -0500, by Rob Landley
-
Unwind gratuitous macros.Mon, 19 Mar 2012 20:56:18 -0500, by Rob Landley
-
Have probe for unshare test for actual unshare() function in libc.Mon, 19 Mar 2012 20:15:08 -0500, by Rob Landley
-
Add string to mode_t parserMon, 19 Mar 2012 19:57:56 -0500, by Daniel Walter
-
Remove "feature test macros", replace non-portable fdprintf() with standard fprintf().Mon, 19 Mar 2012 19:19:21 -0500, by Rob Landley
-
Implement Apple and Android versions of getline(), getdelim(), and clearenv().Fri, 16 Mar 2012 06:42:08 -0500, by Georgi Chorbadzhiyski
-
The linux header doesn't prototype unshare, and the glibc header introduced a regression in recent versions inexplicably crediting a linux feature to the FSF, so add the prototype ourselves.Fri, 16 Mar 2012 06:20:48 -0500, by Rob Landley
-
Simplify nanosleep call.Thu, 15 Mar 2012 20:49:11 -0500, by Rob Landley
-
Implement uniq.Wed, 14 Mar 2012 22:04:06 -0500, by Georgi Chorbadzhiyski
-
Default new ch* commands to n until enough is implemented not to break aboriginal build.Wed, 14 Mar 2012 21:02:19 -0500, by Rob Landley
-
New toys - chmod, chown, and chgrp.Tue, 13 Mar 2012 21:05:12 -0500, by Georgi Chorbadzhiyski
-
Extensive semi-gratuitous refactoring: factor out common code, handle euid!=uid and egid!=gid cases. (Note: test suite requires root access, possibly container support.)Mon, 12 Mar 2012 23:00:28 -0500, by Rob Landley
-
Tighten up the code a bit, and use actual process group id instead of what /etc/passwd says.Mon, 12 Mar 2012 20:56:56 -0500, by Rob Landley
-
Yet another header for technical susv4 compliance.Mon, 12 Mar 2012 00:26:23 -0500, by Rob Landley
-
Redo tail to use optargs and optionally support lseek. Add support to optargs and llist.c, plus add a test suite entry. Still no -f support though.Mon, 12 Mar 2012 00:25:40 -0500, by Rob Landley
-
Fix nanosleep() usage.Sat, 10 Mar 2012 14:57:33 -0600, by Georgi Chorbadzhiyski
-
Replace deprecated libc function with its totally renamed equivalent.Fri, 09 Mar 2012 20:33:16 -0600, by Rob Landley
-
Work around glibc regression by including Linux header directly.Fri, 09 Mar 2012 20:23:08 -0600, by Rob Landley
-
Add lib/portability.h description with explanation of SWAP() macros.Fri, 09 Mar 2012 08:33:57 -0600, by Rob Landley
-
More stabs at getting #includes right, and moving off of deprecated functions.Thu, 08 Mar 2012 20:14:55 -0600, by Rob Landley
-
Fix mkdir -p to accept paths that already exist, and detect path ending in a file.Wed, 07 Mar 2012 20:05:36 -0600, by Rob Landley
-
Consolidate headers.Wed, 07 Mar 2012 19:04:50 -0600, by Rob Landley
-
Silence a couple pointless warnings.Wed, 07 Mar 2012 19:00:21 -0600, by Rob Landley
-
Cleanups: use perror_msg() and make mode a global.Tue, 06 Mar 2012 21:19:57 -0600, by Rob Landley
-
Add mkfifo.Tue, 06 Mar 2012 20:58:13 -0600, by Georgi Chorbadzhiyski
-
Web page updates.Tue, 06 Mar 2012 20:49:03 -0600, by Rob Landley
-
Comment and whitespace tweaks.Tue, 06 Mar 2012 20:48:27 -0600, by Rob Landley
-
mkdir cleanups: Let umask do its thing at the syscall level, have mode be a global to prepare for -m, use do_blah name loopfiles() usually calls, one less redundant mkdir() call, go ahead and modify writeable args instead of strdup(), return before restoring / so error message is better, use perror_msg().Mon, 05 Mar 2012 23:15:50 -0600, by Rob Landley
-
Add mkdir.Mon, 05 Mar 2012 22:19:36 -0600, by Georgi Chorbadzhiyski
-
Fix xargs -0 option.Mon, 05 Mar 2012 20:48:35 -0600, by Rob Landley
-
whoami: fix toy description, no code changesMon, 05 Mar 2012 00:25:32 +0100, by Pere Orga
-
Add clear.Sun, 04 Mar 2012 16:43:12 -0600, by Rob Landley
-
Add tac. (Shell wrapper is smaller, but all-in-one static binary is compelling use case.)Sun, 04 Mar 2012 16:27:21 -0600, by Rob Landley
-
Minor optimization.Sun, 04 Mar 2012 01:29:57 -0600, by Rob Landley
-
Add whoami.Sun, 04 Mar 2012 01:26:48 -0600, by Georgi Chorbadzhiyski
-
Fix build on slackware-current.Sun, 04 Mar 2012 01:24:06 -0600, by Georgi Chorbadzhiyski
-
Add longopt, refactor so only one instance of each loop, requre = as part of match, update exit code.Sun, 04 Mar 2012 00:50:44 -0600, by Rob Landley
-
Implement printenv command.Sat, 03 Mar 2012 23:55:27 -0600, by Georgi Chorbadzhiyski
-
Make floating point support depend on TOYBOX_FLOAT, make 0.1m work.Sat, 03 Mar 2012 23:45:01 -0600, by Rob Landley
-
Add fraction and extension support to sleep.Sat, 03 Mar 2012 22:55:33 -0600, by Georgi Chorbadzhiyski