OSDN Git Service

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