summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
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++ stylematz
2005-09-09* eval.c (rb_call0): prohibit calling tainted method (>2) whenmatz
2005-07-27revered all LLP64 modifies due to portability reason.matz
2005-07-27* gc.c (id2ref): must not assign pointers to long int. usematz
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 modifyingmatz
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 withusa
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-03-10* eval.c (return_jump): set return value to the returnmatz
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
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 ismatz
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 uninitializedknu
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-11-22* sprintf.c (rb_f_sprintf): preceding ".." for negativematz
2002-10-16* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-21*.c: Int vs Long cleanupmichal
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
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 clonematz
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-15Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz
2001-01-10m17n cleanup ;_;matz
2000-12-26matzmatz
2000-12-12matzmatz
2000-06-192000-06-19matz
2000-05-092000-05-09matz
2000-05-012000-05-01matz
2000-03-072000-03-07matz
2000-01-0520000105matz
1999-12-0619991206matz
1999-11-1119991111matz
1999-09-01regexp literal (e.g. \202) match, etc.matz
1999-08-131.4.0matz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz