index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bignum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge -c 12116
shyouhei
2007-05-22
1
-4
/
+4
*
* bignum.c (bignorm): avoid segmentation. a patch from Hiroyuki
matz
2006-11-24
1
-1
/
+4
*
* bignum.c (rb_big2str0): use better approximation.
usa
2006-10-30
1
-2
/
+2
*
* bignum.c (rb_big2str0): wrong allocation length.
matz
2006-10-30
1
-1
/
+1
*
* bignum.c (rb_big2str0): a bug in length adjustment.
matz
2006-10-30
1
-2
/
+9
*
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-10-30
1
-10
/
+17
*
* bignum.c (rb_big_rshift): a bug in right shift of negative
matz
2006-10-07
1
-0
/
+4
*
* bignum.c (rb_big_mul0): bignum multiplication without
matz
2006-09-09
1
-11
/
+18
*
* numeric.c (fix_plus): addition in Fixnum will never overflow
matz
2006-09-07
1
-0
/
+2
*
* prec.c (prec_prec_f): documentation patch from
matz
2006-04-09
1
-0
/
+5
*
* bignum.c (rb_big_rshift): fix a GC problem on
akr
2005-12-16
1
-1
/
+2
*
* bignum.c (bignew_1): convertion from `int' to `char' discards
ocean
2005-10-21
1
-2
/
+2
*
* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load
nobu
2005-09-06
1
-3
/
+3
*
* bignum.c (rb_big_coerce): allow bignum x bignum coercing.
matz
2005-08-10
1
-0
/
+3
*
* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]
matz
2005-07-22
1
-1
/
+1
*
* bignum.c (get2comp): revert all prior changes, and calculate
matz
2005-07-01
1
-23
/
+22
*
* bignum.c (get2comp): calculate proper 2's complement for
matz
2005-06-08
1
-5
/
+5
*
* exception error messages updated. [ruby-core:04497]
matz
2005-02-28
1
-1
/
+1
*
* bignum.c (rb_big2ulong_pack): One too many arguments are passed
knu
2005-02-06
1
-1
/
+1
*
* bignum.c (rb_big_rand): should return positive random number.
matz
2005-01-04
1
-1
/
+0
*
* bignum.c (rb_big_rand): should return positive random number.
matz
2005-01-04
1
-1
/
+4
*
* pack.c: all features are backport from 1.9. [ruby-dev:24826]
gotoyuzo
2004-11-16
1
-0
/
+11
*
* struct.c (make_struct): remove redefining constant when
matz
2004-09-03
1
-3
/
+5
*
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-08-28
1
-8
/
+10
*
* io.c (rb_io_gets_m): set lastline ($_) even when read line is
matz
2004-06-04
1
-1
/
+2
*
* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)
matz
2004-05-07
1
-0
/
+3
*
* eval.c (top_include): include in the wrapped load is done for
matz
2004-04-05
1
-4
/
+7
*
* eval.c (rb_yield_0): should not re-submit TAG_BREAK if this
matz
2004-03-15
1
-1
/
+1
*
Add RDoc for Kernel global functions, tidy array and error
dave
2003-12-29
1
-0
/
+7
*
* io.c (next_argv): warn always for stdin on inplace edit mode.
matz
2003-12-26
1
-3
/
+7
*
* configure.in (ac_cv_func_setitimer): moved from defines.h
nobu
2003-12-22
1
-0
/
+3
*
Add boot_classes to rdoc parsing, fix a couple of bugs
dave
2003-12-19
1
-0
/
+121
*
Fix dependency issue
dave
2003-12-19
1
-0
/
+129
*
* marshal.c (r_object0): remove unnecessary iv restoration for
matz
2003-10-09
1
-1
/
+6
*
* bignum.c (rb_big_and): convert argument using 'to_int'.
matz
2003-09-12
1
-10
/
+3
*
* gcc -Wall clean-up.
matz
2003-07-24
1
-1
/
+2
*
* string.c: use StringValueCStr to retrieve paths to system calls.
matz
2003-07-20
1
-4
/
+6
*
* eval.c (rb_load): put rb_load_file() in a thread critical
matz
2003-07-09
1
-2
/
+8
*
* bignum.c (rb_quad_pack): should negate negative bignum.
nobu
2003-05-25
1
-0
/
+1
*
* bignum.c (rb_cstr_to_inum): unnecessarily long buffer was used
nobu
2003-04-21
1
-1
/
+1
*
* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.
nobu
2003-04-14
1
-54
/
+66
*
* bignum.c (bigdivmod): small typo.
matz
2003-04-09
1
-1
/
+1
*
* bignum.c (BIGZEROP): macro to determine if x is a bignum zero.
matz
2003-04-09
1
-6
/
+7
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-1
/
+1
*
* lib/rational.rb: modified to support "quo".
matz
2003-01-23
1
-1
/
+27
*
* bignum.c (rb_cstr_to_inum): should not erase all 0s, but
nobu
2003-01-18
1
-2
/
+4
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
1
-5
/
+3
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.
matz
2003-01-14
1
-0
/
+1
*
* numeric.c (num_step): use DBL_EPSILON.
matz
2002-12-19
1
-2
/
+1
[next]