Overview
Comment: | Fri Mar 24 01:50:58 CET 2000 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
55d574a588dd02641d88653a0bab71ad |
User & Date: | johannes@zellner.org on 2000-03-24 00:50:58 |
Other Links: | manifest | tags |
Context
2000-03-24
| ||
00:54 | Fri Mar 24 01:54:51 CET 2000 check-in: c109e296c3 user: johannes@zellner.org tags: trunk | |
00:50 | Fri Mar 24 01:50:58 CET 2000 check-in: 55d574a588 user: johannes@zellner.org tags: trunk | |
2000-03-23
| ||
22:51 | works with tcl8.3 check-in: 4d2e761f67 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [d78217767c] to [69164609e7].
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | # -*- make -*- |
︙ | |||
165 166 167 168 169 170 171 172 173 174 175 176 177 178 | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | + | OBJS = tclreadline.o CSRCS = $(TOP_DIR)/tclreadline.c TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl tclreadlineCompleter.tcl SOURCES = \ GPL \ AUTHORS \ Makefile.in \ README \ configure.in \ pkgIndex.tcl.in \ sample.tclshrc \ sources \ config.h.in \ |
︙ |