aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * marshal.c (r_object): TYPE_UCLASS check should be inversed.nobu2001-10-011-1/+1
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-20/+23
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-1/+1
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-4/+3
* * bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.knu2001-08-131-1/+1
* * marshal.c (Init_marshal): fix typos.usa2001-07-311-2/+2
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-1/+4
* credit rb_name_error() fix to Nobuyoshi Nakada.matz2001-07-031-0/+20
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-2/+10
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-2/+2
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-1/+5
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-7/+6
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-2/+2
* * ruby.h: better inline function support.matz2001-03-221-0/+4
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-1/+1
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-0/+1
* matzmatz2000-12-261-1/+1
* matzmatz2000-12-051-2/+23
* 001121matz2000-11-211-1/+1
* matzmatz2000-11-201-34/+37