Sat, 26 Jul 2014 13:30:40 -0500 |
Rob Landley |
Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle.
draft
|
Sat, 26 Jul 2014 13:27:07 -0500 |
Rob Landley |
Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it back off.)
draft
|
Sat, 26 Jul 2014 13:22:59 -0500 |
Rob Landley |
Document more cleanup.
draft
|
Mon, 21 Jul 2014 20:03:06 -0500 |
Rob Landley |
Have single.sh enable I18N and FLOAT.
draft
|
Mon, 21 Jul 2014 19:57:36 -0500 |
Rob Landley |
Improve gid/uid error messages.
draft
|
Mon, 21 Jul 2014 19:56:53 -0500 |
Rob Landley |
Little endian and big endian versions of peek (for host.c).
draft
|
Mon, 21 Jul 2014 19:55:06 -0500 |
Rob Landley |
Fix memory leak in error path.
draft
|
Sun, 20 Jul 2014 22:08:46 -0500 |
Rob Landley |
Don't go into an endless loop if we hit a bad utf8 sequence without -q.
draft
|
Sun, 20 Jul 2014 21:34:49 -0500 |
Rob Landley |
Isaac Dunham spotted that dhcp was also reimplementing daemon().
draft
|
Sun, 20 Jul 2014 16:34:36 -0500 |
Rob Landley |
Add utf8 support to ls -C.
draft
|
Sat, 19 Jul 2014 20:54:29 -0500 |
Rob Landley |
find needs "c" suffix to -size.
draft
|
Fri, 18 Jul 2014 18:31:41 -0500 |
Rob Landley |
Find bugfixes.
draft
|
Thu, 17 Jul 2014 22:52:58 -0500 |
Rob Landley |
Apparently I deleted this locally but forgot to commit the removal. Oops.
draft
|
Thu, 17 Jul 2014 22:50:49 -0500 |
Rob Landley |
Use libc daemon() instead of pending daemonize.
draft
|
Wed, 16 Jul 2014 20:43:58 -0500 |
Rob Landley |
Write a new find. Not quite done, but the basics work.
draft
|