aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* matzmatz2000-11-021-4/+1
* matzmatz2000-10-311-6/+69
* 000919matz2000-09-191-2/+0
* matzmatz2000-07-211-1/+11
* 2000-06-23matz2000-06-231-1/+1
* 2000-06-22matz2000-06-221-1/+3
* 2000-06-14matz2000-06-141-3/+3
* 2000-05-24matz2000-05-241-4/+4
* 2000-05-12matz2000-05-121-2/+0
* 2000-05-01matz2000-05-011-2/+4
* mkmfmatz2000-04-121-1/+1
* 2000-04-10matz2000-04-101-11/+30
* 2000-03-07matz2000-03-071-1/+7
* 2000-02-01matz2000-02-011-1/+1
* 2000-01-17matz2000-01-171-2/+2
* 20000105matz2000-01-051-24/+59
* 19991292matz1999-12-021-1/+1
* 19991201matz1999-12-011-5/+53
* register class/modulematz1999-10-271-4/+5
* marshal load GC protectmatz1999-10-201-6/+9
* 1.4.1 to bematz1999-08-241-1/+2
* 1.4.0matz1999-08-131-22/+27