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
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
2014-04-12
marshal.c: remove hack for old gcc
nobu
2014-03-26
marshal.c: undumpable hidden objects
nobu
2014-02-17
marshal.c: do not recycle wrapper objects
nobu
2014-02-16
marshal.c: use rb_gc_force_recycle for GC-safety
normal
2014-02-15
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2014-02-13
* marshal.c: fix typo by @xta [fix GH-533] [ci skip]
hsbt
2014-02-08
marshal.c: Numerics are not tainted
nobu
2014-02-05
pack.c: hide associated objects
nobu
2014-02-05
marshal.c: refine special instance variables
nobu
2014-02-05
marshal.c: preserve encoding
nobu
2013-12-09
* marshal.c: [DOC] Wordsmith marshal.c documentation. by @vipulnsward [fi...
hsbt
2013-11-23
* marshal.c (w_object): Use HASH_PROC_DEFAULT directly from internal.h
tmm1
2013-10-29
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-06-25
* bignum.c (MSB): Removed.
akr
2013-06-21
* include/ruby/ruby.h: support write barrier protection for T_STRUCT.
ko1
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-11
* internal.h (INTEGER_PACK_NEGATIVE): Defined.
akr
2013-06-08
* marshal.c (r_object0): Use rb_integer_unpack.
akr
2013-06-04
* marshal.c (r_object0): Generalize a round up expression.
akr
2013-06-02
fill rdocs
nobu
2013-05-26
* hash.c, include/ruby/ruby.h: support WB protected hash.
ko1
2013-05-13
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-02
marshal.c: no overwriting ivars
nobu
2013-04-22
marshal.c: fix marshal_load ivar
nobu
2013-04-20
marshal.c: use ivars of marshal_dump data
nobu
2013-04-19
marshal.c: no duplicated encoding
nobu
2013-03-21
* marshal.c (marshal_dump, marshal_load): workaround for segv on
ngoto
2013-03-09
marshal.c: check for prepended
nobu
2013-03-08
marshal.c: prepended objects
nobu
2013-02-01
* marshal.c: add security considerations to marshal overview, refer to
charliesome
2013-02-01
marshal.c: prohibit_ivar
nobu
2013-01-31
marshal.c: warn against using Marshal.load on untrusted data
charliesome
2013-01-26
marshal.c: marshal_dump instance varialbes
nobu
2013-01-20
marshal.c: get back to the old behavior
nobu
2012-12-23
marshal.c: rb_check_funcall_with_hook
nobu
2012-12-23
marshal.c: use RB_TYPE_P
nobu
2012-12-19
* marshal.c (marshal_dump, marshal_load): fix SEGV during make rdoc
ngoto
2012-12-13
* marshal.c (r_entry0): don't taint classes and modules because
shugo
2012-12-04
marshal.c: PRIsVALUE
nobu
2012-12-04
marshal.c: rb_check_funcall
nobu
2012-12-04
marshal.c: GC guard
nobu
2012-12-01
marshal.c: private methods
nobu
2012-11-20
* marshal.c: add marshal readahead. marshalized Array, Hash and Struct
glass
[next]