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
/
ruby
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s/unicode/Unicode/ in error messages.
akr
2007-12-02
1
-7
/
+75
*
* parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP.
akr
2007-12-02
1
-0
/
+8
*
* include/ruby/intern.h (rb_uv_to_utf8): declared.
akr
2007-12-01
2
-39
/
+79
*
* bootstraptest/test_knownbug.rb: move fixed bugs.
ko1
2007-12-01
1
-0
/
+4
*
report the reason of process termination.
akr
2007-11-30
1
-1
/
+1
*
add test for enumerator.
akr
2007-11-28
1
-1
/
+10
*
* insnhelper.ci (vm_invoke_block): should splat args.
ko1
2007-11-28
1
-0
/
+8
*
test exceptions.
akr
2007-11-28
1
-29
/
+41
*
* compile.c, insns.def: change return value of "defined?"
ko1
2007-11-27
1
-0
/
+29
*
* test_beginendblock.rb: add loop to wait signal.
ko1
2007-11-27
1
-2
/
+4
*
* eval.c (rb_method_missing): fix stack trace.
ko1
2007-11-27
1
-0
/
+12
*
more tests.
akr
2007-11-26
2
-157
/
+99
*
* test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):
matz
2007-11-26
1
-15
/
+5
*
* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.
akr
2007-11-25
1
-21
/
+189
*
test_to_s refined.
akr
2007-11-25
1
-1
/
+1
*
add more roundtrip tests.
akr
2007-11-25
1
-0
/
+44
*
add test for printf format %x, %o and %b.
akr
2007-11-24
1
-0
/
+79
*
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2007-11-23
2
-0
/
+11
*
* re.c (REG_CASESTATE): unused macro removed.
akr
2007-11-23
1
-0
/
+201
*
* compile.c (defined_expr): defined(method(x)) dumped core. a
matz
2007-11-23
1
-2
/
+11
*
* configure.in: check struct timespec, clock_gettime, utimensat,
akr
2007-11-19
1
-0
/
+64
*
* time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).
akr
2007-11-18
1
-0
/
+10
*
use ML ref. for assertion message.
akr
2007-11-18
13
-71
/
+58
*
check class.
akr
2007-11-17
1
-4
/
+56
*
* set eol-style.
nobu
2007-11-16
1
-47
/
+47
*
* test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.
shugo
2007-11-12
1
-125
/
+160
*
* insnhelper.ci (vm_call_method): pass mn->nd_clss to
shugo
2007-11-11
1
-1
/
+1
*
* test/ruby/test_iterator.rb (TestIterator::IterTest::each):
matz
2007-11-09
1
-6
/
+3
*
* test/ruby/test_basicinstructions.rb: updated for new class
matz
2007-11-09
1
-6
/
+6
*
* parse.y: patch, based on Nobu's, work to support \u escapes
davidflanagan
2007-11-07
2
-0
/
+265
*
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-11-04
4
-5
/
+5
*
specify prefix for Dir.mktmpdir.
akr
2007-10-24
2
-2
/
+2
*
use Dir.mktmpdir.
akr
2007-10-24
2
-21
/
+21
*
* marshal.c (r_bytes0): check if source has enough data.
nobu
2007-10-15
1
-0
/
+20
*
* encoding.c (rb_obj_encoding): rdoc update. a patch from David
nobu
2007-10-14
1
-0
/
+28
*
* variable.c (rb_cvar_set): check whether class variable is
matz
2007-10-03
1
-7
/
+7
*
* array.c (rb_ary_product): generalized product, now takes
matz
2007-10-02
1
-0
/
+6
*
* array.c (rb_ary_permutation): implementation contributed from
matz
2007-10-01
1
-8
/
+16
*
* array.c (rb_ary_combination): revisit #combination behavior.
matz
2007-10-01
1
-2
/
+2
*
* array.c (rb_ary_combination): new method to give all combination
matz
2007-09-29
1
-0
/
+22
*
* cont.c: Thread local storage should be fiber local.
ko1
2007-09-28
1
-0
/
+29
*
refine previous change.
akr
2007-09-28
2
-87
/
+91
*
don't generate temporary files under current directory.
akr
2007-09-28
3
-21
/
+27
*
* bootstraptest/test_knownbug.rb: move fixed tests.
ko1
2007-09-26
1
-1
/
+1
*
* 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
[prev]
[next]