log

age author description
2014-08-05 paulo fix dealing with newlinesdefault tip
2014-07-30 paulo add runtime bufsize parameter; fix compile-time warnings about discarding qualifiers
2014-07-30 paulo fix segfault with long input lines
2013-03-13 paulo update link to source in index.html
2012-03-29 paulo update index.* documentation with usage text
2010-12-14 paulo add index.* documentation files
2010-12-14 paulo add GPL notices to rcg.c and rcg.py
2010-11-18 paulo rcg.c: add usage help statement
2010-11-12 paulo rcg.c: use snprintf() instead of sprintf()
2010-11-12 paulo rcg.c: simplify string concatenation
2010-11-06 paulo rcg.c: fix bug when dealing with ".*"
2010-11-06 paulo rcg.c: fix bugs with background highlight option
2010-11-06 paulo add "color line" option to reference python implementation
2010-05-13 paulo add fflush(stdout)
2010-05-07 paulo add color and bold options
2010-05-07 paulo add line coloring option
2010-05-07 paulo bugfixes
2010-04-07 paulo rcg.c: fix bug with realloc()
2010-04-06 paulo rcg.c: add color string; has bug with realloc()
2010-04-06 paulo rcg.c: use getopt.h and read in regex from arguments; use enum for exit codes
2010-04-06 paulo rcg.c: working multiple regexec matches; couple of error handling functions
2010-04-06 pang rcg.c: expect only one match at a time from regexec()
2010-03-31 pang initial add rcg.c
2010-03-27 paulo first working version