1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
2015-10-31 Thomas Anderson <tanderson@caltech.edu>
* Add support for case-insensitive regexp matches
2008-02-16 Thomas Anderson <gentoofan23@gmail.com>
* Add spc config files for Apache error and
access logs. Thanks to Angelo Arrifano(miknix)
for providing the files.
2008-02-15 Thomas Anderson <gentoofan23@gmail.com>
* Update Copyright dates. Preparation for
0.5.5 release.
2008-02-15 Thomas Anderson <gentoofan23@gmail.com>
* Change type of htmlen to size_t.(by tcunha)
2008-02-15 Thomas Anderson <gentoofan23@gmail.com>
* Fix possible memory leak in configure().
Thanks to Tiago Cunha(tcunha) for pointing
out the error.
2008-02-14 Thomas Anderson <gentoofan23@gmail.com>
* Minor code cleanups by Tiago Cunha(tcunha).
2007-12-18 Thomas Anderson <gentoofan23@gmail.com>
* Fix up finalize_con() so that it
correctly resets the colors back to
defaults.
2007-12-08 Thomas Anderson <gentoofan23@gmail.com>
* Preparation for 0.5.4 release.
2007-12-08 Thomas Anderson <gentoofan23@gmail.com>
* Change spcrc-svn so that it correctly
colors svn ouput that uses spaces.
2007-11-17 Thomas Anderson <gentoofan23@gmail.com>
* Add spcrc-svn file to color subversion
output.
2007-11-17 Thomas Anderson <gentoofan23@gmail.com>
* Correct hyphen usage in man page thanks
to Debian maintainer Kumar Appaiah.
2007-10-02 Thomas Anderson <gentoofan23@gmail.com>
* In C language colorization file use Brown
instead of Yellow for html colors.
2007-10-02 Thomas Anderson <gentoofan23@gmail.com>
* Preparation for 0.5.3 release.
2007-10-02 Thomas Anderson <gentoofan23@gmail.com>
* Replace html entities(&,<,>,',") with html
codes. Thanks to Dawid Weglinske(cla) in
Gentoo bug #194368.
2007-10-01 Thomas Anderson <gentoofan23@gmail.com>
* Add 'w' and 'R' to getopt code so that the
short versions of --webpage and --nohomerc
work correctly. Thanks to Dawid(cla) in
Gentoo bug #194368.
2007-09-28 Thomas Anderson <gentoofan23@gmail.com>
* Preparation for 0.5.2 release.
2007-09-27 Thomas Anderson <gentoofan23@gmail.com>
* Change version() to use VERSION instead of
hardcoded numbers.
2007-09-27 Thomas Anderson <gentoofan23@gmail.com>
* Update Makefile.in. Fix bogus date in ChangeLog.
2007-09-27 Thomas Anderson <gentoofan23@gmail.com>
* Add Xorg configuration file colorization file.
2007-09-17 Thomas Anderson <gentoofan23@gmail.com>
* Make colors for diff/patch less annoying in
web mode.
2007-09-16 Thomas Anderson <gentoofan23@gmail.com>
* Added Gentoo Configuration(/etc/conf.d/) file
support.
2007-09-13 Thomas Anderson <gentoofan23@gmail.com>
* Add GNU-style ChangeLog colorization support.
2007-09-13 Thomas Anderson <gentoofan23@gmail.com>
* Add ChangeLog to SVN.
2007-09-09 Thomas Anderson <gentoofan23@gmail.com>
* Add diff/patch colorization support.
2007-08-26 Thomas Anderson <gentoofan23@gmail.com>
* Update version in preparation for 0.5.1.
2007-08-26 Thomas Anderson <gentoofan23@gmail.com>
* Fix invalid DESTDIR handling.
2007-08-26 Thomas Anderson <gentoofan23@gmail.com>
* Add DESTDIR checking for spcrc files.
2007-08-25 Thomas Anderson <gentoofan23@gmail.com>
* Make information in 'spc -S' more readable.
2007-08-25 Thomas Anderson <gentoofan23@gmail.com>
* Add check for C Constant default values.
2007-08-25 Thomas Anderson <gentoofan23@gmail.com>
* Installation directory support for spcrc support.
--with-system-directory=dir now points supercat
to the correct dir. Default=/etc/supercat.
2007-08-25 Thomas Anderson <gentoofan23@gmail.com>
* Really add autoconf checks for strerror.
2007-08-25 Thomas Anderson <gentoofan23@gmail.com>
* Add autoconf checking for sterror.
2007-08-24 Thomas Anderson <gentoofan23@gmail.com>
* Refactoring of options code. Checks for getopt(3)
on the system. If not present enables non-getopt code.
2007-08-23 Thomas Anderson <gentoofan23@gmail.com>
* Fix segmentation fault in option processing.
2007-08-23 Thomas Anderson <gentoofan23@gmail.com>
* Remove unnecessary files from SVN.
2007-08-21 Thomas Anderson <gentoofan23@gmail.com>
* Really add autogen.sh to SVN.
2007-08-21 Thomas Anderson <gentoofan23@gmail.com>
* Add autogen.sh to SVN.
2007-08-21 Thomas Anderson <gentoofan23@gmail.com>
* Remove 'configure' from SVN.
2007-08-19 Thomas Anderson <gentoofan23@gmail.com>
* Add error processing code. Patch from Tiago Cunha.
|