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
...
*
* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):
gotoyuzo
2003-10-29
5
-3
/
+41
*
* test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter to
nahi
2003-10-29
2
-3
/
+11
*
* ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not
usa
2003-10-29
2
-50
/
+37
*
* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.
akr
2003-10-29
3
-32
/
+120
*
* eval.c (rb_longjmp): must not disturb original jump.
matz
2003-10-29
2
-1
/
+6
*
* eval.c (Init_Proc): taint preallocated exception object
matz
2003-10-29
3
-1
/
+7
*
2003-10-29
usa
2003-10-29
1
-3
/
+3
*
* parse.y (ret_args): node may be NULL. [ruby-talk:84530]
matz
2003-10-29
3
-2
/
+6
*
change yield2 test. [ruby-dev:21739]
seki
2003-10-28
1
-2
/
+2
*
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
usa
2003-10-28
2
-4
/
+41
*
2003-10-28
eban
2003-10-28
1
-3
/
+3
*
* parse.y (new_yield): remove magic argument rule; "yield [1,2]"
matz
2003-10-28
5
-72
/
+63
*
* eval.c (rb_longjmp): ignore reentering error while warning.
nobu
2003-10-27
2
-1
/
+9
*
2003-10-27
eban
2003-10-27
1
-3
/
+3
*
bug fix on Win : hang-up when calling 'exit' in the Tk callback
nagai
2003-10-26
2
-1
/
+10
*
add yield test for [ruby-dev:21707]
seki
2003-10-26
1
-0
/
+5
*
2003-10-26
eban
2003-10-26
1
-3
/
+3
*
add TkRoot.destroy
nagai
2003-10-25
1
-0
/
+4
*
* eval.c (rb_method_missing): protect exception from within
matz
2003-10-25
3
-11
/
+19
*
2003-10-24
eban
2003-10-24
1
-3
/
+3
*
* hash.c (rb_hash_each): Hash#each should yield single value.
matz
2003-10-24
5
-7
/
+51
*
* lib/webrick/server.rb (GenericServer#start): should rescue
gotoyuzo
2003-10-23
2
-1
/
+6
*
2003-10-23
nobu
2003-10-23
1
-3
/
+3
*
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
nobu
2003-10-23
4
-4
/
+13
*
* parse.y: integrate operations for stack_type. [ruby-dev:21681]
nobu
2003-10-23
2
-16
/
+17
*
typo in comment.
nobu
2003-10-23
1
-1
/
+1
*
* test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR.
nahi
2003-10-22
5
-9
/
+21
*
--enable-dlstack is true in default.
ttate
2003-10-22
1
-6
/
+2
*
Bugfix for PR#1196
ttate
2003-10-22
1
-8
/
+5
*
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):
nobu
2003-10-22
8
-16
/
+36
*
2003-10-22
eban
2003-10-22
1
-3
/
+3
*
* eval.c (ruby_cleanup): should not ignore exit_value in END
matz
2003-10-21
2
-2
/
+6
*
* test/drb/drbtest.rb: import drb common test utilities.
matz
2003-10-21
2
-0
/
+299
*
* eval.c (ruby_cleanup): call finalizers and exit procs before
matz
2003-10-21
9
-406
/
+117
*
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):
nobu
2003-10-21
2
-0
/
+9
*
* win32/win32.c (do_spawn, do_aspawn): should return child's exit
usa
2003-10-21
2
-2
/
+11
*
* win32/win32.c (do_spawn, do_aspawn): should wait child process even
usa
2003-10-21
2
-0
/
+7
*
2003-10-21
eban
2003-10-21
1
-3
/
+3
*
bug fix
nagai
2003-10-21
3
-6
/
+6
*
Added math.rb descriptions.
shigek
2003-10-21
2
-6
/
+17
*
Local version number(BigDecimal::ver) incremented.
shigek
2003-10-21
1
-1
/
+5
*
can read data from file.
shigek
2003-10-21
1
-22
/
+45
*
C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)
nobu
2003-10-21
2
-17
/
+17
*
* test/soap/calc/*, test/soap/helloworld/*: catch the exception from test
nahi
2003-10-20
5
-0
/
+29
*
import drb/runit/*.rb
seki
2003-10-20
17
-0
/
+1279
*
* eval.c (rb_eval): set current node after arguments evaluation.
nobu
2003-10-20
2
-5
/
+16
*
* eval.c (rb_thread_cleanup): keep thread group for main thread.
nobu
2003-10-20
2
-2
/
+7
*
* eval.c (rb_catch): backout.
nobu
2003-10-20
2
-13
/
+5
*
* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()
matz
2003-10-20
4
-13
/
+24
*
* test/ruby/test_signal.rb (test_signal): restore old trap.
nobu
2003-10-20
2
-5
/
+12
[prev]
[next]