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
...
*
* djgpp/config.status: wrongly revised file.
nobu
2007-01-13
1
-77
/
+0
*
* array.c (rb_ary_replace): use ptr and len of orig instead of
nobu
2007-01-09
3
-8
/
+15
*
r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900
shyouhei
2007-01-09
3
-18
/
+19
*
* file.c (rb_find_file): should not call fpath_check() with NULL.
usa
2007-01-09
2
-1
/
+8
*
* 2007-01-09
eban
2007-01-09
1
-3
/
+3
*
* string.c (rb_str_upto): use RSTRING_LEN().
matz
2007-01-08
2
-1
/
+3
*
* string.c (rb_str_upto): String#upto from empty string makes
matz
2007-01-08
2
-1
/
+6
*
ext/win32ole/doc removed
suke
2007-01-07
1
-294
/
+0
*
* thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(),
ko1
2007-01-07
5
-22
/
+61
*
* common.mk: add a "compare" rule and fix MATZRUBY variable
ko1
2007-01-07
3
-4
/
+12
*
add some test. update comment for rdoc.
suke
2007-01-07
3
-6
/
+45
*
Merge RDoc updates from matzruby 11502, 11503, 11504
drbrain
2007-01-07
3
-3
/
+165
*
updated based on date2 4.0.1.
tadf
2007-01-07
2
-2
/
+8
*
* io.c (rb_io_getline_fast, rb_io_getline): increase lineno
nobu
2007-01-06
2
-146
/
+182
*
Ignore .a files
drbrain
2007-01-06
0
-0
/
+0
*
* insns.def (send) : fix to optimize send() with Symbol.
ko1
2007-01-06
3
-1
/
+16
*
* common.mk : add PHONY dependency to some rules
ko1
2007-01-06
2
-9
/
+13
*
* io.c (argf_read): fix wrong replacement. [ruby-dev:30070]
matz
2007-01-06
2
-1
/
+5
*
* insns.def : support direct method dispatch with "send" or "funcall".
ko1
2007-01-06
7
-12
/
+138
*
add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.
suke
2007-01-05
3
-1
/
+12
*
* benchmark/run.rb : change option format
ko1
2007-01-05
4
-34
/
+34
*
* benchmark/bm_app_pentomino.rb : use Array#dup instead of
ko1
2007-01-05
7
-254
/
+80
*
* yarvtest/yarvtest.rb : fix to compare results
ko1
2007-01-05
2
-1
/
+5
*
* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.
ko1
2007-01-05
6
-17
/
+49
*
* benchmark/run_rite.rb : fix to use readlines instead of
ko1
2007-01-05
2
-1
/
+6
*
* thread_win32.ci (rb_thread_reset_timer_thread) :
ko1
2007-01-05
2
-0
/
+12
*
* common.mk : add .SUFFIXES rule
ko1
2007-01-05
2
-0
/
+6
*
* eval_method.h (rb_alias) : fix to check search result
ko1
2007-01-05
2
-1
/
+5
*
* eval_method.h (rb_add_method) : fix to check old_node
ko1
2007-01-05
2
-3
/
+7
*
* compile.c (iseq_compile_each, set_block_local_tbl) :
ko1
2007-01-05
4
-53
/
+98
*
* 2007-01-05
usa
2007-01-05
1
-3
/
+3
*
* thread_pthread.ci (native_sleep): fix tv_nsec overflow.
gotoyuzo
2007-01-05
2
-0
/
+8
*
* common.mk : rename yarv-test-[all/each] to compare-test[/-each].
ko1
2007-01-04
4
-150
/
+137
*
* common.mk : fix to use test.rb script in build directory.
ko1
2007-01-04
2
-5
/
+10
*
* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):
gotoyuzo
2007-01-04
2
-1
/
+6
*
* yarv_version.h : removed.
ko1
2007-01-04
4
-38
/
+10
*
* ext/openssl/ossl_asn1.c (Init_ossl_asn1):
gotoyuzo
2007-01-04
2
-4
/
+10
*
* 2007-01-04
eban
2007-01-04
1
-3
/
+3
*
* thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN.
ko1
2007-01-04
2
-7
/
+8
*
* common.mk : restore changes
ko1
2007-01-04
2
-50
/
+193
*
* thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN.
ko1
2007-01-04
2
-4
/
+16
*
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11465 b2dd03c8-39d4-4d8...
ko1
2007-01-04
2
-1
/
+5
*
* 2007-01-03
eban
2007-01-03
1
-3
/
+3
*
* io.c (rb_io_getline): lineno update condition was wrong.
matz
2007-01-03
2
-2
/
+9
*
* io.c (ruby_dup): start GC on ENOMEM as well.
matz
2007-01-03
2
-1
/
+5
*
* 2007-01-02
usa
2007-01-02
1
-3
/
+3
*
Fix to compile on yarv, ruby_errinfo -> rb_errinfo()
drbrain
2007-01-02
2
-1
/
+6
*
* ext/tk/tcltklib.c : fix to compile on YARV
ko1
2006-12-31
2
-41
/
+47
*
* test/drb/test_drbssl.rb : fix to skip drb tests
ko1
2006-12-31
2
-3
/
+13
*
Make RDoc accessible. Update constant value information.
drbrain
2006-12-31
2
-92
/
+112
[prev]
[next]