OSDN Git Service

2000-12-28 Robert Lipe <robertl@sco.com>
[pf3gnuchains/gcc-fork.git] / fastjar / ChangeLog
1
2 2000-12-28  Robert Lipe <robertl@sco.com>
3
4         * jartool.c (MAXPATHLEN): Provide if not defined.
5
6 2000-12-15  Tom Tromey  <tromey@redhat.com>
7             Kelley Cook <kelleycook@home.com>
8
9         * jargrep.c: Include getopt.h if it exists.
10         (optind): Declare.
11         * configure, config.h: Rebuilt.
12         * configure.in: Check for getopt.h.
13
14 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15
16         * configure.in (fastjar_warn_cflags): Set when using gcc.
17
18         * Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.
19
20 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21
22         * compress.c: Include stdlib.h and compress.h.
23         (rcsid): Delete.
24         (report_str_error): Make static.
25         (ez_inflate_str): Delete unused variable.  Add parens in if-stmt.
26         (hrd_inflate_str): Likewise.
27
28         * compress.h (init_compression, end_compression, init_inflation,
29         end_inflation): Prototype void arguments.
30
31         * dostime.c (rcsid): Delete.
32
33         * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
34         Make functions static.  Cast ctype function argument to `unsigned
35         char'.  Add parens in if-stmts.  Constify.
36         (Usage): Change into a macro.
37         (jargrep): Remove unused parameter.
38
39         * jartool.c: Constify.  Add parens in if-stmts.  Align
40         signed/unsigned char pointers in functions calls using casts.
41         (rcsid): Delete.
42         (list_jar): Fix printf format specifier.
43         (usage): Chop long string into bits.  Reformat.
44
45         * pushback.c (rcsid): Delete.
46
47 2000-12-13  Tom Tromey  <tromey@redhat.com>
48
49         * jartool.c (extract_jar): Use strchr, not index.
50
51 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
52
53         * install-defs.sh: Removed.
54
55 2000-12-10  Robert Lipe <robertlipe@usa.net>
56
57         * jargrep.c (jargrep): Added null statement after case.
58
59 2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
60
61         * Makefile: Removed.
62         * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
63
64 Tue Nov 16 15:11:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
65
66         * Makefile.am: New file.
67         * Makefile.in: Rebuilt.
68         * aclocal.m4: Likewise.
69         * stamp-h.in: Likewise.
70         * config.h.in: Likewise.
71         * configure.in (AM_INIT_AUTOMAKE): Added.
72         (AM_CONFIG_HEADER): Likewise.
73         (AC_CHECK_HEADERS): Check for sys/param.h
74         (AC_CHECK_LIB): Don't check for system's zlib.
75         (AC_CHECK_FUNC): Removed system's zlib function checks.
76         (ZDEPS. ZLIBS, ZINCS): Added.
77         * configure: Rebuilt.
78         * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
79         (init_args, get_next_arg): New function.
80         (use_explicit_list_only, read_names_from_stdin): New global
81         (main): Parse new non standard options 'E' and '@', check and
82         report their usage if necessary. Use init_args and get_next_arg.
83         Fixed indentation.
84         (add_to_jar): Don't read directory content if `use_explicit_list_only'.
85         (usage): Added `-E' and `-@'.
86         * jartool.h (VERSION): Macro removed.
87
88 Tue Nov 14 15:10:44 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
89
90         * fastjar imported from sourceforge.net/projects/fastjar with
91         Bryan Burns' permission. Check `CHANGES' for post import changes.
92         * ChangeLog: Created.
93         * NEWS: Likewise.
94         * mkinstalldirs: Likewise.
95         * COPYING: Likewise.
96         * AUTHORS: Likewise.