index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pstore.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update library versions of the default gems.
Hiroshi SHIBATA
2020-12-22
1
-1
/
+1
*
Extract version number from the source
Nobuyoshi Nakada
2020-07-30
1
-0
/
+2
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-3
/
+3
*
lib/pstore.rb: Specify frozen_string_literal: true.
kazu
2017-01-17
1
-1
/
+1
*
lib/*: remove closed checks
normal
2016-11-21
1
-1
/
+1
*
checksum algorithm is not MD5 only [ci skip]
kazu
2016-09-29
1
-1
/
+1
*
PStore: select checksum algorithm
nobu
2016-09-28
1
-2
/
+7
*
Use qualified names
nobu
2016-08-30
1
-1
/
+1
*
PStore::CHECKSUM_ALGO
nobu
2016-06-28
1
-3
/
+4
*
[DOC] Fix typos
a_matsuda
2015-12-23
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* lib/pstore.rb: split executable code into sample directory.
hsbt
2014-07-23
1
-22
/
+0
*
* lib/pstore.rb (PStore): fix not to replace ThreadError raised in
glass
2012-11-11
1
-4
/
+12
*
Cosmetic changes of lib/pstore.rb. Patch by Masaki Matsushita. See #5248.
nahi
2011-12-20
1
-17
/
+7
*
* PStore content update perf optimization. Patch by Masaki Matsushita.
nahi
2011-12-20
1
-29
/
+5
*
* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,
ktsj
2011-11-05
1
-1
/
+1
*
* lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.
nobu
2011-09-13
1
-0
/
+1
*
* lib/pstore.rb (PStore): always open in binary mode even if
nobu
2011-09-13
1
-4
/
+3
*
* lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe
sorah
2011-03-13
1
-0
/
+2
*
* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch by
sorah
2011-03-07
1
-17
/
+3
*
* lib/pstore.rb (PStore#initialize): initialize @thread_safe.
akr
2010-02-15
1
-0
/
+1
*
* lib/pstore.rb (PStore#on_windows): fixed typo.
nobu
2009-07-13
1
-1
/
+1
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-67
/
+67
*
* lib/pstore.rb (PStore#transaction): return the result from the
nobu
2008-07-10
1
-1
/
+1
*
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-06-04
1
-2
/
+2
*
* lib/yaml/store.rb (YAML::load): modified to support empty
matz
2008-04-11
1
-2
/
+9
*
* lib/pstore.rb (PStore::dump, PStore::load): allow subclass
matz
2008-04-10
1
-3
/
+16
*
* lib/pstore.rb: replaced by Hongli Lai's faster version.
matz
2008-04-10
1
-75
/
+203
*
* lib/pstore.rb: open all in binary mode, and get rid of the quirk of
nobu
2006-09-08
1
-11
/
+10
*
* lib/pstore.rb: should return default value if name is not found.
ocean
2006-02-05
1
-2
/
+3
*
* eval.c (rb_call_super): should call method_missing if super is
matz
2005-11-01
1
-1
/
+1
*
* string.c (scan_once): wrong condition to use mbclen2().
matz
2005-10-27
1
-14
/
+208
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-4
/
+8
*
* io.c (rb_io_mode_flags): preserve append mode flag.
matz
2004-10-06
1
-0
/
+2
*
* io.c (rb_fopen): mode string copy at the lowest level.
matz
2004-10-05
1
-0
/
+2
*
* lib/pstore.rb (PStore#transaction): get rid of opening in write mode
nobu
2004-07-01
1
-6
/
+3
*
* lib/pstore.rb (transaction): allow overriding dump and load.
matz
2004-05-27
1
-3
/
+15
*
* lib/pstore.rb (commit_new): use FileUtils.copy_stream for Cygwin.
eban
2004-03-07
1
-6
/
+8
*
* sprintf.c (rb_f_sprintf): preserve original val for
matz
2004-02-17
1
-32
/
+49
*
* hash.c (env_clear): new Hash compatible method.
matz
2003-01-07
1
-4
/
+1
*
* math.c (math_acos): check errno after operation. ditto for
matz
2002-11-14
1
-2
/
+5
*
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-07-11
1
-2
/
+9
*
* parse.y (yylex): __END__ should not be effective within
matz
2002-06-24
1
-2
/
+1
*
Reflect the update of the MD5 module which is now Digest::MD5.
knu
2001-12-01
1
-3
/
+3
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-1
/
+1
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-2
/
+2
*
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-31
1
-5
/
+8
*
forgot some checkins.
matz
2001-05-06
1
-16
/
+30
*
matz
matz
2000-10-11
1
-0
/
+1
*
000919
matz
2000-09-19
1
-1
/
+0
[next]