aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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