summary refs log tree commit diff
path: root/.bin/xx.c (follow)
Commit message (Collapse)AuthorAge
* Use return value of getopt in xxJune McEnroe2016-09-13
| | | | | | On macOS/FreeBSD, optopt is always set after calling getopt. On Linux, optopt is only set if an unrecognized option was found. What is the point of POSIX if such behaviour can differ?
* Compile xx.c with clang specificallyJune McEnroe2016-09-12
|
* Prevent offset from xx when reading zeroJune McEnroe2016-09-12
|
* Rewrite xx.cJune McEnroe2016-09-12
|
* Fix ascii alignment in xxJune McEnroe2016-09-12
|
* Add -s flag to xxJune McEnroe2016-09-12
|
* Add -a flag to xxJune McEnroe2016-09-12
|
* Add -o flag to xxJune McEnroe2016-09-12
|
* Add -g option to xxJune McEnroe2016-09-12
|
* Add -c option to xxJune McEnroe2016-09-12
|
* Add .bin/xx.cJune McEnroe2016-09-12