ridiculousfish
d7b2576fb5
Mark short_options as const everywhere
...
These were needlessly mutable file-scoped variables.
2018-09-29 00:18:36 -04:00
Kurtis Rader
ec1e9ac98d
standardize on builtin_missing_argument()
2017-07-01 14:03:47 -07:00
Kurtis Rader
dd191a9d4b
more wgetopt_long() normalization
2017-06-29 21:49:57 -07:00
Kurtis Rader
af22bf3501
style cleanups (make style-all)
2017-06-16 21:01:57 -07:00
Kurtis Rader
37b8cfaeba
avoid struct name clashes
...
Running the tests on travis revealed that some compilers (or at least
with some options) call the wrong struct constructor if there is more
than one struct with the same name but differing definitions.
2017-06-16 21:01:57 -07:00
Kurtis Rader
ffdabace5e
more builtin style cleanup
2017-06-16 21:01:57 -07:00
Kurtis Rader
59e90123ea
change naming convention for parsing opts
2017-06-16 21:01:56 -07:00
Kurtis Rader
b20ffca3e2
split builtin block into its own module
2017-06-16 21:01:56 -07:00