summaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-18/+18
* * marshal.c (r_object0): should return real object.naruse2009-07-131-1/+1
* * marshal.c (r_object0): should not shadow outer variable not tonobu2009-07-131-1/+1
* * marshal.c (r_object0): copy instance variables to new regexp.naruse2009-07-131-2/+3
* * marshal.c (r_object0): set encoding only if the encoding is not US-ASCII.naruse2009-07-101-1/+2
* Remove debug print.naruse2009-07-091-1/+0
* * marshal.c (r_object0): replace \u by u when the regexp isnaruse2009-07-091-1/+12
* * marshal.c (w_encoding): encodings need extra depth.nobu2009-06-301-3/+3
* * marshal.c (r_ivar): should not set internal encoding ivar as annobu2009-06-131-3/+3
* * marshal.c (w_encoding): more compact encoding information formatz2009-05-271-0/+19
* * common.mk (bignum.o, numeric.o): depend on util.h.nobu2009-05-261-21/+10
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-5/+5
* * marshal.c (div0), numeric.c (infinite_value): new functions tonobu2009-03-121-4/+18
* stripped trailing spaces.nobu2009-02-221-1/+1
* Fix grammos regarding the verb "refer".knu2009-02-101-3/+3
* * marshal.c (marshal_dump): fixed for check_dump_arg.nobu2008-10-011-19/+22
* * marshal.c (marshal_dump): initializes dump_arg before any funcall.nobu2008-10-011-10/+12
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-1/+1
* * marshal.c (struct load_arg): data is now st_table.nobu2008-09-021-17/+27
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * marshal.c (marshal_load): set arg.untrust properly.shugo2008-08-131-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-0/+14
* * marshal.c (dump_ensure), process.c (run_exec_dup2),nobu2008-08-041-0/+1
* * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu2008-07-121-2/+2
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-281-4/+7
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-06-181-11/+11
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * marshal.c (w_object): add a check for modification of array duringmame2008-06-021-5/+6
* * rational.c (string_to_r_internal): use rb_isdigit.naruse2008-06-011-1/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1