index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_pstore.rb
Age
Commit message (
Expand
)
Author
2025-01-10
Make pstore as bundled gems
Hiroshi SHIBATA
2022-07-07
[ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt...
Burdette Lamar
2021-06-29
Prefer qualified names under Thread
Nobuyoshi Nakada
2019-08-05
Expand the timeout of `test_pstore_files_are_accessed_as_binary_files`
NAKAMURA Usaku
2017-01-17
lib/pstore.rb: Specify frozen_string_literal: true.
kazu
2016-09-28
test_pstore.rb: use queues
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-05-31
Join threads.
akr
2013-08-15
* io.c, internal.h (rb_io_flush_raw): new function to select calling
usa
2013-08-14
* test/test_pstore.rb
usa
2013-08-14
* test/test_pstore.rb
usa
2012-09-04
test_pstore.rb: fix for timeout
shirosaki
2012-05-07
use assert_equal, assert_match, and so on.
nobu
2011-12-08
Generate temporary file in tmpdir.
naruse
2011-09-13
* lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.
nobu
2011-09-13
* lib/pstore.rb (PStore): always open in binary mode even if
nobu
2011-05-15
* remove trailing spaces.
nobu
2011-03-13
* lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe
sorah
2011-03-07
* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch by
sorah
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-04-10
* lib/pstore.rb: replaced by Hongli Lai's faster version.
matz