aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (big_lshift): make shift offset long type.akr2007-08-161-0/+8
* * lib/rinda/tuplespace.rb (Rinda::TupleSpace#start_keeper): improve keeper th...seki2007-08-151-0/+5
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-151-0/+9
* fix Rinda::TupleSpace keeper thread bug.seki2007-08-111-2/+1
* fix Rinda::TupleSpace keeper thread bug.seki2007-08-111-0/+8
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-101-0/+5
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-071-0/+8
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu2007-08-071-0/+5
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-061-0/+4
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-031-0/+10
* * lib/mkmf.rb (find_type): new method.nobu2007-08-021-1/+3
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-021-1/+3
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-14/+22
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-0/+5
* * ChangeLog: typo.nobu2007-07-301-1/+1
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-301-0/+5
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-281-0/+5
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-261-1/+5
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-0/+12
* * intern.h (is_ruby_native_thread): removed since declared as an intnobu2007-07-221-0/+5
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-2/+28
* * common.mk: inverted rules order.nobu2007-07-211-0/+2
* * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu2007-07-211-1/+9
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu2007-07-211-1/+4
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu2007-07-211-1/+3
* * win32/resource.rb: include patchlevel number.nobu2007-07-211-0/+4
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-211-0/+4
* * lib/date/format.rb (Date._parse): completes calendar week based year.tadf2007-07-201-0/+7
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-201-0/+5
* * eval_error.ci (get_backtrace): check the result more.nobu2007-07-191-0/+5
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-0/+8
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu2007-07-181-0/+4
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-171-0/+5
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-161-0/+8
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-161-0/+5
* * string.c (rb_str_rindex_m): accept string-like object convertiblenobu2007-07-161-0/+5
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-151-0/+6
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-151-0/+4
* * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.nobu2007-07-151-0/+4
* * ext/digest/digest.c (rb_digest_instance_update,nobu2007-07-151-0/+26
* * bignum.c (bigtrunc): do not empty Bignum. [ruby-dev:31229]nobu2007-07-151-1/+1
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-151-0/+4
* * bignum.c (rb_cstr_to_inum): check leading non-digits.nobu2007-07-151-0/+5
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-141-0/+4
* * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu2007-07-141-0/+4
* * test/openssl/test_pkcs7.rb: reverted the previous patch. it shouldnahi2007-07-141-0/+6
* * test/openssl/test_pkcs7.rb: follow the library change. applied anahi2007-07-141-0/+7
* * numeric.c (fix_pow): 0**2 should not raise floating pointmatz2007-07-131-0/+5
* * numeric.c (int_pow): wrong overflow detection. [ruby-dev:31215]matz2007-07-131-1/+3