index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* sprintf.c (rb_str_format): "%#.0o" should keep prefix where
matz
2008-03-01
3
-8
/
+16
*
* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too
nobu
2008-02-29
1
-3
/
+2
*
* bignum.c (big2str_find_n1): check integer overflow.
nobu
2008-02-29
3
-0
/
+16
*
* encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.
nobu
2008-02-29
3
-6
/
+15
*
* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): test
matz
2008-02-29
3
-3
/
+12
*
add a test.
akr
2008-02-29
1
-0
/
+9
*
* test/ruby/test_iterator.rb (TestIterator::test_enumerator):
matz
2008-02-29
2
-2
/
+7
*
* string.c (rb_str_chomp_bang): now works on UTF-16.
matz
2008-02-29
4
-31
/
+86
*
* time.c (time_strftime): format should be ascii compatible.
matz
2008-02-29
6
-5
/
+47
*
* string.c (rb_str_rpartition): calculation was done in byte indexing.
matz
2008-02-29
3
-3
/
+13
*
* parse.y (opt_block_param): command can start just after block param
nobu
2008-02-29
4
-2
/
+10
*
* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):
nobu
2008-02-29
1
-1
/
+1
*
* test/ruby/test_time.rb (test_readers): fix typo.
naruse
2008-02-28
2
-1
/
+7
*
* string.c (str_new): remove encoding assumption of empty string.
naruse
2008-02-28
5
-10
/
+16
*
* ext/tk/lib/tk.rb: forgot to update RELEASE_DATE
nagai
2008-02-28
7
-27
/
+56
*
* lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BIT
akr
2008-02-28
2
-5
/
+12
*
* encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse.
naruse
2008-02-28
2
-1
/
+6
*
* encoding.c (enc_find): check type of argument and convert to String
naruse
2008-02-28
4
-5
/
+13
*
* lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encoding
akr
2008-02-28
2
-1
/
+27
*
add a test.
akr
2008-02-28
1
-0
/
+4
*
* io.c (rb_io_getline_fast): scan coderange.
naruse
2008-02-28
2
-0
/
+10
*
* eval_error.c (error_handle): commit miss.
nobu
2008-02-28
1
-2
/
+2
*
* string.c (rb_enc_str_copy): removed.
naruse
2008-02-28
2
-12
/
+4
*
* eval.c (stack_check): made flag per threads.
nobu
2008-02-28
4
-17
/
+33
*
* file.c (rb_file_flock): immediately returns on EAGAIN if
nobu
2008-02-28
2
-2
/
+9
*
* io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]
nobu
2008-02-28
1
-1
/
+1
*
* io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]
nobu
2008-02-28
1
-0
/
+4
*
* string.c (rb_str_reverse_bang): removed unsed variables.
nobu
2008-02-28
2
-2
/
+5
*
* include/ruby/encoding.h (rb_str_coderange_scan_restartable): added
nobu
2008-02-28
4
-10
/
+20
*
* io.c (read_all): fix if.
naruse
2008-02-27
1
-2
/
+2
*
* ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set
nagai
2008-02-27
88
-464
/
+844
*
* string.c (rb_str_coderange_scan_restartable): coderange scaning
naruse
2008-02-27
4
-4
/
+75
*
* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if
nobu
2008-02-26
5
-25
/
+38
*
* misc/ruby-mode.el (ruby-calculate-indent): should distinguish
matz
2008-02-26
2
-1
/
+6
*
* array.c (combi_len, rb_ary_product): check for overflow.
nobu
2008-02-26
2
-2
/
+15
*
* array.c (recursive_cmp): compare minimal length parts.
nobu
2008-02-26
2
-1
/
+5
*
* ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.
technorama
2008-02-26
7
-33
/
+26
*
* parse.y (value_expr_gen): removed inappropriate warning.
nobu
2008-02-26
2
-0
/
+13
*
* parse.y (tokadd_escape): refactored. [ruby-core:15657]
akr
2008-02-26
2
-6
/
+8
*
* array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow with
nobu
2008-02-26
2
-19
/
+44
*
* signal.c: sorry, commit miss.
usa
2008-02-26
1
-1
/
+1
*
* 2008-02-26
usa
2008-02-26
2
-4
/
+4
*
* include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.
akr
2008-02-25
6
-38
/
+51
*
* 2008-02-25
nobu
2008-02-25
1
-3
/
+3
*
* ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:
technorama
2008-02-25
3
-124
/
+51
*
* ChangeLog: add ML ref.
usa
2008-02-25
1
-0
/
+1
*
* bignum.c (big2str_karatsuba): initialize cache if not initialized.
usa
2008-02-25
2
-2
/
+11
*
* process.c (Init_process): share bignum objects for RLIM_INFINITY,
akr
2008-02-25
2
-7
/
+15
*
Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-02-25
2
-3
/
+8
*
* cygwin/GNUmakefile.in (clean-local): should be double-colon.
nobu
2008-02-24
2
-1
/
+5
[next]