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

Annotation of cvsweb/ChangeLog, Revision 3.10

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

CVSweb