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
/
sprintf.c
Age
Commit message (
Expand
)
Author
2008-06-19
* array.c (ary_new, rb_ary_initialize, rb_ary_store,
shyouhei
2008-06-06
Merge changes from ruby_1_8 to reduce warnings and potentially improve
knu
2008-05-19
Merge from ruby_1_8.
knu
2008-04-22
Merge from ruby_1_8.
knu
2007-11-28
* bignum.c (rb_big2str0): do not clobber space for sign.
nobu
2007-08-02
* sprintf.c (rb_f_sprintf): should not check positional number as
nobu
2007-07-15
* sprintf.c (rb_f_sprintf): more checks for format argument.
nobu
2007-07-02
* sprintf.c (rb_f_sprintf): sign bit extension should not be done
nobu
2006-11-27
* sprintf.c (rb_f_sprintf): need not to truncate string if no
matz
2006-10-30
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-07-28
* io.c (io_close): always calls "close" method of the receiver.
matz
2006-07-26
* sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,
nobu
2006-06-12
* sprintf.c (rb_f_sprintf): adjust precision length to prevent
matz
2005-12-12
* sprintf.c (rb_str_format): fix a GC problem.
akr
2005-12-07
* sprintf.c (rb_f_sprintf): [ruby-dev:27967]
matz
2005-12-07
* sprintf.c (rb_str_format): integer overflow check added.
matz
2005-09-16
* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style
matz
2005-09-09
* eval.c (rb_call0): prohibit calling tainted method (>2) when
matz
2005-07-27
revered all LLP64 modifies due to portability reason.
matz
2005-07-27
* gc.c (id2ref): must not assign pointers to long int. use
matz
2005-06-07
* sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),
matz
2005-02-28
* exception error messages updated. [ruby-core:04497]
matz
2004-12-08
* io.c (io_fwrite): change dereference for cosmetic reason.
matz
2004-10-27
* string.c (RESIZE_CAPA): check string attribute before modifying
matz
2004-07-17
* sprintf.c (rb_f_sprintf): remove extra sign digit.
nobu
2004-07-16
* sprintf.c (rb_f_sprintf): fix output of NaN, Inf and -Inf with
usa
2004-04-05
* eval.c (top_include): include in the wrapped load is done for
matz
2004-03-10
* eval.c (return_jump): set return value to the return
matz
2003-12-28
Add RDoc documentation for stuff in object.c
dave
2003-07-03
* array.c (rb_values_at): extract common procedure from
matz
2003-04-08
* random.c (rb_f_rand): normalize bignum argument.
matz
2003-03-20
* sprintf.c (rb_f_sprintf): copy sign bits only if value is
matz
2003-03-20
* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)
matz
2003-01-16
* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitialized
knu
2003-01-16
Updated Copyrights of Matz to 2003.
michal
2002-12-10
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-11-22
* sprintf.c (rb_f_sprintf): preceding ".." for negative
matz
2002-10-16
* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered and
nobu
2002-08-28
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-21
*.c: Int vs Long cleanup
michal
2002-06-04
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-04-18
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-10
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-03-25
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-02-01
* intern.h: prototypes for new functions; rb_cstr_to_inum(),
nobu
2001-10-22
* class.c (rb_mod_clone): should not copy class name, since clone
matz
2001-09-03
* ruby.c (proc_options): should not alter origargv[].
matz
2001-05-02
* eval.c (block_pass): should not downgrade safe level.
matz
2001-01-29
* string.c (str_independent): should not clear str->orig here.
matz
2001-01-15
Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
matz
[next]