public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog staptree.cxx
@ 2008-03-12 15:50 brolley
  0 siblings, 0 replies; 6+ messages in thread
From: brolley @ 2008-03-12 15:50 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	brolley@sourceware.org	2008-03-12 15:50:21

Modified files:
	.              : ChangeLog staptree.cxx 

Log message:
	2008-03-12  Dave Brolley  <brolley@redhat.com>
	
	PR5897
	* staptree.cxx (probe::printsig): If this probe was derived from an alias,
	call the printsig method of the alias.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.805&r2=1.806
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.76&r2=1.77


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

* src ChangeLog staptree.cxx
@ 2007-11-26 15:46 fche
  0 siblings, 0 replies; 6+ messages in thread
From: fche @ 2007-11-26 15:46 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-11-26 15:46:36

Modified files:
	.              : ChangeLog staptree.cxx 

Log message:
	* conditional probe thinko fix cont'd

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.722&r2=1.723
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.67&r2=1.68


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

* src ChangeLog staptree.cxx
@ 2007-07-02 19:36 wcohen
  0 siblings, 0 replies; 6+ messages in thread
From: wcohen @ 2007-07-02 19:36 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	wcohen@sourceware.org	2007-07-02 19:35:48

Modified files:
	.              : ChangeLog staptree.cxx 

Log message:
	PR 4720
	* staptree.cxx (probe_point::print): Remove stray output.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.637&r2=1.638
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.60&r2=1.61


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

* src ChangeLog staptree.cxx
@ 2007-06-26 20:55 wcohen
  0 siblings, 0 replies; 6+ messages in thread
From: wcohen @ 2007-06-26 20:55 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	wcohen@sourceware.org	2007-06-26 20:55:27

Modified files:
	.              : ChangeLog staptree.cxx 

Log message:
	Remove stray "\n" from probe_point::print.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.634&r2=1.635
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.59&r2=1.60


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

* src ChangeLog staptree.cxx
@ 2007-06-09 22:50 fche
  0 siblings, 0 replies; 6+ messages in thread
From: fche @ 2007-06-09 22:50 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-06-09 22:50:13

Modified files:
	.              : ChangeLog staptree.cxx 

Log message:
	2007-06-09  Frank Ch. Eigler  <fche@elastic.org>
	
	PR 4609
	From Eugeniy Meshcheryakov <eugen@debian.org>
	* staptree.cxx: Add #include <algorithm> for gcc 4.3.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.624&r2=1.625
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.57&r2=1.58


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

* src ChangeLog staptree.cxx
@ 2005-07-11 21:47 graydon
  0 siblings, 0 replies; 6+ messages in thread
From: graydon @ 2005-07-11 21:47 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	graydon@sourceware.org	2005-07-11 21:47:39

Modified files:
	.              : ChangeLog staptree.cxx 

Log message:
	2005-07-11  Graydon Hoare  <graydon@redhat.com>
	
	* staptree.cxx (require): Generally handle null pointers in src.
	(deep_copy_visitor::visit_if_statement): Revert fche's change.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.19&r2=1.20


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

end of thread, other threads:[~2008-03-12 15:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-12 15:50 src ChangeLog staptree.cxx brolley
  -- strict thread matches above, loose matches on Subject: below --
2007-11-26 15:46 fche
2007-07-02 19:36 wcohen
2007-06-26 20:55 wcohen
2007-06-09 22:50 fche
2005-07-11 21:47 graydon

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