Overview
Comment: | Sun Jul 2 00:25:49 CEST 2000 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2de8446c96778e92252b4ea1674a06c6 |
User & Date: | johannes@zellner.org on 2000-07-01 22:25:49 |
Other Links: | manifest | tags |
Context
2000-07-03
| ||
12:51 | * Makefile.am: included EXTRA_DIST so that it compiles from `dist' check-in: feba0a4c97 user: johannes@zellner.org tags: trunk | |
2000-07-01
| ||
22:25 | Sun Jul 2 00:25:49 CEST 2000 check-in: 2de8446c96 user: johannes@zellner.org tags: trunk | |
22:22 | Sun Jul 2 00:22:49 CEST 2000 check-in: 9163d09edc user: johannes@zellner.org tags: trunk | |
Changes
Modified AUTHORS from [cfbe12ee19] to [9d8fee133e].
1 |
Johannes Zellner <johannes@zellner.org> http://www.zellner.org/ |
| |
1 |
Johannes Zellner <johannes@zellner.org> http://www.zellner.org/
|
Modified README from [491abac1ff] to [2cef1bc23a].
1 2 3 4 5 6 7 8 9 .. 44 45 46 47 48 49 50 51 52 53 54 55 56 57 .. 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
FILE: "/home/joze/src/tclreadline/README" LAST MODIFICATION: "Sat, 25 Mar 2000 21:47:01 +0100 (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> ................................................................................ (b) Make sure you have gnu readline 2.2 or higher. tclreadline uses the gnu readline callback handler, which wasn't implemented in early releases. (c) The usual ./configure; make; make install sequence should do the rest. (d) Optionally (or additionally) you can build the executables tclshrl and / or wishrl which are a readline enhanced replacement for tclsh and wish. To compile these executable you should type make tclshrl or make wishrl or ................................................................................ make install-tclshrl or make install-wishrl or make install-shells Building these executables is discouraged but necessary on systems which don't support shared libs. 4. Using tclreadline for interactive tcl scripting. --------------------------------------------------- copy the sample.tclshrc to $HOME/.tclshrc. If you use another interpreter like wish, you should copy the file sample.tclshrc to $HOME/.wishrc |
| | > > |
1 2 3 4 5 6 7 8 9 .. 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 .. 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
FILE: "/disk01/home/joze/src/tclreadline/README" LAST MODIFICATION: "Sun, 02 Jul 2000 00:24:48 +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> ................................................................................ (b) Make sure you have gnu readline 2.2 or higher. tclreadline uses the gnu readline callback handler, which wasn't implemented in early releases. (c) The usual ./configure; make; make install sequence should do the rest. ####### DISABLED ######## (d) Optionally (or additionally) you can build the executables tclshrl and / or wishrl which are a readline enhanced replacement for tclsh and wish. To compile these executable you should type make tclshrl or make wishrl or ................................................................................ make install-tclshrl or make install-wishrl or make install-shells Building these executables is discouraged but necessary on systems which don't support shared libs. ####### DISABLED ######## 4. Using tclreadline for interactive tcl scripting. --------------------------------------------------- copy the sample.tclshrc to $HOME/.tclshrc. If you use another interpreter like wish, you should copy the file sample.tclshrc to $HOME/.wishrc |
Modified TODO from [9d3f449783] to [b69b346f75].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
/* ================================================================== FILE: "/home/joze/src/tclreadline/TODO" LAST MODIFICATION: "Sat, 25 Mar 2000 20:46:31 +0100 (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. ================================================================== */ + history_truncate_file(int n, char* historyfile) verwenden, um nur eine begrenze Zahl zu schreiben. + wenn nur ein array Element von a vorliegt, wird trotzdem nur auf $a( completed. --> ändern. |
< < < < < < < < < < < < < < < < < > |
1 2 3 4 5 6 7 8 |
+ reimplement wishrl & tclshrl
+ history_truncate_file(int n, char* historyfile)
verwenden, um nur eine begrenze Zahl zu schreiben.
+ wenn nur ein array Element von a vorliegt,
wird trotzdem nur auf $a( completed. --> ändern.
|