summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-03-21string.c: skip invalid char gapnobu
2016-03-21node.c: mark u3 of NODE_MATCH2nobu
2016-03-20* internal.h (rb_int128t2big): declare only when HAVE_INT128_T.usa
2016-03-20* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;naruse
2016-03-20numeric.c: optimize Fixnum<->Bignum comparisonsnobu
2016-03-20* time.c (add): remove FIXABLE() which is in LONG2NUM().naruse
2016-03-19* bignum.c (rb_big_cmp): reduce the code.naruse
2016-03-19ChangeLog: fix typo [ci skip]mrkn
2016-03-19* include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move tomrkn
2016-03-19test/unit.rb: defer failures in verbose modenobu
2016-03-19fix r54193nobu
2016-03-19* numeric.c (int_to_f): raise NotImplementedError when a receivermrkn
2016-03-19ChangeLog: fix filename [ci skip]mrkn
2016-03-19* bignum.c (Bignum#<=>): remove it because they are unified withmrkn
2016-03-19SyntaxError message at iseq compilenobu
2016-03-18* time.c (LOCALTIME): organize #ifdefs.naruse
2016-03-18* configure.in (rb_cv_member_struct_tm_tm_gmtoff): For Linux (glibc)naruse
2016-03-18* test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoffodaira
2016-03-18ChangeLog: fix typo [ci skip]nobu
2016-03-18* bignum.c (rb_big_to_f, Bignum#to_f): removed them because they aremrkn
2016-03-18* numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn
2016-03-18* include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn
2016-03-18* bignum.c (Bignum#eql?): remove its definition because it is unifiedmrkn
2016-03-18* bignum.c (rb_big_to_s, Bignum#to_s): remove its definition becausemrkn
2016-03-18* numeric.c (int_to_s): Move from flo_to_s.mrkn
2016-03-18parse.y: Fix for nth_ref_maxnobu
2016-03-18gc.c: fix commit miss r54145nobu
2016-03-18* ext/date/date_core.c (datetime_to_time): preserve timezone infosonots
2016-03-18* bignum.c (rb_big_hash): make it public function to be available inmrkn
2016-03-17* lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots
2016-03-17* numeric.c (fix_zero_p, fix_even_p, fix_odd_p): remove needlessmrkn
2016-03-17* numeric.c (int_even_p): treat Fixnum and Bignum values directly.mrkn
2016-03-17* bignum.c (Bignum#even?, Bignum#odd?): remove definitionsmrkn
2016-03-17* bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn
2016-03-17* enum.c (ary_inject_op): Implement the specialized code for sum ofakr
2016-03-17* remove trailing spaces.svn
2016-03-17* numeric.c (num_step): use rb_equal for zero check. rb_num_coerce_cmpmame
2016-03-17ruby.h: remove RB_GC_GUARD_PTRnobu
2016-03-17compile.c: move newarray specializationnobu
2016-03-17* array.c, enum.c: make rdoc format consistent.mame
2016-03-17* NEWS: add Array#max, #min, and the optimization. [Feature #12172]mame
2016-03-17* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame
2016-03-17* array.c (rb_ary_max, rb_ary_min): implement Array#max and min withmame
2016-03-17* array.c (rb_ary_max, rb_ary_min): implement a block by itself insteadmame
2016-03-17* array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame
2016-03-17* internal.c: struct cmp_opt_data added for refactoring out a datamame
2016-03-17* enum.c (ary_inject_op): Extracted from enum_inject.akr
2016-03-17* enum.c (enum_inject): Implement the specialized code for sum ofakr
2016-03-17thread_sync.c: Update rdoc for Queue [skip ci]nobu
2016-03-17gc.c: tick for POWER archnobu