summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-08-11fix Rinda::TupleSpace keeper thread bug.seki
2007-08-11fix Rinda::TupleSpace keeper thread bug.seki
2007-08-10 * lib/date/format.rb: reverted some wrongly erased "o" optionstadf
2007-08-07* ext/pty/pty.c (establishShell): handshaking before close slavenobu
2007-08-07* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu
2007-08-07* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu
2007-08-06* lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu
2007-08-05fixed a typo.tadf
2007-08-03* ext/extmk.rb (extmake): save all CONFIG values.nobu
2007-08-02* lib/mkmf.rb (find_type): new method.nobu
2007-08-02* lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-07-30* ChangeLog: typo.nobu
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-28* ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz
2007-07-26* dln.c (load_1, dln_find_1): constified.nobu
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-07-22* intern.h (is_ruby_native_thread): removed since declared as an intnobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-07-21* common.mk: inverted rules order.nobu
2007-07-21* bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu
2007-07-21* lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu
2007-07-21* {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu
2007-07-21* win32/resource.rb: include patchlevel number.nobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20 * lib/date/format.rb (Date._parse): completes calendar week based year.tadf
2007-07-20* ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu
2007-07-19* eval_error.ci (get_backtrace): check the result more.nobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-18* bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu
2007-07-17* time.c (time_succ): Time#succ should return a time object in thematz
2007-07-16* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-16* string.c (rb_str_rindex_m): accept string-like object convertiblenobu
2007-07-15* sprintf.c (rb_f_sprintf): more checks for format argument.nobu
2007-07-15* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu
2007-07-15* bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.nobu
2007-07-15* ext/digest/digest.c (rb_digest_instance_update,nobu
2007-07-15* bignum.c (bigtrunc): do not empty Bignum. [ruby-dev:31229]nobu
2007-07-15* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu
2007-07-15* bignum.c (rb_cstr_to_inum): check leading non-digits.nobu
2007-07-14* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu
2007-07-14* enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu
2007-07-14 * test/openssl/test_pkcs7.rb: reverted the previous patch. it shouldnahi
2007-07-14 * test/openssl/test_pkcs7.rb: follow the library change. applied anahi
2007-07-13* numeric.c (fix_pow): 0**2 should not raise floating pointmatz
2007-07-13* numeric.c (int_pow): wrong overflow detection. [ruby-dev:31215]matz
2007-07-13* numeric.c (int_pow): wrong overflow detection. [ruby-dev:31213]matz