aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pstore.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/pstore.rb (PStore#transaction): get rid of opening in write modenobu2004-07-011-6/+3
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-271-3/+15
* * lib/pstore.rb (commit_new): use FileUtils.copy_stream for Cygwin.eban2004-03-071-6/+8
* * sprintf.c (rb_f_sprintf): preserve original val formatz2004-02-171-32/+49
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-4/+1
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-2/+5
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-2/+9
* * parse.y (yylex): __END__ should not be effective withinmatz2002-06-241-2/+1
* Reflect the update of the MD5 module which is now Digest::MD5.knu2001-12-011-3/+3
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-1/+1
* * marshal.c (r_object): better allocation type check formatz2001-10-031-2/+2
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-5/+8
* forgot some checkins.matz2001-05-061-16/+30
* matzmatz2000-10-111-0/+1
* 000919matz2000-09-191-1/+0
* pstore abort handlematz2000-06-131-2/+2
* 2000-03-06matz2000-03-061-0/+4
* 19991129matz1999-11-291-0/+1