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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
* bootstraptest/test_knownbug.rb: move fixed tests.
ko1
2007-09-26
1
-1
/
+1
*
* lib/rss.rb, lib/rss/, test/rss/:
kou
2007-09-15
7
-2
/
+161
*
* test/ruby/test_io.rb: tests which cause SEGV should not be
ko1
2007-09-14
1
-1
/
+2
*
* range.c (range_dumper): make uninitialized range dumpable.
akr
2007-09-10
1
-0
/
+7
*
* range.c: represent initialized state using EXCL instead of FL_USER3.
akr
2007-09-10
1
-0
/
+5
*
add test for [ruby-dev:31650] and [ruby-dev:31659].
akr
2007-09-08
1
-0
/
+18
*
add test for [ruby-dev:31759].
akr
2007-09-07
1
-4
/
+12
*
* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throw
matz
2007-09-07
1
-1
/
+1
*
* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.
suke
2007-09-04
1
-1
/
+21
*
add a test for [ruby-dev:31709].
akr
2007-09-02
1
-0
/
+8
*
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-09-01
1
-0
/
+12
*
* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.
usa
2007-09-01
1
-1
/
+1
*
* ext/win32ole/win32ole.c (ole_type_progid): progid getted by
suke
2007-08-28
2
-2
/
+2
*
* test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].
nobu
2007-08-28
1
-0
/
+8
*
* thread.c: fix Mutex to be interruptable lock.
ko1
2007-08-27
1
-0
/
+24
*
* ext/win32ole/win32ole.c (ole_type_progid): fix the bug.
suke
2007-08-27
1
-4
/
+0
*
* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]
matz
2007-08-26
1
-3
/
+3
*
* cont.c: fix to remove Fiber.new until fiber.so is not loaded.
ko1
2007-08-26
1
-1
/
+1
*
* test/ruby/test_fiber.rb: fix to require 'continuation'.
ko1
2007-08-25
1
-0
/
+1
*
test assignment order.
akr
2007-08-25
1
-2
/
+11
*
* cont.c: separate Continuation and Fiber from core.
ko1
2007-08-25
3
-8
/
+10
*
* test/ruby/sentence.rb (Sentence): include Enumerable.
akr
2007-08-24
2
-55
/
+70
*
* enumerator.c (enumerator_next): stop pre-fetching.
matz
2007-08-24
1
-2
/
+4
*
* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.
matz
2007-08-24
7
-15
/
+15
*
* ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx instead
suke
2007-08-23
1
-0
/
+25
*
* util.c (ruby_strtod): replaced by the implementation by David
matz
2007-08-21
1
-0
/
+2
*
* cont.c: add Fiber#resume and Fiber.yield.
ko1
2007-08-21
1
-30
/
+51
*
* test/ruby/test_enumerator.rb: fix last commit.
ko1
2007-08-20
1
-4
/
+4
*
* test_enumerator.rb (enum_test): fix to return sorted
ko1
2007-08-20
1
-1
/
+1
*
* enumerator.c (next_i): fix to return with Fiber#yield at
ko1
2007-08-20
1
-0
/
+48
*
Sentence.expand_syntax refined.
akr
2007-08-19
1
-42
/
+61
*
* test/ruby/sentence.rb: new method Sentence().
akr
2007-08-19
1
-11
/
+49
*
sentence.rb documented.
akr
2007-08-18
3
-15
/
+281
*
* test/ruby/test_yield.rb (TestYieldGen): relax array size check
akr
2007-08-18
1
-7
/
+7
*
lambda yield emulator refactored.
akr
2007-08-18
1
-7
/
+11
*
* test/ruby/test_yield.rb (TestYieldGen): add test for yielding to
akr
2007-08-18
2
-20
/
+50
*
* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep
nobu
2007-08-18
1
-1
/
+4
*
* eval.c (frame_func_id): return proper method ID.
nobu
2007-08-17
1
-0
/
+9
*
* test/ruby/test_basicinstructions.rb: fix old tests.
ko1
2007-08-17
1
-3
/
+3
*
fix "&" handling in block parameter.
akr
2007-08-16
1
-6
/
+8
*
* test/ruby/sentence.rb: Sentence class implemented
akr
2007-08-16
4
-277
/
+470
*
TestRubyYieldGen#test_yield needs too long time.
akr
2007-08-15
1
-1
/
+1
*
* hash.c (rb_hash_delete_key): delete the entry without calling block.
nobu
2007-08-15
1
-0
/
+11
*
* lib/rss/rss.rb: 0.1.8 -> 0.1.9.
kou
2007-08-13
1
-1
/
+1
*
update syntax (f_marg_list).
akr
2007-08-09
1
-9
/
+9
*
* enumerator.c (enumerator_next_p): should check correctly even when
matz
2007-08-08
1
-0
/
+19
*
variable renaming refined.
akr
2007-08-08
3
-31
/
+25
*
remove puts for debug
suke
2007-08-07
1
-1
/
+0
*
fix test of PROPERTYPUT_REF in some environment
suke
2007-08-06
1
-2
/
+9
*
add test using sentgen.
akr
2007-08-06
1
-0
/
+132
[next]