public inbox for rhug-cvs@sourceware.org
help / color / mirror / Atom feed
* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-07-13 12:45 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-07-13 12:45 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-07-13 12:45:11

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2005-07-13  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in (system): Fix error messages.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.46&r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.3&r2=1.4


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2006-08-23  8:45 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2006-08-23  8:45 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2006-08-23 08:45:07

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2006-08-23  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in: Use gcj-dbtool to determine libdir.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.91&r2=1.92
http://sourceware.org/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.19&r2=1.20


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-09-20 11:30 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-09-20 11:30 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-09-20 11:30:21

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2005-09-20  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in: Cope with jars in jars (in jars in jars...)
	and with incorrectly named classes.  This allows us to handle
	wars, ears and rars.  Also split jarfiles on bytes of classes as
	well as number of classes, to avoid machine-crushing compilations.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.12&r2=1.13


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-09-16 12:31 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-09-16 12:31 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-09-16 12:31:06

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2005-09-16  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in (find_jars): More correctly identify jars.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.11&r2=1.12


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-09-16 12:00 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-09-16 12:00 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-09-16 12:00:21

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2005-09-16  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in (find_jars, strip_exclusions): Move the
	exclusion handling logic from its own function into find_jars.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.59&r2=1.60
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.10&r2=1.11


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-07-14 10:28 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-07-14 10:28 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-07-14 10:28:56

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2005-07-14  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in (find_jars): Ignore jars that contain no
	classes, ignoring (for now) classes in WEB-INF directories.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.6&r2=1.7


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-07-13 14:41 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-07-13 14:41 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-07-13 14:41:54

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2005-07-13  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in (split_jarfile): Change semantics.
	* aot-compile-rpm.in (symlink_jarfile): New function.
	* aot-compile-rpm.in (aot_compile_rpm): Refactor.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.5&r2=1.6


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-07-13 13:04 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-07-13 13:04 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-07-13 13:04:27

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	2005-07-13  Gary Benson  <gbenson@redhat.com>
	
	* aot-compile-rpm.in (find_jars, aot_compile_rpm): Move the bit
	that ensures different basenames from before to after weed_jars.
	* aot-compile-rpm.in (weed_jars): Warn if a subset works both
	ways, to alert of possible identical copies of the same jar.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.4&r2=1.5


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

* java-gcj-compat ChangeLog aot-compile-rpm.in
@ 2005-07-13 12:42 gary
  0 siblings, 0 replies; 9+ messages in thread
From: gary @ 2005-07-13 12:42 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	java-gcj-compat
Changes by:	gary@sourceware.org	2005-07-13 12:42:42

Modified files:
	.              : ChangeLog aot-compile-rpm.in 

Log message:
	Always split, to avoid huge assembler files

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/ChangeLog.diff?cvsroot=rhug&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/java-gcj-compat/aot-compile-rpm.in.diff?cvsroot=rhug&r1=1.2&r2=1.3


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

end of thread, other threads:[~2006-08-23  8:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-13 12:45 java-gcj-compat ChangeLog aot-compile-rpm.in gary
  -- strict thread matches above, loose matches on Subject: below --
2006-08-23  8:45 gary
2005-09-20 11:30 gary
2005-09-16 12:31 gary
2005-09-16 12:00 gary
2005-07-14 10:28 gary
2005-07-13 14:41 gary
2005-07-13 13:04 gary
2005-07-13 12:42 gary

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).