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
/
marshal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-22
/
+1
*
drop-in type check for rb_define_module_function
卜部昌平
2019-08-29
1
-2
/
+2
*
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+2
*
st_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
Warn instance variable `E`
Nobuyoshi Nakada
2019-08-10
1
-1
/
+7
*
* expand tabs.
git
2019-08-10
1
-1
/
+1
*
Share caches for short encoding ivar name.
Nobuyoshi Nakada
2019-08-10
1
-2
/
+5
*
* expand tabs.
git
2019-07-31
1
-1
/
+1
*
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-31
1
-1
/
+1
*
* expand tabs.
git
2019-07-14
1
-3
/
+3
*
Add /* fall through */ comments
Yusuke Endoh
2019-07-14
1
-3
/
+4
*
* expand tabs.
git
2019-07-01
1
-1
/
+1
*
marshal.c: check instance variable count
Nobuyoshi Nakada
2019-07-01
1
-4
/
+10
*
Hoisted out w_ivar_each
Nobuyoshi Nakada
2019-07-01
1
-6
/
+10
*
marshal.c: check instance variable count
Nobuyoshi Nakada
2019-07-01
1
-3
/
+17
*
Marshal distant past/future
Nobuyoshi Nakada
2019-06-19
1
-8
/
+32
*
Revert "marshal.c: new functions for extensions"
Nobuyoshi Nakada
2019-06-04
1
-0
/
+2
*
marshal.c: new functions for extensions
Nobuyoshi Nakada
2019-06-04
1
-2
/
+0
*
avoid division by zero
shyouhei
2018-11-16
1
-2
/
+2
*
suppress integer overflow warnings
shyouhei
2018-11-15
1
-2
/
+3
*
* remove trailing spaces, expand tabs.
svn
2018-10-30
1
-1
/
+1
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-1
/
+1
*
move GCC version check from marshal.c to configure.ac
shyouhei
2018-09-27
1
-4
/
+0
*
check enc_capable.
ko1
2018-06-28
1
-20
/
+30
*
add missing/nan.c
shyouhei
2018-01-20
1
-6
/
+1
*
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-19
1
-3
/
+8
*
long_toobig marked as NORETURN
shyouhei
2018-01-18
1
-0
/
+2
*
marshal.c: initialize keywords
nobu
2018-01-18
1
-4
/
+3
*
include ruby/ruby.h before ruby.io.h
naruse
2018-01-17
1
-0
/
+1
*
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-09
1
-1
/
+1
*
marshal.c: allow marshalling keyword_init struct
k0kubun
2018-01-05
1
-10
/
+24
*
hide internal data objects
nobu
2017-12-04
1
-1
/
+1
*
use rb_hash_new_with_size()
glass
2017-10-01
1
-1
/
+1
*
marshal.c: revert r57631 partially
nobu
2017-02-15
1
-4
/
+4
*
marshal.c: use hidden objects to allow recycling
normal
2017-02-15
1
-6
/
+6
*
ruby.h: RB_GC_GUARD stronger than gcc7
nobu
2017-02-13
1
-2
/
+2
*
Prevent GC by volatile [Bug #13150]
naruse
2017-01-23
1
-2
/
+2
*
marshal.c: fix infinite recursion
nobu
2016-11-24
1
-1
/
+15
*
marshal.c: negative limit
nobu
2016-11-24
1
-3
/
+5
*
remove SIGN_EXTEND_CHAR macro
nobu
2016-03-23
1
-9
/
+1
*
* marshal.c (r_object0): raise ArgumentError when linking to undefined
drbrain
2016-03-16
1
-0
/
+5
*
* marshal.c (r_object0): Fix Marshal crash for corrupt extended object.
drbrain
2016-03-14
1
-1
/
+1
*
* marshal.c (r_object0): honor Marshal.load post proc
naruse
2016-01-21
1
-1
/
+1
*
marshal.c: remove NULL checks for *_memsize
normal
2015-12-09
1
-2
/
+2
*
marshal.c: skip internal names
nobu
2015-12-08
1
-9
/
+2
*
encoding.c: defer finding encoding
nobu
2015-12-02
1
-2
/
+15
*
marshal.c: lookup and remove
nobu
2015-12-02
1
-3
/
+2
*
marshal.c: reduce arity checks
nobu
2015-09-25
1
-11
/
+23
*
marshal.c: reentrant checks
nobu
2015-09-25
1
-33
/
+24
*
marshal.c: use STATIC_ASSERT
nobu
2015-09-25
1
-1
/
+1
[next]