Overview
| Comment: | tclreadlineSetup.tcl.in |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
f99d41820c3c1583296864c98546c100 |
| User & Date: | johannes@zellner.org on 1999-08-29 23:56:00.000 |
| Other Links: | manifest | tags |
Context
|
1999-08-30
| ||
| 12:29 | Modified Files: proto tcltags Modified Files: Makefile.in configure.in tclreadline.n.in check-in: 21fd843ef9 user: johannes@zellner.org tags: trunk | |
|
1999-08-29
| ||
| 23:56 | tclreadlineSetup.tcl.in check-in: f99d41820c user: johannes@zellner.org tags: trunk | |
| 23:51 | Modified Files: share/vim/VIM/vimrc src/tclreadline/tclreadlineSetup.tcl.in Added Files: src/csym/version src/tclreadline/Makefile.in src/tclreadline/tclreadline.c src/tclreadline/tclreadlineConfig.sh.in src/tclreadline/tclreadlineInit.tcl.in check-in: 1624ab45b9 user: johannes@zellner.org tags: trunk | |
Changes
Modified tclreadlineSetup.tcl.in
from [2f6ce36029]
to [a60d2c855f].
1 | #!/usr/locanl/bin/tclsh | | | | 1 2 3 4 5 6 7 8 9 10 | #!/usr/locanl/bin/tclsh # FILE: "/diska/home/joze/src/tclreadline/tclreadlineSetup.tcl.in" # LAST MODIFICATION: "Mon Aug 30 01:54:12 1999 (joze)" # (C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org> # $Id$ # --- # # tclreadline -- gnu readline for tcl # Copyright (C) 1999 Johannes Zellner # |
| ︙ | ︙ | |||
110 111 112 113 114 115 116 | # - upvar # - variable # - vwait # - while # TODO # | | | | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
# - upvar
# - variable
# - vwait
# - while # TODO
#
package provide tclreadline @TCLREADLINE_VERSION@
# package provide tclreadline 0.9
proc unknown args {
global auto_noexec auto_noload env unknown_pending tcl_interactive
global errorCode errorInfo
# Save the values of errorCode and errorInfo variables, since they
|
| ︙ | ︙ |