Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix copyright date, version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8e6ce44afdc61f1d5437da1d11919001 |
User & Date: | kevin 2016-07-02 22:02:37 |
Context
2017-01-29
| ||
03:22 | Revbump to 6.4 check-in: 145b0413be user: kevin tags: trunk | |
2016-07-02
| ||
22:02 | Fix copyright date, version number check-in: 8e6ce44afd user: kevin tags: trunk | |
22:00 | Tweaks check-in: c116ab1db9 user: kevin tags: trunk | |
Changes
Changes to libs/manpower/manpower-main.tcl.
1 2 | # Manpower: Man page browser and viewer | | | 1 2 3 4 5 6 7 8 9 10 | # Manpower: Man page browser and viewer #Copyright (C) 2016 WordTech Communications LLC #MIT license #let's get started package require Img package require BWidget |
︙ | ︙ |
Changes to libs/manpower/manpower.tcl.
|
| | | 1 2 3 | package provide manpower 6.3 source [file join [file dirname [info script]] manpower-main.tcl] |
Changes to libs/manpower/pkgIndex.tcl.
1 |
| | | 1 2 3 | package ifneeded manpower 6.3 [list source [file join $dir manpower.tcl]] |