-
- Downloads
Adopt C99 <stdbool.h>'s true/false.
This commit includes <stdbool.h> from defs.h and deletes my traditional definitions of TRUE and FALSE, but other than that, it's a 100% mechanical search-and-replace transforming all uses of TRUE and FALSE into the C99-standardised lowercase spellings. No actual types are changed in this commit; that will come next. This is just getting the noise out of the way, so that subsequent commits can have a higher proportion of signal.
Showing
- agentf.c 3 additions, 3 deletionsagentf.c
- callback.c 4 additions, 4 deletionscallback.c
- cmdgen.c 40 additions, 40 deletionscmdgen.c
- cmdline.c 18 additions, 18 deletionscmdline.c
- conf.c 4 additions, 4 deletionsconf.c
- config.c 27 additions, 27 deletionsconfig.c
- contrib/cygtermd/telnet.c 1 addition, 7 deletionscontrib/cygtermd/telnet.c
- defs.h 1 addition, 7 deletionsdefs.h
- dialog.c 3 additions, 3 deletionsdialog.c
- dialog.h 1 addition, 1 deletiondialog.h
- fuzzterm.c 5 additions, 5 deletionsfuzzterm.c
- import.c 10 additions, 10 deletionsimport.c
- ldisc.c 2 additions, 2 deletionsldisc.c
- logging.c 7 additions, 7 deletionslogging.c
- mainchan.c 38 additions, 38 deletionsmainchan.c
- marshal.c 5 additions, 5 deletionsmarshal.c
- misc.c 19 additions, 19 deletionsmisc.c
- nocmdline.c 1 addition, 1 deletionnocmdline.c
- pageant.c 7 additions, 7 deletionspageant.c
- pinger.c 4 additions, 4 deletionspinger.c
Loading
Please register or sign in to comment