CVSUtils

 view release on metacpan or  search on metacpan

testref/5-fsf-r.txt  view on Meta::CPAN

	* include/svn_delta.h (1.49), libsvn_delta/Makefile.am (1.6),
	libsvn_delta/delta.h (1.7), libsvn_delta/delta_parse.c (1.48),
	libsvn_delta/prop_parse.c (1.1),
	libsvn_delta/tests/deltaparse-test.c (1.15): 
	
	We made a interface change in svn_walk_t, which then required much 
	hacking on libsvn_delta.  deltaparse-test now works correctly again.  
	
	We're now ready to start filling out prop_parse.c! 

2000-08-18 22:05  kfogel

	* include/svn_delta.h (1.48): 
	(svn_pdelta_chunk_parser_t): more accurate name for 
	`svn_pdelta_chunk_parser_t'.  
	
	(svn_delta_walk_t): correct some prototypes.  

2000-08-18 22:03  kfogel

	* include/svn_delta.h (1.47): 
	(svn_pdelta_parser_t): fix typo.  

2000-08-18 21:54  kfogel

	* include/svn_delta.h (1.46): Comment on usage of fully-streamy
	property change handlers.  

2000-08-18 21:53  kfogel

	* include/svn_delta.h (1.45): Comment on usage of fully-buffering
	property change handlers.  
	
	(apply_dirent_propchange): fix name.  
	
	(dirent_pdelta): removed, as obsolete.  

2000-08-18 21:46  kfogel

	* include/svn_delta.h (1.44): Prop delta usage note.  

2000-08-18 21:45  kfogel

	* include/svn_string.h (1.27): 
	(svn_string_chop_back_to_char): prototype.  

2000-08-18 21:44  sussman

	* include/svn_delta.h (1.43): comments update 

2000-08-18 21:39  kfogel

	* libsvn_string/: svn_string.c (1.32), tests/stringtest.c (1.16): 
	(svn_string_chop_back_to_char): new func.  
	
	Chopping tests written.  

2000-08-18 21:30  sussman

	* include/svn_delta.h (1.42): New interface for optionally
	streaming prop-deltas.  

2000-08-18 17:09  kfogel

	* libsvn_delta/delta_parse.c (1.47),
	libsvn_string/tests/stringtest.c (1.15): Added copyright info, load
	svn-dev.el.  
	
	This commit is also mainly to reproduce a problem with
	commitlogging.  

2000-08-18 17:06  kfogel

	* libsvn_delta/tests/deltaparse-test.c (1.14),
	libsvn_string/svn_string.c (1.31): Ignore this commit -- only
	whitespace changes, done mainly to reproduce a problem with
	commitlogging.  

2000-08-18 17:00  kfogel

	* libsvn_wc/: apply_delta.c (1.5), tests/checkout-test.c (1.5): 
	Start baton usage.  
	
	More flexible test program.  

2000-08-18 16:44  sussman

	* include/svn_string.h (1.26), libsvn_delta/tests/deltaparse-test.c
	(1.13), libsvn_string/svn_string.c (1.30), libsvn_subr/svn_parse.c
	(1.33): Remove all cases of svn_string_print().  
	
	Remove compile warning on deltaparse-test.c.  

2000-08-18 16:09  kfogel

	* include/svn_string.h (1.25), libsvn_delta/tests/deltaparse-test.c
	(1.12), libsvn_string/svn_string.c (1.29),
	libsvn_string/tests/stringtest.c (1.14), libsvn_subr/svn_parse.c
	(1.32), libsvn_svr/server_init.c (1.30): 
	(svn_string_dup2cstring, svn_string_compare_2cstring): removed, no 
	need for these funcs.  
	
	Rewrote test suite to exercise new functionality, and display
	results readably.  

2000-08-18 14:41  kfogel

	* include/svn_string.h (1.24), libsvn_delta/tests/deltaparse-test.c
	(1.11), libsvn_string/svn_string.c (1.28),
	libsvn_string/tests/stringtest.c (1.13), libsvn_subr/svn_parse.c
	(1.31), libsvn_svr/server_init.c (1.29): 
	(svn_string_dup2cstring, svn_string_ncreate, svn_string_appendbytes, 
	svn_string_chop): o-b-o-e repairs, thanks to Greg Stein 
	<gstein@lyra.org> for catching them early.  
	
	(svn_string_dup2cstring): new name for `svn_string_2cstring'.  

2000-08-18 01:28  kfogel

	* libsvn_string/svn_string.c (1.27): 
	(svn_string_appendbytes): tack on trailing null.  Note that this

testref/5-fsf-r.txt  view on Meta::CPAN

	(svn_vernum_t): new type.  Callers who formerly used `long int' use 
	this now.  
	
	(svn_wc_apply_delta): correct arguments.  Def and callers changed.  
	
	(svn_delta_parse): pass pool to reader function.  
	
	(test_read_fn): finished.  
	
	Tweaked #includes and Makefiles as appropriate, and defined skeleton 
	functions.  

2000-08-16 22:36  sussman

	* libsvn_delta/tests/deltaparse-test.c (1.5): typo 

2000-08-16 22:35  sussman

	* libsvn_delta/tests/deltaparse-test.c (1.4): Mostly finished test
	of XML parser interface.  

2000-08-16 21:38  kfogel

	* libsvn_delta/delta_parse.c (1.41): You are in a maze of twisty
	compilation errors, each slightly different.  

2000-08-16 21:36  kfogel

	* libsvn_delta/delta.h (1.3): 
	(svn_delta_to_vcdiff): removed this hulking remnant of the bad old 
	caller-pull days.  

2000-08-16 21:35  kfogel

	* include/svn_delta.h (1.38): Use `long int' instead of the
	non-existent `svn_version_t'.  

2000-08-16 16:37  kfogel

	* libsvn_delta/delta_parse.c (1.40): 
	(get_attribute_value): completed.  Never errors now, just returns
	the value or NULL.  
	
	All callers changed.  

2000-08-15 15:46  kfogel

	* include/svn_wc.h (1.8): 
	(svn_wc_make_skelta): restore this -- we still need skeltas for 
	updates.  

2000-08-14 23:19  kfogel

	* libsvn_wc/apply_delta.c (1.2): Plug in new finish_file()
	callback.  

2000-08-14 23:17  kfogel

	* libsvn_wc/: Makefile.am (1.4), README (1.29), apply_delta.c
	(1.1), update.c (1.12), tests/checkout-test.c (1.2): Rewrite to use
	the callee-push streaming interface.  
	
	This commit is _not_ going to compile, so don't even try.  

2000-08-14 22:23  sussman

	* include/svn_delta.h (1.37), include/svn_error.h (1.13),
	libsvn_delta/delta.h (1.2), libsvn_delta/delta_parse.c (1.39): 
	delta_parse.c is basically finished for now;  ready to start
	fleshing out       dummy vcdiff parser stuff.  

2000-08-14 20:12  kfogel

	* include/svn_wc.h (1.7): Minor formatting/wording fix.  

2000-08-14 20:11  kfogel

	* include/svn_wc.h (1.6): Reflect the new callee-push interface.  
	
	Use the (svn_error_t *) and return-by-reference conventions that we 
	have adopted everywhere else.  
	
	Got rid of non-streamable property functions.  
	
	Long comment about implementation of property reading and writing.  

2000-08-14 19:04  sussman

	* include/svn_delta.h (1.36), libsvn_delta/delta.h (1.1),
	libsvn_delta/delta_parse.c (1.38): Moved private stuff from public
	header to private header.  

2000-08-14 17:58  sussman

	* include/jimb-delta-parse.h (1.7), include/svn_delta.h (1.35),
	include/svn_error.h (1.12), libsvn_delta/delta_parse.c (1.37): 
	
	Merged jimb's walker structure into svn_delta.h, jimb's own header
	is not (any longer) relevant.  :) 
	
	Busy filling out parser's routines to call various svn_walker_t
	callbacks.  

2000-08-11 20:57  sussman

	* include/jimb-delta-parse.h (1.6), include/svn_delta.h (1.34),
	libsvn_delta/delta_parse.c (1.36): Entire interface rewritten, in
	process of flushing out specific events now.  

2000-08-11 17:50  sussman

	* libsvn_delta/delta_parse.c (1.35): Tweak validity check.  

2000-08-11 17:13  jimb

	* include/svn_error.h (1.11), libsvn_subr/svn_error.c (1.27): 
	* svn_error.h (svn_create_errorf): Use `extern' in declaration,
	although it doesn't make any difference.  
	
	* svn_error.c: #include <stdarg.h> and "apr_strings.h", since we use 
	facilities they provide.  



( run in 1.029 second using v1.01-cache-2.11-cpan-5735350b133 )