1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
2002-08-22 Assar Westerlund <assar@kth.se>
* testit.c: make it use getarg so that it can handle --help and
--version (and thus make check can pass)
2001-09-13 Assar Westerlund <assar@sics.se>
* editline.c: rename STATUS -> el_STATUS to avoid conflict with
STATUS in arpa/nameser.h
2000-11-15 Assar Westerlund <assar@sics.se>
* Makefile.am: make libeditline and libel_compat into libtool
libraries but always make them static
2000-03-01 Assar Westerlund <assar@sics.se>
* edit_compat.c (readline): be more liberal in what we accept from
el_gets. if count == 0 -> interpret it as EOF. also copy the
string first and then cut of the newline, it's cleaner
1999-12-23 Assar Westerlund <assar@sics.se>
* editline.c (TTYinfo): add fallback if we fail to find "le" in
termcap.
1999-08-06 Assar Westerlund <assar@sics.se>
* editline.c (TTYinfo): copy backspace string to avoid referencing
into a local variable.
1999-08-04 Assar Westerlund <assar@sics.se>
* Makefile.am: don't run testit in `make check'
1999-04-11 Assar Westerlund <assar@sics.se>
* Makefile.am: don't run testit as a check
Sat Apr 10 23:01:18 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* complete.c (rl_complete_filename): return if there were no
matches
Thu Apr 8 15:08:25 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.in: snprintf
* roken_rename.h: add snprintf, asprintf
* Makefile.am: build testit
* complete.c: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros;
(rl_complete): call rl_list_possib instead of doing the same
* editline.h: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros
* editline.c: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros
* sysunix.c: add some whitespace
Thu Mar 18 11:22:55 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: include Makefile.am.common
Tue Mar 16 17:10:34 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* editline.c: remove protos for read/write
Sat Mar 13 22:23:22 1999 Assar Westerlund <assar@sics.se>
* <roken.h>: add
Sun Nov 22 10:40:28 1998 Assar Westerlund <assar@sics.se>
* Makefile.in (WFLAGS): set
Tue Sep 29 02:09:15 1998 Assar Westerlund <assar@sics.se>
* Makefile.in (LIB_DEPS): add LIB_tgetent
Thu Jul 2 15:10:08 1998 Johan Danielsson <joda@blubb.pdc.kth.se>
* edit_compat.c: support for newer libedit
Tue Jun 30 17:18:09 1998 Assar Westerlund <assar@sics.se>
* Makefile.in (distclean): don't remove roken_rename.h
Fri May 29 19:03:38 1998 Assar Westerlund <assar@sics.se>
* Makefile.in (strdup.c): remove dependency
Mon May 25 05:25:16 1998 Assar Westerlund <assar@sics.se>
* Makefile.in (clean): try to remove shared library debris
Sun Apr 19 09:53:46 1998 Assar Westerlund <assar@sics.se>
* Makefile.in: add symlink magic for linux
Sat Feb 7 07:24:30 1998 Assar Westerlund <assar@sics.se>
* editline.h: add prototypes
Tue Feb 3 10:24:22 1998 Johan Danielsson <joda@emma.pdc.kth.se>
* editline.c: If read returns EINTR, try again.
|