log toys/pending/init.c @ 1775:57f2a26fa92c draft toast

age author description
Thu, 18 Sep 2014 11:47:42 -0500 Ashwini Sharma A few fixes for issues reported in static analysis. draft
Wed, 21 May 2014 07:09:09 -0500 Rob Landley First pass init cleanup: use sigatexit() to set multiple signal handlers, rename set_sane_term() to reset_term() and have it take the fd it works on as an argument, some whitespace and help text tweaks. draft
Wed, 16 Apr 2014 08:54:19 -0500 Rob Landley Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. draft
Sat, 12 Apr 2014 17:26:44 -0500 Isaac Dunham roadmap: describe glibc commands. draft
Tue, 28 Jan 2014 17:46:14 -0600 Isaac Dunham init: don't use VT_OPENQRY. draft
Wed, 22 Jan 2014 23:29:50 -0600 Isaac Dunham -Eradicate (char*) casts for strings. draft
Thu, 16 Jan 2014 09:26:50 -0600 Rob Landley Rename xmsprintf() to just xmprintf(). draft
Sun, 05 Jan 2014 14:43:27 -0600 Rob Landley Whitespace changes, and collate a couple declarations/first assignment. draft
Sun, 04 Aug 2013 00:31:27 -0500 Rob Landley System V style init, submitted by Kyungwan Han.