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

Annotation of cvsweb/ChangeLog, Revision 3.9

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

CVSweb