index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
Commit message (
Expand
)
Author
Age
Files
Lines
*
* bootstraptest/runner.rb: use safe navigation operator.
hsbt
2015-12-14
1
-1
/
+1
*
* bootstraptest/test_fork.rb ([ruby-dev:37934]): :NPROC (RLIMIT_NPROC)
ngoto
2015-11-10
1
-1
/
+1
*
relax error message format
nobu
2015-10-24
1
-2
/
+2
*
* bootstraptest/test_method.rb: remove a test because $SAFE=2 was
ko1
2015-06-18
1
-12
/
+0
*
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-06-17
1
-16
/
+0
*
default colors
nobu
2015-05-17
1
-1
/
+7
*
reset colors
nobu
2015-05-17
1
-2
/
+2
*
* string.c (str_discard): does not free for STR_NOFREE string.
mame
2015-02-13
1
-0
/
+3
*
parse.y: condition node
nobu
2015-01-29
1
-0
/
+2
*
vm_insnhelper.c: break from nested rescue
nobu
2015-01-23
1
-0
/
+14
*
normalize reference to Timeout::Error
normal
2014-10-07
1
-1
/
+1
*
wait until the thread is stopped.
akr
2014-09-21
1
-1
/
+1
*
test_fork.rb: wait signals
nobu
2014-06-28
1
-0
/
+1
*
Remove trailing white spaces.
akr
2014-06-21
1
-1
/
+1
*
Don't erase for verbose mode.
akr
2014-06-20
1
-1
/
+1
*
bootstraptest/runner.rb: refine output
nobu
2014-06-10
1
-9
/
+24
*
Show the epapsed time for failed test as well.
akr
2014-06-08
1
-2
/
+4
*
test_thread.rb: remove garbage
nobu
2014-06-08
1
-1
/
+0
*
bootstraptest/test_{fork,io,thread}.rb: reduce sleep times
nobu
2014-06-07
3
-39
/
+57
*
runner.rb: elapsed times
nobu
2014-06-07
1
-1
/
+4
*
* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.
akr
2014-04-29
1
-2
/
+0
*
fix typo [Fix GH-603]
nobu
2014-04-28
1
-1
/
+1
*
* bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.
akr
2014-04-24
1
-0
/
+2
*
revert r45709.
akr
2014-04-24
1
-2
/
+4
*
* bootstraptest/test_io.rb: Don't use tmpdir because etc.so is not
akr
2014-04-24
1
-4
/
+2
*
FreeBSD 10 SEGVs this less than 4M + 12K bytes.
naruse
2014-01-15
1
-2
/
+2
*
fix matching
nobu
2013-12-05
1
-1
/
+1
*
* bootstraptest/runner.rb: check nil before calling `signal?'
ko1
2013-10-16
1
-2
/
+2
*
vm.c: initialize defined_module_hash early
nobu
2013-10-13
1
-0
/
+10
*
parse.y: parse precisely
nobu
2013-08-02
1
-0
/
+2
*
* parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switch
charliesome
2013-08-02
1
-0
/
+4
*
* bootstraptest/test_literal_suffix.rb: add two test cases to
mrkn
2013-08-01
1
-0
/
+2
*
* rational.c (rb_flt_rationalize_with_prec): new public C function
mrkn
2013-08-01
1
-0
/
+46
*
* bootstraptest/test_thread.rb: rescue resource limitation errors.
ko1
2013-06-23
1
-4
/
+12
*
* bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:
shugo
2013-06-13
2
-84
/
+0
*
test: tty option
nobu
2013-01-15
1
-1
/
+6
*
runner.rb: colorize
nobu
2013-01-15
1
-2
/
+2
*
* bootstraptest/runner.rb (exec_test): break lines if not tty.
nobu
2013-01-12
1
-1
/
+1
*
* compile.c (compile_array_): modify wrong optimization.
ko1
2013-01-09
1
-0
/
+5
*
* bootstraptest/test_io.c: add a test for [ruby-dev:46834].
yugui
2013-01-06
1
-0
/
+6
*
Fix failures on btest for NativeClient.
yugui
2013-01-03
3
-4
/
+12
*
* bootstraptest/test_thread.rb: get rid of confusing ruby-mode.el
nobu
2013-01-01
1
-1
/
+1
*
* bootstraptest/test_thread.rb: get rid of "invalid nest" error in
nobu
2013-01-01
1
-10
/
+10
*
* vm.c (rb_vm_make_env_object): make Proc object if Env is possible
ko1
2012-11-27
1
-0
/
+25
*
* bootstraptest/test_thread.rb: try to `join' each 100
ko1
2012-11-26
1
-1
/
+3
*
* vm_insnhelper.c (vm_caller_setup_args): save and restore
ko1
2012-11-13
1
-0
/
+58
*
vm.c: rewrite all catch points
nobu
2012-11-02
1
-0
/
+40
*
revert r37326 "remove string literal concatenation"
nobu
2012-10-25
2
-3
/
+2
*
remove string literal concatenation
nobu
2012-10-25
2
-2
/
+3
*
* vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() if
ko1
2012-10-15
1
-0
/
+20
[next]