aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-22/+21
* * eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz2003-08-041-1/+2
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-0/+3
* * marshal.c (w_object): marshal_dump should not take anymatz2003-07-301-1/+1
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-6/+28
* * eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz2003-06-061-2/+1
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-301-1/+1
* * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz2003-05-221-7/+7
* * marshal.c (save_mantissa, load_mantissa): for interoperabilitynobu2003-04-221-17/+60
* * marshal.c: one more digit for decimal point. [ruby-talk:69808]nobu2003-04-211-1/+1
* * marshal.c (w_float): append least mantissa bits to get ridnobu2003-04-201-6/+62
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-181-4/+4
* * marshal.c (w_object): preserve extended module on struct.nobu2003-04-091-17/+15
* * eval.c (Init_Proc): make Method and UnboundMethod independent.matz2003-04-081-2/+5
* * marshal.c (w_nbyte): should output always via rb_io_write().matz2003-03-031-58/+26
* * variable.c (rb_obj_classname): new function.matz2003-01-311-4/+4
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in (ARCHFILE): set even unless --enable-shared onnobu2003-01-151-2/+2
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-2/+2
* * io.c (rb_io_fwrite): separated from io_write().nobu2002-12-201-1/+2
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-1/+1
* * marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu2002-12-121-0/+3
* * marshal.c (w_byten): added; write n bytes from s to arg.nobu2002-10-171-30/+75
* * dir.c (glob_helper): must not closedir() when exception raisednobu2002-09-251-1/+0
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-171-7/+7
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-061-1/+1
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-40/+78
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-48/+27
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-8/+17
* * marshal.c (r_object): yield loaded objects, not intermediates.nobu2002-08-281-8/+16
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-31/+35
* *.c: Int vs Long cleanupmichal2002-08-211-3/+3
* * io.c (rb_io_fread): renamed from io_fread and made extern.nobu2002-08-161-2/+5
* * eval.c (rb_eval): set line number from all nodes.nobu2002-08-111-3/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-5/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-0/+57
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-1/+1
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-8/+0
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-1/+2
* * eval.c (rb_mod_include): load modules in argument order.matz2002-02-281-0/+1
* * ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz2002-02-271-6/+6
* * eval.c (rb_eval): call trace_func for if/while conditions.matz2002-02-261-37/+43
* * file.c (path_check_1): should check directory sticky bits.matz2002-02-191-7/+4
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-1/+1
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-0/+4
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-3/+29
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-10/+7
* * marshal.c (w_uclass): cloned class is not usernobu2001-10-191-2/+2
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-051-0/+3
* * marshal.c (r_object): better allocation type check formatz2001-10-031-0/+12