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-10-05
marshal.c Marshal.load accepts a freeze: true option.
Jean Boussier
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-02
Restore Hash#compare_by_identity mode [Bug #18171]
Nobuyoshi Nakada
2021-09-30
marshal.c: don't call the proc with partially initialized objects. (#4866)
Jean byroot Boussier
2021-09-23
Add symname_equal_lit for comparison with a string literal
Nobuyoshi Nakada
2021-09-23
Prohibit invalid encoding symbols [Bug #18184]
Nobuyoshi Nakada
2021-09-23
Check instance variable count overflow
Nobuyoshi Nakada
2021-09-23
Extract ruby2_keywords predicate and setter
Nobuyoshi Nakada
2021-09-23
Turned to_be_skipped_id to an inline function
Nobuyoshi Nakada
2021-09-23
Check the encoding of `ruby2_keywords_flag` [Bug #18184]
Nobuyoshi Nakada
2021-09-22
Check the entire name as `ruby2_keywords_flag` [Bug #18184]
Nobuyoshi Nakada
2021-09-15
Marshal.load: do not call the proc until strings have their encoding
Jean Boussier
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
[next]