]> git.mdlowis.com Git - proto/rc.git/log
proto/rc.git
8 years agoremoved print.c and switched some prints over to printf. and.......converted tabs...
Michael D. Lowis [Fri, 7 Apr 2017 16:33:41 +0000 (12:33 -0400)]
removed print.c and switched some prints over to printf. and.......converted tabs to spaces

8 years agoRemoved all command line flags in the interest of stripping things down to barebones...
Michael D. Lowis [Thu, 16 Mar 2017 19:59:47 +0000 (15:59 -0400)]
Removed all command line flags in the interest of  stripping things down to barebones before building it back up

8 years agoparse.y needed bools
Michael D. Lowis [Thu, 16 Mar 2017 00:46:40 +0000 (20:46 -0400)]
parse.y needed bools

8 years agoUse stdbool because this is 2016 and there's no excuse not to
Michael D. Lowis [Wed, 15 Mar 2017 13:11:12 +0000 (09:11 -0400)]
Use stdbool because this is 2016 and there's no excuse not to

8 years agogeneral cleanup
Michael D. Lowis [Wed, 15 Mar 2017 13:06:25 +0000 (09:06 -0400)]
general cleanup

8 years agomoved writall to print.c and removed system.c
Michael D. Lowis [Wed, 15 Mar 2017 12:52:39 +0000 (08:52 -0400)]
moved writall to print.c and removed system.c

8 years agoswitched option parseing to OPTBEGIN macro and deleted getop.c
Michael D. Lowis [Wed, 15 Mar 2017 12:43:07 +0000 (08:43 -0400)]
switched option parseing to OPTBEGIN macro and deleted getop.c

8 years agoMoved all includes into rc.h and did a bit of hack and slash
Michael D. Lowis [Wed, 15 Mar 2017 00:44:26 +0000 (20:44 -0400)]
Moved all includes into rc.h and did a bit of hack and slash

8 years agoHardcode signal messages in C99 style. Fixed null pointer access in several places...
Michael D. Lowis [Tue, 14 Mar 2017 15:02:10 +0000 (11:02 -0400)]
Hardcode signal messages in C99 style. Fixed null pointer access in several places. Need to make the messages array private and use an API to synthesize unknown signal messages as well protect against null pointer access

8 years agocoalesce headers more
Michael D. Lowis [Tue, 14 Mar 2017 02:22:08 +0000 (22:22 -0400)]
coalesce headers more

8 years agocoalesced some headers and deleted some unused files
Michael D. Lowis [Tue, 14 Mar 2017 01:20:18 +0000 (21:20 -0400)]
coalesced some headers and deleted some unused files

8 years agoRemoved autoconf cruft
Michael D. Lowis [Mon, 13 Mar 2017 20:18:31 +0000 (16:18 -0400)]
Removed autoconf cruft

8 years agoremoved some defines from config.h and ifdefs throughout the code. This fork intends...
Michael D. Lowis [Mon, 13 Mar 2017 20:16:33 +0000 (16:16 -0400)]
removed some defines from config.h and ifdefs throughout the code. This fork intends to only support POSIX if at all possible. Specifically linux and osx

8 years agochecked in generated config.h file
Michael D. Lowis [Mon, 13 Mar 2017 13:58:06 +0000 (09:58 -0400)]
checked in generated config.h file

8 years agoAdded non-autoconf makefile
Michael D. Lowis [Mon, 13 Mar 2017 13:57:33 +0000 (09:57 -0400)]
Added non-autoconf makefile

8 years agoInitial commit
Michael D. Lowis [Mon, 13 Mar 2017 13:56:46 +0000 (09:56 -0400)]
Initial commit