This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog utils.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_3-branch
Changes by:	cagney@sourceware.org	2002-11-12 09:18:19

Modified files:
	gdb            : ChangeLog utils.c 

Log message:
	2002-11-12  Andrew Cagney  <ac131313@redhat.com>
	
	* utils.c (gdb_realpath): Rewrite.  Try, in order: realpath() with
	a constant buffer; cannonicalize_file_name(); realpath() with a
	pathconf() defined buffer, xstrdup().

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.3181.2.35&r2=1.3181.2.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.76&r2=1.76.6.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]