log

age author description
Sat, 20 Jan 2007 22:59:00 -0500 Rob Landley Teach pwd to detect write errors.
Sat, 20 Jan 2007 22:41:29 -0500 Rob Landley Comment and whitespace cleanups
Sat, 20 Jan 2007 21:32:47 -0500 Rob Landley Helps to "hg add" echo.c. Also, implement \0123 escapes for -e.
Sat, 20 Jan 2007 18:04:20 -0500 Rob Landley Add "echo". Has -n and -e (but not \0123 yet).
Sat, 20 Jan 2007 12:30:19 -0500 Rob Landley Merge a memset with an existing loop, tweak comments.
Fri, 19 Jan 2007 16:31:11 -0500 Rob Landley Merge two similar loops and expand a comment.
Fri, 19 Jan 2007 16:01:54 -0500 Rob Landley Another suggestion from Manuel: Grab 2 bits instead of 1 inside a loop. Saves
Thu, 18 Jan 2007 22:01:04 -0500 Rob Landley Add count command.
Thu, 18 Jan 2007 22:00:46 -0500 Rob Landley Save 4 bytes of stack space.
Thu, 18 Jan 2007 22:00:12 -0500 Rob Landley In bunzip replace setjmp/longjmp handling with error_exit(), replace string
Thu, 18 Jan 2007 21:54:08 -0500 Rob Landley Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which
Thu, 18 Jan 2007 18:16:11 -0500 Rob Landley More optimizations originally suggested by Manuel Nova: Use a sentinel value
Wed, 17 Jan 2007 18:24:17 -0500 Rob Landley Minor cleanups.
Wed, 17 Jan 2007 18:18:50 -0500 Rob Landley Turn a memmove into a while(), reducing running time by 3.5% in my tests.
Wed, 17 Jan 2007 16:58:51 -0500 Rob Landley Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b.