summaryrefslogtreecommitdiff
path: root/lib/pstore.rb
AgeCommit message (Expand)Author
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
2004-02-17* sprintf.c (rb_f_sprintf): preserve original val formatz
2003-01-07* hash.c (env_clear): new Hash compatible method.matz
2002-11-14* math.c (math_acos): check errno after operation. ditto formatz
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-06-24* parse.y (yylex): __END__ should not be effective withinmatz
2001-12-01Reflect the update of the MD5 module which is now Digest::MD5.knu
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-07-31* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz
2001-05-06forgot some checkins.matz
2000-10-11matzmatz
2000-09-19000919matz
2000-06-13pstore abort handlematz
2000-03-062000-03-06matz