aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pstore.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/pstore] Bump up 0.1.3Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/pstore] [DOC] Link fixesBurdetteLamar2023-09-211-4/+4
* [ruby/pstore] Remove (newly unneeded) remarks about aliasesBurdette Lamar2023-02-191-4/+0
* [ruby/pstore] Bump version to 0.1.2Hiroshi SHIBATA2022-12-051-1/+1
* [DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-4/+4
* [ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt...Burdette Lamar2022-07-071-42/+47
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-1/+1
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-12/+13
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-3/+4
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-7/+8
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-97/+135
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-28/+13
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-34/+39
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-18/+35
* [ruby/pstore] Enhanced RDocBurdetteLamar2022-07-021-154/+343
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
* Extract version number from the sourceNobuyoshi Nakada2020-07-301-0/+2
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-3/+3
* lib/pstore.rb: Specify frozen_string_literal: true.kazu2017-01-171-1/+1
* lib/*: remove closed checksnormal2016-11-211-1/+1
* checksum algorithm is not MD5 only [ci skip]kazu2016-09-291-1/+1
* PStore: select checksum algorithmnobu2016-09-281-2/+7
* Use qualified namesnobu2016-08-301-1/+1
* PStore::CHECKSUM_ALGOnobu2016-06-281-3/+4
* [DOC] Fix typosa_matsuda2015-12-231-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/pstore.rb: split executable code into sample directory.hsbt2014-07-231-22/+0
* * lib/pstore.rb (PStore): fix not to replace ThreadError raised inglass2012-11-111-4/+12
* Cosmetic changes of lib/pstore.rb. Patch by Masaki Matsushita. See #5248.nahi2011-12-201-17/+7
* * PStore content update perf optimization. Patch by Masaki Matsushita.nahi2011-12-201-29/+5
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* * lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.nobu2011-09-131-0/+1
* * lib/pstore.rb (PStore): always open in binary mode even ifnobu2011-09-131-4/+3
* * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safesorah2011-03-131-0/+2
* * lib/pstore.rb: Delete variable @transaction and fix #4474. Patch bysorah2011-03-071-17/+3
* * lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr2010-02-151-0/+1
* * lib/pstore.rb (PStore#on_windows): fixed typo.nobu2009-07-131-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-67/+67
* * lib/pstore.rb (PStore#transaction): return the result from thenobu2008-07-101-1/+1
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-2/+2
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-111-2/+9
* * lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz2008-04-101-3/+16
* * lib/pstore.rb: replaced by Hongli Lai's faster version.matz2008-04-101-75/+203
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-081-11/+10
* * lib/pstore.rb: should return default value if name is not found.ocean2006-02-051-2/+3
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-1/+1
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-271-14/+208
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-4/+8
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-0/+2
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-0/+2