summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_8_6_75v1_8_6_75shyouhei2007-08-220-0/+0
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.shyouhei2007-08-224-4/+4
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei2007-08-223-1/+6
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei2007-08-223-2/+10
* * eval.c (get_backtrace): check the result more.shyouhei2007-08-224-8/+15
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-225-20/+132
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]shyouhei2007-08-223-2/+8
* * time.c (time_succ): Time#succ should return a time object in theshyouhei2007-08-223-2/+12
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, shyouhei2007-08-223-6/+45
* * lib/base64.rb (Base64::b64encode): should not specify /o optionshyouhei2007-08-223-2/+7
* * sprintf.c (rb_f_sprintf): more checks for format argument.shyouhei2007-08-223-29/+44
* * ext/digest/digest.c (rb_digest_instance_update,shyouhei2007-08-2210-9/+45
* * bignum.c (rb_cstr_to_inum): check leading non-digits.shyouhei2007-08-223-16/+22
* * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.shyouhei2007-08-223-2/+10
* * numeric.c (fix_pow): 0**2 should not raise floating pointshyouhei2007-08-223-1/+7
* * win32/win32.c (CreateChild): enclose command line except forshyouhei2007-08-223-11/+25
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandshyouhei2007-08-223-6/+13
* * struct.c (rb_struct_init_copy): disallow changing the size.shyouhei2007-08-223-4/+10
* * random.c: documentation fix. srand(0) initializes PRNG with '0',shyouhei2007-08-223-3/+9
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.shyouhei2007-08-224-19/+23
* * sprintf.c (rb_f_sprintf): sign bit extension should not be doneshyouhei2007-08-223-3/+8
* * array.c (rb_ary_initialize): should call rb_ary_modify() first.shyouhei2007-08-223-2/+7
* * parse.y (yylex): return non-valid token for an invalidshyouhei2007-08-223-1/+8
* * parse.y (dsym): return non-null NODE even if yyerror(). based on ashyouhei2007-08-223-1/+7
* * process.c (proc_exec_v, rb_proc_exec): preserve errno.shyouhei2007-08-223-3/+10
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occuredshyouhei2007-08-223-8/+30
* * variable.c (rb_path2class): get rid of dangling pointer caused byshyouhei2007-08-213-4/+14
* * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.shyouhei2007-08-213-2/+7
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle moreshyouhei2007-08-212-2/+2
* * configure.in (darwin): prohibit loading extension libraries toshyouhei2007-08-213-3/+9
* * eval.c (rb_kill_thread): renamed in order to get rid of conflictshyouhei2007-08-213-4/+9
* * process.c (ruby_setreuid, ruby_setregid): rename to get rid of nameshyouhei2007-08-213-3/+14
* * lib/net/imap.rb (ResponseParser#next_token): fixedshyouhei2007-08-213-3/+12
* * marshal.c (w_extended): erroneous check condition when dumpshyouhei2007-08-213-7/+12
* patchlevel 40shyouhei2007-08-151-5/+5
* * lib/rexml/formatters: set propertyies.nobu2007-07-300-0/+0
* Fixes a bug in the pretty printer related to an incomplete refactoring.ser2007-07-283-7/+12
* r1278@bean: ser | 2007-06-07 00:53:06 -0400ser2007-07-2826-1444/+1783
* patchlevel 39shyouhei2007-06-201-1/+1
* * intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()nobu2007-06-184-4/+10
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):shyouhei2007-06-144-7/+13
* * stable version 1.8.6-p36 released.shyouhei2007-06-122-4/+8
* * eval.c (rb_thread_cancel_timer): fix undefined functionshyouhei2007-06-083-1/+10
* * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei2007-06-083-1/+10
* patchlevel 34shyouhei2007-06-081-1/+1
* * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei2007-06-082-0/+10
* * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei2007-06-083-2/+7
* * win32/win32.c (rb_w32_opendir): store attributes of the secondshyouhei2007-06-083-33/+36
* * eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei2007-06-075-38/+99
* 2007-06-07shyouhei2007-06-071-1/+1