index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* sprintf.c (rb_f_sprintf): remove extra sign digit.
nobu
2004-07-17
1
-13
/
+13
*
* sprintf.c (rb_f_sprintf): fix output of NaN, Inf and -Inf with
usa
2004-07-16
1
-0
/
+57
*
* eval.c (top_include): include in the wrapped load is done for
matz
2004-04-05
1
-2
/
+2
*
* eval.c (return_jump): set return value to the return
matz
2004-03-10
1
-9
/
+10
*
Add RDoc documentation for stuff in object.c
dave
2003-12-28
1
-0
/
+99
*
* array.c (rb_values_at): extract common procedure from
matz
2003-07-03
1
-0
/
+2
*
* random.c (rb_f_rand): normalize bignum argument.
matz
2003-04-08
1
-1
/
+3
*
* sprintf.c (rb_f_sprintf): copy sign bits only if value is
matz
2003-03-20
1
-1
/
+6
*
* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)
matz
2003-03-20
1
-13
/
+24
*
* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitialized
knu
2003-01-16
1
-11
/
+29
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-12-10
1
-38
/
+24
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative
matz
2002-11-22
1
-6
/
+8
*
* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered and
nobu
2002-10-16
1
-15
/
+30
*
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-28
1
-1
/
+1
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-1
/
+1
*
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-06-04
1
-2
/
+2
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-8
/
+7
*
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-10
1
-78
/
+28
*
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-03-25
1
-4
/
+14
*
* intern.h: prototypes for new functions; rb_cstr_to_inum(),
nobu
2002-02-01
1
-5
/
+1
*
* class.c (rb_mod_clone): should not copy class name, since clone
matz
2001-10-22
1
-1
/
+4
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
1
-18
/
+1
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-2
/
+3
*
* string.c (str_independent): should not clear str->orig here.
matz
2001-01-29
1
-1
/
+1
*
Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
matz
2001-01-15
1
-1
/
+1
*
m17n cleanup ;_;
matz
2001-01-10
1
-10
/
+3
*
matz
matz
2000-12-26
1
-1
/
+1
*
matz
matz
2000-12-12
1
-4
/
+1
*
2000-06-19
matz
2000-06-19
1
-4
/
+4
*
2000-05-09
matz
2000-05-09
1
-3
/
+3
*
2000-05-01
matz
2000-05-01
1
-0
/
+2
*
2000-03-07
matz
2000-03-07
1
-4
/
+0
*
20000105
matz
2000-01-05
1
-10
/
+8
*
19991206
matz
1999-12-06
1
-0
/
+4
*
19991111
matz
1999-11-11
1
-9
/
+42
*
regexp literal (e.g. \202) match, etc.
matz
1999-09-01
1
-2
/
+6
*
1.4.0
matz
1999-08-13
1
-4
/
+28
*
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1999-01-20
1
-237
/
+226
*
This commit was generated by cvs2svn to compensate for changes in r11,
matz
1998-01-16
1
-6
/
+6
*
Initial revision
v1_0_r2
r2
matz
1998-01-16
1
-0
/
+632