summaryrefslogtreecommitdiff
path: root/marshal.c
AgeCommit message (Expand)Author
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
2002-10-17* marshal.c (w_byten): added; write n bytes from s to arg.nobu
2002-09-25* dir.c (glob_helper): must not closedir() when exception raisednobu
2002-09-17* eval.c (rb_mod_nesting): load wrapping module should appear inmatz
2002-09-06* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz
2002-09-05* variable.c (rb_path2class): should not use rb_eval_string().matz
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz
2002-08-29* array.c (rb_ary_become): should not free ptr if it's shared.matz
2002-08-28* marshal.c (r_object): yield loaded objects, not intermediates.nobu
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-16* io.c (rb_io_fread): renamed from io_fread and made extern.nobu
2002-08-11* eval.c (rb_eval): set line number from all nodes.nobu
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-03-11* marshal.c (w_object): module inclusion using extend() shouldmatz
2002-02-28* eval.c (rb_mod_include): load modules in argument order.matz
2002-02-27* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz
2002-02-26* eval.c (rb_eval): call trace_func for if/while conditions.matz
2002-02-19* file.c (path_check_1): should check directory sticky bits.matz
2002-01-23* array.c (Init_Array): remove Array#filter.matz
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-10-22* class.c (rb_mod_clone): should not copy class name, since clonematz