summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-21* include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko1
2013-06-02* range.c: Fix rdoc on Range#bsearch [Bug #8242] [ruby-core:54143]zzak
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-03-06prefix global symbolsnobu
2013-02-05* range.c: Use div instead of / for bsearchmarcandre
2013-01-30ChangeLog, range.c: adjust indent and stylenobu
2013-01-30* array.c (rb_ary_bsearch): Fix r38986 (typo) [Bug #7726]marcandre
2013-01-30* array.c (rb_ary_bsearch): Fix r38986 (missing whitespace)marcandre
2013-01-30* array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre
2013-01-30* range.c: Restrict bsearch to integers [#7728]marcandre
2013-01-30* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre
2013-01-29* range.c: Fix Range#bsearch for floats [Bug #7724]marcandre
2012-12-29use RB_TYPE_Pnobu
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-11-29remove trailing spaces.nobu
2012-11-21* range.c (rb_range_beg_len): Fix potential bug for limit case [#6203]marcandre
2012-11-20* array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).mame
2012-11-16range.c: compare signedness onlynobu
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-06* range.c: Support for range.step.sizemarcandre
2012-11-06* range.c: Support for Range#size and Range#each.sizemarcandre
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-03-03trivial changestadf
2011-12-05* range.c: Improve documentation for Range. Patch by Chris Zetter.drbrain
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-07-10 * range.c (range_max): fix behavior with excluded end value.tarui
2011-06-18* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr
2011-06-18* internal.h: declare more internal functions.akr
2011-06-17* internal.h: declare internal functions here.akr
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2009-10-02* range.c (discrete_object_p): needs the argument type to get ridnobu
2009-09-30* time.c (rb_time_succ): make Time#succ obsolete since time is notmatz
2009-09-23* range.c: fixed type.nobu
2009-09-20* struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s...marcandre
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-17* range.c (range_step): treat symbols specially so that iteratingmatz
2009-08-17* range.c (range_each): should honor to_str conversion.matz
2009-08-05* range.c (range_eql, range_eq): fixed equality to work formatz
2009-07-17* range.c (recursive_hash): extracted from range_hash. rejectakr
2009-07-16* bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu
2009-07-01* hash.c (rb_hash_hash): documentation fix. a patch frommatz
2009-05-07* range.c (r_le): fixed types.nobu
2009-05-07* range.c (range_eql): fixed rdoc.nobu
2009-02-23* range.c (range_each): check #succ only when it is reallymatz