aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove2011-02-023-0/+14
* * 2011-02-03svn2011-02-021-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-025-2/+28
* * io.c (rb_io_fdatasync): Use fsync(2) if if the underlyingkosaki2011-02-022-4/+13
* Commit files I forgot to adddrbrain2011-02-024-0/+357
* Import RDoc 3.5.1drbrain2011-02-0249-270/+2116
* Ignore -test- and tmpdirdrbrain2011-02-020-0/+0
* * 2011-02-02svn2011-02-011-2/+2
* * include/ruby/st.h (st_table): Added comment why we need __extension__.kosaki2011-02-012-0/+13
* doc/NEWS-1.9.2: add File#sizekazu2011-02-011-0/+1
* * enc/encdb.c: parenthesize macro arguments.akr2011-02-012-3/+7
* * test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa2011-02-012-1/+7
* * test/benchmark/test_benchmark.rb (#capture_bench_output):kosaki2011-02-012-1/+8
* Import rubygems 1.5.0 (released version @ 1fb59d0)ryan2011-02-0117-46/+201
* * ext/io/console/console.c (console_set_winsize): new method to setnobu2011-01-312-1/+63
* * ext/io/console/console.c (console_winsize): use GetWriteFD.nobu2011-01-312-11/+5
* * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.tarui2011-01-313-0/+25
* * 2011-02-01svn2011-01-311-3/+3
* * lib/benchmark.rb: fix benchmarck to work with current ruby.naruse2011-01-313-93/+264
* * node.c (add_id): remove duplicated rb_id2str() call.nagachika2011-01-312-1/+5
* * missing/langinfo.c: parenthesize macro arguments.akr2011-01-312-1/+5
* * configure.in: revert r30698.kosaki2011-01-312-2/+6
* * thread.c (thread_start_func_2): check deadlock condition beforenagachika2011-01-312-2/+9
* * ChangeLog: fix typos.nagachika2011-01-311-2/+2
* * lib/irb/locale.rb (IRB::Locale::#search_file):yugui2011-01-312-1/+6
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-319-61/+73
* Additional fix for r30736naruse2011-01-301-0/+1
* Add ML Reference and a test for r30736 [ruby-core:34997]naruse2011-01-302-1/+7
* * 2011-01-31svn2011-01-301-2/+2
* * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) beforenaruse2011-01-302-1/+12
* * missing/crypt.c: parenthesize macro arguments.akr2011-01-302-39/+43
* * test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu2011-01-302-2/+5
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-303-0/+10
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-303-1/+23
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-303-12/+23
* * hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu2011-01-303-4/+14
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-305-1/+114
* * include/ruby/encoding.h (rb_enc_step_back): new function to stepnobu2011-01-302-0/+6
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-303-1/+17
* io.c (struct argf): char behaves like an unsigned char by default on AIX.kanemoto2011-01-302-1/+6
* * configure.in: Mac OS X wrongly reports it has fdatasync(3).naruse2011-01-292-0/+5
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-293-2/+15
* * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition.kosaki2011-01-292-0/+11
* * 2011-01-30svn2011-01-291-2/+2
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-293-1/+7
* * benchmark/driver.rb (BenchmarkDriver#measure): Show command linekosaki2011-01-292-1/+6
* * property.nobu2011-01-290-0/+0
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-293-2/+25
* Import rubygems 1.5.0 (release candidate @ 09893d9)ryan2011-01-2887-331/+570
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-283-3/+17