This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcj/5303


The following reply was made to PR libgcj/5303; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/5303
Date: 9 Jan 2002 23:22:21 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-01-09 15:22:20
 
 Modified files:
 	fastjar        : ChangeLog Makefile.am Makefile.in aclocal.m4 
 	                 config.h.in configure configure.in jargrep.c 
 	                 jargrep.h jartool.c 
 
 Log message:
 	For PR libgcj/5303:
 	* jargrep.h: Removed RCS keywords.
 	(GVERSION): Removed.
 	* configure, Makefile.in, config.h.in: Rebuilt.
 	* configure.in: Added AM_MAINTAINER_MODE.
 	Don't look for getopt.h.  Use `fastjar' as package name.
 	* Makefile.am (INCLUDES): Look in ../include.
 	(LIBIBERTY): New macro.
 	(jar_LDADD): Use it.
 	(jar_DEPENDENCIES): Likewise.
 	(grepjar_LDADD): Likewise.
 	(grepjar_DEPENDENCIES): Likewise.
 	* jargrep.c: Removed RCS keywords.  Always include getopt.h.
 	(LONG_OPT): New macro.
 	(OPT_HELP): Likewise.
 	(main): Use getopt_long.  Let getopt print invalid argument
 	message.  Handle --help.  Use version().
 	(version): New function.
 	(optarg, optind): Don't declare.
 	(option_vec): New global.
 	(help): New function.
 	(Usage): Updated to GNU standards.
 	* jartool.c: Removed RCS keywords.  Include getopt.h.
 	(LONG_OPT): New macro.
 	(OPT_HELP): Likewise.
 	(options): New global.
 	(help): New function.
 	(usage): Print a single line.
 	(version): New function.
 	(expand_options): New function.
 	(main): Use getopt_long and expand_options.  Fail if `-u'
 	specified.  Changed handling of -f, -m, -V options.
 	(OPTION_STRING): New macro.
 	(version_string): Removed.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/ChangeLog.diff?cvsroot=gcc&r1=1.19&r2=1.20
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/Makefile.am.diff?cvsroot=gcc&r1=1.5&r2=1.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/Makefile.in.diff?cvsroot=gcc&r1=1.9&r2=1.10
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/aclocal.m4.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/config.h.in.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/configure.diff?cvsroot=gcc&r1=1.6&r2=1.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/configure.in.diff?cvsroot=gcc&r1=1.6&r2=1.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/jargrep.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/jargrep.h.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/jartool.c.diff?cvsroot=gcc&r1=1.10&r2=1.11
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]