[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r959950 - /subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 2 Jul 2010 13:08:45 +0200

> -----Original Message-----
> From: rhuijben_at_apache.org [mailto:rhuijben_at_apache.org]
> Sent: vrijdag 2 juli 2010 13:02
> To: commits_at_subversion.apache.org
> Subject: svn commit: r959950 -
> /subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
>
> Author: rhuijben
> Date: Fri Jul 2 11:01:44 2010
> New Revision: 959950
>
> URL: http://svn.apache.org/viewvc?rev=959950&view=rev
> Log:
> Improve the debugging experience with Visual Studio and/or the Windows
> exception report handler a bit by giving the nameless but typedef'ed
> structures a name that will be shown in the debugger instead of
> __undef_XXXX (where XXXX is some random hex number).
>
> * subversion/libsvn_ra_serf/ra_serf.h
> (svn_ra_serf__connection_t,
> svn_ra_serf__dav_props_t,
> svn_ra_serf__handler_t,
> svn_ra_serf__server_error_t,
> svn_ra_serf__simple_request_context_t): Use named structure types.
>
> Modified:
> subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
>
> Modified: subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
> URL:
> http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf
> /ra_serf.h?rev=959950&r1=959949&r2=959950&view=diff
> =======================================================================
> =======
> --- subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h (original)
> +++ subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h Fri Jul 2
> 11:01:44 2010
> @@ -78,7 +78,7 @@ typedef enum
> } svn_ra_serf__authn_types;

Reviewing my own commit: It also helps with 'svn diff -x -p' ;-)

        Bert
Received on 2010-07-02 13:14:28 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.