log

age author description
Wed, 18 Dec 2013 10:20:16 -0600 Rob Landley Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. draft
Mon, 16 Dec 2013 17:41:25 -0600 Rob Landley Fix pidof -o bug aborting output, reported by Ashwini Sharma. draft
Sun, 08 Dec 2013 13:26:05 -0600 Rob Landley Doing math on void pointers isn't portable, reported by Nathan McSween. draft
Sun, 08 Dec 2013 13:21:14 -0600 Rob Landley Forgot to set new pending entry to default n. draft
Sun, 08 Dec 2013 13:19:01 -0600 Rob Landley Can't test <0 on an unsigned, reported by Nathan McSween. draft
Sat, 07 Dec 2013 16:19:17 -0600 Rob Landley Ashwini Sharma submitted tcpsvd/udpsvd. draft
Wed, 04 Dec 2013 22:58:42 -0600 Rob Landley When building for 32-bit, the compiler can't figure out that a constant too big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into. draft