log rcg.c

age author description
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
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