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
ruby_3_4
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
2006-08-04
* sprintf.c (rb_str_format): a bug in %c type check.
matz
2006-07-28
* sprintf.c (rb_f_sprintf): documentation update patch from Jacob
matz
2006-07-26
* sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,
nobu
2006-06-20
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-13
* ext/socket/socket.c (Init_socket): remove obsolete constants:
matz
2006-06-09
* sprintf.c (rb_str_format): allow %c to print one character
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-14
* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]
ocean
2005-09-12
* array.c: moved to ANSI function style from K&R function style.
ocean
2005-08-22
* sprintf.c (ruby__sfvwrite): should move `buf' to the end of
ocean
2005-08-03
* sprintf.c: replacing is no longer needed.
nobu
2005-08-03
* configure.in: check vsnprintf() and snprintf().
nobu
2005-07-28
* parse.y (rb_parser_end_seen_p): exclude from ripper.
nobu
2005-07-28
* parse.y (f_larglist): allow bv_decl at the end of lambda
matz
2005-07-27
* gc.c (obj_free): make message formant consistent with one from
matz
2005-07-27
* parse.y (lambda): Perl6 style -> lambda expression. [NEW]
matz
2005-07-26
* sprintf.c (rb_sprintf): fixed typo.
ocean
2005-07-23
* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,
nobu
2005-06-07
* parse.y (parser_yylex): allow ';;' to be block terminator in
matz
2005-03-04
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2004-12-08
* sprintf.c (rb_f_sprintf): [ruby-dev:25104]
matz
2004-10-27
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-07-17
* sprintf.c (rb_f_sprintf): remove extra sign digit.
nobu
2004-06-22
* sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.
usa
2004-06-22
* sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf with
usa
2004-03-29
* exception message clean-up by Ian Macdonald <
[email protected]
>.
matz
2004-02-20
* lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to
matz
2004-02-18
* sprintf.c (rb_f_sprintf): clean up.
usa
2004-02-17
* sprintf.c (rb_f_sprintf): preserve original val for
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
[next]