public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog main.cxx
@ 2008-02-29 14:36 wcohen
  0 siblings, 0 replies; 10+ messages in thread
From: wcohen @ 2008-02-29 14:36 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	wcohen@sourceware.org	2008-02-29 14:36:28

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2008-02-29  Will Cohen  <wcohen@redhat.com>
	
	* main.cxx (handle_interrupts): Make compatible with GCC 4.3.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.801&r2=1.802
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.85&r2=1.86


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

* src ChangeLog main.cxx
@ 2007-08-20 14:04 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2007-08-20 14:04 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2007-08-20 14:03:56

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2007-08-20  David Smith  <dsmith@redhat.com>
	
	From Lai Jiangshan <laijs@cn.fujitsu.com>
	* main.cxx (main): Make sure the '-c' and '-x' options can't be
	specified together.

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


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

* src ChangeLog main.cxx
@ 2007-03-29 16:17 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2007-03-29 16:17 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2007-03-29 17:17:12

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2007-03-29  David Smith  <dsmith@redhat.com>
	
	PR 4281
	* main.cxx (main): Validates '-m NAME' option.  Chops off '.ko' if
	present.  Makes sure name isn't empty.  Makes sure name is only
	composed of characters [_a-zA-Z0-9].

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


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

* src ChangeLog main.cxx
@ 2006-12-06 17:13 fche
  0 siblings, 0 replies; 10+ messages in thread
From: fche @ 2006-12-06 17:13 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-12-06 17:13:47

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2006-12-05  Frank Ch. Eigler  <fche@redhat.com>
	
	PR 3648
	* main.cxx (main): Tweak error message for tapset script execution.
	Also catch those clever rogues who use stdin.

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


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

* src ChangeLog main.cxx
@ 2006-11-30 16:09 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2006-11-30 16:09 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2006-11-30 16:09:09

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2006-11-30  David Smith  <dsmith@redhat.com>
	
	* main.cxx (printscript): Prints global embedded code.  Not
	printing the global embedded code was causing bad caching
	behavior.

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


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

* src ChangeLog main.cxx
@ 2006-11-02 17:27 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2006-11-02 17:27 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2006-11-02 17:27:43

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2006-11-02  David Smith  <dsmith@redhat.com>
	
	* main.cxx (main): Added '-r' check.  If the user changes the
	kernel release to compile against, make sure pass 5 isn't
	performed (since the resulting module won't be installable).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.489&r2=1.490
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.55&r2=1.56


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

* src ChangeLog main.cxx
@ 2006-04-18 11:21 fche
  0 siblings, 0 replies; 10+ messages in thread
From: fche @ 2006-04-18 11:21 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-04-18 11:21:05

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2006-04-18  Eugene Teo  <eteo@redhat.com>
	
	PR 1341
	* main.cxx (main): Use TMPDIR instead of hard-coded /tmp.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.351&r2=1.352
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.44&r2=1.45


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

* src ChangeLog main.cxx
@ 2006-03-03 19:39 jistone
  0 siblings, 0 replies; 10+ messages in thread
From: jistone @ 2006-03-03 19:39 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	jistone@sourceware.org	2006-03-03 19:39:49

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2006-03-03  Josh Stone  <joshua.i.stone@intel.com>
	
	PR 2390
	* main.cxx (main): expand search path so that revision w.x.y.z
	searches w.x.y.z, w.x.y, and w.x.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.330&r2=1.331
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.42&r2=1.43


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

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

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-01-30 22:28:41

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2006-01-30  Frank Ch. Eigler  <fche@elastic.org>
	
	* main.cxx (main): Also print elapsed real time for each pass.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.308&r2=1.309
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.38&r2=1.39


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

* src ChangeLog main.cxx
@ 2006-01-13 22:36 fche
  0 siblings, 0 replies; 10+ messages in thread
From: fche @ 2006-01-13 22:36 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-01-13 22:36:42

Modified files:
	.              : ChangeLog main.cxx 

Log message:
	2006-01-13  Frank Ch. Eigler  <fche@elastic.org>
	
	* main.cxx (main): Suppress "Try again with -v" message if already
	verbose.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.291&r2=1.292
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.33&r2=1.34


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

end of thread, other threads:[~2008-02-29 14:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-29 14:36 src ChangeLog main.cxx wcohen
  -- strict thread matches above, loose matches on Subject: below --
2007-08-20 14:04 dsmith
2007-03-29 16:17 dsmith
2006-12-06 17:13 fche
2006-11-30 16:09 dsmith
2006-11-02 17:27 dsmith
2006-04-18 11:21 fche
2006-03-03 19:39 jistone
2006-01-30 22:28 fche
2006-01-13 22:36 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).