]>
git.mdlowis.com Git - proto/rc.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Mon, 10 Apr 2017 20:22:50 +0000 (16:22 -0400)]
cleanup
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
Michael D. Lowis [Thu, 16 Mar 2017 00:46:40 +0000 (20:46 -0400)]
parse.y needed bools
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
Michael D. Lowis [Wed, 15 Mar 2017 13:06:25 +0000 (09:06 -0400)]
general cleanup
Michael D. Lowis [Wed, 15 Mar 2017 12:52:39 +0000 (08:52 -0400)]
moved writall to print.c and removed system.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
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
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
Michael D. Lowis [Tue, 14 Mar 2017 02:22:08 +0000 (22:22 -0400)]
coalesce headers more
Michael D. Lowis [Tue, 14 Mar 2017 01:20:18 +0000 (21:20 -0400)]
coalesced some headers and deleted some unused files
Michael D. Lowis [Mon, 13 Mar 2017 20:18:31 +0000 (16:18 -0400)]
Removed autoconf cruft
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
Michael D. Lowis [Mon, 13 Mar 2017 13:58:06 +0000 (09:58 -0400)]
checked in generated config.h file
Michael D. Lowis [Mon, 13 Mar 2017 13:57:33 +0000 (09:57 -0400)]
Added non-autoconf makefile
Michael D. Lowis [Mon, 13 Mar 2017 13:56:46 +0000 (09:56 -0400)]
Initial commit