summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-06-21* process.c (rb_exec_fillarg): take a VALUE argument instead ofakr
2012-06-21* process.c (rb_exec_async_signal_safe): use rb_execarg_run_optionsakr
2012-06-21* process.c (rb_exec_fillarg): take a VALUE argument instead ofakr
2012-06-21* process.c (rb_execarg_init): take a VALUE argument instead ofakr
2012-06-21parse.y: fix GC problem of keyword rest argumentnobu
2012-06-20* error.c (err_append): rename err_append() to compile_err_append()ko1
2012-06-20* process.c (rb_execarg_fixup): take a VALUE argument instead ofakr
2012-06-20fix a typokazu
2012-06-20* internal.h (struct rb_execarg): add umask_given and umask_maskakr
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-20* internal.h (rb_execarg_new): declared.akr
2012-06-20setproctitle.c: _NSGetEnvironnobu
2012-06-20process.c: fixnum umasknobu
2012-06-20lib/test/unit.rb: workers sudden-deathnobu
2012-06-19* time.c (init_leap_second_info): fix non-ANSI function declaration.kosaki
2012-06-19* ruby.c (rb_f_sub): use ansi style declaration.kosaki
2012-06-19* random.c (rb_random_int32): get rid of "warning: constant 0x100000000kosaki
2012-06-19* dir.c (dir_initialize): get rid of "unused return: argc = rb_scan_args()"kosaki
2012-06-19* include/ruby/missing.h: include math.h before checking INFINITYkosaki
2012-06-19* array.c (ary_reverse): use ansi style declaration.kosaki
2012-06-19[Bug #6607]nobu
2012-06-19process.c: no method calls in async-signal-safenobu
2012-06-19* ext/readline/readline.c (Init_readline): don't set 0 tonaruse
2012-06-19* ext/readline/readline.c (readline_s_get_special_prefixes): suppressnaruse
2012-06-19* ext/readline/readline.c (readline_getc): fix editline compatibilitynaruse
2012-06-18rb_str_subposnobu
2012-06-18ext/readline/readline.c: [Bug #6601]nobu
2012-06-17documentation for Dir.exist?nobu
2012-06-17thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEXnobu
2012-06-17thread_win32.c: USE_WIN32_MUTEXnobu
2012-06-17thread_win32.c: reserved pattern namenobu
2012-06-16 * ext/date/date_core.c: define date_sg_t.tadf
2012-06-16 * ext/date/date_tmx.h: offset in struct tmx_funcs is now int.tadf
2012-06-16eval.c: move runningnobu
2012-06-15lib/test/unit.rb: format workers results in the parentnobu
2012-06-15[Bug #6598]nobu
2012-06-15bootstraptest: ignore -jnobu
2012-06-15lib/test/unit: refactoring pukenobu
2012-06-15* ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove
2012-06-15fix typos [ci skip]kazu
2012-06-15* vm_backtrace.c (backtrace_collect): rename from backtreace_collectkazu
2012-06-15fix typos [ci skip]kazu
2012-06-15* vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko1
2012-06-15Revert r35576 "lib/test/unit.rb: refactoring puke"nobu
2012-06-15* nacl/pepper_main.c: Removed an unnecessary and errorneous inclusion.yugui
2012-06-14fix typoskazu
2012-06-14fix CPPOUTFILEnobu
2012-06-14fix CPPOUTFILEnobu
2012-06-14* process.c (proc_exec_sh): don't strip leading spaces of the script.akr
2012-06-14* file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.usa