summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-05-19* ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_...akr
2014-05-19* test/dbm/test_dbm.rb: Use Etc.uname.akr
2014-05-19etc.c: Etc.uname on Windowsnobu
2014-05-19string.c: byte offsetnobu
2014-05-19* bin/testrb: Removed. Forgot to remove in r45971.sorah
2014-05-18* test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr toakr
2014-05-18io.c: update ARGF examplesnobu
2014-05-18* missing/nextafter.c: Include ruby/missing.h.akr
2014-05-18* win32/Makefile.sub: Add nextafter.obj to MISSING.akr
2014-05-18* ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented.akr
2014-05-18* ext/etc/etc.c: Etc.uname method implemented.akr
2014-05-18* configure.in: Check nextafter() availability.akr
2014-05-18* enum.c: Enumerable#slice_after implemented.akr
2014-05-17io.c: buffer must be modifiablenobu
2014-05-17* include/ruby/ruby.h: Hide Rational internal.akr
2014-05-17* NEWS: Add news about removal of lib/test/**/*.rb.sorah
2014-05-17* lib/test: Removed because ruby's test cases now independent tosorah
2014-05-17* test/runner.rb: remove dependency test-unit and minitesthsbt
2014-05-17dir.c: try match PLAINnobu
2014-05-17dir.c: set PLAIN for non-magicalnobu
2014-05-17dir.c: fix conditions for ALPHAnobu
2014-05-16dir.c: reduce matchingnobu
2014-05-16dir.c: match plain names as-isnobu
2014-05-16fix typos [ci skip]kazu
2014-05-16* gc.c (gc_marks, gc_marks_body): increase the counter of young objectsko1
2014-05-16* gc.c (gc_before_sweep): heap_pages_swept_slots should containsko1
2014-05-15configure.in: enable SSE2 on mingwshirosaki
2014-05-15parallel.rb: fix test-all parallel failureshirosaki
2014-05-15fix typos [ci skip]kazu
2014-05-15* gc.c (garbage_collect_body): move gc_heap_prepare_minimum_pages()ko1
2014-05-15* gc.c (heap_extend_pages): calculate next growing heap size.ko1
2014-05-15* gc.c: introduce macros to remove magic number.ko1
2014-05-15Handle machine stack overflow on mingwnobu
2014-05-14* ext/openssl/depend: remove dependency from internal headers.ko1
2014-05-14* gc.c: enable RGENGC_AGE2_PROMOTION.ko1
2014-05-14* gc.c (rgengc_rememberset_mark): promote remembered object earlier.ko1
2014-05-12* ChangeLog: fix a typo for r45930.nagachika
2014-05-12configure.in: check atan2nobu
2014-05-12* configure.in: Invoke AC_REPLACE_FUNCS for each function.akr
2014-05-12* gc.c: count young object correctly and show it in GC.statko1
2014-05-11* ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr
2014-05-11* compile.c (BUFSIZE): Unused macro removed.akr
2014-05-11* pack.c (swaps): Unused macro removed.akr
2014-05-10vm*: doubly-linked list from ccan to manage vm->living_threadsnormal
2014-05-10signal.c: directly enqueuenobu
2014-05-10dir.c: match in UTF-8nobu
2014-05-10thread.c: stop if forked in a sub-threadnobu
2014-05-10* man/ruby.1: remove deadlink. [ruby-core:62145][Bug #9773]hsbt
2014-05-09* signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.akr
2014-05-09configure.in: check for setjmp type with CCDLFLAGSnobu