public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/runtime ChangeLog vsprintf.c
@ 2007-10-17 12:52 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2007-10-17 12:52 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-10-17 12:52:27

Modified files:
	runtime        : ChangeLog vsprintf.c 

Log message:
	2007-10-17  Martin Hunt  <hunt@redhat.com>
	PR5000
	* vsprintf.c: Remove _stp_endian.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.230&r2=1.231
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10


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

* src/runtime ChangeLog vsprintf.c
@ 2008-02-27 16:42 brolley
  0 siblings, 0 replies; 6+ messages in thread
From: brolley @ 2008-02-27 16:42 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	brolley@sourceware.org	2008-02-27 16:42:05

Modified files:
	runtime        : ChangeLog vsprintf.c 

Log message:
	2008-02-27  Dave Brolley  <brolley@redhat.com>
	
	PR5189
	* vsprintf.c (_stp_vsnprintf): Extract arguments of type int64_t for
	dynamic width and precision. Implement width and precision correctly for
	the %b format specifier. Implement the %m specifier.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.242&r2=1.243
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11


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

* src/runtime ChangeLog vsprintf.c
@ 2006-07-21  0:01 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2006-07-21  0:01 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-07-21 00:01:37

Modified files:
	runtime        : ChangeLog vsprintf.c 

Log message:
	2006-07-20  Martin Hunt  <hunt@redhat.com>
	
	* vsprintf.c (_stp_vsnprintf): %p format fixes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.130&r2=1.131
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7


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

* src/runtime ChangeLog vsprintf.c
@ 2006-04-28 20:36 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2006-04-28 20:36 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-04-28 20:36:29

Modified files:
	runtime        : ChangeLog vsprintf.c 

Log message:
	2006-04-28  Martin Hunt  <hunt@redhat.com>
	
	* vsprintf.c (_stp_vsnprintf): Fix argument size for %p.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.110&r2=1.111
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4


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

* src/runtime ChangeLog vsprintf.c
@ 2006-04-17 19:17 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2006-04-17 19:17 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-04-17 19:17:39

Modified files:
	runtime        : ChangeLog vsprintf.c 

Log message:
	2006-04-17  Martin Hunt  <hunt@redhat.com>
	
	* vsprintf.c (_stp_vsnprintf): Fix endian
	before writing binary.
	(_stp_endian): New variable to control endianess.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3


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

* src/runtime ChangeLog vsprintf.c
@ 2006-04-11  4:24 hunt
  0 siblings, 0 replies; 6+ messages in thread
From: hunt @ 2006-04-11  4:24 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-04-11 04:24:50

Modified files:
	runtime        : ChangeLog vsprintf.c 

Log message:
	2006-04-10  Martin Hunt  <hunt@redhat.com>
	
	* vsprintf.c (_stp_snprintf): New function.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2


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

end of thread, other threads:[~2008-02-27 16:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-17 12:52 src/runtime ChangeLog vsprintf.c hunt
  -- strict thread matches above, loose matches on Subject: below --
2008-02-27 16:42 brolley
2006-07-21  0:01 hunt
2006-04-28 20:36 hunt
2006-04-17 19:17 hunt
2006-04-11  4:24 hunt

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