summaryrefslogtreecommitdiff
path: root/lib/pstore.rb
AgeCommit message (Expand)Author
2022-12-05[ruby/pstore] Bump version to 0.1.2Hiroshi SHIBATA
2022-10-12[DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2022-07-07[ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt...Burdette Lamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-07-30Extract version number from the sourceNobuyoshi Nakada
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2017-01-17lib/pstore.rb: Specify frozen_string_literal: true.kazu
2016-11-21lib/*: remove closed checksnormal
2016-09-29checksum algorithm is not MD5 only [ci skip]kazu
2016-09-28PStore: select checksum algorithmnobu
2016-08-30Use qualified namesnobu
2016-06-28PStore::CHECKSUM_ALGOnobu
2015-12-23[DOC] Fix typosa_matsuda
2015-12-16Add frozen_string_literal: false for all filesnaruse
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 inglass
2011-12-20Cosmetic changes of lib/pstore.rb. Patch by Masaki Matsushita. See #5248.nahi
2011-12-20* PStore content update perf optimization. Patch 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 ifnobu
2011-03-13* lib/pstore.rb: Fix don't raise "nested transaction" when thread_safesorah
2011-03-07* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch bysorah
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 thenobu
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-04-11* lib/yaml/store.rb (YAML::load): modified to support emptymatz
2008-04-10* lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz
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 ofnobu
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 ismatz
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() bymatz
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz
2004-07-01* lib/pstore.rb (PStore#transaction): get rid of opening in write modenobu
2004-05-27* lib/pstore.rb (transaction): allow overriding dump and load.matz
2004-03-07* lib/pstore.rb (commit_new): use FileUtils.copy_stream for Cygwin.eban