summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-10-20lib/unicode_normalize.rb: (unicode_normalize!): change method namesduerst
2014-10-19variable.c, vm_insnhelper.c: improve performancenobu
2014-10-19* lib/unicode_normalize.rb: (unicode_normalize!): change method name.nagachika
2014-10-19* ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error.hsbt
2014-10-19enc/prelude.rb: Added automatic loading of lib/unicode_normalize.rb. This mak...duerst
2014-10-19lib/unicode_normalize/normalize.rb: Added a missing file extension in require...duerst
2014-10-19common.mk: Added a rule to generate lib/unicode_normalize/tables.rb.duerst
2014-10-19lib/unicode_normalize.rb: Changed to dynamic loading of actual normalization ...duerst
2014-10-19lib/unicode_normalize.rb: Small documentation fix.duerst
2014-10-19lib/unicode_normalize.rb: Added documentation.duerst
2014-10-19tool/unicode_norm_gen.rb, lib/unicode_normalize.rb:duerst
2014-10-19lib/unicode_normalize.rb: Changing method names, see https://bugs.ruby-lang.o...duerst
2014-10-19lib/unicode_normalize.rb: Changing module name.duerst
2014-10-19lib/unicode_normalize.rb: Changing require statement, adjusting copyright.duerst
2014-10-19lib/unicode_normalize.rb: Importing fromduerst
2014-10-19tool/unicode_norm_gen.rb: Changed module name.duerst
2014-10-19lib/unicode_normalize/normalize.rb: Changed module name, adjusted copyright.duerst
2014-10-19lib/unicode_normalize/normalize.rb: Importing fromduerst
2014-10-18* vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:ktsj
2014-10-18* vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj
2014-10-17* pack.c (pack_unpack): Add casts for char references for 'u'.akr
2014-10-17* pack.c (pack_unpack): Add casts for char references for 'b' and 'h'.akr
2014-10-17* Avoid undefined behaviors found by gcc -fsanitize=undefined.akr
2014-10-17* Avoid undefined behaviors found by gcc -fsanitize=undefined.akr
2014-10-17re.c: mak eregexps with binary escapes ASCII-8BITnobu
2014-10-16Revert r47971, r47972 [ruby-core:65764]normal
2014-10-16signal.c: get rid of heap corruptionnobu
2014-10-16* vm_backtrace.c (id2str): Fix a variable name.akr
2014-10-16* test/ruby/envutil.rb (assert_pattern_list): Show number of matchedakr
2014-10-16cont.c (fiber_store): fix WIN32 fibersnormal
2014-10-16parse.y: do not use disposed stringnobu
2014-10-16test/-ext-/bug_reporter/test_bug_reporter.rb: fix racenormal
2014-10-16test/ruby/test_rubyoptions.rb: fix racenormal
2014-10-16cont.c: fix compile errornobu
2014-10-16test/ruby/test_process.rb: avoid killing wrong parentnormal
2014-10-15cont.c: fix when FIBER_USE_NATIVE is 0normal
2014-10-15cont.c: fix build when FIBER_USE_NATIVE is 0normal
2014-10-15cont.c: Optimize fiber_switch calleesnormal
2014-10-15cont.c (cont_save_thread): Sparse copying of thread datanormal
2014-10-15cont.c: Small code cleanupnormal
2014-10-15cont.c: Code cleanup in fiber_switch/fiber_storenormal
2014-10-15cont.c: Remove unused prev_fiber/next_fiber fieldsnormal
2014-10-15fix typos [ci skip]kazu
2014-10-15* ext/etc/etc.c (etc_nprocessors_affin): Test CPU_ALLOC availability.akr
2014-10-15* ext/etc/etc.c (etc_nprocessors_affinity): use sched_getaffinityakr
2014-10-15* test/ruby/envutil.rb (assert_pattern_list) Renamed fromakr
2014-10-15* test/ruby/envutil.rb (assert_regexp_list): New assertion method.akr
2014-10-14* enum.c: min(n) drops elements bigger than the n-th maximum element.akr
2014-10-14test/ruby/test_optimization.rb (test_string_size): new testnormal
2014-10-14test/ruby/test_optimization.rb: redefinition tests for Stringnormal