aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* SyntaxError message at iseq compilenobu2016-03-191-0/+13
* * time.c (LOCALTIME): organize #ifdefs.naruse2016-03-181-0/+6
* * configure.in (rb_cv_member_struct_tm_tm_gmtoff): For Linux (glibc)naruse2016-03-181-0/+7
* * test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoffodaira2016-03-181-0/+6
* ChangeLog: fix typo [ci skip]nobu2016-03-181-1/+1
* * bignum.c (rb_big_to_f, Bignum#to_f): removed them because they aremrkn2016-03-181-0/+7
* * numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn2016-03-181-0/+18
* * include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn2016-03-181-0/+6
* * bignum.c (Bignum#eql?): remove its definition because it is unifiedmrkn2016-03-181-0/+7
* * bignum.c (rb_big_to_s, Bignum#to_s): remove its definition becausemrkn2016-03-181-0/+7
* * numeric.c (int_to_s): Move from flo_to_s.mrkn2016-03-181-0/+6
* parse.y: Fix for nth_ref_maxnobu2016-03-181-0/+6
* gc.c: fix commit miss r54145nobu2016-03-181-0/+4
* * ext/date/date_core.c (datetime_to_time): preserve timezone infosonots2016-03-181-0/+5
* * bignum.c (rb_big_hash): make it public function to be available inmrkn2016-03-181-0/+12
* * lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots2016-03-171-0/+6
* * numeric.c (fix_zero_p, fix_even_p, fix_odd_p): remove needlessmrkn2016-03-171-0/+5
* * numeric.c (int_even_p): treat Fixnum and Bignum values directly.mrkn2016-03-171-1/+5
* * bignum.c (Bignum#even?, Bignum#odd?): remove definitionsmrkn2016-03-171-0/+15
* * bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn2016-03-171-0/+8
* * enum.c (ary_inject_op): Implement the specialized code for sum ofakr2016-03-171-0/+5
* * remove trailing spaces.svn2016-03-171-1/+1
* * numeric.c (num_step): use rb_equal for zero check. rb_num_coerce_cmpmame2016-03-171-0/+5
* ruby.h: remove RB_GC_GUARD_PTRnobu2016-03-171-0/+5
* compile.c: move newarray specializationnobu2016-03-171-0/+5
* * array.c, enum.c: make rdoc format consistent.mame2016-03-171-0/+4
* * NEWS: add Array#max, #min, and the optimization. [Feature #12172]mame2016-03-171-1/+5
* * compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame2016-03-171-0/+8
* * array.c (rb_ary_max, rb_ary_min): implement Array#max and min withmame2016-03-171-0/+9
* * array.c (rb_ary_max, rb_ary_min): implement a block by itself insteadmame2016-03-171-0/+5
* * array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame2016-03-171-1/+15
* * internal.c: struct cmp_opt_data added for refactoring out a datamame2016-03-171-0/+9
* * enum.c (ary_inject_op): Extracted from enum_inject.akr2016-03-171-0/+4
* * enum.c (enum_inject): Implement the specialized code for sum ofakr2016-03-171-0/+9
* thread_sync.c: Update rdoc for Queue [skip ci]nobu2016-03-171-0/+5
* gc.c: tick for POWER archnobu2016-03-171-0/+5
* * lib/securerandom.rb (gen_random): to avoid blocking on Windows.naruse2016-03-171-0/+18
* * enc/unicode.c: Fixed two macro definitions.duerst2016-03-171-0/+6
* socket/option.c: accurate conditionnobu2016-03-171-0/+6
* * test/-ext-/time/test_new.rb (test_timespec_new): Time#gmtoff valuesodaira2016-03-161-0/+6
* * marshal.c (r_object0): raise ArgumentError when linking to undefineddrbrain2016-03-161-0/+5
* * test/ruby/test_bignum.rb: Make sure to use Bignum values in the tests.mrkn2016-03-161-0/+4
* parse.y: symbol literals for alias/undefnobu2016-03-161-0/+7
* * enc/trans/JIS: update Unicode's notice. [Bug #11844]naruse2016-03-161-0/+4
* proc.c: fail symbol proc bindingnobu2016-03-161-0/+5
* * test/ruby/enc/test_case_mapping.rb: Fixed and activated a test for Cherokee.duerst2016-03-161-0/+4
* * test/ruby/enc/test_case_mapping.rb: Fixed a logical error.duerst2016-03-161-0/+4
* * test/ruby/enc/test_case_mapping.rb: Adding tests for Cherokee.duerst2016-03-161-0/+6
* * test/ruby/enc/test_case_mapping.rb: Adding tests for actual Unicodeduerst2016-03-161-0/+6
* * enum.c (enum_inject): Consider redefinition of Fixnum#+.akr2016-03-151-0/+5