aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
...
* * hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu2012-03-301-1/+5
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-2/+1
* * marshal.c (r_symreal): no longer need volatile modifier, as usingnobu2012-03-281-1/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-9/+9
* * marshal.c (w_object): Fix exception message when _dump_data is notdrbrain2011-08-051-1/+1
* * internal.h: declare internal functions here.akr2011-06-171-2/+0
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* cancel subversion backfire. sorrymatz2011-03-071-2/+2
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-2/+2
* * class.c: fix camelCase to snake_case in documentation code examples.naruse2011-03-051-2/+2
* Fix typo of rdoc. [ruby-core:35016]naruse2011-02-151-1/+1
* * marshal.c: parenthesize macro arguments.akr2010-12-191-4/+4
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-1/+1
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-2/+2
* * marshal.c (w_float): should not append a dot if no fractal partnobu2010-08-051-2/+2
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-2/+2
* * marshal.c (w_object): suppress empty instance variable entry onnobu2010-06-301-3/+7
* * marshal.c (w_object, r_bytes0, marshal_load): suppress warnings.nobu2010-06-271-4/+4
* * marshal.c (struct dump_arg, struct load_arg): merge taint andnobu2010-06-231-32/+17
* document marshal_dump and marshal_loaddrbrain2010-05-261-9/+74
* * marshal.c (w_float): use dtoa directly instead of strippingnobu2010-05-211-4/+32
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-3/+3
* * marshal.c (w_float): strip ".0" from end for rubyspec.nobu2010-05-131-1/+4
* * marshal.c (w_float): use minimal representation.nobu2010-05-131-43/+9
* * marshal.c (r_object0): should prepare placeholder beforematz2010-02-241-5/+5
* * marshal.c (r_object0): removed duplicated entry for regexp.nobu2010-02-141-1/+1
* * marshal.c (r_object0): register regexp object before encodingnobu2010-02-131-1/+2
* * marshal.c (id2encidx): duplicated entry for encoding name.matz2010-02-131-1/+0
* * marshal.c (r_object0): replace non-1.8 escapes directly.nobu2010-02-111-7/+17
* * marshal.c (r_object0): read sequentially since marshal sourcenobu2010-02-111-34/+11
* * marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu2010-01-081-2/+3
* Add Float::INFINITY and Float::NAN.naruse2009-12-291-5/+3
* * marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu2009-12-071-10/+1
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-1/+10
* * marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735]wanabe2009-11-251-0/+1
* * marshal.c (marshal_dump): use normal object as the buffer sonobu2009-11-211-2/+1
* * marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnonenobu2009-11-111-4/+4
* Add rdoc about objects can't Marshal#dump. [ruby-core:23314]naruse2009-11-041-0/+6
* fix typos.akr2009-11-031-1/+1
* * marshal.c (w_symbol, r_symreal): fixed the order of symbol andnobu2009-10-201-2/+4
* * marshal.c (id2encidx): register encoding name.nobu2009-10-171-18/+29
* * marshal.c (r_object0): suppressed a warning.nobu2009-10-121-2/+2
* * marshal.c (has_encoding): added for check the regexpnaruse2009-10-111-14/+39
* * marshal.c (marshal_dump, marshal_load): prevent from GC.nobu2009-10-101-2/+3
* * marshal.c (mark_dump_arg, mark_load_arg): ignore already cleanednobu2009-10-071-2/+6
* * marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu2009-10-041-76/+100
* * marshal.c (r_object0): entry regexp object before its encodingnobu2009-09-181-4/+6
* * marshal.c (must_not_be_anonymous): fixed silly miss.nobu2009-08-091-3/+5
* * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu2009-08-091-33/+39
* * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu2009-08-071-17/+66