aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-191-0/+2
* Merge from ruby_1_8.knu2008-04-221-1/+1
* * bignum.c (rb_big2str0): do not clobber space for sign.nobu2007-11-281-1/+3
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-1/+1
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-151-28/+37
* * sprintf.c (rb_f_sprintf): sign bit extension should not be donenobu2007-07-021-1/+1
* * sprintf.c (rb_f_sprintf): need not to truncate string if nomatz2006-11-271-18/+2
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-301-1/+1
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-281-1/+7
* * sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,nobu2006-07-261-19/+16
* * sprintf.c (rb_f_sprintf): adjust precision length to preventmatz2006-06-121-0/+18
* * sprintf.c (rb_str_format): fix a GC problem.akr2005-12-121-1/+2
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-3/+5
* * sprintf.c (rb_str_format): integer overflow check added.matz2005-12-071-0/+6
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-3/+3
* * eval.c (rb_call0): prohibit calling tainted method (>2) whenmatz2005-09-091-4/+5
* revered all LLP64 modifies due to portability reason.matz2005-07-271-7/+0
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-271-0/+7
* * sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),matz2005-06-071-1/+1
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-1/+1
* * io.c (io_fwrite): change dereference for cosmetic reason.matz2004-12-081-0/+1
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-3/+1
* * sprintf.c (rb_f_sprintf): remove extra sign digit.nobu2004-07-171-13/+13
* * sprintf.c (rb_f_sprintf): fix output of NaN, Inf and -Inf withusa2004-07-161-0/+57
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-2/+2
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-9/+10
* 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