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

Re: svn commit: r38983 - in trunk/subversion: include include/private libsvn_client libsvn_diff libsvn_subr tests/libsvn_subr

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Sat, 29 Aug 2009 01:04:44 +0200

2009-08-28 16:01:10 Stefan Sperling napisaƂ(a):
> Author: stsp
> Date: Fri Aug 28 07:01:09 2009
> New Revision: 38983
>
> Log:
> Move functions concerned with EOL parsing from libsvn_subr/subst.c
> to libsvn_subr/eol.c. This allows further consolidation of code
> concerned with EOL-parsing instead of being all over the place.
>
> Note that functions concerned with the svn:eol-style property are not
> affected by this change.
>
> * build.conf:
> (subst-test): Rename to ...
> (eol-test): ... this.
> (__ALL_TESTS__): Track renamed test.
> (msvc-export): Add private\svn_eol_private.h.
>
> * subversion/include/private/svn_eol_private.h: New.
>
> * subversion/libsvn_subr/subst.c,
> subversion/include/svn_subst.h
> (svn_subst_find_eol_start, svn_subst_detect_eol,
> svn_subst_detect_file_eol): Move these functions from here ...
>
> * subversion/libsvn_subr/eol.c,
> subversion/include/private/svn_eol_private.h
> (svn_eol_find_eol_start, svn_eol_detect_eol,
> svn_eol_detect_file_eol): ... to these new files and rename them.

private/svn_eol_private.h is a private header, so these functions should be renamed (s/svn_eol_/&_/g).

-- 
Arfrever Frehtes Taifersar Arahesis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2388411

Received on 2009-08-29 01:02:59 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.