aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.kosaki2011-01-272-3/+4
* * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().kosaki2011-01-272-1/+6
* * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().kosaki2011-01-272-3/+12
* * win32/win32.c (open_dir_handle): get rid of too huge alloca().kosaki2011-01-272-2/+7
* * file.c (w32_io_info): get rid of too huge alloca().kosaki2011-01-272-1/+9
* * win32/win32.c (wstati64): get rid of too huge alloca().kosaki2011-01-272-1/+10
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry.usa2011-01-271-18/+13
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too hugeusa2011-01-272-10/+23
* * process.c (ALLOC_ARGV_WITH_STR): fix void pointer arithmetic.nobu2011-01-272-1/+5
* * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu2011-01-263-18/+58
* * include/ruby/ruby.h (ALLOCV): new API for exception-safenobu2011-01-263-0/+38
* * dln_find.c (dln_find_1): use rb_warning and return immediatelynobu2011-01-263-7/+23
* * class.c (clone_method): add GC guard to prevent intermediatenagachika2011-01-262-1/+8
* * template/id.h.tmpl: parenthesize macro arguments.akr2011-01-262-1/+5
* * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediatenagachika2011-01-262-0/+6
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-263-0/+19
* * 2011-01-26svn2011-01-261-2/+2
* * string.c (=~): documentation fix; the return value is nil whennaruse2011-01-262-1/+6
* * dln_find.c (dln_find_1): omit too long pathnames.nobu2011-01-242-4/+13
* * string.c (rb_str_resize): get rid of out-of-bound access.nobu2011-01-242-1/+6
* * test/ruby/test_thread.rb: remove unused variables.kazu2011-01-242-3/+6
* * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu2011-01-242-1/+6
* move under correct classkazu2011-01-241-3/+3
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-244-1/+47
* * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki2011-01-242-0/+118
* * 2011-01-25svn2011-01-241-2/+2
* * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()kosaki2011-01-242-4/+12
* * vm_insnhelper.h: parenthesize macro arguments.akr2011-01-242-11/+15
* * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N becausekosaki2011-01-242-3/+12
* * 2011-01-24svn2011-01-241-2/+2
* * error.c (rb_invalid_str): prevent intermediate variable from GC.nobu2011-01-243-1/+11
* * test/io/console/test_io_console.rb: Don't run test if the systemkosaki2011-01-232-4/+12
* * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki2011-01-234-6/+23
* * vm_exec.h: parenthesize macro arguments.akr2011-01-232-2/+6
* * template/fake.rb.in (ruby): suppress warnings.nobu2011-01-232-2/+10
* * string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu2011-01-221-1/+1
* * string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu2011-01-222-16/+41
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-223-23/+1
* * 2011-01-23svn2011-01-221-2/+2
* * test/test_syslog.rb: Fix to make a lot of test failure ifkosaki2011-01-222-2/+12
* * properties.nobu2011-01-220-0/+0
* * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove2011-01-223-2/+69
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove2011-01-223-7/+30
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-223-1/+23
* fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove2011-01-221-2/+3
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-223-1/+34
* * ext/psych/parser.c (parse): fix assertion error when reusing atenderlove2011-01-223-0/+20
* * ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove2011-01-216-0/+142
* * 2011-01-22svn2011-01-211-2/+2
* * vm_core.h: parenthesize macro arguments.akr2011-01-212-20/+24