aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-182-5/+6
* * process.c (detach_process_watcher): should not pass the pointernobu2007-08-182-7/+12
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-184-5/+16
* ChangeLog: typo fixed. [ruby-dev:31439]matz2007-08-161-2/+2
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz2007-08-162-0/+6
* * configure.in (aix): enable shared by default.nobu2007-08-163-19/+28
* * bignum.c (big_lshift): make shift offset long type.akr2007-08-162-10/+19
* * lib/rinda/tuplespace.rb (Rinda::TupleSpace#start_keeper): improve keeper th...seki2007-08-152-1/+6
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-154-18/+622
* fix Rinda::TupleSpace keeper thread bug.seki2007-08-111-2/+1
* fix Rinda::TupleSpace keeper thread bug.seki2007-08-113-5/+30
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-102-6/+11
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-072-2/+8
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-073-43/+44
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu2007-08-073-6/+11
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-063-80/+84
* fixed a typo.tadf2007-08-051-1/+1
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-032-20/+65
* * lib/mkmf.rb (find_type): new method.nobu2007-08-022-14/+39
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-022-2/+4
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-023-22/+29
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-023-5/+10
* * ChangeLog: typo.nobu2007-07-301-1/+1
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-303-15/+30
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-283-5/+12
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-263-5/+9
* * dln.c (conv_to_posix_path): removed.nobu2007-07-264-121/+128
* * intern.h (is_ruby_native_thread): removed since declared as an intnobu2007-07-223-4/+8
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-2210-30/+56
* * common.mk: inverted rules order.nobu2007-07-211-0/+2
* * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu2007-07-215-45/+153
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu2007-07-212-1/+5
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu2007-07-214-4/+6
* * win32/resource.rb: include patchlevel number.nobu2007-07-213-99/+9
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-213-3/+8
* * lib/date/format.rb (Date._parse): completes calendar week based year.tadf2007-07-202-17/+30
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-203-4/+12
* * eval_error.ci (get_backtrace): check the result more.nobu2007-07-193-7/+14
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-195-24/+136
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu2007-07-182-1/+7
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-173-4/+14
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-163-6/+45
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-163-4/+9
* * string.c (rb_str_rindex_m): accept string-like object convertiblenobu2007-07-162-37/+47
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-152-28/+43
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-153-18/+10
* * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.nobu2007-07-152-1/+5
* * ext/digest/digest.c (rb_digest_instance_update,nobu2007-07-159-8/+44
* * 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-152-1/+6