public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libgcj/5303
@ 2002-03-25 14:16 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-03-25 14:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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: 25 Mar 2002 22:08:28 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-03-25 14:08:27
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/gnu/gcj/convert: Convert.java 
 	libjava/gnu/java/rmi/registry: RegistryImpl.java 
 	libjava/gnu/java/rmi/rmic: RMIC.java 
 
 Log message:
 	For PR libgcj/5303:
 	* gnu/java/rmi/registry/RegistryImpl.java (main): Recognize --help
 	and --version.
 	(help): New method.
 	(version): Likewise.
 	* gnu/gcj/convert/Convert.java (version): Removed extraneous
 	"GNU".
 	* gnu/java/rmi/rmic/RMIC.java (parseOptions): Removed extraneous
 	"GNU".
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1259&r2=1.1260
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/convert/Convert.java.diff?cvsroot=gcc&r1=1.7&r2=1.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/rmi/registry/RegistryImpl.java.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/rmi/rmic/RMIC.java.diff?cvsroot=gcc&r1=1.6&r2=1.7
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-04-08 11:36 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-04-08 11:36 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

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: 8 Apr 2002 18:27:34 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	tromey@gcc.gnu.org	2002-04-08 11:27:34
 
 Modified files:
 	gcc/java       : .cvsignore ChangeLog Make-lang.in gcj.texi 
 
 Log message:
 	For PR libgcj/5303:
 	* .cvsignore: Added rmic.1 and rmiregistry.1.
 	* gcj.texi (Top): Link to new nodes.
 	(Invoking rmic): New node.
 	(Invoking rmiregistry): Likewise.
 	* Make-lang.in (java.generated-manpages): Added rmic.1 and
 	rmiregistry.1.
 	(java.maintainer-clean): Likewise.
 	($(srcdir)/java/rmic.1): New target.
 	($(srcdir)/java/rmiregistry.1): Likewise.
 	(java.install-man): Handle rmic.1 and rmiregistry.1.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/.cvsignore.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3&r2=1.3.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.925.2.37&r2=1.925.2.38
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.80&r2=1.80.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gcj.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.22.2.5&r2=1.22.2.6
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-04-08 11:36 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-04-08 11:36 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

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: 8 Apr 2002 18:32:26 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-04-08 11:32:26
 
 Modified files:
 	gcc/java       : .cvsignore ChangeLog Make-lang.in gcj.texi 
 
 Log message:
 	For PR libgcj/5303:
 	* .cvsignore: Added rmic.1 and rmiregistry.1.
 	* gcj.texi (Top): Link to new nodes.
 	(Invoking rmic): New node.
 	(Invoking rmiregistry): Likewise.
 	* Make-lang.in (java.generated-manpages): Added rmic.1 and
 	rmiregistry.1.
 	(java.maintainer-clean): Likewise.
 	($(srcdir)/java/rmic.1): New target.
 	($(srcdir)/java/rmiregistry.1): Likewise.
 	(java.install-man): Handle rmic.1 and rmiregistry.1.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/.cvsignore.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.980&r2=1.981
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/Make-lang.in.diff?cvsroot=gcc&r1=1.82&r2=1.83
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gcj.texi.diff?cvsroot=gcc&r1=1.27&r2=1.28
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-03-25 14:16 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-03-25 14:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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: 25 Mar 2002 22:15:28 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	tromey@gcc.gnu.org	2002-03-25 14:15:24
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/gnu/gcj/convert: Convert.java 
 	libjava/gnu/java/rmi/registry: RegistryImpl.java 
 	libjava/gnu/java/rmi/rmic: RMIC.java 
 
 Log message:
 	For PR libgcj/5303:
 	* gnu/java/rmi/registry/RegistryImpl.java (main): Recognize --help
 	and --version.
 	(help): New method.
 	(version): Likewise.
 	* gnu/gcj/convert/Convert.java (version): Removed extraneous
 	"GNU".
 	* gnu/java/rmi/rmic/RMIC.java (parseOptions): Removed extraneous
 	"GNU".
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1197.2.56&r2=1.1197.2.57
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/convert/Convert.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.7&r2=1.7.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/rmi/registry/RegistryImpl.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/rmi/rmic/RMIC.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.6&r2=1.6.2.1
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-01-15 16:26 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-01-15 16:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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: 16 Jan 2002 00:19:59 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-01-15 16:19:59
 
 Modified files:
 	gcc/java       : Make-lang.in 
 
 Log message:
 	For PR libgcj/5303:
 	* Make-lang.in (java.install-man): Handle jv-convert man page.
 	(java.generated-manpages): Added jv-convert.1.
 	(java.uninstall): Remove jv-convert.1.
 	(java.maintainer-clean): Likewise.
 	($(srcdir)/java/jv-convert.1): New target.
 	* gcj.texi (Top): Link to jv-convert node.
 	(Individual utilities): Likewise.
 	(Invoking jv-convert): New node.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/Make-lang.in.diff?cvsroot=gcc&r1=1.78&r2=1.79
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-01-14 12:46 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-01-14 12:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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: 14 Jan 2002 20:40:11 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-01-14 12:40:10
 
 Modified files:
 	gcc/java       : ChangeLog gcj.texi 
 
 Log message:
 	For PR libgcj/5303:
 	* Make-lang.in (java.install-man): Handle jv-convert man page.
 	(java.generated-manpages): Added jv-convert.1.
 	(java.uninstall): Remove jv-convert.1.
 	(java.maintainer-clean): Likewise.
 	($(srcdir)/java/jv-convert.1): New target.
 	* gcj.texi (Top): Link to jv-convert node.
 	(Individual utilities): Likewise.
 	(Invoking jv-convert): New node.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.902&r2=1.903
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gcj.texi.diff?cvsroot=gcc&r1=1.17&r2=1.18
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-01-10 10:06 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-01-10 10:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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: 10 Jan 2002 18:01:06 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-01-10 10:01:06
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/gnu/java/rmi/rmic: RMIC.java 
 
 Log message:
 	For PR libgcj/5303:
 	* gnu/java/rmi/rmic/RMIC.java (parseOptions): Handle --help and
 	--version.  Recognize GNU-style long options.  Print GNU-style
 	error messages.
 	(usage): Print GNU-style help.  Exit with status 0.
 	(error): New method.
 	(run): Print error message if no class names found.
 	(main): Don't print usage on error.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1076&r2=1.1077
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/rmi/rmic/RMIC.java.diff?cvsroot=gcc&r1=1.3&r2=1.4
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-01-09 16:46 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-01-09 16:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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: 10 Jan 2002 00:39:16 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-01-09 16:39:16
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/gnu/gcj/convert: Convert.java 
 
 Log message:
 	For PR libgcj/5303:
 	* gnu/gcj/convert/Convert.java (error): Program is called
 	`jv-convert'.  Print GNU-style message.  Exit with status 1, not
 	-1.
 	(main): Handle --help and --version.
 	(help): New method.
 	(version): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1074&r2=1.1075
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/convert/Convert.java.diff?cvsroot=gcc&r1=1.3&r2=1.4
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* libgcj/5303
@ 2002-01-09 15:26 tromey
  0 siblings, 0 replies; 9+ messages in thread
From: tromey @ 2002-01-09 15:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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
 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-04-08 18:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-25 14:16 libgcj/5303 tromey
  -- strict thread matches above, loose matches on Subject: below --
2002-04-08 11:36 libgcj/5303 tromey
2002-04-08 11:36 libgcj/5303 tromey
2002-03-25 14:16 libgcj/5303 tromey
2002-01-15 16:26 libgcj/5303 tromey
2002-01-14 12:46 libgcj/5303 tromey
2002-01-10 10:06 libgcj/5303 tromey
2002-01-09 16:46 libgcj/5303 tromey
2002-01-09 15:26 libgcj/5303 tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).