Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
full path in error messages, actually overwrite when answering yes to -i.
|
|
without leading space), enforce max 1 argument and at most one of Ggu.
|
|
|
|
the unsupported symlink nofollow flag.
|
|
fchmodat(AT_SYMLINK_NOFOLLOW) doesn't work (there's a glibc bug open for this. It's really a missing kernel syscall, but glibc fails without ever making any syscall if you feed it that flag, which isn't helpful).
|
|
squeeze out but this gets the infrastructure mostly right (and does away with the remaining gotos).
|
|
|
|
|
|
|
|
|
|
|
|
other places that were setting it that no longer need to.
|
|
dirtree functions.
|
|
|
|
|
|
|
|
|
|
division by zero error.
|
|
|
|
|
|
|
|
apparently is not an error.
|
|
supposed to implement this as a wrapper uClibc gets it wrong. So use the stat info about symlinks instead. (Doesn't check the parent directory, but if that's read only we can't delete the file anyway so prompting is moot.)
|
|
fancy name from that. This means adding new directories shouldn't require touching build scripts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
same name in the same function? No? Carry on then...
|
|
it's already buffering the partial data we feed it, so rolling back most of the last commit to wc.
|
|
backspace characters rather than the chracters cancelling each other out before output.
|
|
|
|
boundary, so take a guess at making that work. (I haven't got a test case for this. I also don't know how to handle invalid sequences so just don't count them.)
|
|
|
|
|
|
Erratum: Do not handle backspace.
|
|
|
|
Teach make.sh to emit "#define FLAG_x 0" for options inside disabled USE macros so we can unconditionally refer to them.
|
|
|
|
|
|
|