Check-in [743c61fc2e]
Not logged in
Overview
Comment:Update meta files * Add self to AUTHORS * Cosmetic changes to README * Update TODOs
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk | origin/devel
Files: files | file ages | folders
SHA1: 743c61fc2e57e9285a2cc4c7ebe08113869434cb
User & Date: quentin@minster.io on 2014-03-17 22:10:06
Other Links: branch diff | manifest | tags
Context
2014-03-17
22:10
Update meta files * Add self to AUTHORS * Cosmetic changes to README * Update TODOs Leaf check-in: 743c61fc2e user: quentin@minster.io tags: trunk, origin/devel
21:55
Style/cosmetic changes to C files check-in: 51f17cd0ae user: quentin@minster.io tags: trunk, origin/devel
Changes

Modified AUTHORS from [3ae7bf63da] to [5b2501d7d7].

1
2

1
2
3


+
Johannes Zellner <johannes@zellner.org> http://www.zellner.org/
Mark Patton <mpatton@jhu.edu>
Quentin Minster <quentin@minster.io>

Modified README from [cd868e87e1] to [ca52f0dc10].

1
2
3
4
5
6
7
8








9
10
11
12
13
14
15








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+







FILE: README
$Id$
---
tclreadline -- gnu readline for tcl
http://www.zellner.org/tclreadline/
Copyright (c) 1998 - 2014, Johannes Zellner <johannes@zellner.org>
This software is copyright under the BSD license.
---
# FILE: README
# $Id$
# ---
# tclreadline -- gnu readline for tcl
# http://www.zellner.org/tclreadline/
# Copyright (c) 1998 - 2014, Johannes Zellner <johannes@zellner.org>
# This software is copyright under the BSD license.
# ---



tclreadline


1. Introduction
69
70
71
72
73
74
75
76

77
78
79
80
81
82
83
69
70
71
72
73
74
75

76
77
78
79
80
81
82
83







-
+







like wish, you should copy the file sample.tclshrc to $HOME/.wishrc
(or whatever the manual page of your interpreter says.) If you have
installed tclreadline properly, you are just ready to start:
start your favorite interpreter. The tclreadlineSetup.tcl script
does the rest.


4. History and Changes.
5. History and Changes.
-----------------------

tclreadline-1.2 0: (Mar 2000)
    switched to a BSD type license, introduced a new read-only
    variable `license' in the tclreadline namespace.

tclreadline-1.1 0: (Mar 2000)
178
179
180
181
182
183
184

178
179
180
181
182
183
184
185







+
tclreadline-0.8: (May 1999)
    - adapted for tcl8.1.
    - minor bug fixes.


tclreadline-0.7: (Feb 1999)
    first `public release'.

Modified TODO from [b69b346f75] to [92707f83c4].


1

2


3
4


5
6
7


8
9

10
11
12
13



14
15

16
1

2
3
4
5


6
7



8
9


10




11
12
13


14
15
+
-
+

+
+
-
-
+
+
-
-
-
+
+
-
-
+
-
-
-
-
+
+
+
-
-
+

* detect availability of rl_extend_line_buffer() in configure
    +  reimplement wishrl & tclshrl
  (for tclreadline.c)

* translate those
  +  reimplement wishrl & tclshrl
    +  history_truncate_file(int n, char* historyfile)
       verwenden, um nur eine begrenze Zahl zu schreiben.
  +  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.
  +  wenn nur ein array Element von a vorliegt,
     wird trotzdem nur auf $a( completed. --> ändern.

    +  history_expansion mit <Tab> (z.B. !$).
  +  history_expansion mit <Tab> (z.B. !$).

    +  ist $bla das erste Wort eines Befehls, so sollte vor 
       der completion die Variable ersetzt werden, um den
       completer herauszufinden.
  +  ist $bla das erste Wort eines Befehls, so sollte vor 
     der completion die Variable ersetzt werden, um den
     completer herauszufinden.

    +  den script completern den level mitgeben ?
  +  den script completern den level mitgeben ?