Age | Commit message (Collapse) | Author |
|
|
|
used in a pipe.
|
|
|
|
|
|
|
|
|
|
consistent tab/space idents, and doesn't need a break after a function that exits.
|
|
|
|
|
|
|
|
|
|
|
|
bzero case pretty well.
|
|
|
|
|
|
|
|
files on the command line.
|
|
|
|
|
|
Still needs to handle directories properly and needs padding for
-l output.
|
|
|
|
toys.h.
|
|
permission for file data when we just want to look at directory info.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"type-punned pointers", so typecast to void * instead to shut it up. (Up there with the "may be used uninitialized" gripes.)
|
|
|
|
|
|
|
|
|
|
appears in the middle of the filename
|
|
|
|
|
|
|
|
This exposed one issue in head.c -- printf was not flushing and
file names could appear after file contents instead of before.
The issue is fixed by calling xflush after xprintf.
|
|
indent/brackets a bit more regular/obvious, and replace some spaces with tabs in help text (in a way that won't matter until I finish rewriting scripts/config2help.py in C).
|
|
add tests for octal and hexadecimal formatting
|
|
|
|
|
|
|
|
|
|
|
|
an integer.
|