aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (ruby__sfvwrite): should move `buf' to the end ofocean2005-08-221-0/+1
* * sprintf.c: replacing is no longer needed.nobu2005-08-031-2/+0
* * configure.in: check vsnprintf() and snprintf().nobu2005-08-031-0/+4
* * parse.y (rb_parser_end_seen_p): exclude from ripper.nobu2005-07-281-0/+1
* * parse.y (f_larglist): allow bv_decl at the end of lambdamatz2005-07-281-1/+1
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-271-0/+1
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-0/+7
* * sprintf.c (rb_sprintf): fixed typo.ocean2005-07-261-1/+1
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-8/+109
* * parse.y (parser_yylex): allow ';;' to be block terminator inmatz2005-06-071-2/+4
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * sprintf.c (rb_f_sprintf): [ruby-dev:25104]matz2004-12-081-0/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-5/+2
* * sprintf.c (rb_f_sprintf): remove extra sign digit.nobu2004-07-171-13/+13
* * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa2004-06-221-3/+23
* * sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf withusa2004-06-221-0/+36
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-2/+2
* * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option tomatz2004-02-201-3/+3
* * sprintf.c (rb_f_sprintf): clean up.usa2004-02-181-74/+72
* * sprintf.c (rb_f_sprintf): preserve original val formatz2004-02-171-7/+8
* Add RDoc documentation for stuff in object.cdave2003-12-281-0/+99
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+2
* * random.c (rb_f_rand): normalize bignum argument.matz2003-04-081-1/+3
* * sprintf.c (rb_f_sprintf): copy sign bits only if value ismatz2003-03-201-1/+6
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-13/+24
* * sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu2003-01-161-11/+29
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-38/+24
* * sprintf.c (rb_f_sprintf): preceding ".." for negativematz2002-11-221-6/+8
* * sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu2002-10-161-15/+30
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-1/+1
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-2/+2
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-8/+7
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-78/+28
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-4/+14
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-011-5/+1
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-1/+4
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-18/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-2/+3
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-1/+1
* m17n cleanup ;_;matz2001-01-101-10/+3
* matzmatz2000-12-261-1/+1
* matzmatz2000-12-121-4/+1
* 2000-06-19matz2000-06-191-4/+4
* 2000-05-09matz2000-05-091-3/+3
* 2000-05-01matz2000-05-011-0/+2
* 2000-03-07matz2000-03-071-4/+0
* 20000105matz2000-01-051-10/+8