aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of pointers.naruse2011-02-031-0/+10
* * include/ruby/missing.h: don't use HAVE_STDDEF_H because it nevernaruse2011-02-031-0/+9
* * include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n'naruse2011-02-031-0/+6
* fix typoskazu2011-02-031-4/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove2011-02-021-0/+7
* * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove2011-02-021-0/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-021-0/+12
* * io.c (rb_io_fdatasync): Use fsync(2) if if the underlyingkosaki2011-02-021-0/+5
* Commit files I forgot to adddrbrain2011-02-021-0/+6
* Import RDoc 3.5.1drbrain2011-02-021-0/+4
* * include/ruby/st.h (st_table): Added comment why we need __extension__.kosaki2011-02-011-0/+4
* * enc/encdb.c: parenthesize macro arguments.akr2011-02-011-0/+4
* * test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa2011-02-011-0/+6
* * test/benchmark/test_benchmark.rb (#capture_bench_output):kosaki2011-02-011-0/+7
* Import rubygems 1.5.0 (released version @ 1fb59d0)ryan2011-02-011-0/+5
* * ext/io/console/console.c (console_set_winsize): new method to setnobu2011-01-311-1/+4
* * ext/io/console/console.c (console_winsize): use GetWriteFD.nobu2011-01-311-0/+4
* * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.tarui2011-01-311-0/+5
* * lib/benchmark.rb: fix benchmarck to work with current ruby.naruse2011-01-311-0/+32
* * node.c (add_id): remove duplicated rb_id2str() call.nagachika2011-01-311-0/+4
* * missing/langinfo.c: parenthesize macro arguments.akr2011-01-311-0/+4
* * configure.in: revert r30698.kosaki2011-01-311-0/+4
* * thread.c (thread_start_func_2): check deadlock condition beforenagachika2011-01-311-0/+6
* * ChangeLog: fix typos.nagachika2011-01-311-2/+2
* * lib/irb/locale.rb (IRB::Locale::#search_file):yugui2011-01-311-0/+5
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-311-0/+11
* Add ML Reference and a test for r30736 [ruby-core:34997]naruse2011-01-301-1/+1
* * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) beforenaruse2011-01-301-0/+8
* * missing/crypt.c: parenthesize macro arguments.akr2011-01-301-0/+4
* * test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu2011-01-301-1/+4
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-301-0/+7
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-301-0/+4
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-301-0/+5
* * hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu2011-01-301-1/+4
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-1/+3
* * include/ruby/encoding.h (rb_enc_step_back): new function to stepnobu2011-01-301-0/+5
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-301-0/+4
* io.c (struct argf): char behaves like an unsigned char by default on AIX.kanemoto2011-01-301-0/+5
* * configure.in: Mac OS X wrongly reports it has fdatasync(3).naruse2011-01-291-0/+4
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-0/+5
* * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition.kosaki2011-01-291-0/+5
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-291-0/+5
* * benchmark/driver.rb (BenchmarkDriver#measure): Show command linekosaki2011-01-291-0/+5
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-0/+8
* Import rubygems 1.5.0 (release candidate @ 09893d9)ryan2011-01-281-1/+6
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-281-0/+8
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-281-0/+7
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-281-0/+12
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-0/+15
* * variable.c (set_const_visibility): fix typo. a patch from Tomoyukimame2011-01-281-0/+5