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