public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog buildrun.cxx elaborate.cxx main. ...
@ 2008-02-28 21:34 fche
  0 siblings, 0 replies; 3+ messages in thread
From: fche @ 2008-02-28 21:34 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2008-02-28 21:34:46

Modified files:
	.              : ChangeLog buildrun.cxx elaborate.cxx main.cxx 
	                 session.h tapsets.cxx translate.cxx 

Log message:
	PR5045: clean up after interrupts
	
	2008-02-28  Frank Ch. Eigler  <fche@elastic.org>
	
	PR5045
	* session.h (pending_interrupts): New global.
	* main.cxx (handle_interrupts): New fn to handle SIGINT* etc.
	* elaborate.cxx, translate.cxx, tapsets.cxx, main.cxx (*): Insert
	pending_interrupts escape hatches inside potentially timetaking loops.
	* buildrun.cxx: Don't deal with signals.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.800&r2=1.801
http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.cxx.diff?cvsroot=systemtap&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.84&r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/src/session.h.diff?cvsroot=systemtap&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.250&r2=1.251
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.194&r2=1.195


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

* src ChangeLog buildrun.cxx elaborate.cxx main. ...
@ 2006-11-08 17:51 fche
  0 siblings, 0 replies; 3+ messages in thread
From: fche @ 2006-11-08 17:51 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-11-08 17:51:33

Modified files:
	.              : ChangeLog buildrun.cxx elaborate.cxx main.cxx 
	                 staptree.cxx tapsets.cxx translate.cxx util.h 

Log message:
	2006-11-08  Frank Ch. Eigler  <fche@elastic.org>
	
	* util.h (lex_cast_qstring): Move def'n here.  Also quote \.
	(stringify, lex_cast, lex_cast_hex): Move defn here.
	* buildrun.cxx, elaborate.cxx, main.cxx, staptree.cxx: Adapt.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.495&r2=1.496
http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.cxx.diff?cvsroot=systemtap&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.155&r2=1.156
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.138&r2=1.139
http://sourceware.org/cgi-bin/cvsweb.cgi/src/util.h.diff?cvsroot=systemtap&r1=1.1&r2=1.2


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

* src ChangeLog buildrun.cxx elaborate.cxx main. ...
@ 2006-01-28  2:42 fche
  0 siblings, 0 replies; 3+ messages in thread
From: fche @ 2006-01-28  2:42 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-01-28 02:42:09

Modified files:
	.              : ChangeLog buildrun.cxx elaborate.cxx main.cxx 
	                 session.h stap.1.in tapsets.cxx translate.cxx 

Log message:
	2006-01-27  Frank Ch. Eigler  <fche@elastic.org>
	
	* main.cxx: Make "-v" (verbose) flag a counter.
	* stap.1.in: Document this.
	* session.h: Corresponding changes.
	* {elaborate,buildrun,tapsets,translate}.cxx: Update all uses of
	verbose flag to compare it to sensible level for value of message.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.307&r2=1.308
http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.cxx.diff?cvsroot=systemtap&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/src/session.h.diff?cvsroot=systemtap&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/stap.1.in.diff?cvsroot=systemtap&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.100&r2=1.101


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

end of thread, other threads:[~2008-02-28 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-28 21:34 src ChangeLog buildrun.cxx elaborate.cxx main. fche
  -- strict thread matches above, loose matches on Subject: below --
2006-11-08 17:51 fche
2006-01-28  2:42 fche

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