Overview
Comment: | corrected the old @..@ substitutes in tclreadilne.n.in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
062447ce86a3a0d4c79e9261efee1f0f |
User & Date: | johannes@zellner.org on 2000-07-20 01:28:19 |
Other Links: | manifest | tags |
Context
2000-07-20
| ||
01:30 | forgot a missing quote. check-in: 8fbdc69ff9 user: johannes@zellner.org tags: trunk | |
01:28 | corrected the old @..@ substitutes in tclreadilne.n.in check-in: 062447ce86 user: johannes@zellner.org tags: trunk | |
2000-07-19
| ||
22:33 | Thu Jul 20 00:29:39 CEST 2000 check-in: 229374ad98 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.am from [421f22e883] to [957707c080].
1 2 | ## -*- automake -*- ## FILE: "/home/joze/src/tclreadline/Makefile.am" | | | 1 2 3 4 5 6 7 8 9 10 | ## -*- automake -*- ## FILE: "/home/joze/src/tclreadline/Makefile.am" ## LAST MODIFICATION: "Don, 20 Jul 2000 03:15:27 +0200 (joze)" ## (C) 2000 by Johannes Zellner, <johannes@zellner.org> ## $Id$ ## --- ## tclreadline -- gnu readline for tcl ## http://www.zellner.org/tclreadline/ ## Copyright (c) 1998 - 2000, Johannes Zellner <johannes@zellner.org> ## This software is copyright under the BSD license. |
︙ | ︙ |
Modified tclreadline.n.in from [b7a2cbc600] to [e75b6cc500].
|
| | | | 1 2 3 4 5 6 7 8 9 10 11 | .TH tclreadline n "@PATCHLEVEL_STR@ "Johannes Zellner" .\" FILE: "/home/joze/src/tclreadline/tclreadline.n.in" .\" LAST MODIFICATION: "Don, 20 Jul 2000 03:18:13 +0200 (joze)" .\" (C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org> .\" $Id$ .\" --- .\" tclreadline -- gnu readline for tcl .\" http://www.zellner.org/tclreadline/ .\" Copyright (c) 1998 - 2000, Johannes Zellner <johannes@zellner.org> .\" This software is copyright under the BSD license. |
︙ | ︙ | |||
239 240 241 242 243 244 245 | .TP 5 \fBtclreadline::version\fP (read-only) holds the version string "@TCLREADLINE_VERSION@". .TP 5 \fBtclreadline::patchLevel\fP (read-only) | | | 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 | .TP 5 \fBtclreadline::version\fP (read-only) holds the version string "@TCLREADLINE_VERSION@". .TP 5 \fBtclreadline::patchLevel\fP (read-only) holds the patch level string "@PATCHLEVEL_STR@". .TP 5 \fBtclreadline::library\fP (read-only) holds the library string "@TCLREADLINE_LIBRARY@". .TP 5 \fBtclreadline::license\fP (read-only) |
︙ | ︙ |