Age | Commit message (Expand) | Author |
---|
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2023-11-07 | [ruby/pstore] Bump up 0.1.3 | Hiroshi SHIBATA |
2023-09-21 | [ruby/pstore] [DOC] Link fixes | BurdetteLamar |
2023-02-19 | [ruby/pstore] Remove (newly unneeded) remarks about aliases | Burdette Lamar |
2022-12-05 | [ruby/pstore] Bump version to 0.1.2 | Hiroshi SHIBATA |
2022-10-12 | [DOC] Replace the external URIs to docs with rdoc-ref | Nobuyoshi Nakada |
2022-07-07 | [ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt... | Burdette Lamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2022-07-02 | [ruby/pstore] Enhanced RDoc | BurdetteLamar |
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
2019-09-25 | Make rb_scan_args handle keywords more similar to Ruby methods (#2460) | Jeremy Evans |
2017-01-17 | lib/pstore.rb: Specify frozen_string_literal: true. | kazu |
2016-11-21 | lib/*: remove closed checks | normal |
2016-09-29 | checksum algorithm is not MD5 only [ci skip] | kazu |
2016-09-28 | PStore: select checksum algorithm | nobu |
2016-08-30 | Use qualified names | nobu |
2016-06-28 | PStore::CHECKSUM_ALGO | nobu |
2015-12-23 | [DOC] Fix typos | a_matsuda |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2014-07-23 | * lib/pstore.rb: split executable code into sample directory. | hsbt |
2012-11-11 | * lib/pstore.rb (PStore): fix not to replace ThreadError raised in | glass |
2011-12-20 | Cosmetic changes of lib/pstore.rb. by Masaki Matsushita. See #5248. | nahi |
2011-12-20 | * PStore content update perf optimization. by Masaki Matsushita. | nahi |
2011-11-05 | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj |
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-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. by | sorah |
2010-02-15 | * lib/pstore.rb (PStore#initialize): initialize @thread_safe. | akr |
2009-07-13 | * lib/pstore.rb (PStore#on_windows): fixed typo. | nobu |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-07-10 | * lib/pstore.rb (PStore#transaction): return the result from the | nobu |
2008-06-04 | * lib/rdoc.rb: massive spelling correction from Evan Farrar | matz |
2008-04-11 | * lib/yaml/store.rb (YAML::load): modified to support empty | matz |
2008-04-10 | * lib/pstore.rb (PStore::dump, PStore::load): allow subclass | matz |
2008-04-10 | * lib/pstore.rb: replaced by Hongli Lai's faster version. | matz |
2006-09-08 | * lib/pstore.rb: open all in binary mode, and get rid of the quirk of | nobu |
2006-02-05 | * lib/pstore.rb: should return default value if name is not found. | ocean |
2005-11-01 | * eval.c (rb_call_super): should call method_missing if super is | matz |
2005-10-27 | * string.c (scan_once): wrong condition to use mbclen2(). | matz |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-10-06 | * io.c (rb_io_mode_flags): preserve append mode flag. | matz |