[BACK]Return to ChangeLog CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Annotation of cvsweb/ChangeLog, Revision 3.15

3.15    ! knu         1: 2001-07-06  Akinori MUSHA  <knu@iDaemons.org>
        !             2:
        !             3:        * cvsweb.cgi, cvsweb.conf: Support "zip" as an additional
        !             4:        archiver.
        !             5:
3.14      knu         6: 2001-06-22  Akinori MUSHA  <knu@iDaemons.org>
                      7:
                      8:        * cvsweb.cgi: Get rid of a potential "uninitialized variable
                      9:        usage" warning.
                     10:        [Submitted by: Bill Fenner <fenner@FreeBSD.org>]
                     11:
3.13      knu        12: 2001-06-08  Akinori MUSHA  <knu@iDaemons.org>
                     13:
                     14:        * cvsweb.cgi: MFZ 1.109.  Preset the global variable the stores
                     15:        the per file cvs info to avoid accumulating cruft under modperl.
                     16:
3.12      knu        17: 2001-06-05  Akinori MUSHA  <knu@iDaemons.org>
                     18:
                     19:        * cvsweb.cgi: Change "Previous Directory" to "Parent Directory".
                     20:
                     21:        * cvsweb.cgi: Properly HTML-quote function names in the colored
                     22:        diff view.
                     23:        [Submitted by: Ian Whalley <ian@whalley.org>]
                     24:
3.11      knu        25: 2001-05-18  Akinori MUSHA  <knu@iDaemons.org>
                     26:
                     27:        * cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy.
                     28:        [FreeBSD PR: 26851]
                     29:        [Submitted by: David Wolfskill <dhw@whistle.com>]
                     30:
3.9       knu        31: 2001-05-10  Akinori MUSHA  <knu@iDaemons.org>
                     32:
3.10      knu        33:        * cvsweb.cgi: Correct a link in the navigation header.
3.9       knu        34:        [Submitted by: Tanaka Akira <akr@m17n.org>]
                     35:
3.8       knu        36: 2001-05-08  Akinori MUSHA  <knu@iDaemons.org>
                     37:
                     38:        * cvsweb.cgi: Fix a typo and get diff -F RE to really work.
                     39:
3.7       knu        40: 2001-04-25  Akinori MUSHA  <knu@iDaemons.org>
3.4       knu        41:
3.7       knu        42:        * cvsweb.conf: Introduce the new knu-cvsweb site:
                     43:        http://www.idaemons.org/~knu/cvsweb/
                     44:
                     45:        * ChangeLog: Update and reformat.
                     46:
                     47: 2001-03-28 02:20  knu
                     48:
                     49:        * cvsweb.cgi: Re-fix the bogus fix for the previous
                     50:        colons-in-a-filename problem.
                     51:        [Noted by: Yar Tikhiy <yar@freebsd.org>]
                     52:
                     53: 2001-03-28 01:39  knu
                     54:
                     55:        * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0
                     56:        Transitional.
                     57:        [Submitted by: Will Andrews <will@physics.purdue.edu>]
                     58:        [Validated by: http://validator.w3.org/]
3.4       knu        59:
3.7       knu        60: 2001-03-23 04:46  knu
3.4       knu        61:
3.6       knu        62:        * cvsweb.cgi: MFZ: 1.106.  Do closedir() properly.
                     63:
3.7       knu        64: 2001-03-23 04:36  knu
                     65:
                     66:        * ChangeLog: Add a log missed on 2001-02-01.
                     67:
                     68: 2001-03-23 04:29  knu
                     69:
                     70:        * ChangeLog: Encode colons in file names properly.
                     71:        [FreeBSD PR: 25963]
                     72:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                     73:
                     74: 2001-03-23 04:27  knu
                     75:
                     76:        * cvsweb.cgi: Encode colons in file names properly.
                     77:        [FreeBSD PR: 25963]
                     78:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                     79:
                     80: 2001-02-02 06:39  knu
3.5       knu        81:
                     82:        * cvsweb.cgi: Use a fixed-width font in the colored diff view.
3.7       knu        83:        [Requested by: Julian Elischer <julian@elischer.org>]
3.5       knu        84:
3.7       knu        85: 2001-01-29 12:54  knu
3.3       knu        86:
                     87:        * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
                     88:        One leftover substitution: "cvs" -> $CMD{cvs}
                     89:
3.7       knu        90: 2001-01-14 18:04  knu
                     91:
                     92:        * cvsweb.conf: s/at here/here/
                     93:
                     94: 2001-01-13 16:48  knu
3.2       knu        95:
3.7       knu        96:        * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                     97:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                     98:        cvsweb.conf-ruby: Add some knu-cvsweb info.
3.2       knu        99:
                    100:        * cvsweb.cgi: MFZ: 1.105.
                    101:
                    102:        * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    103:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    104:        cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".
                    105:
3.7       knu       106: 2001-01-12 16:48  knu
                    107:
                    108:        * ChangeLog: Add ChangeLog.
                    109:
3.1       knu       110: 2001-01-12 08:42  knu
                    111:
3.7       knu       112:        * cvsweb.cgi: Clean up URI parser.
                    113:
                    114:        * cvsweb.cgi: Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO
                    115:        parser.
                    116:        [Requested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
                    117:
                    118:        * cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd:
3.1       knu       119:        Allow downloading a single port/pkgsrc in tarball by default.
                    120:
                    121: 2001-01-12 03:17  knu
                    122:
                    123:        * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
                    124:        `uname`.
3.7       knu       125:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       126:
                    127: 2001-01-11 11:00  knu
                    128:
                    129:        * cvsweb.cgi, cvsweb.conf: Oops.
                    130:
                    131: 2001-01-11 10:52  knu
                    132:
                    133:        * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    134:        cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
                    135:        zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
                    136:        with the block size, which is just garbage for a receiver.
3.7       knu       137:        [Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp>]
                    138:
                    139:        * cvsweb.cgi: Have $uname variable to hold the OS implementation
                    140:        name.
                    141:
                    142:        * cvsweb.conf: Move %CMD's initialization part to the beginning of
                    143:        cvsweb.conf so it can use $uname and configure properly for the
                    144:        OS.
                    145:
                    146:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    147:        cvsweb.conf-openbsd: Wrap FreeBSD or OpenBSD specific features in
                    148:        conditional blocks using $uname.
                    149:
                    150:        * cvsweb.cgi: Fix some open() calls in good manners.
3.1       knu       151:
                    152: 2001-01-05 09:00  knu
                    153:
                    154:        * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
                    155:        paranoia) It's nothing to worry since cvsweb.cgi always invokes
                    156:        executables by full paths, though.
3.7       knu       157:
                    158:        * cvsweb.cgi: Correct the error messages regarding $command_path.
3.1       knu       159:
                    160: 2001-01-03 17:57  knu
                    161:
3.7       knu       162:        * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
3.1       knu       163:        Search commands for itself and specify them by full paths.
                    164:
                    165: 2001-01-03 11:55  knu
                    166:
                    167:        * README.knu, cvsweb.cgi: Don't forget to add $query to the URL
                    168:        when redirecting.  Now module alias redirection and Attic
                    169:        redirection work with all sticky variables preserved. (Previously
                    170:        they didn't work against a non-default cvsroot)
3.7       knu       171:
                    172:        * cvsweb.cgi: Put a text field on each directory view that allows
                    173:        user to jump directly to an arbitrary module, which can be
                    174:        specified either by a full module/file path or by a module alias.
3.1       knu       175:
                    176: 2001-01-03 08:34  knu
                    177:
                    178:        * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
                    179:        in the specified order, not alphabetical.
3.7       knu       180:
                    181:        * README.knu, cvsweb.cgi, cvsweb.conf: Now /usr/local/etc/cvsweb/
                    182:        is the default directory for configuration files.
3.1       knu       183:
                    184: 2001-01-02 21:23  knu
                    185:
                    186:        * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
3.7       knu       187:
                    188:        * cvsweb.cgi: Change perl command line: Change perl5 to perl and
                    189:        just declare `require 5.000'. Remove -s option that was intended
                    190:        for debug use.  Add -T option to perform security checks.
                    191:
                    192:        * cvsweb.cgi: Change search paths for cvsweb.conf: Don't adopt the
                    193:        value of $ENV{CVSWEB_CONFIG} that was intended for debug use.
                    194:        Search the same directory that cvsweb.cgi is in instead of the
                    195:        current directory.
                    196:
                    197:        * cvsweb.cgi: Invoking `last' in `do { ... } while (0);' is wrong.
                    198:        Change the loop to `while (1) { ... last; }'.
                    199:
                    200:        * cvsweb.cgi, cvsweb.conf: Don't do chdir.  Instead, use tar(1)'s
                    201:        -C option and cvs(1) export's -d option.
                    202:
                    203:        * cvsweb.cgi: Explicitly define $ENV{PATH}.
                    204:
                    205:        * cvsweb.conf: Turn $allow_compress off by default so user can
                    206:        debug cvsweb.cgi easily.
3.1       knu       207:
                    208: 2001-01-02 08:15  knu
                    209:
3.7       knu       210:        * cvsweb.cgi: Add $prkeyword variable to allow user to use (e.g.)
                    211:        `Bug' instead of `PR' as the bug report identifier.
                    212:
                    213:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    214:        cvsweb.conf-openbsd, cvsweb.conf-ruby: Add
                    215:        cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
                    216:        FreeBSD specific configuration values to cvsweb.conf-freebsd.
                    217:
                    218:        * cvsweb.conf: Add a %funcline_regexp entry for Ruby. (*.rb)
3.1       knu       219:
                    220: 2001-01-02 06:24  knu
                    221:
                    222:        * cvsweb.conf: Add `pending' to the list of PR categories.
                    223:
                    224: 2001-01-02 05:57  knu
                    225:
                    226:        * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.
3.7       knu       227:        [Noticed by: Wolfram Schneider <wosch@schneider.org>]
3.1       knu       228:
                    229: 2000-12-30 08:56  knu
                    230:
3.7       knu       231:        * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
3.1       knu       232:        Specify -rHEAD when no tag/branch is defaulted.
                    233:
                    234: 2000-12-30 08:35  knu
                    235:
                    236:        * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
                    237:        turn it off by default.  This option should be turned off when you
                    238:        have files in the repository that are in a multibyte encoding which
                    239:        uses HTML special characters ([<>&"]) as part of a multi-byte
                    240:        character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
                    241:        files will get screwed up in markup.
3.7       knu       242:
                    243:        * cvsweb.conf: Fix for those systems which tar(1)'s are not GNU
                    244:        tar(1): Add @tar_options variable and make the
                    245:        --ignore-failed-read flag optional.  Use cvs export instead of cvs
                    246:        checkout, so the --exclude 'CVS' flag isn't needed.
                    247:        [Noticed by: Christian Weisgerber <naddy@mips.inka.de>]
                    248:
                    249:        * cvsweb.conf: Fix for those systems which cvs(1)'s don't support
                    250:        -R option (Actually, only FreeBSD's and OpenBSD's cvs(1) support
                    251:        it): Add @cvs_options and make the -R flag optional.
3.1       knu       252:
                    253: 2000-12-29 22:29  knu
                    254:
                    255:        * cvsweb.cgi: Add charset to all text/* output, including diffs.
3.7       knu       256:        [Submitted by: Alexey Zelkin <phantom@cris.net>]
3.1       knu       257:
                    258: 2000-12-29 18:12  knu
                    259:
                    260:        * cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
                    261:        instead.
                    262:
                    263: 2000-12-29 17:47  knu
                    264:
                    265:        * cvsweb.cgi: Add the prototype declaration for hrefquote().
                    266:
                    267: 2000-12-29 03:17  knu
                    268:
                    269:        * README.knu: Mention automatic tarball generation feature.
                    270:
                    271: 2000-12-29 03:16  knu
                    272:
3.7       knu       273:        * TODO.knu: Directory sorting was fixed at the same time that
                    274:        "show only tags" feature was fixed.
3.1       knu       275:
                    276: 2000-12-29 03:07  knu
                    277:
                    278:        * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).
                    279:
                    280: 2000-12-29 02:49  knu
                    281:
                    282:        * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
                    283:        feature.  You can check out a whole directory in gzipped tarball.
3.7       knu       284:        [Obtained from: Debian package: cvsweb_1.93-1]
                    285:
                    286:        * cvsweb.cgi: Allow space characters in file names. (not tested
                    287:        yet)
3.1       knu       288:
                    289: 2000-12-18 13:25  knu
                    290:
                    291:        * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
                    292:        a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
                    293:        drop it.  This should fix the "show only tags" feature.
                    294:
                    295: 2000-12-18 12:47  knu
                    296:
                    297:        * cvsweb.cgi: Silence the warnings.
                    298:
                    299: 2000-12-18 11:48  knu
                    300:
                    301:        * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
                    302:        over the cvsweb.
3.7       knu       303:        [Submitted by: Wolfram Schneider <wolfram@schneider.org>]
3.1       knu       304:
                    305: 2000-12-08 00:11  knu
                    306:
                    307:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    308:        (again)
                    309:
                    310: 2000-12-07 03:20  knu
                    311:
                    312:        * TODO.knu: Mention "show only tags" feature breakage.
                    313:
                    314: 2000-12-07 03:19  knu
                    315:
                    316:        * cvsweb.cgi: Emit a rather better error message when a user
                    317:        requests to check out a deleted file.
3.7       knu       318:        [Pointed out by: Chris Faulhaber <jedgar@fxp.org>]
                    319:
                    320:        * cvsweb.cgi: Cut an out-of-date error message. (adding -R and -l
                    321:        options to the cvs command line should have obsoleted it)
                    322:
                    323:        * cvsweb.cgi: Optimize, clean up.
3.1       knu       324:
                    325: 2000-11-23 04:26  knu
                    326:
                    327:        * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
                    328:        the charset for HTML output.
3.7       knu       329:        [Submitted by: SADA Kenji <sada@bsdclub.org>]
3.1       knu       330:
                    331: 2000-11-05 00:32  knu
                    332:
                    333:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    334:
                    335: 2000-11-03 02:36  knu
                    336:
                    337:        * README.knu: Mention cat.1 is hyperlinked as well as cat(1).
                    338:
                    339: 2000-11-03 02:34  knu
                    340:
3.7       knu       341:        * cvsweb.cgi: MFZ: 1.104: ("Allow for 0.X versions. CVS accepts
                    342:        such version numbers in import -b even if not strictly legal...")
3.1       knu       343:
                    344: 2000-11-03 02:33  knu
                    345:
                    346:        * cvsweb.conf: Set the default diff type to unidiff for all
                    347:        browsers, not only text-based ones.
                    348:
                    349: 2000-10-21 00:46  knu
                    350:
                    351:        * cvsweb.cgi: Always give options to click on a non-colored diff
                    352:        _and_ a colored diff.
3.7       knu       353:        [Requested by: SO many people :>]
3.1       knu       354:
                    355: 2000-10-20 22:59  knu
                    356:
                    357:        * TODO.knu: Hyperlinking was properly fixed.
                    358:
                    359: 2000-10-20 21:28  knu
                    360:
                    361:        * TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
                    362:        won't nest. :)
3.7       knu       363:
                    364:        * cvsweb.cgi: Do not show additional "(colored)" diff links when
                    365:        long colored diff is the default.
                    366:
                    367:        * cvsweb.cgi: Reduce the use of `.' operator that is known to be
                    368:        expensive.  Fix indent, clean up.
3.1       knu       369:
                    370: 2000-10-11 06:14  knu
                    371:
                    372:        * cvsweb.cgi: Introduce a new function: htmlquote().
3.7       knu       373:
                    374:        * cvsweb.cgi: Clean up hyperlink tags.
                    375:
                    376:        * cvsweb.cgi: Use &link() instead of <a href="...">...</a>.
                    377:
                    378:        * cvsweb.cgi: Do urlencode() or htmlquote() as appropriate.
3.1       knu       379:
                    380: 2000-10-11 03:48  knu
                    381:
                    382:        * cvsweb.cgi: - Recognize "links" as another text mode browser.  -
                    383:        Fix the revision links in the annotation view of a file.
3.7       knu       384:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       385:
                    386: 2000-10-07 16:44  knu
                    387:
                    388:        * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
3.7       knu       389:
                    390:        * cvsweb.cgi: Improve manpage linking to support "foo.1" as well
                    391:        as "foo(1)".
3.1       knu       392:
                    393: 2000-10-07 16:35  knu
                    394:
                    395:        * cvsweb.cgi: Fix screwups in the last commit.
3.7       knu       396:
                    397:        * cvsweb.cgi: Parse rlog's output explicitly.  Recognize 77 ='s as
                    398:        a file separator, and 28 -'s as revision separator.
                    399:        [Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       400:
                    401: 2000-10-03 04:07  knu
                    402:
                    403:        * cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
                    404:        variables when they are done.
                    405:
                    406: 2000-10-01 05:10  knu
                    407:
3.7       knu       408:        * cvsweb.cgi: Fix annotation bugs.
                    409:
                    410:        * cvsweb.cgi: Do not pass gzip'ed directives to cvs. (it never
                    411:        worked, sigh)
                    412:
                    413:        * cvsweb.cgi: Fix mis-spacing. Now it should look pretty well.
3.1       knu       414:
                    415: 2000-10-01 03:48  knu
                    416:
                    417:        * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
                    418:        log in history) flags when doing a cvs annotation so that one does
                    419:        not need to turn on the write permission on CVSROOT/history for the
                    420:        user which httpd runs cvsweb.cgi as. (typically "nobody")
                    421:
                    422: 2000-10-01 03:27  knu
                    423:
                    424:        * cvsweb.cgi: Fix the comment to make how to set $config clear.
3.7       knu       425:        [Inspired by: "Dan Langille" <dan@langille.org>]
3.1       knu       426:
                    427: 2000-09-29 03:06  knu
                    428:
                    429:        * cvsweb.cgi: Trap errors in the configuration files on loading and
                    430:        show error messages.  (Previously it failed silently)
3.7       knu       431:        [Submitted by: Sean Scarff <sean@pavilion.net>]
3.1       knu       432:
                    433: 2000-09-22 20:13  knu
                    434:
                    435:        * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
                    436:        $body_tag_for_src to allow to set the foreground color.
3.7       knu       437:        [Noticed by: dcs@FreeBSD.org]
3.1       knu       438:
                    439: 2000-09-22 00:30  knu
                    440:
                    441:        * cvsweb.cgi: MFZ: 1.103.
                    442:
                    443: 2000-09-20 05:07  knu
                    444:
3.7       knu       445:        * cvsweb.cgi: Follow tab-width/tabstop/ts directives when
                    446:        expanding tabs into spaces.  Currently, only first 10 lines are
                    447:        scanned for the directives.
3.1       knu       448:
                    449: 2000-09-20 04:57  knu
                    450:
3.7       knu       451:        * cvsweb.cgi: MFZ: 1.101.
                    452:
                    453:        * cvsweb.cgi: Fix a few bugs under mod_perl.
                    454:
                    455:        * cvsweb.cgi: Use the Compress::Zlib module if available.
                    456:
                    457:        * cvsweb.cgi: Embed PDF files inside the cvs markup view.
3.1       knu       458:
                    459: 2000-09-20 03:35  knu
                    460:
3.7       knu       461:        * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the
                    462:        last update.
3.1       knu       463:
                    464: 2000-09-12 02:11  knu
                    465:
                    466:        * cvsweb.cgi: Allow one to set the default diff type.
3.7       knu       467:        [Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       468:
                    469: 2000-09-10 20:54  knu
                    470:
                    471:        * cvsweb.cgi: Clean up spacedHtmlText().
                    472:
                    473: 2000-09-05 00:55  knu
                    474:
                    475:        * README.knu: Mention revision numbers hyperlinking in annotation.
                    476:
                    477: 2000-09-05 00:53  knu
                    478:
                    479:        * cvsweb.cgi: Get the revision numbers in annotation available as
                    480:        hyperlinks.
3.7       knu       481:        [Requested by: Josef Karthauser <joe@pavilion.net>]
3.1       knu       482:
                    483: 2000-09-04 23:50  knu
                    484:
3.7       knu       485:        * cvsweb.cgi: Fix previously introduced incorrect fix.
3.1       knu       486:        s/\s+\n$//; --> s/\s+$/\n/;
3.7       knu       487:        [FreeBSD PR: misc/20989]
                    488:        [Submitted by: Tony Finch <dot@dotat.at>]
3.1       knu       489:
                    490: 2000-09-04 03:25  knu
                    491:
                    492:        * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
                    493:        hyperlinking.
                    494:
                    495: 2000-09-04 02:33  knu
                    496:
                    497:        * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
                    498:        just the first one.  (s/// --> s///g)
                    499:
                    500: 2000-08-25 18:01  knu
                    501:
                    502:        * cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
                    503:        noting that `-p' option of diff(1) can only be used with context
                    504:        and unified diffs.
3.7       knu       505:        [Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>]
                    506:
                    507:        * cvsweb.cgi: Allow to specify CVS tags or branch names (including
                    508:        `.' and `HEAD') on cvs checkout.
                    509:        (e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
                    510:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
                    511:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE)
3.1       knu       512:        Not for diff currently, as rcsdiff does not grok CVS tags.
3.7       knu       513:        [Inspired by: Folks at the FreeBSD cvs-all list.]
                    514:
                    515:        * cvsweb.cgi: Specify `-R' (turn on read-only repository mode) and
                    516:        `-l' (do not log in the command history) on cvs checkout, so that
                    517:        one does not need a write permission with the repository.
3.1       knu       518:
                    519: 2000-08-25 00:53  knu
                    520:
                    521:        * cvsweb.cgi: MFZ 1.94.
                    522:
                    523: 2000-08-16 05:39  knu
                    524:
                    525:        * cvsweb.conf: Turn evil $hr_ignwhite off.
                    526:
                    527: 2000-08-15 17:35  knu
                    528:
3.7       knu       529:        * cvsweb.cgi: Fix cvsweb.cgi's hidden bug:  s/\s+$//;  -->
3.1       knu       530:        s/\s+\n$//;
3.7       knu       531:
3.1       knu       532:        Whitespace cleanup.
                    533:
                    534: 2000-08-15 15:54  knu
                    535:
                    536:        * cvsweb.cgi: Declare prototypes and shut up warnings.
3.7       knu       537:
                    538:        * cvsweb.cgi: Remove redundant white space at the end of lines.
3.1       knu       539:
                    540: 2000-08-14 03:58  knu
                    541:
                    542:        * cvsweb.cgi: Use cvsweb.conf* in the current directory when they
                    543:        don't exist in /usr/local/etc/.
                    544:
                    545: 2000-08-01 21:42  knu
                    546:
                    547:        * cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5
                    548:
                    549: 2000-07-29 21:41  knu
                    550:
                    551:        * cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version.
                    552:
                    553: 2000-07-29 21:10  knu
                    554:
                    555:        * cvsweb.cgi: Change $prcgi to include `?pr=' part for such as
                    556:        NetBSD.
                    557:
                    558: 2000-07-29 21:04  knu
                    559:
                    560:        * cvsweb.conf: Change $prcgi to include `?pr=' part for such as
                    561:        NetBSD.
                    562:
                    563: 2000-07-29 20:16  knu
                    564:
                    565:        * README.knu: Add an RCS tag.
                    566:
                    567: 2000-07-29 20:07  knu
                    568:
                    569:        * README.knu: Add README.knu to document the enhancements over
                    570:        Zeller's version.
                    571:
                    572: 2000-07-29 18:24  knu
                    573:
                    574:        * cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..)
                    575:
                    576: 2000-07-29 06:38  knu
                    577:
                    578:        * cvsweb.cgi: D'oh.  Correct @stickyvars.
                    579:
                    580: 2000-07-29 04:38  knu
                    581:
3.7       knu       582:        * cvsweb.cgi: Output diffs in unidiff format for text-based
                    583:        browsers. (by default)
                    584:
                    585:        * cvsweb.conf: Convert freebsd.org to FreeBSD.org.
3.1       knu       586:
                    587: 2000-07-29 02:24  knu
                    588:
3.7       knu       589:        * cvsweb.cgi: Merge From Zeller: 1.93
                    590:
                    591:        * cvsweb.cgi: Use CR LF in HTTP header.
                    592:
                    593:        * cvsweb.cgi: Redirect STDERR to /dev/null before executing rlog
                    594:        instead of closing it.
3.1       knu       595:
                    596: 2000-07-28 01:16  knu
                    597:
                    598:        * cvsweb.cgi, cvsweb.conf: Clean up.
3.7       knu       599:
                    600:        * cvsweb.cgi, cvsweb.conf: Replace $hr_funout with $showfunc and
                    601:        always show function names if defined.  (It has been only for
                    602:        human readable format until this change)
3.1       knu       603:
                    604: 2000-07-20 20:52  knu
                    605:
                    606:        * cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to
                    607:        embed per CVSROOT description.
                    608:
                    609: 2000-07-20 20:14  knu
                    610:
                    611:        * cvsweb.conf: Make $hr_funout default.
                    612:
                    613: 2000-07-20 20:06  knu
                    614:
                    615:        * cvsweb.conf: Display my mail address instead of Zeller's.
                    616:
                    617: 2000-07-20 06:59  knu
                    618:
                    619:        * INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif,
                    620:        icons/dir.gif, icons/miniback.gif, icons/minidir.gif,
                    621:        icons/minitext.gif, icons/text.gif: Start point.
                    622:

CVSweb