summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-02* eval.c (top_include): include in the wrapped load is done formatz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-01-22* pack.c (num2i32): pack should not raise RangeError.matz
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-26* io.c (rb_f_backquote): need not to check nil result.matz
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-12-19Add boot_classes to rdoc parsing, fix a couple of bugsdave
2003-12-19Fix dependency issuedave
2003-10-09* marshal.c (r_object0): remove unnecessary iv restoration formatz
2003-09-12* bignum.c (rb_big_and): convert argument using 'to_int'.matz
2003-07-24* gcc -Wall clean-up.matz
2003-07-20* string.c: use StringValueCStr to retrieve paths to system calls.matz
2003-07-09* eval.c (rb_load): put rb_load_file() in a thread criticalmatz
2003-05-25* bignum.c (rb_quad_pack): should negate negative bignum.nobu
2003-04-21* bignum.c (rb_cstr_to_inum): unnecessarily long buffer was usednobu
2003-04-14* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu
2003-04-09* bignum.c (bigdivmod): small typo.matz
2003-04-09* bignum.c (BIGZEROP): macro to determine if x is a bignum zero.matz
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-23* lib/rational.rb: modified to support "quo".matz
2003-01-18* bignum.c (rb_cstr_to_inum): should not erase all 0s, butnobu
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-14* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-11-19* array.c (rb_ary_zip): iterates over items in the receiver.matz
2002-10-17* object.c (rb_str_to_dbl): RString ptr might be NULL.matz
2002-10-07* bignum.c (bigdivrem): bignum zero's len should not be 0.matz
2002-10-07* bignum.c (bigdivmod): wrong condition check for Bignum zero.matz
2002-10-04* bignum.c (rb_big_rshift): num should be initialized by carrymatz
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-16* bignum.c (rb_cstr_to_inum): new decimal and octal string.nobu
2002-08-13* hash.c (rb_hash_replace): should copy ifnone.matz
2002-08-12* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz
2002-08-12* bignum.c (rb_big_cmp): raise for NaN. (ruby-bugs-ja:PR#284).nobu
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-06-18unused variable.nobu
2002-06-18* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-03-26* bignum.c (rb_quad_pack): get rid of escape sequences.eban
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-15* bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,usa
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-02-26* bignum.c (rb_big_2comp): void function cannot return any value.usa
2002-02-22* bignum.c (get2comp): need to specify to carry or not.matz