Changeset 1464 for branches/GNU/src/gcc/fastjar
- Timestamp:
- Sep 7, 2004, 3:33:15 AM (21 years ago)
- Location:
- branches/GNU/src/gcc/fastjar
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/fastjar/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1463 r1464 1 2004-05-31 Release Manager 2 3 * GCC 3.3.4 Released. 4 1 5 2004-02-14 Release Manager 2 6 -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/fastjar/compress.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1463 r1464 1 /* $Id: compress.c,v 1. 3 2002/01/03 04:57:56 rodrigcExp $1 /* $Id: compress.c,v 1.2 2000/12/14 18:45:35 ghazi Exp $ 2 2 3 3 $Log: compress.c,v $ 4 Revision 1.3 2002/01/03 04:57:56 rodrigc5 2001-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>6 7 PR bootstrap/51178 * configure.in (AC_CHECK_HEADERS): Check for stdlib.h.9 * Makefile.am: Move grepjar to bin_PROGRAMS.10 * config.h.in: Regenerated.11 * Makefile.in: Regenerated.12 * aclocal.m4: Regenerated.13 * jargrep.c: Eliminate some signed/unsigned and default14 uninitialized warnings. Use HAVE_STDLIB_H instead of15 STDC_HEADERS macro.16 * jartool.c: Likewise.17 * compress.c: Likewise.18 19 4 Revision 1.2 2000/12/14 18:45:35 ghazi 20 5 Warning fixes: -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/fastjar/compress.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1463 r1464 1 /* $Id: compress.h,v 1. 2 2000/12/14 18:45:35 ghaziExp $1 /* $Id: compress.h,v 1.1 2000/12/09 03:08:23 apbianco Exp $ 2 2 3 3 $Log: compress.h,v $ 4 Revision 1.2 2000/12/14 18:45:35 ghazi5 Warning fixes:6 7 * compress.c: Include stdlib.h and compress.h.8 (rcsid): Delete.9 (report_str_error): Make static.10 (ez_inflate_str): Delete unused variable. Add parens in if-stmt.11 (hrd_inflate_str): Likewise.12 13 * compress.h (init_compression, end_compression, init_inflation,14 end_inflation): Prototype void arguments.15 16 * dostime.c (rcsid): Delete.17 18 * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.19 Make functions static. Cast ctype function argument to `unsigned20 char'. Add parens in if-stmts. Constify.21 (Usage): Change into a macro.22 (jargrep): Remove unused parameter.23 24 * jartool.c: Constify. Add parens in if-stmts. Align25 signed/unsigned char pointers in functions calls using casts.26 (rcsid): Delete.27 (list_jar): Fix printf format specifier.28 (usage): Chop long string into bits. Reformat.29 30 * pushback.c (rcsid): Delete.31 32 4 Revision 1.1 2000/12/09 03:08:23 apbianco 33 5 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/fastjar/jartool.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1463 r1464 1 /* $Id: jartool.h,v 1. 1 2000/12/09 03:08:23 apbiancoExp $1 /* $Id: jartool.h,v 1.4 2000/08/24 15:23:35 cory Exp $ 2 2 3 3 $Log: jartool.h,v $ 4 Revision 1.1 2000/12/09 03:08:23 apbianco5 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>6 7 * fastjar: Imported.8 9 4 Revision 1.4 2000/08/24 15:23:35 cory 10 5 Set version number since I think we can let this one out. -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/fastjar/pushback.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1463 r1464 1 /* $Id: pushback.c,v 1. 3 2002/01/03 04:57:56 rodrigcExp $1 /* $Id: pushback.c,v 1.2 2000/12/14 18:45:35 ghazi Exp $ 2 2 3 3 $Log: pushback.c,v $ 4 Revision 1.3 2002/01/03 04:57:56 rodrigc5 2001-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>6 7 PR bootstrap/51178 * configure.in (AC_CHECK_HEADERS): Check for stdlib.h.9 * Makefile.am: Move grepjar to bin_PROGRAMS.10 * config.h.in: Regenerated.11 * Makefile.in: Regenerated.12 * aclocal.m4: Regenerated.13 * jargrep.c: Eliminate some signed/unsigned and default14 uninitialized warnings. Use HAVE_STDLIB_H instead of15 STDC_HEADERS macro.16 * jartool.c: Likewise.17 * compress.c: Likewise.18 19 4 Revision 1.2 2000/12/14 18:45:35 ghazi 20 5 Warning fixes: -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/fastjar/zipfile.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1463 r1464 1 /* $Id: zipfile.h,v 1.1 2000/12/09 03:08:23 apbiancoExp $1 /* $Id: zipfile.h,v 1.1.1.1 1999/12/06 03:09:11 toast Exp $ 2 2 3 3 $Log: zipfile.h,v $ 4 Revision 1.1 2000/12/09 03:08:23 apbianco5 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>6 7 * fastjar: Imported.8 9 4 Revision 1.1.1.1 1999/12/06 03:09:11 toast 10 5 initial checkin.. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.