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
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
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
2016-11-24
marshal.c: negative limit
nobu
2016-03-23
remove SIGN_EXTEND_CHAR macro
nobu
2016-03-16
* marshal.c (r_object0): raise ArgumentError when linking to undefined
drbrain
2016-03-14
* marshal.c (r_object0): Fix Marshal crash for corrupt extended object.
drbrain
2016-01-21
* marshal.c (r_object0): honor Marshal.load post proc
naruse
2015-12-09
marshal.c: remove NULL checks for *_memsize
normal
2015-12-08
marshal.c: skip internal names
nobu
2015-12-02
encoding.c: defer finding encoding
nobu
2015-12-02
marshal.c: lookup and remove
nobu
2015-09-25
marshal.c: reduce arity checks
nobu
2015-09-25
marshal.c: reentrant checks
nobu
2015-09-25
marshal.c: use STATIC_ASSERT
nobu
2015-09-15
encindex.h: ENCINDEX
nobu
2015-08-12
* id_table.h: introduce ID key table.
ko1
2015-05-30
variable.c: avoid compatibility table with generic ivars
normal
2015-04-16
marshal.c: class name encoding
nobu
2015-04-16
marshal.c: class name encoding
nobu
2015-04-16
marshal.c: class name encoding
nobu
2015-04-16
marshal.c: class name encoding
nobu
2015-04-16
marshal.c: class name encoding
nobu
2015-03-22
marshal.c: register symbol strings first
nobu
2015-01-23
marshal.c: indetity tables
nobu
2014-12-26
marshal.c: append at once
nobu
2014-12-01
use 0 for reserved
nobu
2014-11-24
marshal.c: literal method names
nobu
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-14
symbol.c: rename rb_str_dynamic_intern
nobu
2014-10-01
marshal.c: lazy compat_tbl allocation
normal
2014-09-28
ruby.h: warn untyped Data
nobu
2014-09-27
ruby.h: deprecate plain Data
nobu
2014-07-29
marshal.c: fix symlink index
nobu
2014-07-28
marshal.c: fix instance variable load odrder
nobu
2014-07-28
symbols instead of IDs
nobu
2014-04-19
* internal.h (struct RBignum): Use size_t for len.
akr
2014-04-13
* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.
akr
[next]