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/erb.rb (ERB::Compiler#compile): magic comment needs LF.
naruse
2008-06-25
2
-1
/
+5
*
* lib/erb.rb (ERB::Compiler#compile): output magic comment.
naruse
2008-06-25
3
-3
/
+8
*
* vm_eval.c (eval_string_with_cref): preserve parse_in_eval even if
mame
2008-06-24
2
-0
/
+8
*
* ext/win32ole/win32ole.c(ole_invoke): fix memory leak.
suke
2008-06-24
2
-4
/
+25
*
* configure.in (rb_cv_fork_with_pthread): check after check for
nobu
2008-06-24
2
-58
/
+68
*
* ext/io/wait/extconf.rb: check sys/socket.h for cygwin.
usa
2008-06-24
2
-1
/
+5
*
* io.c (io_reopen): remove cygwin handling because it seems to be for
usa
2008-06-24
2
-6
/
+6
*
* test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...
usa
2008-06-24
1
-2
/
+13
*
* include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support
usa
2008-06-24
4
-4
/
+43
*
* test_process.rb (test_popen_fork): skip test if fork is not implemented.
usa
2008-06-24
1
-5
/
+7
*
* ext/socket/socket.c (init_sock): socket is binmode on platforms
usa
2008-06-24
2
-0
/
+8
*
* compile.c (iseq_build_from_ary): initialize arg_opts, a patch from
mame
2008-06-23
2
-2
/
+8
*
2008-06-24
svn
2008-06-23
1
-3
/
+3
*
* compile.c (iseq_build_from_ary): fix expression to obtain
wanabe
2008-06-23
2
-8
/
+6
*
2008-06-23
svn
2008-06-23
1
-3
/
+3
*
* lib/mathn.rb (Rational::power2): removed incomplete method.
matz
2008-06-23
2
-44
/
+5
*
* ext/readline/extconf.rb (have_readline_func): readline on Mac OS X
nobu
2008-06-22
2
-9
/
+18
*
* object.c (rb_class_superclass): rdoc improvement, a patch from
nobu
2008-06-22
2
-0
/
+11
*
* README.EXT: translated README.EXT.ja
shyouhei
2008-06-22
2
-0
/
+8
*
* ChangeLog: add reporter.
usa
2008-06-21
1
-1
/
+2
*
auto update version.h test last
eban
2008-06-21
1
-2
/
+0
*
2008-06-22
svn
2008-06-21
1
-3
/
+3
*
auto update version.h test
eban
2008-06-21
1
-0
/
+1
*
reverted
eban
2008-06-21
1
-4
/
+21
*
2008-06-22
svn
2008-06-21
1
-21
/
+4
*
auto update version.h test
eban
2008-06-21
1
-0
/
+1
*
reverted
eban
2008-06-21
1
-4
/
+21
*
2008-06-22
svn
2008-06-21
1
-21
/
+4
*
auto update version.h test
eban
2008-06-21
1
-1
/
+0
*
reverted
eban
2008-06-21
1
-4
/
+21
*
2008-06-22
svn
2008-06-21
1
-21
/
+4
*
auto update version.h test
eban
2008-06-21
1
-0
/
+1
*
reverted
eban
2008-06-21
1
-0
/
+57
*
2008-06-22
svn
2008-06-21
1
-40
/
+0
*
* win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP is
usa
2008-06-21
2
-3
/
+21
*
2008-06-22
svn
2008-06-21
1
-21
/
+4
*
* README.EXT.ja: add note about mark and free.
usa
2008-06-21
2
-0
/
+9
*
* ChangeLog: tabify. (now we are testing auto version.h updating.)
usa
2008-06-21
1
-16
/
+16
*
* io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new method
usa
2008-06-21
2
-0
/
+27
*
* win32/win32.c (rb_w32_spawn): no longer support P_WAIT.
usa
2008-06-21
2
-4
/
+4
*
* thread_win32.c (native_sleep): must block reentrance when accessing
usa
2008-06-21
2
-0
/
+10
*
* parse.y (call_args2, open_args): removed.
nobu
2008-06-21
2
-78
/
+11
*
* numeric.c (flo_round): get rid of overflow.
nobu
2008-06-21
2
-5
/
+14
*
* lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skip
nobu
2008-06-21
2
-2
/
+11
*
* configure.in: check if fork works with pthread.
nobu
2008-06-21
2
-0
/
+62
*
* tool/make-snapshot: ported to ruby.
nobu
2008-06-21
2
-99
/
+139
*
* tool/make-snapshot: fixed digets.
nobu
2008-06-20
2
-7
/
+10
*
* enumerator.c (enum_each_cons): typo in RDoc fixed.
matz
2008-06-20
2
-1
/
+3
*
* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):
matz
2008-06-20
3
-4
/
+9
*
* tool/make-snapshot: do not use sha256sum; use BASERUBY instead
shyouhei
2008-06-20
3
-7
/
+18
[prev]
[next]