aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.h (struct RString): embed small strings.matz2006-08-311-21/+22
* * marshal.c (r_byte): IO#getc returns one byte string now.nobu2006-08-161-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+2
* * ruby.h (struct RStruct): embed 3 or less elements structs.akr2006-02-051-2/+2
* * marshal.c (r_object0): fix a GC problem for reading a bignum onakr2005-12-141-1/+1
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-211-6/+6
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-3/+3
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-119/+43
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-181-1/+1
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-23/+26
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-2/+2
* * intern.h, struct.c (rb_struct_s_members, rb_struct_members): publicnobu2004-09-271-5/+2
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-0/+1