aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * encoding.c (rb_id_encoding): returns ID "encoding".nobu2007-10-191-13/+49
* * marshal.c (r_bytes0): refined length check. [ruby-dev:32059]nobu2007-10-151-1/+1
* * marshal.c (r_bytes0): commit miss.nobu2007-10-151-1/+1
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-151-1/+1
* * marshal.c (r_leave): move proc invocation from r_entry() tomatz2007-09-291-4/+4
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-5/+24
* * gc.c (rb_mark_set): new function to mark keys.nobu2007-09-261-7/+13
* * marshal.c (struct dump_arg, struct load_arg): added wrappers to marknobu2007-09-261-19/+55
* * io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu2007-09-121-2/+2
* * marshal.c (r_object0): struct allocation first to check if amatz2007-09-091-5/+5
* * marshal.c (r_object0): check T_STRUCT type for structs.akr2007-09-081-0/+3
* values doesn't needs to be volatile since it is passed to rb_struct_initialize.akr2007-09-081-1/+1
* * marshal.c (r_object0): don't call user-defined initialize forakr2007-09-081-1/+1
* abolish warnings.akr2007-09-081-3/+3
* * eval_method.ci (rb_get_alloc_func): new function to get allocationakr2007-09-081-13/+132
* * struct.c (rb_struct_s_members): should raise TypeError insteadmatz2007-09-071-3/+0
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-9/+9
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-291-2/+2
* * encoding.c: provide basic features for M17N.matz2007-08-251-2/+2
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.usa2007-03-211-5/+5
* * marshal.c (w_extended): erroneous check condition when dumpmatz2007-03-201-4/+4
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-39/+4
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-10/+56
* * marshal.c (r_object0): missing break. [ruby-core:09345]matz2006-10-271-0/+1
* * marshal.c (r_object0): use return value from prov given as thematz2006-10-221-23/+26
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-7/+7