log

age author description
Tue, 05 Aug 2014 02:05:34 -0700 paulo fix dealing with newlinesdefault tip
Wed, 30 Jul 2014 01:13:50 -0700 paulo add runtime bufsize parameter; fix compile-time warnings about discarding qualifiers
Tue, 29 Jul 2014 23:42:57 -0700 paulo fix segfault with long input lines
Tue, 12 Mar 2013 22:37:52 -0600 paulo update link to source in index.html
Thu, 29 Mar 2012 00:06:10 -0700 paulo update index.* documentation with usage text
Mon, 13 Dec 2010 23:46:01 -0800 paulo add index.* documentation files
Mon, 13 Dec 2010 23:41:41 -0800 paulo add GPL notices to rcg.c and rcg.py
Thu, 18 Nov 2010 00:31:44 -0800 paulo rcg.c: add usage help statement
Fri, 12 Nov 2010 00:13:48 -0800 paulo rcg.c: use snprintf() instead of sprintf()
Fri, 12 Nov 2010 00:08:34 -0800 paulo rcg.c: simplify string concatenation
Sat, 06 Nov 2010 02:57:06 -0700 paulo rcg.c: fix bug when dealing with ".*"
Sat, 06 Nov 2010 00:21:23 -0700 paulo rcg.c: fix bugs with background highlight option
Sat, 06 Nov 2010 00:17:34 -0700 paulo add "color line" option to reference python implementation
Thu, 13 May 2010 00:35:36 -0700 paulo add fflush(stdout)
Fri, 07 May 2010 01:02:18 -0700 paulo add color and bold options
Thu, 06 May 2010 23:21:30 -0700 paulo add line coloring option
Thu, 06 May 2010 23:15:40 -0700 paulo bugfixes
Tue, 06 Apr 2010 22:51:22 -0700 paulo rcg.c: fix bug with realloc()
Tue, 06 Apr 2010 01:25:30 -0700 paulo rcg.c: add color string; has bug with realloc()
Mon, 05 Apr 2010 23:45:38 -0700 paulo rcg.c: use getopt.h and read in regex from arguments; use enum for exit codes
Mon, 05 Apr 2010 22:37:37 -0700 paulo rcg.c: working multiple regexec matches; couple of error handling functions
Mon, 05 Apr 2010 21:02:51 -0700 pang rcg.c: expect only one match at a time from regexec()
Tue, 30 Mar 2010 17:01:04 -0700 pang initial add rcg.c
Sat, 27 Mar 2010 00:56:28 -0700 paulo first working version