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
*
* lib/mkmf.rb (#link_command): should dup CONFTEST_C which is
matz
2009-06-04
2
-1
/
+6
*
* README.EXT: typo fixed.
nobu
2009-06-04
1
-3
/
+3
*
* 2009-06-04
svn
2009-06-03
1
-2
/
+2
*
* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]
matz
2009-06-03
2
-1
/
+5
*
* enum.c (enum_first): should check negative length.
matz
2009-06-03
2
-0
/
+7
*
* enum.c (first_i): Enumerator#first should consume only what is
matz
2009-06-03
2
-6
/
+18
*
* 2009-06-03
svn
2009-06-02
1
-2
/
+2
*
* string.c (rb_str_gsub_bang): modify check at the beginning.
matz
2009-06-02
2
-6
/
+23
*
* 2009-06-02
svn
2009-06-02
1
-2
/
+2
*
* test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]
kazu
2009-06-02
2
-0
/
+58
*
* cont.c (cont_capture, fiber_store): reraise transferred error.
nobu
2009-06-01
3
-2
/
+24
*
* include/ruby/intern.h (rb_exc_new2): optimization for literal.
nobu
2009-06-01
3
-0
/
+12
*
* cont.c: fixed types.
nobu
2009-06-01
1
-3
/
+3
*
* 2009-06-01
svn
2009-05-31
1
-3
/
+3
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
matz
2009-05-31
2
-3
/
+10
*
* lib/mkmf.rb (create_makefile): checks for duplication of source
nobu
2009-05-31
2
-10
/
+17
*
* file.c (istrailinggarbage): fixed typo.
nobu
2009-05-31
3
-10
/
+14
*
* struct.c (Init_Struct): made #to_s an alias to #inspect to
nobu
2009-05-29
2
-2
/
+8
*
* hash.c (Init_Hash): made #to_s an alias to #inspect to reduce
nobu
2009-05-29
2
-16
/
+13
*
* hash.c (rb_hash_inspect): rescurses with defined ID to get rid
nobu
2009-05-29
2
-8
/
+17
*
* enum.c (collect_all): checks interrupts. [ruby-core:23594]
nobu
2009-05-29
3
-2
/
+7
*
* configure.in (THREAD_MODEL): reject unknown value and checks
nobu
2009-05-27
2
-1
/
+17
*
* sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]
matz
2009-05-27
2
-1
/
+5
*
* time.c (time_strftime): update RDoc according to info from
matz
2009-05-27
2
-0
/
+20
*
* lib/uri: don't set @parser if it is DEFAULT_PARSER for marshaling
akr
2009-05-27
3
-30
/
+43
*
* marshal.c (w_encoding): more compact encoding information for
matz
2009-05-27
2
-0
/
+26
*
* bignum.c (bigand_int): new function to calculate bignum and
matz
2009-05-27
2
-19
/
+144
*
* 2009-05-28
svn
2009-05-27
1
-2
/
+2
*
* st.c (st_insert2): new function with processing new key,
matz
2009-05-27
4
-3
/
+51
*
* parse.y (struct parser_params): lex_gets_ptr should be long.
nobu
2009-05-27
2
-13
/
+12
*
* vm_dump.c (rb_vm_bugreport): no empty lines.
nobu
2009-05-27
1
-6
/
+4
*
* ext/readline/readline.c (readline_getc): the function for
naruse
2009-05-26
3
-5
/
+11
*
* gc.c: fixed types.
nobu
2009-05-26
2
-7
/
+9
*
* common.mk (bignum.o, numeric.o): depend on util.h.
nobu
2009-05-26
7
-64
/
+87
*
* bignum.c (bignew_1): inline memory allocation.
matz
2009-05-26
2
-6
/
+20
*
Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2009-05-26
2
-2
/
+6
*
* parse.y (parser_yyerror): get rid of possible overflow.
nobu
2009-05-26
1
-2
/
+3
*
* include/ruby/ruby.h (FilePathValue): prevent from GC.
nobu
2009-05-25
2
-2
/
+4
*
* include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.
nobu
2009-05-25
2
-2
/
+12
*
* time.c (rb_gmtime, rb_localtime): gmtime and localtime return
nobu
2009-05-25
3
-3
/
+24
*
* string.c (rb_str_each_char, rb_str_each_codepoint): string
nobu
2009-05-25
3
-4
/
+10
*
Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2009-05-25
2
-1
/
+5
*
* tool/mkconfig.rb, tool/instruby.rb: removed redundant code.
nobu
2009-05-25
3
-3
/
+7
*
* string.c (rb_str_hash): avoid calling rb_enc_str_asciionly_p().
matz
2009-05-25
2
-24
/
+41
*
* string.c (rb_str_rpartition): ditto.
nobu
2009-05-24
3
-1
/
+6
*
* test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashes
matz
2009-05-24
3
-2
/
+11
*
* string.c (rb_str_partition): should use the converted result. a
nobu
2009-05-24
3
-0
/
+8
*
* 2009-05-25
svn
2009-05-24
1
-2
/
+2
*
* lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch from
matz
2009-05-24
2
-1
/
+6
*
* thread.c (rb_exec_recursive_paired): new function for proper
nobu
2009-05-24
5
-26
/
+87
[next]