summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-03* include/ruby/missing.h: don't use HAVE_STDDEF_H because it nevernaruse
2011-02-03Properly set ignores for generated files in ext/-test-drbrain
2011-02-03* include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n'naruse
2011-02-03fix typoskazu
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove
2011-02-02* re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove
2011-02-02* 2011-02-03svn
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove
2011-02-02 * io.c (rb_io_fdatasync): Use fsync(2) if if the underlyingkosaki
2011-02-02Commit files I forgot to adddrbrain
2011-02-02Import RDoc 3.5.1drbrain
2011-02-02Ignore -test- and tmpdirdrbrain
2011-02-01* 2011-02-02svn
2011-02-01 * include/ruby/st.h (st_table): Added comment why we need __extension__.kosaki
2011-02-01doc/NEWS-1.9.2: add File#sizekazu
2011-02-01* enc/encdb.c: parenthesize macro arguments.akr
2011-02-01* test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa
2011-02-01 * test/benchmark/test_benchmark.rb (#capture_bench_output):kosaki
2011-02-01Import rubygems 1.5.0 (released version @ 1fb59d0)ryan
2011-01-31* ext/io/console/console.c (console_set_winsize): new method to setnobu
2011-01-31* ext/io/console/console.c (console_winsize): use GetWriteFD.nobu
2011-01-31 * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.tarui
2011-01-31* 2011-02-01svn
2011-01-31* lib/benchmark.rb: fix benchmarck to work with current ruby.naruse
2011-01-31 * node.c (add_id): remove duplicated rb_id2str() call.nagachika
2011-01-31* missing/langinfo.c: parenthesize macro arguments.akr
2011-01-31 * configure.in: revert r30698.kosaki
2011-01-31 * thread.c (thread_start_func_2): check deadlock condition beforenagachika
2011-01-31 * ChangeLog: fix typos.nagachika
2011-01-31* lib/irb/locale.rb (IRB::Locale::#search_file):yugui
2011-01-31* addr2line.c: suppressed shorten-64-to-32 warnings.naruse
2011-01-30Additional fix for r30736naruse
2011-01-30Add ML Reference and a test for r30736 [ruby-core:34997]naruse
2011-01-30* 2011-01-31svn
2011-01-30* array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) beforenaruse
2011-01-30* missing/crypt.c: parenthesize macro arguments.akr
2011-01-30* test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu
2011-01-30* test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu
2011-01-30* strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr
2011-01-30* enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu
2011-01-30* hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu
2011-01-30* string.c (rb_str_ellipsize): new function to ellipsize a string.nobu
2011-01-30* include/ruby/encoding.h (rb_enc_step_back): new function to stepnobu
2011-01-30* enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu
2011-01-30io.c (struct argf): char behaves like an unsigned char by default on AIX.kanemoto
2011-01-29* configure.in: Mac OS X wrongly reports it has fdatasync(3).naruse
2011-01-29* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse
2011-01-29 * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition.kosaki
2011-01-29* 2011-01-30svn
2011-01-29* array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse