Age | Commit message (Expand) | Author |
2012-06-30 | Add NOP b (byte) suffix to atolx() since od needs it. | Rob Landley |
2012-06-24 | Unify chown and chgrp, add support for -hHLP flags.0.3.1 | Rob Landley |
2012-06-22 | Minor code refactoring. | Rob Landley |
2012-06-16 | Add dirtree_parentfd() | Rob Landley |
2012-06-16 | More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyp... | Rob Landley |
2012-06-09 | Implement DIRTREE_SYMFOLLOW and ls -cSHL. | Rob Landley |
2012-06-09 | Feeding -1 to xdup() isn't an error. | Rob Landley |
2012-06-03 | Update chmod to work with new dirtree, and fix bugs in string_to_mode(). | Rob Landley |
2012-06-01 | Changed my mind about the design again, now callback is dirtree_opennode() an... | Rob Landley |
2012-06-01 | Factor out dirtree_comeagain() callback, setting up depth-first search with o... | Rob Landley |
2012-06-01 | Add xrealpath() at suggestion of Ashish Briggers. | Rob Landley |
2012-05-27 | Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way. | Rob Landley |
2012-05-20 | dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE... | Rob Landley |
2012-05-16 | First pass at a complete rewrite of string_to_mode(). (It compiled!) | Rob Landley |
2012-05-09 | Whitespace (tabs vs spaces) cleanup. | Rob Landley |
2012-04-22 | More work on ls. Now ls -lR sort of works-ish. | Rob Landley |
2012-04-14 | Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr... | Rob Landley |
2012-03-20 | Using /dev/tty for yesno() is wrong because yes 'n' | cp -ial needs to work. | Rob Landley |
2012-03-19 | Unwind gratuitous macros. | Rob Landley |
2012-03-19 | Add string to mode_t parser | Daniel Walter |
2012-03-19 | Remove "feature test macros", replace non-portable fdprintf() with standard f... | Rob Landley |
2012-03-16 | Implement Apple and Android versions of getline(), getdelim(), and clearenv(). | Georgi Chorbadzhiyski |
2012-03-12 | Redo tail to use optargs and optionally support lseek. Add support to optargs... | Rob Landley |
2012-03-08 | More stabs at getting #includes right, and moving off of deprecated functions. | Rob Landley |
2012-03-07 | Consolidate headers. | Rob Landley |
2012-02-28 | Add "-" type to optargs and teach tail.c to use it. Tighten up help text, us... | Rob Landley |
2012-02-27 | Upgrade yesno() and make cp -i use it. | Rob Landley |
2012-02-26 | Teach lib/args.c that " " this option must take a _separate_ argument, so "ki... | Rob Landley |
2012-02-26 | Factor out common code between killall/kill and move it to lib/lib.c, plus cl... | Rob Landley |
2012-02-18 | Nathan McSween convinced me compilers that inline memset() can optimize the b... | Rob Landley |
2012-02-18 | And again, I forgot to check in a file. Oops. | Rob Landley |
2012-02-18 | Cleanups to pidof (including some global infrastructure shared with killall). | Rob Landley |
2012-02-18 | Add killall by Andreas Heck, and factor out common pid code to lib.h. | Rob Landley |
2012-02-09 | Make atolx() error_exit() if fed a string that doesn't convert entirely into ... | Rob Landley |
2012-02-08 | Use stpcpy() (posix 2008) for slight code shrink. | Rob Landley |
2012-02-03 | Removing unecessary allocation. | Luis Felipe Strano Moraes |
2012-02-02 | Quick and dirty terminal_size() and yesno() functions, both of which need to ... | Rob Landley |
2012-02-02 | Commit 415 needs the other two files. (Oops.) | Rob Landley |
2012-01-29 | Add <>= to lib/args.c, with documentation. | Rob Landley |
2011-12-28 | Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type ... | Rob Landley |
2011-12-12 | Forgot to check in loopfiles_rw changes needed by truncate. | Rob Landley |
2011-11-30 | Split out parse_optflaglist(), and move local variables to optflagstate. | Rob Landley |
2011-11-28 | Fix "tar cvjfC file dir", make @ not eat an argument, add debug check for (as... | Rob Landley |
2011-11-13 | xreadall() returns void... how does that even compile? | Rob Landley |
2010-01-06 | Shut up even MORE gcc/glibc spurious warnings. | Rob Landley |
2010-01-05 | Add TOYBOX_SUID. | Rob Landley |
2010-01-05 | Correct return types of xstrdup() and xstrndup() | Rob Landley |
2010-01-05 | Typo fix in comment. | Rob Landley |
2009-04-16 | Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator. | Rob Landley |
2009-01-25 | Fix thinko. | Rob Landley |