index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
marshal.c
Age
Commit message (
Expand
)
Author
2021-03-20
Remove unneeded declarations
S.H
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-09-05
Removed useless casts
Nobuyoshi Nakada
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-06-29
r_object0: do not goto into a branch
卜部昌平
2020-06-03
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-01-17
marshal.c: Support dump and load of a Hash with the ruby2_keywords flag
Yusuke Endoh
2020-01-11
Get rid of use of magic number 'E'
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-08-29
drop-in type check for rb_define_module_function
卜部昌平
2019-08-27
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-27
st_foreach now free from ANYARGS
卜部昌平
2019-08-10
Warn instance variable `E`
Nobuyoshi Nakada
2019-08-10
* expand tabs.
git
2019-08-10
Share caches for short encoding ivar name.
Nobuyoshi Nakada
2019-07-31
* expand tabs.
git
2019-07-31
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-14
* expand tabs.
git
2019-07-14
Add /* fall through */ comments
Yusuke Endoh
2019-07-01
* expand tabs.
git
2019-07-01
marshal.c: check instance variable count
Nobuyoshi Nakada
2019-07-01
Hoisted out w_ivar_each
Nobuyoshi Nakada
2019-07-01
marshal.c: check instance variable count
Nobuyoshi Nakada
2019-06-19
Marshal distant past/future
Nobuyoshi Nakada
2019-06-04
Revert "marshal.c: new functions for extensions"
Nobuyoshi Nakada
2019-06-04
marshal.c: new functions for extensions
Nobuyoshi Nakada
2018-11-16
avoid division by zero
shyouhei
2018-11-15
suppress integer overflow warnings
shyouhei
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-09-27
move GCC version check from marshal.c to configure.ac
shyouhei
2018-06-28
check enc_capable.
ko1
2018-01-20
add missing/nan.c
shyouhei
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-18
long_toobig marked as NORETURN
shyouhei
2018-01-18
marshal.c: initialize keywords
nobu
2018-01-17
include ruby/ruby.h before ruby.io.h
naruse
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-05
marshal.c: allow marshalling keyword_init struct
k0kubun
2017-12-04
hide internal data objects
nobu
2017-10-01
use rb_hash_new_with_size()
glass
2017-02-15
marshal.c: revert r57631 partially
nobu
2017-02-15
marshal.c: use hidden objects to allow recycling
normal
2017-02-13
ruby.h: RB_GC_GUARD stronger than gcc7
nobu
2017-01-23
Prevent GC by volatile [Bug #13150]
naruse
2016-11-24
marshal.c: fix infinite recursion
nobu
[next]