1 | 2008-05-05 Love Hörnquist Ã
|
---|
2 | strand <lha@vit.local>
|
---|
3 |
|
---|
4 | * drop libss and make_cmds
|
---|
5 |
|
---|
6 | 2007-07-17 Love Hörnquist Ã
|
---|
7 | strand <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 |
|
---|
13 | 2007-07-10 Love Hörnquist Ã
|
---|
14 | strand <lha@it.su.se>
|
---|
15 |
|
---|
16 | * Makefile.am: New library version.
|
---|
17 |
|
---|
18 | 2007-06-18 Love Hörnquist Ã
|
---|
19 | strand <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 |
|
---|
28 | 2007-06-09 Love Hörnquist Ã
|
---|
29 | strand <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 |
|
---|
34 | 2007-06-01 Love Hörnquist Ã
|
---|
35 | strand <lha@it.su.se>
|
---|
36 |
|
---|
37 | * slc-gram.y (main): also fclose yyin.
|
---|
38 |
|
---|
39 | 2007-04-20 Love Hörnquist Ã
|
---|
40 | strand <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 |
|
---|
45 | 2006-12-29 Love Hörnquist Ã
|
---|
46 | strand <lha@it.su.se>
|
---|
47 |
|
---|
48 | * test_sl.c: Fix caseing for case-sensitive filesystems
|
---|
49 |
|
---|
50 | 2006-12-27 Love Hörnquist Ã
|
---|
51 | strand <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 |
|
---|
63 | 2006-12-05 Love Hörnquist Ã
|
---|
64 | strand <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 |
|
---|
69 | 2006-10-19 Love Hörnquist Ã
|
---|
70 | strand <lha@it.su.se>
|
---|
71 |
|
---|
72 | * Makefile.am (ES): add roken_rename.h
|
---|
73 |
|
---|
74 | 2006-08-30 Love Hörnquist Ã
|
---|
75 | strand <lha@it.su.se>
|
---|
76 |
|
---|
77 | * sl.c (sl_slc_help): remove return
|
---|
78 |
|
---|
79 | 2006-08-28 Love Hörnquist Ã
|
---|
80 | strand <lha@it.su.se>
|
---|
81 |
|
---|
82 | * sl.h: Add sl_slc_help.
|
---|
83 |
|
---|
84 | * sl.c: Add sl_slc_help.
|
---|
85 |
|
---|
86 | 2005-07-27 Love Hörnquist Ã
|
---|
87 | strand <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 |
|
---|
93 | 2005-06-16 Love Hörnquist Ã
|
---|
94 | strand <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 |
|
---|
108 | 2005-05-10 Dave Love <fx@gnu.org>
|
---|
109 |
|
---|
110 | * slc-lex.l: Include <stdlib.h>.
|
---|
111 |
|
---|
112 | 2005-05-09 Love Hörnquist Ã
|
---|
113 | strand <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 |
|
---|
119 | 2005-04-29 Dave Love <fx@gnu.org>
|
---|
120 |
|
---|
121 | * Makefile.am (LDADD): Add libsl.la.
|
---|
122 |
|
---|
123 | 2005-04-19 Love Hörnquist Ã
|
---|
124 | strand <lha@it.su.se>
|
---|
125 |
|
---|
126 | * slc-gram.y: include <config.h> since defines _GNU_SOURCE if
|
---|
127 | needed, avoid asprintf warning
|
---|
128 |
|
---|
129 | 2005-01-21 Dave Love <d.love@dl.ac.uk>
|
---|
130 |
|
---|
131 | * slc-gram.y: include <roken.h>
|
---|
132 |
|
---|
133 | 2005-01-09 Love Hörnquist Ã
|
---|
134 | strand <lha@it.su.se>
|
---|
135 |
|
---|
136 | * slc-gram.y: cast argument to isalnum to unsigned char
|
---|
137 |
|
---|
138 | 2004-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 |
|
---|
143 | 2004-07-05 Johan Danielsson <joda@pdc.kth.se>
|
---|
144 |
|
---|
145 | * slc-gram.y: add min_args/max_args checking
|
---|
146 |
|
---|
147 | 2004-06-21 Love Hörnquist Ã
|
---|
148 | strand <lha@it.su.se>
|
---|
149 |
|
---|
150 | * slc-gram.y: pull in <stdlib.h> and <vers.h> to avoid warnings
|
---|
151 |
|
---|
152 | 2004-03-02 Love Hörnquist Ã
|
---|
153 | strand <lha@it.su.se>
|
---|
154 |
|
---|
155 | * sl.h: make it possible to use libsl from c++
|
---|
156 | From: Mattias Amnefelt <mattiasa@kth.se>
|
---|
157 |
|
---|
158 | 2002-05-19 Johan Danielsson <joda@pdc.kth.se>
|
---|
159 |
|
---|
160 | * Makefile.am: just link mk_cmds against libsl; avoids libtool
|
---|
161 | problem
|
---|
162 |
|
---|
163 | 2001-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 |
|
---|
168 | 2001-05-17 Assar Westerlund <assar@sics.se>
|
---|
169 |
|
---|
170 | * Makefile.am: bump versions to 1:2:1 and 1:4:1
|
---|
171 |
|
---|
172 | 2001-05-06 Assar Westerlund <assar@sics.se>
|
---|
173 |
|
---|
174 | * roken_rename.h (strdup): add
|
---|
175 |
|
---|
176 | 2001-03-06 Assar Westerlund <assar@sics.se>
|
---|
177 |
|
---|
178 | * Makefile.am: re do the roken-renaming properly
|
---|
179 |
|
---|
180 | 2001-02-13 Assar Westerlund <assar@sics.se>
|
---|
181 |
|
---|
182 | * Makefile.am: add more functions to rename
|
---|
183 |
|
---|
184 | 2001-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 |
|
---|
190 | 2000-12-11 Assar Westerlund <assar@sics.se>
|
---|
191 |
|
---|
192 | * Makefile.am (libss_la_LDFLAGS): bump version to 1:2:1
|
---|
193 |
|
---|
194 | 2000-08-19 Assar Westerlund <assar@sics.se>
|
---|
195 |
|
---|
196 | * Makefile.am: add dependencies for libss/libsl shared libraries
|
---|
197 |
|
---|
198 | 2000-07-25 Johan Danielsson <joda@pdc.kth.se>
|
---|
199 |
|
---|
200 | * Makefile.am: bump ss version to 1:1:1
|
---|
201 |
|
---|
202 | 2000-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 |
|
---|
208 | 2000-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 |
|
---|
213 | 2000-04-29 Assar Westerlund <assar@sics.se>
|
---|
214 |
|
---|
215 | * Makefile.in: add LIB_tgetent. From Derrick J Brashear
|
---|
216 | <shadow@dementia.org>
|
---|
217 |
|
---|
218 | 2000-04-03 Assar Westerlund <assar@sics.se>
|
---|
219 |
|
---|
220 | * Makefile.am: set version to 1:0:1
|
---|
221 |
|
---|
222 | 2000-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 |
|
---|
230 | 2000-01-06 Assar Westerlund <assar@sics.se>
|
---|
231 |
|
---|
232 | * Makefile.am: bump both versions to 0:1:0
|
---|
233 |
|
---|
234 | 1999-12-16 Assar Westerlund <assar@sics.se>
|
---|
235 |
|
---|
236 | * parse.y (name2number): not used here. remove.
|
---|
237 |
|
---|
238 | Thu Apr 1 17:03:59 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
---|
239 |
|
---|
240 | * make_cmds.c: use getarg
|
---|
241 |
|
---|
242 | Tue Mar 23 14:36:21 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
---|
243 |
|
---|
244 | * Makefile.am: don't rename
|
---|
245 |
|
---|
246 | Sun Mar 21 14:13:29 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
---|
247 |
|
---|
248 | * Makefile.am: don't roken-rename
|
---|
249 |
|
---|
250 | Sat Mar 20 03:43:30 1999 Assar Westerlund <assar@sics.se>
|
---|
251 |
|
---|
252 | * parse.y: replace return with YYACCEPT
|
---|
253 |
|
---|
254 | Fri Mar 19 14:53:20 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
---|
255 |
|
---|
256 | * Makefile.am: add libss; add version-info
|
---|
257 |
|
---|
258 | Thu 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 |
|
---|
266 | Thu Mar 11 15:01:01 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
---|
267 |
|
---|
268 | * parse.y: prototype for error_message
|
---|
269 |
|
---|
270 | Tue Feb 9 23:45:37 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
---|
271 |
|
---|
272 | * Makefile.in: add snprintf.o to make_cmds
|
---|
273 |
|
---|
274 | Sun 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 |
|
---|
285 | Sun Sep 27 01:28:21 1998 Assar Westerlund <assar@sics.se>
|
---|
286 |
|
---|
287 | * make_cmds.c: clean-up and simplification
|
---|
288 |
|
---|
289 | Mon 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 |
|
---|
295 | Sun Apr 19 10:00:26 1998 Assar Westerlund <assar@sics.se>
|
---|
296 |
|
---|
297 | * Makefile.in: add symlink magic for linux
|
---|
298 |
|
---|
299 | Sun 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 |
|
---|
304 | Sat Mar 28 11:39:00 1998 Assar Westerlund <assar@sics.se>
|
---|
305 |
|
---|
306 | * sl.c (sl_loop): s/2/1
|
---|
307 |
|
---|
308 | Sat 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 |
|
---|
313 | Sun 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 |
|
---|
319 | Thu Feb 26 02:22:02 1998 Assar Westerlund <assar@sics.se>
|
---|
320 |
|
---|
321 | * Makefile.am: @LEXLIB@
|
---|
322 |
|
---|
323 | Sat Feb 21 15:18:21 1998 assar westerlund <assar@sics.se>
|
---|
324 |
|
---|
325 | * Makefile.in: set YACC and LEX
|
---|
326 |
|
---|
327 | Mon Feb 16 16:08:25 1998 Johan Danielsson <joda@emma.pdc.kth.se>
|
---|
328 |
|
---|
329 | * Makefile.am: Some fixes for ss/mk_cmds.
|
---|
330 |
|
---|
331 | Sun 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 |
|
---|
342 | Tue 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 |
|
---|
346 | Mon 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 |
|
---|