aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-05-281-13/+14
* * marshal.c (check_dump_arg, check_load_arg): check if reentered.nobu2008-05-221-0/+31
* * marshal.c (w_object): add volatile to avoid potential GC bug. amatz2008-04-101-1/+1
* * marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr2008-04-101-15/+18
* fix doc.akr2008-03-091-3/+3
* * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr2008-02-251-2/+2
* * marshal.c (r_object0): no need to call r_entry for immediate values.usa2008-01-311-5/+0
* * marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM,naruse2008-01-311-0/+10
* * marshal.c (w_object): dump string encoding in USERDEF.akr2008-01-261-1/+1
* * marshal.c (r_byte): use getbyte instead of getc.akr2008-01-251-4/+4
* * encoding.c (rb_enc_internal_get_index): extracted fromakr2008-01-071-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu2008-01-041-1/+1
* * insnhelper.ci (vm_search_normal_superclass): rename function.matz2007-11-221-2/+2
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-2/+7
* * marshal.c (mark_dump_arg): it may be called after dump_ensure.akr2007-11-181-0/+2
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-2/+2
* * test/ruby/test_basicinstructions.rb: updated for new classmatz2007-11-091-1/+3
* * marshal.c (w_object): should be SPECIAL_CONST_P() instead ofko12007-11-091-1/+1