1 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se>
3 * Makefile.am: roken_rename.h is a dist_ source k
5 * Makefile.am: split source files in dist and nodist.
7 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
9 * Makefile.am: New library version.
11 2007-06-18 Love Hörnquist Åstrand <lha@it.su.se>
15 * sl.c: Pass in pointer to strlen().
17 * sl.c (sl_make_argv): use memmove since we are dealing with
20 2007-06-09 Love Hörnquist Åstrand <lha@it.su.se>
22 * Makefile.am: don't clean yacc/lex files in CLEANFILES,
23 maintainers clean will do that for us.
25 2007-06-01 Love Hörnquist Åstrand <lha@it.su.se>
27 * slc-gram.y (main): also fclose yyin.
29 2007-04-20 Love Hörnquist Åstrand <lha@it.su.se>
31 * Makefile.am: Add dependency on slc-gram.h for slc-lex.c, breaks
32 in disttree with make -j
34 2006-12-29 Love Hörnquist Åstrand <lha@it.su.se>
36 * test_sl.c: Fix caseing for case-sensitive filesystems
38 2006-12-27 Love Hörnquist Åstrand <lha@it.su.se>
40 * test_sl.c: catch test that should fail but didn't
42 * test_sl.c: Test more quoting variants.
44 * sl_locl.h: Include <ctype.h>.
46 * test_sl.c: test sl_make_argv
48 * sl.c (sl_make_argv): Add quoting support (both "" and \ style).
50 2006-12-05 Love Hörnquist Åstrand <lha@it.su.se>
52 * sl.c: Use strcspn to remove \n from fgets result. Prompted by
53 change by Ray Lai of OpenBSD via Björn Sandell.
55 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
57 * Makefile.am (ES): add roken_rename.h
59 2006-08-30 Love Hörnquist Åstrand <lha@it.su.se>
61 * sl.c (sl_slc_help): remove return
63 2006-08-28 Love Hörnquist Åstrand <lha@it.su.se>
65 * sl.h: Add sl_slc_help.
67 * sl.c: Add sl_slc_help.
69 2005-07-27 Love Hörnquist Åstrand <lha@it.su.se>
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.
75 2005-06-16 Love Hörnquist Åstrand <lha@it.su.se>
77 * slc-gram.y: fix a merge error
79 * slc-gram.y: rename optind to optidx, rename variables to avoid
82 * make_cmds.c: rename optind to optidx, move variable define to
85 * ss.c: rename index to idx
87 * sl.c: use rk_UNCONST to un-constify
89 2005-05-10 Dave Love <fx@gnu.org>
91 * slc-lex.l: Include <stdlib.h>.
93 2005-05-09 Love Hörnquist Åstrand <lha@it.su.se>
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
99 2005-04-29 Dave Love <fx@gnu.org>
101 * Makefile.am (LDADD): Add libsl.la.
103 2005-04-19 Love Hörnquist Åstrand <lha@it.su.se>
105 * slc-gram.y: include <config.h> since defines _GNU_SOURCE if
106 needed, avoid asprintf warning
108 2005-01-21 Dave Love <d.love@dl.ac.uk>
110 * slc-gram.y: include <roken.h>
112 2005-01-09 Love Hörnquist Åstrand <lha@it.su.se>
114 * slc-gram.y: cast argument to isalnum to unsigned char
116 2004-09-22 Johan Danielsson <joda@pdc.kth.se>
118 * slc-gram.y: add support for "strings" and "negative-flag" types,
119 plus some usability tweaks and bug fixes
121 2004-07-05 Johan Danielsson <joda@pdc.kth.se>
123 * slc-gram.y: add min_args/max_args checking
125 2004-06-21 Love Hörnquist Åstrand <lha@it.su.se>
127 * slc-gram.y: pull in <stdlib.h> and <vers.h> to avoid warnings
129 2004-03-02 Love Hörnquist Åstrand <lha@it.su.se>
131 * sl.h: make it possible to use libsl from c++
132 From: Mattias Amnefelt <mattiasa@kth.se>
134 2002-05-19 Johan Danielsson <joda@pdc.kth.se>
136 * Makefile.am: just link mk_cmds against libsl; avoids libtool
139 2001-07-09 Assar Westerlund <assar@sics.se>
141 * Makefile.am: add getprogname.c libss.la:add libcom_err.la noted
142 by Leif Johansson <leifj@it.su.se>
144 2001-05-17 Assar Westerlund <assar@sics.se>
146 * Makefile.am: bump versions to 1:2:1 and 1:4:1
148 2001-05-06 Assar Westerlund <assar@sics.se>
150 * roken_rename.h (strdup): add
152 2001-03-06 Assar Westerlund <assar@sics.se>
154 * Makefile.am: re do the roken-renaming properly
156 2001-02-13 Assar Westerlund <assar@sics.se>
158 * Makefile.am: add more functions to rename
160 2001-01-26 Johan Danielsson <joda@pdc.kth.se>
164 * sl.c (sl_command_loop): try to handle user pressing C-c
166 2000-12-11 Assar Westerlund <assar@sics.se>
168 * Makefile.am (libss_la_LDFLAGS): bump version to 1:2:1
170 2000-08-19 Assar Westerlund <assar@sics.se>
172 * Makefile.am: add dependencies for libss/libsl shared libraries
174 2000-07-25 Johan Danielsson <joda@pdc.kth.se>
176 * Makefile.am: bump ss version to 1:1:1
178 2000-06-27 Assar Westerlund <assar@sics.se>
180 * parse.y (yyerror): static-ize
181 * make_cmds.h (error_message, yylex): add prototypes
182 * lex.l: fix prototypes and kill warnings
184 2000-05-24 Assar Westerlund <assar@sics.se>
186 * ss.h (SS_ET_COMMAND_NOT_FOUND): add
187 * ss.c: check allocation and return some other error codes too
189 2000-04-29 Assar Westerlund <assar@sics.se>
191 * Makefile.in: add LIB_tgetent. From Derrick J Brashear
192 <shadow@dementia.org>
194 2000-04-03 Assar Westerlund <assar@sics.se>
196 * Makefile.am: set version to 1:0:1
198 2000-03-07 Assar Westerlund <assar@sics.se>
200 * sl.h (SL_BADCOMMAND): define
201 (sl_apropos): add prototype
203 * sl.c: mandoc-generation
204 (sl_apropos): stolen from arla
206 2000-01-06 Assar Westerlund <assar@sics.se>
208 * Makefile.am: bump both versions to 0:1:0
210 1999-12-16 Assar Westerlund <assar@sics.se>
212 * parse.y (name2number): not used here. remove.
214 Thu Apr 1 17:03:59 1999 Johan Danielsson <joda@hella.pdc.kth.se>
216 * make_cmds.c: use getarg
218 Tue Mar 23 14:36:21 1999 Johan Danielsson <joda@hella.pdc.kth.se>
220 * Makefile.am: don't rename
222 Sun Mar 21 14:13:29 1999 Johan Danielsson <joda@hella.pdc.kth.se>
224 * Makefile.am: don't roken-rename
226 Sat Mar 20 03:43:30 1999 Assar Westerlund <assar@sics.se>
228 * parse.y: replace return with YYACCEPT
230 Fri Mar 19 14:53:20 1999 Johan Danielsson <joda@hella.pdc.kth.se>
232 * Makefile.am: add libss; add version-info
234 Thu Mar 18 15:07:06 1999 Johan Danielsson <joda@hella.pdc.kth.se>
236 * Makefile.am: clean lex.c parse.c parse.h
238 * Makefile.am: install ss.h
240 * Makefile.am: include Makefile.am.common
242 Thu Mar 11 15:01:01 1999 Johan Danielsson <joda@hella.pdc.kth.se>
244 * parse.y: prototype for error_message
246 Tue Feb 9 23:45:37 1999 Johan Danielsson <joda@hella.pdc.kth.se>
248 * Makefile.in: add snprintf.o to make_cmds
250 Sun Nov 22 10:46:23 1998 Assar Westerlund <assar@sics.se>
252 * sl.c (sl_command_loop): remove unused variable
254 * ss.c (ss_error): remove unused variable
256 * make_cmds.c: include err.h
257 (main): remove unused variable
259 * Makefile.in (WFLAGS): set
261 Sun Sep 27 01:28:21 1998 Assar Westerlund <assar@sics.se>
263 * make_cmds.c: clean-up and simplification
265 Mon May 25 02:54:13 1998 Assar Westerlund <assar@sics.se>
267 * Makefile.in (clean): try to remove shared library debris
269 * Makefile.in: make symlink magic work
271 Sun Apr 19 10:00:26 1998 Assar Westerlund <assar@sics.se>
273 * Makefile.in: add symlink magic for linux
275 Sun Apr 5 09:21:43 1998 Assar Westerlund <assar@sics.se>
277 * parse.y: define alloca to malloc in case we're using bison but
280 Sat Mar 28 11:39:00 1998 Assar Westerlund <assar@sics.se>
282 * sl.c (sl_loop): s/2/1
284 Sat Mar 21 00:46:51 1998 Johan Danielsson <joda@emma.pdc.kth.se>
286 * sl.c (sl_loop): check that there is at least one argument before
289 Sun Mar 1 05:14:37 1998 Johan Danielsson <joda@emma.pdc.kth.se>
291 * sl.c (sl_loop): Fix general broken-ness.
293 * sl.c: Cleanup printing of help strings.
295 Thu Feb 26 02:22:02 1998 Assar Westerlund <assar@sics.se>
297 * Makefile.am: @LEXLIB@
299 Sat Feb 21 15:18:21 1998 assar westerlund <assar@sics.se>
301 * Makefile.in: set YACC and LEX
303 Mon Feb 16 16:08:25 1998 Johan Danielsson <joda@emma.pdc.kth.se>
305 * Makefile.am: Some fixes for ss/mk_cmds.
307 Sun Feb 15 05:12:11 1998 Johan Danielsson <joda@emma.pdc.kth.se>
309 * Makefile.in: Install libsl under the `libss' name too. Install
312 * make_cmds.c: A mk_cmds clone that creates SL structures.
314 * ss.c: SS compatibility functions.
316 * sl.c: Move command line split to function `sl_make_argv'.
318 Tue Feb 3 16:45:44 1998 Johan Danielsson <joda@emma.pdc.kth.se>
320 * sl.c: Add sl_command_loop, that is the loop body of sl_loop.
322 Mon Oct 20 01:13:21 1997 Assar Westerlund <assar@sics.se>
324 * sl.c (sl_help): actually use the `help' field of `SL_cmd'