source: heimdal/trunk/lib/sl/ChangeLog@ 3

Last change on this file since 3 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

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