summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2012-06-14* nacl/pepper_maini.c: Applies the new embedding API to pepper_ruby.yugui
2012-06-14Embedding CRuby interpreter without internal headers has been difficultyugui
2012-06-14* eval.c: Add doxygen comments.yugui
2012-06-14* configure.in: revert r36071 and add NetBSD to blacklist of -ansi.naruse
2012-06-13* thread_pthread.c (get_stack): Linux is the only OS which includesnaruse
2012-06-13* lib/drb/drb.rb: Replace broken links to the English DRb book.drbrain
2012-06-13* lib/observer.rb: Update broken link to the Programming Ruby book.drbrain
2012-06-13* regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.naruse
2012-06-13* configure.in: use -fbuiltin with -ansi -std=iso9899:199409.naruse
2012-06-13* Makefile.in: don't remove macros. now name2ctype uses macros.naruse
2012-06-13* lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu
2012-06-13* test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_Tngoto
2012-06-13configure.in: option for darwinnobu
2012-06-13configure.in: option for cygwinnobu
2012-06-13* process.c (rb_fork_internal): move a variable declaration.akr
2012-06-13 * regparse.c (PFETCH_READY): this line was to suppress warning,shyouhei
2012-06-13configure.in: option for cygwinnobu
2012-06-13Makefile.in: warnflagsnobu
2012-06-13 * configure.in: On Windows platforms, system provided headers areshyouhei
2012-06-13include/ruby/win32.h: fix comment stylenobu
2012-06-13encoding.c: strdup macronobu
2012-06-13process.c: no SIZE_T_MAXnobu
2012-06-13process.c: fix array element sizenobu
2012-06-13process.c: use shell for reserved or special built-innobu
2012-06-13process.c: treat '=' only in the first wordnobu
2012-06-12* lib/mkmf.rb: add dummy clean-static target to prevent errors for thenaruse
2012-06-12* process.c (rb_exec_arg_fixup): fix compile errorngoto
2012-06-12fix a typo.akr
2012-06-12* process.c (rb_exec_fillarg): treat '=' character as an metaakr
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-12 * configure.in: enable strict ANSI mode by default in case of GCC,shyouhei
2012-06-11* process.c (rb_exec_fillarg): detect '#' as a meta character.akr
2012-06-11* include/ruby/intern.h (rb_proc_exec_n): deprecated.akr
2012-06-11* configure.in: on checking libexecinfo, don't specify /use/local.naruse
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-06-11 * compile.c (iseq_set_sequence): nonstatic initializer of anshyouhei
2012-06-10* process.c (rb_proc_exec_n): revert the function removed at r35889.akr
2012-06-10* thread_pthread.c (rb_thread_create_timer_thread): assign returnnaruse
2012-06-10* thread_pthread.c (native_cond_initialize): fix typo in r36022.naruse
2012-06-10* .gdbinit (SDR): add SDR function. It's only for VM debugging.ko1
2012-06-10* nacl/nacl_config.rb: Fixed for 32bit hosts.yugui
2012-06-10Fixes threading on NativeClient.yugui
2012-06-10* process.c (rb_exec_without_timer_thread): renamed from rb_exec_err.akr
2012-06-10* process.c (rb_fork): call rb_fork_internal instead of rb_fork_err.akr