summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-08-22 * eval.c (get_backtrace): check the result more.shyouhei
2007-08-22* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei
2007-08-22 * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]shyouhei
2007-08-22 * time.c (time_succ): Time#succ should return a time object in theshyouhei
2007-08-22 * numeric.c (fix_pow): integer power calculation: 0**n => 0, shyouhei
2007-08-22 * lib/base64.rb (Base64::b64encode): should not specify /o optionshyouhei
2007-08-22 * sprintf.c (rb_f_sprintf): more checks for format argument.shyouhei
2007-08-22 * ext/digest/digest.c (rb_digest_instance_update,shyouhei
2007-08-22 * bignum.c (rb_cstr_to_inum): check leading non-digits.shyouhei
2007-08-22 * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.shyouhei
2007-08-22 * numeric.c (fix_pow): 0**2 should not raise floating pointshyouhei
2007-08-22 * win32/win32.c (CreateChild): enclose command line except forshyouhei
2007-08-22 * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandshyouhei
2007-08-22 * struct.c (rb_struct_init_copy): disallow changing the size.shyouhei
2007-08-22 * random.c: documentation fix. srand(0) initializes PRNG with '0',shyouhei
2007-08-22 * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.shyouhei
2007-08-22 * sprintf.c (rb_f_sprintf): sign bit extension should not be doneshyouhei
2007-08-22 * array.c (rb_ary_initialize): should call rb_ary_modify() first.shyouhei
2007-08-22 * parse.y (yylex): return non-valid token for an invalidshyouhei
2007-08-22 * parse.y (dsym): return non-null NODE even if yyerror(). based on ashyouhei
2007-08-22 * process.c (proc_exec_v, rb_proc_exec): preserve errno.shyouhei
2007-08-22 * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occuredshyouhei
2007-08-21 * variable.c (rb_path2class): get rid of dangling pointer caused byshyouhei
2007-08-21 * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.shyouhei
2007-08-21 * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle moreshyouhei
2007-08-21 * configure.in (darwin): prohibit loading extension libraries toshyouhei
2007-08-21 * eval.c (rb_kill_thread): renamed in order to get rid of conflictshyouhei
2007-08-21 * process.c (ruby_setreuid, ruby_setregid): rename to get rid of nameshyouhei
2007-08-21 * lib/net/imap.rb (ResponseParser#next_token): fixedshyouhei
2007-08-21 * marshal.c (w_extended): erroneous check condition when dumpshyouhei
2007-08-15patchlevel 40shyouhei
2007-06-20patchlevel 39shyouhei
2007-06-18* intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()nobu
2007-06-14* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):shyouhei
2007-06-12* stable version 1.8.6-p36 released.shyouhei
2007-06-08* eval.c (rb_thread_cancel_timer): fix undefined functionshyouhei
2007-06-08* eval.c (rb_eval_cmd): just return if no exceptions.shyouhei
2007-06-08patchlevel 34shyouhei
2007-06-08* eval.c (rb_eval_cmd): just return if no exceptions.shyouhei
2007-06-08* win32/win32.c (rb_w32_opendir): store attributes of the secondshyouhei
2007-06-07* eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei
2007-06-072007-06-07shyouhei
2007-06-07* eval.c (method_inspect): show proper class name.shyouhei
2007-05-26* runruby.rb: eliminate uninitialized variable.shyouhei
2007-05-26* eval.c (mnew): call of super via a method object should work again.shyouhei
2007-05-22* process.c (proc_exec_v): terminate timer thread in advance.shyouhei
2007-05-22* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei
2007-05-22merge -r 12332:12336shyouhei
2007-05-22merge -c 12293shyouhei
2007-05-22merge -r 12278:12280shyouhei