summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2008-06-302008-07-01svn
2008-06-292008-06-30svn
2008-06-282008-06-29svn
2008-06-272008-06-28svn
2008-06-262008-06-27svn
2008-06-252008-06-26svn
2008-06-25* lib/erb.rb (ERB::Compiler#compile): output magic comment.naruse
2008-06-232008-06-24svn
2008-06-232008-06-23svn
2008-06-212008-06-22svn
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-212008-06-22svn
2008-06-20* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz
2008-06-19* thread_win32.c (native_sleep): fix to decrement sleeper count.ko1
2008-06-18* test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158]mame
2008-06-17 * dir.c (Init_Dir): dir_foreach() takes variable argument.usa
2008-06-16* ext/syck/rubyext.c: add encoding header.naruse
2008-06-15* vm_core.h, thread.c: rename global_interpreter_lock toko1
2008-06-15* vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu
2008-06-13* gc.c (ruby_gc_stress): moved to rb_objspace_t.nobu
2008-06-13* enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz
2008-06-11* io.c (rb_io_reopen): clear read buffer.nobu
2008-06-10* include/ruby/intern.h, proc.c: revert rb_proc_call() andko1
2008-06-10* include/ruby/encoding.h: not to use varargs.h since requiring C89.nobu
2008-06-08* ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-06 * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa
2008-06-06* ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnilnobu
2008-06-04* test/ruby/test_process.rb: add tests.mame
2008-06-04* configure.in (CFLAGS, CXXFLAGS): include additional flags tonobu
2008-06-02* marshal.c (w_object): add a check for modification of array duringmame
2008-06-01* rational.c (string_to_r_internal): use rb_isdigit.naruse
2008-06-01* insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse
2008-05-31* include/ruby/ruby.h: renamed include guard.nobu
2008-05-29* test/ruby/test_regexp.rb: add tests.mame
2008-05-28* enc/trans/japanese.c: add workarround for Unicode to CP932.naruse
2008-05-27 * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa
2008-05-25* hash.c (env_each_value): Do not call env_values() twice.knu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-23* transcode.c (rb_str_transcode): argc is 1, and argv is &to.naruse
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-21* insns.def, vm_insnhelper.c: specify "const".ko1
2008-05-20* transcode.c, include/ruby/encodng.h (rb_str_transcode):naruse