public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk/debuginfo ChangeLog Scope.java
@ 2007-09-07 20:35 swagiaal
  0 siblings, 0 replies; 5+ messages in thread
From: swagiaal @ 2007-09-07 20:35 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	swagiaal@sourceware.org	2007-09-07 20:35:45

Modified files:
	frysk/debuginfo: ChangeLog Scope.java 

Log message:
	Index: frysk-core/frysk/debuginfo/ChangeLog
	2007-09-07  Sami Wagiaalla  <swagiaal@redhat.com>
	
	* Scope.java: Added setter and getter for Scope outer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.139&r2=1.140
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/Scope.java.diff?cvsroot=frysk&r1=1.13&r2=1.14


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

* frysk-core/frysk/debuginfo ChangeLog Scope.java
@ 2007-09-19 17:02 swagiaal
  0 siblings, 0 replies; 5+ messages in thread
From: swagiaal @ 2007-09-19 17:02 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	swagiaal@sourceware.org	2007-09-19 17:02:05

Modified files:
	frysk/debuginfo: ChangeLog Scope.java 

Log message:
	Index: frysk-core/frysk/debuginfo/ChangeLog
	+2007-09-19  Sami Wagiaalla  <swagiaal@redhat.com>
	+
	+       * Scope.java: Variables and enumerations now get initialized
	+       only when rquested.
	+       (getEnums): new function.
	+

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.162&r2=1.163
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/Scope.java.diff?cvsroot=frysk&r1=1.19&r2=1.20


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

* frysk-core/frysk/debuginfo ChangeLog Scope.java
@ 2007-08-17 14:59 swagiaal
  0 siblings, 0 replies; 5+ messages in thread
From: swagiaal @ 2007-08-17 14:59 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	swagiaal@sourceware.org	2007-08-17 14:59:31

Modified files:
	frysk/debuginfo: ChangeLog Scope.java 

Log message:
	Index: frysk-core/frysk/debuginfo/ChangeLog
	+ 2007-08-17  Sami Wagiaalla  <swagiaal@redhat.com>
	+
	+       * Scope.java (toPrint): Do not print empty scopes.
	+

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.75&r2=1.76
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/Scope.java.diff?cvsroot=frysk&r1=1.6&r2=1.7


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

* frysk-core/frysk/debuginfo ChangeLog Scope.java
@ 2007-08-16 19:45 swagiaal
  0 siblings, 0 replies; 5+ messages in thread
From: swagiaal @ 2007-08-16 19:45 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	swagiaal@sourceware.org	2007-08-16 19:45:12

Modified files:
	frysk/debuginfo: ChangeLog Scope.java 

Log message:
	Index: frysk-core/frysk/debuginfo/ChangeLog
	+2007-08-16  Sami Wagiaalla  <swagiaal@redhat.com>
	+
	+       * Scope.java (toPrint): Added braces to enclose scopes.
	+

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/Scope.java.diff?cvsroot=frysk&r1=1.5&r2=1.6


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

* frysk-core/frysk/debuginfo ChangeLog Scope.java
@ 2007-08-13 18:54 cagney
  0 siblings, 0 replies; 5+ messages in thread
From: cagney @ 2007-08-13 18:54 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-08-13 18:54:51

Modified files:
	frysk/debuginfo: ChangeLog Scope.java 

Log message:
	Index: frysk-core/frysk/debuginfo/ChangeLog
	2007-08-13  Andrew Cagney  <cagney@redhat.com>
	
	* Scope.java: Delete unused import lib.dwfl.DwException.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/Scope.java.diff?cvsroot=frysk&r1=1.4&r2=1.5


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

end of thread, other threads:[~2007-09-19 17:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-07 20:35 frysk-core/frysk/debuginfo ChangeLog Scope.java swagiaal
  -- strict thread matches above, loose matches on Subject: below --
2007-09-19 17:02 swagiaal
2007-08-17 14:59 swagiaal
2007-08-16 19:45 swagiaal
2007-08-13 18:54 cagney

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