aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-291-0/+6
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand):knu2008-05-291-0/+5
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu2008-05-291-0/+12
* * signal.c (esignal_init): handle a non-integer argument correctly,mame2008-05-291-0/+5
* * test/ruby/test_regexp.rb: add tests.mame2008-05-291-0/+4
* * test/ruby/test_require.rb: add a test for load with wrap flag, tomame2008-05-291-0/+5
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-291-0/+7
* * io.c (argf_readchar): raise EOFError, synchronizing IO#readchar.mame2008-05-291-0/+4
* * io.c (argf_external_encoding, argf_internal_encoding): fix SEGV bymame2008-05-291-0/+5
* * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu2008-05-281-0/+5
* * win32/mkexports.rb (Exports#objdump, Exports#each_line): extracted.nobu2008-05-281-0/+4
* * Makefile.in (MKPREP): appended $(RBCONFIG).nobu2008-05-281-0/+9
* * win32/mkexports.rb (Exports::Mswin#each_export): speed up.usa2008-05-281-0/+4
* * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at theknu2008-05-281-0/+5
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...knu2008-05-281-0/+7
* * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.usa2008-05-281-0/+4
* * lib/singleton.rb (SingletonClassMethods): _load should be public.nobu2008-05-281-0/+4
* * enc/trans/japanese.c: add workarround for Unicode to CP932.naruse2008-05-281-0/+6
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-05-281-0/+7
* * numeric.c: "%" is required before PRI?VALUE.akr2008-05-271-0/+4
* * eval_error.c (error_handle): SystemExit and SignalException throwsnobu2008-05-271-1/+4
* * thread.c (rb_thread_execute_interrupts): delay interrupts duringnobu2008-05-271-0/+5
* * numeric.c (num_div): should raise ZeroDivisionError.matz2008-05-271-0/+7
* * numeric.c (num_fdiv): fallback to_f should always return floatmatz2008-05-271-0/+3
* * numeric.c (check_int): use PRIxVALUE format specifier.matz2008-05-271-0/+6
* * array.c (rb_ary_slice_bang): Return an empty array instead ofknu2008-05-271-0/+6
* * Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): getnobu2008-05-271-0/+7
* * ext/stringio/stringio.c (strio_each_char, Init_stringio): Addknu2008-05-271-0/+6
* * ext/stringio/stringio.c (strio_each_byte): Return self insteadknu2008-05-271-0/+5
* * enum.c (enum_to_a): Pass arguments through to #each().knu2008-05-271-0/+6
* remove garbageknu2008-05-271-1/+0
* * io.c (Init_IO): Define ARGF.{lines,bytes,chars}.knu2008-05-271-0/+5
* * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa2008-05-271-0/+6
* * file.c (BUFCHECK): no resize if enough room.nobu2008-05-261-0/+6
* * enumerator.c (struct enumerator, enumerator_init)knu2008-05-261-0/+8
* * file.c (file_expand_path): add more space for '/'.usa2008-05-261-0/+7
* * util.c (ruby_strtod): clear errno at the top of our ownmatz2008-05-261-2/+2
* * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook ismatz2008-05-261-0/+6
* * file.c (ntfs_tail): filename which starts with '.' is valid.usa2008-05-261-0/+6
* * vm_dump.c (rb_vm_bugreport): rb_make_backtrace has no arguments.nobu2008-05-251-0/+4
* * test/ruby/envutil.rb (assert_normal_exit): signal descriptionakr2008-05-251-0/+5
* * hash.c (env_each_key, env_each_value, env_reject_bang)knu2008-05-251-0/+5
* * hash.c (env_each_value): Do not call env_values() twice.knu2008-05-251-0/+4
* * compile.c (iseq_compile): set local_table formame2008-05-251-0/+5
* * compile.c (iseq_build_body): remove side effect frommame2008-05-251-0/+5
* * test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame2008-05-241-0/+5
* * test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame2008-05-241-0/+5
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-0/+16
* * error.c (exc_equal): == operator should be transitional. matz2008-05-241-0/+8
* * object.c (rb_cstr_to_dbl): should clear errno before callingmatz2008-05-241-0/+5