summaryrefslogtreecommitdiff
path: root/marshal.c
AgeCommit message (Expand)Author
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
2003-08-08* marshal.c (w_object): should set `c_arg' at first.matz
2003-08-06* eval.c (rb_call0): update ruby_class as well as ruby_cref.matz
2003-08-04* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-30* marshal.c (w_object): marshal_dump should not take anymatz
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-06-06* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz
2003-05-30* io.c (rb_f_syscall): type dispatch should be based onmatz
2003-05-22* gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz
2003-04-22* marshal.c (save_mantissa, load_mantissa): for interoperabilitynobu
2003-04-21* marshal.c: one more digit for decimal point. [ruby-talk:69808]nobu
2003-04-20* marshal.c (w_float): append least mantissa bits to get ridnobu
2003-04-18* struct.c (rb_struct_eql): should compare values with "eql?".matz
2003-04-09* marshal.c (w_object): preserve extended module on struct.nobu
2003-04-08* eval.c (Init_Proc): make Method and UnboundMethod independent.matz
2003-03-03* marshal.c (w_nbyte): should output always via rb_io_write().matz
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-15* configure.in (ARCHFILE): set even unless --enable-shared onnobu
2003-01-06* st.h, st.c: Introduce new conventional typedef's, st_data_t,knu
2002-12-20* io.c (rb_io_fwrite): separated from io_write().nobu
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-12* marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu