Fumitoshi UKAI <ukai@debian.or.jp>


Patch Suggested
r844625, r844559, r844358 r844585

r844358 | rooneg | 2003-01-08 00:38:13 +0000 (Wed, 08 Jan 2003)

make the ruby bindings build again.

* subversion/bindings/ruby/client.c
  (cl_log_message_func): add tmp_file arugments because it is
   svn_client_get_commit_log_t.  It doesn't use tmp_file, so it sets NULL.
  (cl_propget): revision and auth_baton are required by svn_client_propget().
  (cl_proplist): revision and auth_baton are required by svn_client_proplist().

* subversion/bindings/ruby/extconf.rb
  ($LDFLAGS): add the contents of apr-config --link-ld.

Patch by: Fumitoshi UKAI <ukai@debian.or.jp>
(Tweaked by me.)


r844559 | kfogel | 2003-01-21 19:25:15 +0000 (Tue, 21 Jan 2003)

Should have done this in r4398.

Patch by: Fumitoshi UKAI <ukai@debian.or.jp>

* subversion/bindings/ruby/txdelta.c
  (txdelta_new): Pass null result_checksum to svn_txdelta_apply.


r844585 | kfogel | 2003-01-22 23:36:05 +0000 (Wed, 22 Jan 2003)

Adjust Ruby bindings for revision 4480.  

Suggested by: Fumitoshi UKAI <ukai@debian.or.jp>

* subversion/bindings/ruby/txdelta.c
  (txdelta_new): Pass null error_info to svn_txdelta_apply.


r844625 | philip | 2003-01-24 00:10:29 +0000 (Fri, 24 Jan 2003)

Passing a native string through a UTF-8 to cstring conversion can
produce rubbish if the native string contains non-ASCII characters.

Patch by: Fumitoshi UKAI <ukai@debian.or.jp>

* subversion/clients/cmdline/log-cmd.c (log_message_receiver): Remove
  spurious UTF-8 to cstring conversion.