index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numeric.c
Age
Commit message (
Expand
)
Author
2002-11-03
* object.c (Init_Object): added Object#object_id, new name for
matz
2002-08-28
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-27
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-21
*.c: Int vs Long cleanup
michal
2002-08-19
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-13
* hash.c (rb_hash_replace): should copy ifnone.
matz
2002-07-29
* numeric.c (num_to_int): default to_int implementaion for every
matz
2002-07-26
* random.c: replace with Mersenne Twister RNG.
matz
2002-06-10
* numeric.c (fix_lshift): negative shift count means right shift.
nobu
2002-06-04
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-05-28
* array.c: fixed format string for 'long' args (%d -> %ld).
michal
2002-05-14
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-02
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.
matz
2002-05-01
* numeric.c (num_step): better iteration condition for float
matz
2002-04-25
* various files: macro fix-up by Michal Rokos.
matz
2002-04-24
* numeric.c (num_step): try to reduce residual on Float operations.
matz
2002-04-24
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-10
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-03-22
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
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-01-11
* re.c (match_select): should propagate taintness.
matz
2001-11-19
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-01
* bignum.c (rb_big_aref): idx may be a Bignum.
matz
2001-10-29
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-10
* file.c (rb_stat_clone): should copy internal data too.
matz
2001-10-03
* marshal.c (r_object): better allocation type check for
matz
2001-10-02
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-09-08
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-03
* ruby.c (proc_options): should not alter origargv[].
matz
2001-08-29
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-06
* numeric.c (num_divmod): fix typo.
usa
2001-08-06
* string.c (rb_str_lstrip_bang): new method.
matz
2001-07-31
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-24
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-02
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-05-02
* eval.c (block_pass): should not downgrade safe level.
matz
2001-03-13
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2000-11-27
matz
matz
2000-11-14
matz
matz
2000-11-13
matz
matz
2000-08-31
matz
matz
2000-07-07
matz
matz
2000-07-06
matz
matz
2000-07-04
matz
matz
2000-07-03
matz
matz
2000-06-12
2000-06-12
matz
2000-05-01
2000-05-01
matz
2000-04-18
freebsd floating point
matz
[next]