public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-imports/libunwind ChangeLog doc/unw_crea ...
@ 2007-03-12 21:44 npremji
  0 siblings, 0 replies; 2+ messages in thread
From: npremji @ 2007-03-12 21:44 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Branch: 	libunwind-import-20070312-branch
Changes by:	npremji@sourceware.org	2007-03-12 21:44:30

Modified files:
	libunwind      : ChangeLog 
	libunwind/doc  : unw_create_addr_space.man 
	                 unw_create_addr_space.tex unw_get_proc_name.man 
	                 unw_get_proc_name.tex 

Log message:
	frysk-imports/libunwind/CL
	Merge with libunwind-20070224
	* doc/unw_create_addr_space.man: Modified
	* doc/unw_create_addr_space.tex: Modified.
	* doc/unw_get_proc_name.man: Modified.
	* doc/unw_get_proc_name.tex: Modified.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/ChangeLog.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.40.2.4&r2=1.40.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_create_addr_space.man.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_create_addr_space.tex.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_get_proc_name.man.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_get_proc_name.tex.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070312-branch&r1=1.3&r2=1.3.2.1


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

* frysk-imports/libunwind ChangeLog doc/unw_crea ...
@ 2006-09-27  4:06 aoliva
  0 siblings, 0 replies; 2+ messages in thread
From: aoliva @ 2006-09-27  4:06 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	aoliva@sourceware.org	2006-09-27 04:06:09

Modified files:
	libunwind      : ChangeLog 
	libunwind/doc  : unw_create_addr_space.man 
	                 unw_create_addr_space.tex unw_get_proc_name.man 
	                 unw_get_proc_name.tex 
	libunwind/src  : elfxx.c 
	libunwind/src/hppa: Gget_proc_info.c 
	libunwind/src/mi: Gget_proc_name.c 
	libunwind/src/x86: Gget_proc_info.c 
	libunwind/src/x86_64: Gget_proc_info.c 

Log message:
	* src/elfxx.c (lookup_symbol): Cope with NULL buf and zero buf_len.
	* src/mi/Gget_proc_name.c (intern_string, get_proc_name): Likewise.
	* src/hppa/Gget_proc_info.c (unw_get_proc_info): Use it.
	* src/x86/Gget_proc_info.c (unw_get_proc_info): Likewise.
	* src/x86_64/Gget_proc_info.c (unw_get_proc_info): Likewise.
	* doc/unw_get_proc_name.tex: Document NULL buf and zero buf_len.
	* doc/unw_create_addr_space.tex (get_proc_name): Likewise.
	* doc/unw_get_proc_name.man: Rebuilt.
	* doc/unw_create_addr_space.man: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/ChangeLog.diff?cvsroot=frysk&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_create_addr_space.man.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_create_addr_space.tex.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_get_proc_name.man.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/doc/unw_get_proc_name.tex.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/elfxx.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/hppa/Gget_proc_info.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/mi/Gget_proc_name.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86/Gget_proc_info.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/Gget_proc_info.c.diff?cvsroot=frysk&r1=1.2&r2=1.3


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

end of thread, other threads:[~2007-03-12 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-12 21:44 frysk-imports/libunwind ChangeLog doc/unw_crea npremji
  -- strict thread matches above, loose matches on Subject: below --
2006-09-27  4:06 aoliva

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