Merge from vendor branch GPERF:
[dragonfly.git] / crypto / heimdal-0.6.3 / lib / sl / ChangeLog
1 2002-05-19  Johan Danielsson  <joda@pdc.kth.se>
2
3         * Makefile.am: just link mk_cmds against libsl; avoids libtool
4         problem
5
6 2001-07-09  Assar Westerlund  <assar@sics.se>
7
8         * Makefile.am: add getprogname.c libss.la:add libcom_err.la noted
9         by Leif Johansson <leifj@it.su.se>
10
11 2001-05-17  Assar Westerlund  <assar@sics.se>
12
13         * Makefile.am: bump versions to 1:2:1 and 1:4:1
14
15 2001-05-06  Assar Westerlund  <assar@sics.se>
16
17         * roken_rename.h (strdup): add
18
19 2001-03-06  Assar Westerlund  <assar@sics.se>
20
21         * Makefile.am: re do the roken-renaming properly
22
23 2001-02-13  Assar Westerlund  <assar@sics.se>
24
25         * Makefile.am: add more functions to rename
26
27 2001-01-26  Johan Danielsson  <joda@pdc.kth.se>
28
29         * sl.h: proto
30
31         * sl.c (sl_command_loop): try to handle user pressing C-c
32
33 2000-12-11  Assar Westerlund  <assar@sics.se>
34
35         * Makefile.am (libss_la_LDFLAGS): bump version to 1:2:1
36
37 2000-08-19  Assar Westerlund  <assar@sics.se>
38
39         * Makefile.am: add dependencies for libss/libsl shared libraries
40
41 2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
42
43         * Makefile.am: bump ss version to 1:1:1
44
45 2000-06-27  Assar Westerlund  <assar@sics.se>
46
47         * parse.y (yyerror): static-ize
48         * make_cmds.h (error_message, yylex): add prototypes
49         * lex.l: fix prototypes and kill warnings
50
51 2000-05-24  Assar Westerlund  <assar@sics.se>
52
53         * ss.h (SS_ET_COMMAND_NOT_FOUND): add
54         * ss.c: check allocation and return some other error codes too
55
56 2000-04-29  Assar Westerlund  <assar@sics.se>
57
58         * Makefile.in: add LIB_tgetent.  From Derrick J Brashear
59         <shadow@dementia.org>
60
61 2000-04-03  Assar Westerlund  <assar@sics.se>
62
63         * Makefile.am: set version to 1:0:1
64
65 2000-03-07  Assar Westerlund  <assar@sics.se>
66
67         * sl.h (SL_BADCOMMAND): define
68         (sl_apropos): add prototype
69
70         * sl.c: mandoc-generation
71         (sl_apropos): stolen from arla
72
73 2000-01-06  Assar Westerlund  <assar@sics.se>
74
75         * Makefile.am: bump both versions to 0:1:0
76
77 1999-12-16  Assar Westerlund  <assar@sics.se>
78
79         * parse.y (name2number): not used here.  remove.
80
81 Thu Apr  1 17:03:59 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
82
83         * make_cmds.c: use getarg
84
85 Tue Mar 23 14:36:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
86
87         * Makefile.am: don't rename
88
89 Sun Mar 21 14:13:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
90
91         * Makefile.am: don't roken-rename
92
93 Sat Mar 20 03:43:30 1999  Assar Westerlund  <assar@sics.se>
94
95         * parse.y: replace return with YYACCEPT
96
97 Fri Mar 19 14:53:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
98
99         * Makefile.am: add libss; add version-info
100
101 Thu Mar 18 15:07:06 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
102
103         * Makefile.am: clean lex.c parse.c parse.h
104
105         * Makefile.am: install ss.h
106
107         * Makefile.am: include Makefile.am.common
108
109 Thu Mar 11 15:01:01 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
110
111         * parse.y: prototype for error_message
112
113 Tue Feb  9 23:45:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
114
115         * Makefile.in: add snprintf.o to make_cmds
116
117 Sun Nov 22 10:46:23 1998  Assar Westerlund  <assar@sics.se>
118
119         * sl.c (sl_command_loop): remove unused variable
120
121         * ss.c (ss_error): remove unused variable
122
123         * make_cmds.c: include err.h
124         (main): remove unused variable
125
126         * Makefile.in (WFLAGS): set
127
128 Sun Sep 27 01:28:21 1998  Assar Westerlund  <assar@sics.se>
129
130         * make_cmds.c: clean-up and simplification
131
132 Mon May 25 02:54:13 1998  Assar Westerlund  <assar@sics.se>
133
134         * Makefile.in (clean): try to remove shared library debris
135
136         * Makefile.in: make symlink magic work
137
138 Sun Apr 19 10:00:26 1998  Assar Westerlund  <assar@sics.se>
139
140         * Makefile.in: add symlink magic for linux
141
142 Sun Apr  5 09:21:43 1998  Assar Westerlund  <assar@sics.se>
143
144         * parse.y: define alloca to malloc in case we're using bison but
145         don't have alloca
146
147 Sat Mar 28 11:39:00 1998  Assar Westerlund  <assar@sics.se>
148
149         * sl.c (sl_loop): s/2/1
150
151 Sat Mar 21 00:46:51 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
152
153         * sl.c (sl_loop): check that there is at least one argument before
154         calling sl_command
155
156 Sun Mar  1 05:14:37 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
157
158         * sl.c (sl_loop): Fix general broken-ness.
159
160         * sl.c: Cleanup printing of help strings.
161
162 Thu Feb 26 02:22:02 1998  Assar Westerlund  <assar@sics.se>
163
164         * Makefile.am: @LEXLIB@
165
166 Sat Feb 21 15:18:21 1998  assar westerlund  <assar@sics.se>
167
168         * Makefile.in: set YACC and LEX
169
170 Mon Feb 16 16:08:25 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
171
172         * Makefile.am: Some fixes for ss/mk_cmds.
173
174 Sun Feb 15 05:12:11 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
175
176         * Makefile.in: Install libsl under the `libss' name too. Install
177         mk_cmds, and ss.h.
178
179         * make_cmds.c: A mk_cmds clone that creates SL structures.
180
181         * ss.c: SS compatibility functions.
182
183         * sl.c: Move command line split to function `sl_make_argv'.
184
185 Tue Feb  3 16:45:44 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
186
187         * sl.c: Add sl_command_loop, that is the loop body of sl_loop.
188
189 Mon Oct 20 01:13:21 1997  Assar Westerlund  <assar@sics.se>
190
191         * sl.c (sl_help): actually use the `help' field of `SL_cmd'
192