summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-03-19* ext/bigdecimal/bigdecimal.c: fixed typo.ayumin
2013-03-19* test/ruby/test_signal.rb (test_hup_me): added a few comments.kosaki
2013-03-19* thread.c (ruby_kill): added a few comments.kosaki
2013-03-19* thread.c (ruby_kill): release GVL while waiting signal delivered.kosaki
2013-03-19* ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa
2013-03-19convert with one converternobu
2013-03-19compose HFS file namesnobu
2013-03-19* internal.h: added a declaration of ruby_kill().kosaki
2013-03-19* io.c (linux_iocparm_len): enable only exist _IOC_SIZE().kosaki
2013-03-19* ext/objspace/objspace.c: Fix typo in doc. Patch by Sho Hashimoto.sorah
2013-03-18* configure.in: set ac_cv_prog_cxx if CXX is supplied.mrkn
2013-03-18* configure.in: Fix c++ compiler auto-selection not only formrkn
2013-03-18* gc.c: Improve accuracy of objspace_live_num() andnari
2013-03-18* gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari
2013-03-18* gc.c: Fix unlimited memory growth with large values ofnari
2013-03-18* test/win32ole/test_err_in_callback.rbusa
2013-03-18* vm_dump.c (backtrace): on darwin use custom backtrace() to tracenaruse
2013-03-18* vm_exec.h (END_INSN): revert r39517 because the segv seems fixed bynaruse
2013-03-18* vm_exec.c: Correct predefined macro name. This typo is introduced bynaruse
2013-03-17* array.c: Typo in Array#delete by Timo Sand [GH fixes #258]zzak
2013-03-17* io.c (io_fillbuf): show fd number on failure to debug.naruse
2013-03-16* ext/date/date_core.c: include sys/time.h for avoiding implicitkosaki
2013-03-16* include/ruby/missing.h: removed __linux__. it's unnecessary.kosaki
2013-03-16* thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki
2013-03-16* include/ruby/missing.h (__syscall): moved to...kosaki
2013-03-16* include/ruby/missing.h (struct timespec): include <sys/time.h>kosaki
2013-03-16* configure.in: check struct timeval exist or not.kosaki
2013-03-16* configure.in (_FORTIFY_SOURCE): added a few comments.kosaki
2013-03-15* thread_pthread.c (numberof): renamed from ARRAY_SIZE() becausekosaki
2013-03-15* test/ruby/test_lazy_enumerator.rb (TestLazyEnumerator#test_drop_while):headius
2013-03-15time.c: check re-initializenobu
2013-03-15fix filenamekazu
2013-03-15file.c: rb_sys_fail_path_with_funcnobu
2013-03-14* file.c (rb_sys_fail_path): define & use rb_sys_fail_path0 like r39752naruse
2013-03-14* proc.c: Typo in Proc.arity found by Jack Nagel [Bug #8094]zzak
2013-03-14configure.in, file.c: RUBY_FUNCTION_NAME_STRINGnobu
2013-03-14* file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC.naruse
2013-03-14* file.c (rb_sys_fail_path0): add to append the name of called functionnaruse
2013-03-14Refactor rb_file_expand_path_internal for dir_string corner casesluislavena
2013-03-14* NEWS: describe RUBY_HEAP_SLOTS_GROWTH_FACTOR.nari
2013-03-14* doc/globals.rdoc: $? is thread-localdrbrain
2013-03-13* gc.c: allow to tune growth of heap by environment variablenari
2013-03-13fix typoskazu
2013-03-13class.c: from the origin classnobu
2013-03-13vm_method.c: overrid flag of prepending methodnobu
2013-03-13configure.in: fix for old shellsnobu
2013-03-13* object.c (Init_Object): remove Module#used, which has beenshugo
2013-03-12* lib/irb.rb: Fix typodrbrain
2013-03-12required keyword argumentsnobu
2013-03-12 * date_core.c: clearly specify operator precedence.takano32