r844625 | philip | 2003-01-23 18:10:29 -0600 (Thu, 23 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.
r844585 | kfogel | 2003-01-22 17:36:05 -0600 (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.
r844559 | kfogel | 2003-01-21 13:25:15 -0600 (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.
r844358 | rooneg | 2003-01-07 18:38:13 -0600 (Tue, 07 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.)