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