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

Annotation of cvsweb/ChangeLog, Revision 3.7

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

CVSweb