OSDN Git Service

* jartool.c (extract_jar): Use strchr, not index.
[pf3gnuchains/gcc-fork.git] / fastjar / ChangeLog
1 2000-12-13  Tom Tromey  <tromey@redhat.com>
2
3         * jartool.c (extract_jar): Use strchr, not index.
4
5 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6
7         * install-defs.sh: Removed.
8
9 2000-12-10  Robert Lipe <robertlipe@usa.net>
10
11         * jargrep.c (jargrep): Added null statement after case.
12
13 2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14
15         * Makefile: Removed.
16         * Makefile.in: Rebuilt with `-i' and `--enable-foreign'.
17
18 Tue Nov 16 15:11:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19
20         * Makefile.am: New file.
21         * Makefile.in: Rebuilt.
22         * aclocal.m4: Likewise.
23         * stamp-h.in: Likewise.
24         * config.h.in: Likewise.
25         * configure.in (AM_INIT_AUTOMAKE): Added.
26         (AM_CONFIG_HEADER): Likewise.
27         (AC_CHECK_HEADERS): Check for sys/param.h
28         (AC_CHECK_LIB): Don't check for system's zlib.
29         (AC_CHECK_FUNC): Removed system's zlib function checks.
30         (ZDEPS. ZLIBS, ZINCS): Added.
31         * configure: Rebuilt.
32         * jartool.c (sys/param.h): Conditionally included or define MAXPATHLEN.
33         (init_args, get_next_arg): New function.
34         (use_explicit_list_only, read_names_from_stdin): New global
35         (main): Parse new non standard options 'E' and '@', check and
36         report their usage if necessary. Use init_args and get_next_arg.
37         Fixed indentation.
38         (add_to_jar): Don't read directory content if `use_explicit_list_only'.
39         (usage): Added `-E' and `-@'.
40         * jartool.h (VERSION): Macro removed.
41
42 Tue Nov 14 15:10:44 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
43
44         * fastjar imported from sourceforge.net/projects/fastjar with
45         Bryan Burns' permission. Check `CHANGES' for post import changes.
46         * ChangeLog: Created.
47         * NEWS: Likewise.
48         * mkinstalldirs: Likewise.
49         * COPYING: Likewise.
50         * AUTHORS: Likewise.