Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / lib / ss / ChangeLog
1 Fri Aug 30 22:36:48 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2
3         * invocation.c (ss_create_invocation): Change function prototype
4                 of invocation so that the first two arguments are const
5                 char *, and that the info_ptr is a void *, not a char *.
6
7         * ss.h: Added declaration of ss_execute_line()
8
9 Sat Aug 10 00:17:14 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
10
11         * listen.c (ss_listen): Fix -Wall flames.
12
13 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
14
15         * Release of E2fsprogs version 1.04
16
17 Thu May 16 10:04:09 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
18
19         * Makefile.in (INSTALL_HFILES): Install the correct header files
20                 so that /usr/include/ss/ss.h is actually usable!
21
22 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
23
24         * Release of E2fsprogs version 1.03
25
26 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
27
28         * Release of E2fsprogs version 1.02
29
30 Wed Oct 25 11:58:20 1995    <tytso@rsts-11.mit.edu>
31
32         * ss_internal.h: Removed malloc, realloc, free definitions, and
33                 #include <stdlib.h> instead.
34
35 Mon Sep  4 21:46:00 1995  Remy Card  <card@bbj>
36
37         * Makefile.in: Added support for BSD shared libraries.
38                 (distclean): Use the -f option when removing files.
39
40 Fri Aug 18 15:15:09 1995  Theodore Y. Ts'o  <tytso@dcl>
41
42         * Makefile.in (mk_cmds): Remove usage of $<, since it's not
43                 portable. 
44
45 Sat Aug 12 03:11:02 1995  Remy Card  <card@bbj>
46
47         * Makefile.in (install): Install static libraries in $(ulibdir)
48                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
49
50 Thu Aug 10 14:23:31 1995  Remy Card  <card@bbj>
51
52         * Makefile.in (distclean): Remove mk_cmds.sh.
53
54 Sat Aug  5 11:44:29 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
55
56         * mk_cmds.sh.in: Remove the old .c file before moving the new file
57                 into place.
58
59         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
60                 installation directories correctly.
61
62         * Makefile.in (clean): Don't remove mk_cmds.sh, since it's built
63                 from the configure script.
64
65 Tue Jul 11 20:47:46 1995    <tytso@rsx-11.mit.edu>
66
67         * help.c (ss_help): Use malloc instead of alloca for maximal
68                 portability.  Check return value of malloc before using
69                 buffer.  Allocate memory when printing usage message.
70
71 Thu Jun 15 23:46:16 1995  Remy Card  <card@bbj>
72
73         * Makefile.in: Added support for ELF shared libraries.
74                 Fixed typos in the compilation rules.
75                 (distclean): Added mk_cmds.sh.
76
77 Sat Jun 10 19:57:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
78
79         * mk_cmds.sh.in: Use SS_DIR instead of srcdir to determine the
80                 location of the ss directory.
81
82 Thu Jun  8 13:18:48 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
83
84         * help.c (ss_help): Use alloca to allocate space for filenames
85         instead of fixed buffers.
86         * error.c (ss_error, & includes): Change the selection of
87         varargs/stdarg to work with configure.
88         * pager.c: Include <errno.h> if possible.
89         * parse.c: Ditto.
90         * request_tbl.c: Ditto.
91
92         * Makefile.in: Rewritten to conform to GNU coding standards and
93         support separate compilation directories.
94         Don't preprocess mk_cmds.sh, as this is now done by configure.
95
96 Sat Mar 11 18:14:52 1995  Theodore Y. Ts'o  <tytso@localhost>
97
98         * Makefile.in (DLL_INSTALL_DIR): Install libss in /lib, since it's
99                 needed by debugfs (which is installed in /sbin).
100
101