Age | Commit message (Expand) | Author |
---|
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 |
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 mode | nobu |
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 for | matz |
2003-01-07 | * hash.c (env_clear): new Hash compatible method. | matz |
2002-11-14 | * math.c (math_acos): check errno after operation. ditto for | matz |
2002-07-11 | * string.c (rb_str_slice_bang): if there's no corresponding | matz |
2002-06-24 | * parse.y (yylex): __END__ should not be effective within | matz |
2001-12-01 | Reflect the update of the MD5 module which is now Digest::MD5. | knu |
2001-11-19 | * parse.y (parse_regx): should raise error on untermitated | matz |
2001-10-03 | * marshal.c (r_object): better allocation type check for | matz |
2001-07-31 | * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION | matz |
2001-05-06 | forgot some checkins. | matz |
2000-10-11 | matz | matz |
2000-09-19 | 000919 | matz |