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

Re: svn commit: rev 1029 - trunk trunk/subversion/include trunk/subversion/libsvn_subr

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-01-23 19:35:39 CET

On Wed, Jan 23, 2002 at 11:54:27AM -0600, brane@tigris.org wrote:
> Author: brane
> Date: 2002-01-23 17:54 GMT
> New Revision: 1029
>
> Added:
> trunk/subversion/libsvn_subr/config_file.c
> trunk/subversion/libsvn_subr/config_impl.h
> trunk/subversion/libsvn_subr/config_win.c
> Modified:
> trunk/subversion/include/svn_config.h
> trunk/subversion/libsvn_subr/config.c
> trunk/subversion/libsvn_subr/libsvn_subr.dsp
> trunk/svn_private_config.hw
> Log:
> Config file parser implementation.

all right! this looks really cool.

-garrett

> + /* "Why," you ask yourself, "is he using stdio FILE's instead of
> + apr_file_t's?" The answer is simple: newline translation. For
> + all that it has an APR_BINARY flag, APR doesn't do newline
> + translation in files. The only portable way I know to get
> + translated text files is to use the standard stdio library. */

you know, i was about to ask this very question until i saw this
comment ;-)

-garrett

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:58 2006

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.