]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/lib/sl/ChangeLog
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / lib / sl / ChangeLog
1 2007-07-17  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * Makefile.am: roken_rename.h is a dist_ source k
4
5         * Makefile.am: split source files in dist and nodist.
6
7 2007-07-10  Love Hörnquist Åstrand  <lha@it.su.se>
8
9         * Makefile.am: New library version.
10
11 2007-06-18  Love Hörnquist Åstrand  <lha@it.su.se>
12         
13         * sl.c: make compile.
14
15         * sl.c: Pass in pointer to strlen().
16
17         * sl.c (sl_make_argv): use memmove since we are dealing with
18         overlapping strings.
19
20 2007-06-09  Love Hörnquist Åstrand  <lha@it.su.se>
21
22         * Makefile.am: don't clean yacc/lex files in CLEANFILES,
23         maintainers clean will do that for us.
24         
25 2007-06-01  Love Hörnquist Åstrand  <lha@it.su.se>
26         
27         * slc-gram.y (main): also fclose yyin.
28         
29 2007-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
30
31         * Makefile.am: Add dependency on slc-gram.h for slc-lex.c, breaks
32         in disttree with make -j
33         
34 2006-12-29  Love Hörnquist Åstrand  <lha@it.su.se>
35
36         * test_sl.c: Fix caseing for case-sensitive filesystems
37         
38 2006-12-27  Love Hörnquist Åstrand  <lha@it.su.se>
39         
40         * test_sl.c: catch test that should fail but didn't
41
42         * test_sl.c: Test more quoting variants.
43
44         * sl_locl.h: Include <ctype.h>.
45
46         * test_sl.c: test sl_make_argv
47
48         * sl.c (sl_make_argv): Add quoting support (both "" and \ style).
49         
50 2006-12-05  Love Hörnquist Åstrand  <lha@it.su.se>
51
52         * sl.c: Use strcspn to remove \n from fgets result. Prompted by
53         change by Ray Lai of OpenBSD via Björn Sandell.
54         
55 2006-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
56
57         * Makefile.am (ES): add roken_rename.h
58         
59 2006-08-30  Love Hörnquist Åstrand  <lha@it.su.se>
60
61         * sl.c (sl_slc_help): remove return
62         
63 2006-08-28  Love Hörnquist Åstrand  <lha@it.su.se>
64
65         * sl.h: Add sl_slc_help.
66
67         * sl.c: Add sl_slc_help.
68         
69 2005-07-27  Love Hörnquist Åstrand  <lha@it.su.se>
70         
71         * slc-gram.y (gen_wrapper): use the generated version of name for
72         function, if no function is is used, also use the generated name
73         for the structure name.
74         
75 2005-06-16  Love Hörnquist Åstrand  <lha@it.su.se>
76
77         * slc-gram.y: fix a merge error
78         
79         * slc-gram.y: rename optind to optidx, rename variables to avoid
80         shadowing
81
82         * make_cmds.c: rename optind to optidx, move variable define to
83         avoid shadowing
84
85         * ss.c: rename index to idx
86         
87         * sl.c: use rk_UNCONST to un-constify
88
89 2005-05-10  Dave Love  <fx@gnu.org>
90
91         * slc-lex.l: Include <stdlib.h>.
92
93 2005-05-09  Love Hörnquist Åstrand  <lha@it.su.se>
94
95         * sl.c (sl_command_loop): new return code -2 for EOF
96         (sl_loop): treat all return value from sl_command_loop >= 0 as ok, and
97         continue.
98
99 2005-04-29  Dave Love  <fx@gnu.org>
100
101         * Makefile.am (LDADD): Add libsl.la.
102
103 2005-04-19  Love Hörnquist Åstrand  <lha@it.su.se>
104
105         * slc-gram.y: include <config.h> since defines _GNU_SOURCE if
106         needed, avoid asprintf warning
107
108 2005-01-21  Dave Love  <d.love@dl.ac.uk>
109
110         * slc-gram.y: include <roken.h>
111
112 2005-01-09  Love Hörnquist Åstrand  <lha@it.su.se>
113
114         * slc-gram.y: cast argument to isalnum to unsigned char
115
116 2004-09-22  Johan Danielsson  <joda@pdc.kth.se>
117
118         * slc-gram.y: add support for "strings" and "negative-flag" types,
119         plus some usability tweaks and bug fixes
120         
121 2004-07-05  Johan Danielsson  <joda@pdc.kth.se>
122
123         * slc-gram.y: add min_args/max_args checking
124         
125 2004-06-21  Love Hörnquist Åstrand  <lha@it.su.se>
126
127         * slc-gram.y: pull in <stdlib.h> and <vers.h> to avoid warnings
128         
129 2004-03-02  Love Hörnquist Åstrand  <lha@it.su.se>
130
131         * sl.h: make it possible to use libsl from c++
132         From: Mattias Amnefelt <mattiasa@kth.se>
133         
134 2002-05-19  Johan Danielsson  <joda@pdc.kth.se>
135
136         * Makefile.am: just link mk_cmds against libsl; avoids libtool
137         problem
138
139 2001-07-09  Assar Westerlund  <assar@sics.se>
140
141         * Makefile.am: add getprogname.c libss.la:add libcom_err.la noted
142         by Leif Johansson <leifj@it.su.se>
143
144 2001-05-17  Assar Westerlund  <assar@sics.se>
145
146         * Makefile.am: bump versions to 1:2:1 and 1:4:1
147
148 2001-05-06  Assar Westerlund  <assar@sics.se>
149
150         * roken_rename.h (strdup): add
151
152 2001-03-06  Assar Westerlund  <assar@sics.se>
153
154         * Makefile.am: re do the roken-renaming properly
155
156 2001-02-13  Assar Westerlund  <assar@sics.se>
157
158         * Makefile.am: add more functions to rename
159
160 2001-01-26  Johan Danielsson  <joda@pdc.kth.se>
161
162         * sl.h: proto
163
164         * sl.c (sl_command_loop): try to handle user pressing C-c
165
166 2000-12-11  Assar Westerlund  <assar@sics.se>
167
168         * Makefile.am (libss_la_LDFLAGS): bump version to 1:2:1
169
170 2000-08-19  Assar Westerlund  <assar@sics.se>
171
172         * Makefile.am: add dependencies for libss/libsl shared libraries
173
174 2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
175
176         * Makefile.am: bump ss version to 1:1:1
177
178 2000-06-27  Assar Westerlund  <assar@sics.se>
179
180         * parse.y (yyerror): static-ize
181         * make_cmds.h (error_message, yylex): add prototypes
182         * lex.l: fix prototypes and kill warnings
183
184 2000-05-24  Assar Westerlund  <assar@sics.se>
185
186         * ss.h (SS_ET_COMMAND_NOT_FOUND): add
187         * ss.c: check allocation and return some other error codes too
188
189 2000-04-29  Assar Westerlund  <assar@sics.se>
190
191         * Makefile.in: add LIB_tgetent.  From Derrick J Brashear
192         <shadow@dementia.org>
193
194 2000-04-03  Assar Westerlund  <assar@sics.se>
195
196         * Makefile.am: set version to 1:0:1
197
198 2000-03-07  Assar Westerlund  <assar@sics.se>
199
200         * sl.h (SL_BADCOMMAND): define
201         (sl_apropos): add prototype
202
203         * sl.c: mandoc-generation
204         (sl_apropos): stolen from arla
205
206 2000-01-06  Assar Westerlund  <assar@sics.se>
207
208         * Makefile.am: bump both versions to 0:1:0
209
210 1999-12-16  Assar Westerlund  <assar@sics.se>
211
212         * parse.y (name2number): not used here.  remove.
213
214 Thu Apr  1 17:03:59 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
215
216         * make_cmds.c: use getarg
217
218 Tue Mar 23 14:36:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
219
220         * Makefile.am: don't rename
221
222 Sun Mar 21 14:13:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
223
224         * Makefile.am: don't roken-rename
225
226 Sat Mar 20 03:43:30 1999  Assar Westerlund  <assar@sics.se>
227
228         * parse.y: replace return with YYACCEPT
229
230 Fri Mar 19 14:53:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
231
232         * Makefile.am: add libss; add version-info
233
234 Thu Mar 18 15:07:06 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
235
236         * Makefile.am: clean lex.c parse.c parse.h
237
238         * Makefile.am: install ss.h
239
240         * Makefile.am: include Makefile.am.common
241
242 Thu Mar 11 15:01:01 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
243
244         * parse.y: prototype for error_message
245
246 Tue Feb  9 23:45:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
247
248         * Makefile.in: add snprintf.o to make_cmds
249
250 Sun Nov 22 10:46:23 1998  Assar Westerlund  <assar@sics.se>
251
252         * sl.c (sl_command_loop): remove unused variable
253
254         * ss.c (ss_error): remove unused variable
255
256         * make_cmds.c: include err.h
257         (main): remove unused variable
258
259         * Makefile.in (WFLAGS): set
260
261 Sun Sep 27 01:28:21 1998  Assar Westerlund  <assar@sics.se>
262
263         * make_cmds.c: clean-up and simplification
264
265 Mon May 25 02:54:13 1998  Assar Westerlund  <assar@sics.se>
266
267         * Makefile.in (clean): try to remove shared library debris
268
269         * Makefile.in: make symlink magic work
270
271 Sun Apr 19 10:00:26 1998  Assar Westerlund  <assar@sics.se>
272
273         * Makefile.in: add symlink magic for linux
274
275 Sun Apr  5 09:21:43 1998  Assar Westerlund  <assar@sics.se>
276
277         * parse.y: define alloca to malloc in case we're using bison but
278         don't have alloca
279
280 Sat Mar 28 11:39:00 1998  Assar Westerlund  <assar@sics.se>
281
282         * sl.c (sl_loop): s/2/1
283
284 Sat Mar 21 00:46:51 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
285
286         * sl.c (sl_loop): check that there is at least one argument before
287         calling sl_command
288
289 Sun Mar  1 05:14:37 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
290
291         * sl.c (sl_loop): Fix general broken-ness.
292
293         * sl.c: Cleanup printing of help strings.
294
295 Thu Feb 26 02:22:02 1998  Assar Westerlund  <assar@sics.se>
296
297         * Makefile.am: @LEXLIB@
298
299 Sat Feb 21 15:18:21 1998  assar westerlund  <assar@sics.se>
300
301         * Makefile.in: set YACC and LEX
302
303 Mon Feb 16 16:08:25 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
304
305         * Makefile.am: Some fixes for ss/mk_cmds.
306
307 Sun Feb 15 05:12:11 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
308
309         * Makefile.in: Install libsl under the `libss' name too. Install
310         mk_cmds, and ss.h.
311
312         * make_cmds.c: A mk_cmds clone that creates SL structures.
313
314         * ss.c: SS compatibility functions.
315
316         * sl.c: Move command line split to function `sl_make_argv'.
317
318 Tue Feb  3 16:45:44 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
319
320         * sl.c: Add sl_command_loop, that is the loop body of sl_loop.
321
322 Mon Oct 20 01:13:21 1997  Assar Westerlund  <assar@sics.se>
323
324         * sl.c (sl_help): actually use the `help' field of `SL_cmd'
325