Overview
Comment: | *** empty log message *** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c6693b85aaa85f44e091dbf4df7b938f |
User & Date: | johannes@zellner.org on 1999-02-28 18:44:53 |
Other Links: | manifest | tags |
Context
1999-03-01
| ||
08:49 | *** empty log message *** check-in: bf2806ad28 user: johannes@zellner.org tags: trunk | |
1999-02-28
| ||
18:44 | *** empty log message *** check-in: c6693b85aa user: johannes@zellner.org tags: trunk | |
17:28 | *** empty log message *** check-in: d05f220d7a user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [226076a555] to [8b163bbc13].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | # -*- make -*- # # FILE: "/home/joze/src/tclreadline/Makefile.in" |
︙ | |||
151 152 153 154 155 156 157 | 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | - | OBJS = tclreadline.o CSRCS = $(TOP_DIR)/tclreadline.c TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl SOURCES = \ Makefile.in \ |
︙ |
Modified tclreadline.n.in from [a1a7d3cdea] to [761b093b13].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | .TH tclreadline 1 "@TCLREADLINE_VERSION@" "Johannes Zellner" .\" FILE: "/home/joze/src/tclreadline/tclreadline.n.in" |
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | - - - - + + + + + + - + - - | .TP 6 \fB::tclreadline::readline\fP \fIcommand\fP [\fIoptions\fP] .SH DESCRIPTION The \fBtclreadline\fP package makes the gnu readline available |
︙ |