summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorkabe@sra-tohoku.co.jp <kabe@sra-tohoku.co.jp>2014-12-22 14:50:23 +0900
committerHerbert Xu <herbert@gondor.apana.org.au>2014-12-26 09:50:59 +1100
commit35ff4d5b5a44aaf6fd98edef221dcc3ddcb8dda4 (patch)
tree52f97a68be4453409c8a497c221ab6093f1ff0e9 /configure.ac
parentman: Clarify two redirection mechanisms (diff)
downloaddash-35ff4d5b5a44aaf6fd98edef221dcc3ddcb8dda4.tar.gz
dash-35ff4d5b5a44aaf6fd98edef221dcc3ddcb8dda4.zip
builtin: create builtins.c properly on old cpp
Encontered this on ancient gcc-2.95.3 environment;
src/builtins.def.in -> src/builtins.def generation emitted
^ $
lines (likely by /* */), which where NOT ignored by
src/mkbuiltins and generating bogus builtins.c.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
='/pounce/commit/state.c?h=1.0p2&id=d5aedc3d84eea0d970f90ddc04f9be331e9c20e9&follow=1'>Make clientFormat publicJune McEnroe 2019-10-24Make serverFormat publicJune McEnroe 2019-10-24Rename some thingsJune McEnroe 2019-10-23Add ISUPPORT draft to STANDARDSJune McEnroe 2019-10-23Track own originJune McEnroe 2019-10-23Track channels and sync ISUPPORTJune McEnroe 2019-10-23Track nick changesJune McEnroe 2019-10-23Rename Command to MessageJune McEnroe 2019-10-23Synchronize state after client registrationJune McEnroe 2019-10-23Send to server if client has no needsJune McEnroe 2019-10-23Implement some amount of client connectionJune McEnroe 2019-10-23Set clients non-blockingJune McEnroe 2019-10-23Clean up state.c and factor out parsingJune McEnroe 2019-10-23Respond to pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe