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