1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/nkf
knu 5a9a84efe7 * regex.c (calculate_must_string, slow_search, re_search): Silence
warnings regarding char * vs. unsigned char * mismatch;
  submitted by Lyle Johnson <lyle.johnson@gmail.com>
  in [ruby-core:10416].

* ext/bigdecimal/bigdecimal.c (BigDecimal_load): Ditto.

* ext/digest/sha1/sha1ossl.c (SHA1_Finish): Ditto.

* ext/digest/rmd160/rmd160ossl.c (RMD160_Finish): Ditto.

* ext/digest/digest.c (rb_digest_base_finish,
  rb_digest_base_update): Ditto.

* ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1,
  rb_nkf_guess2): Ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-02-27 10:38:32 +00:00
..
lib * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp 2006-09-06 03:13:54 +00:00
nkf-utf8 revert error check-in in r11777 2007-02-19 08:29:08 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
depend * follow nkf 2.0.4 2004-11-03 07:30:42 +00:00
extconf.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
nkf.c * regex.c (calculate_must_string, slow_search, re_search): Silence 2007-02-27 10:38:32 +00:00