summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-07-13* math.c (rb_math_sqrt): r55646 must use f_signbit.naruse
2016-07-13* iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseqko1
2016-07-13* vm_method.c (method_entry_get_without_cache): checkko1
2016-07-13* enc/windows_1254.c: Adjust variable/macro names.duerst
2016-07-13* enc/iso_8859_9.c, enc/windows_1254.c: Split Windows-1254 fromduerst
2016-07-13* enc/iso_8859_7.c, enc/windows_1253.c: Split Windows-1253 fromduerst
2016-07-13* enc/iso_8859_13.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-13* enc/iso_8859_13.c, enc/windows_1257.c: Split Windows-1257 fromduerst
2016-07-13* enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-12* test/ruby/enc/test_iso_8859.rb: Excluded dotless i/I with dot fromduerst
2016-07-12math.c: Complex sqrtnobu
2016-07-12* revert r55642 (previous commit) because of test failure atduerst
2016-07-12* enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-11* configure.in, lib/mkmf.rb, win32/Makefile.sub (CSRCFLAG): make theusa
2016-07-11* enc/iso_8859_1.c: Moved test for lowercase characters withoutduerst
2016-07-11* enc/iso_8859_4.c, enc/iso_8859_10.c, enc/iso_8859_14.c,duerst
2016-07-11stringio.c: convert arguments just oncenobu
2016-07-10* enc/iso_8859_10.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-10* test/ruby/enc/test_case_comprehensive.rb: Changed testing logic in toduerst
2016-07-10* enc/iso_8859_4.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-10* test/ruby/enc/test_case_comprehensive.rb: Fixed a commentduerst
2016-07-10util.c: round nearly middle valuenobu
2016-07-09* thread.c: Fixed implicit conversion error with Apple clang-800.0.31hsbt
2016-07-09* ChangeLog: shugo, you lose.usa
2016-07-09* tool/mkconfig.rb: use true instead of TRUE.shugo
2016-07-08fix a typo [ci skip]kazu
2016-07-08* thread.c (rb_wait_for_single_fd): Clean up fds.revents every timengoto
2016-07-08* vm_args.c (vm_caller_setup_arg_block): call rb_sym_to_proc()shugo
2016-07-07* io.c (rb_io_s_read): add description of pipes to the documentationshugo
2016-07-07* vm_args.c (setup_parameters_complex): don't raise ArgumentErrornaruse
2016-07-07* vm_eval.c (yield_under): change prototype to get argc/argv.naruse
2016-07-07* vm_args.c (vm_caller_setup_arg_block): disable symbol blockshugo
2016-07-07numeric.c: round nearly middle valuenobu
2016-07-07io.c: convert arguments just oncenobu
2016-07-06* enc/iso_8859_14.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-06* enc/iso_8859_1.c, enc/iso_8859_15.c, enc/iso_8859_16.c:duerst
2016-07-06* enc/iso_8859_15.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-06* enc/iso_8859_16.c, test/ruby/enc/test_case_comprehensive.rb:duerst
2016-07-06Local header dependenciesnobu
2016-07-06* lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo
2016-07-05* lib/net/ftp.rb (putline): raise an ArgumentError whenshugo
2016-07-05* ext/json/*, test/json/*: Update json-2.0.1.hsbt
2016-07-05* string.c (rb_str_change_terminator_length): New function to changengoto
2016-07-05* pack.c (pack_pack): use union instead of bare variable to easenaruse
2016-07-04* process.c: define sig_t if not exist.naruse
2016-07-04* random.c (random_ulong_limited): avoid left shift count >= width ofnaruse
2016-07-03fix a typo and indent [ci skip]kazu
2016-07-03* test/ruby/enc/test_case_comprehensive.rb, test_regex_casefold.rb,duerst
2016-07-02process.c (disable_child_handler_fork_child): simplifynormal
2016-07-02tool: add descriptions and fix typosnormal