summaryrefslogtreecommitdiff
path: root/marshal.c
AgeCommit message (Expand)Author
2007-09-12* io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu
2007-09-09* marshal.c (r_object0): struct allocation first to check if amatz
2007-09-08* marshal.c (r_object0): check T_STRUCT type for structs.akr
2007-09-08values doesn't needs to be volatile since it is passed to rb_struct_initialize.akr
2007-09-08* marshal.c (r_object0): don't call user-defined initialize forakr
2007-09-08abolish warnings.akr
2007-09-08* eval_method.ci (rb_get_alloc_func): new function to get allocationakr
2007-09-07* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-08-29* include/ruby/intern.h: declare rb_hash_tbl.akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-06-10* include/ruby: moved public headers.nobu
2007-03-21 * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.usa
2007-03-20* marshal.c (w_extended): erroneous check condition when dumpmatz
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2006-10-27* marshal.c (r_object0): missing break. [ruby-core:09345]matz
2006-10-22* marshal.c (r_object0): use return value from prov given as thematz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-16* marshal.c (r_byte): IO#getc returns one byte string now.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-05* ruby.h (struct RStruct): embed 3 or less elements structs.akr
2005-12-14* marshal.c (r_object0): fix a GC problem for reading a bignum onakr
2005-10-21* intern.h, struct.c (rb_struct_iv_get): constified.ocean
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-10-18* marshal.c (r_object0): check inheritance by the internal function.nobu
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-27* intern.h, struct.c (rb_struct_s_members, rb_struct_members): publicnobu
2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2004-01-17* marshal.c (class2path): check anonymous class/module beforenobu
2004-01-16* marshal.c (class2path): fix typo.nobu
2004-01-16* marshal.c (class2path): get class path and check referable.nobu
2003-12-27RDoc comments added by Elliott Hughesdave
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-20* gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-09* marshal.c (r_object0): remove unnecessary iv restoration formatz
2003-10-09* pack.c (uv_to_utf8): change message to "out of range", sincematz
2003-10-06* marshal.c (w_object): wrong method name in the message.nobu
2003-10-06* marshal.c (w_object): should pass "weak" value to next level.matz
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-02* time.c (time_load): restore instance variables (if any) beforematz
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-09* marshal.c (w_object): do not dump generic instance variable whenmatz