aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-211-6/+20
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-4/+3
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-2/+2
* * pack.c (pack_pack): wrong # comment treatment.matz2002-02-211-2/+2
* * pack.c (pack_pack): avoid infinite loop at comment.nobu2002-02-181-4/+2
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-1/+17
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-13/+46
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-3/+4
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-60/+6
* a problem about `associated' String and `str_buf'.nobu2001-08-061-2/+9
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-12/+4
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-56/+54
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-23/+47
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-1/+1
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-4/+26
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-8/+29
* inline fixmatz2001-01-101-1/+1
* ebaneban2001-01-051-1/+1
* matzmatz2000-12-261-5/+1
* matzmatz2000-11-201-14/+14
* matzmatz2000-10-201-1/+1
* 1.6.2 (to be)matz2000-10-171-4/+7
* matzmatz2000-10-161-9/+29
* matzmatz2000-07-271-4/+4
* 2000-05-24matz2000-05-241-3/+3
* 2000-05-15matz2000-05-151-1/+1
* 2000-05-12matz2000-05-121-0/+78
* 2000-05-01matz2000-05-011-2/+2
* 2000-04-10matz2000-04-101-2/+3
* 2000-03-17matz2000-03-171-13/+1
* 2000-02-01matz2000-02-011-1/+1
* 20000105matz2000-01-051-6/+6
* 19991004matz1999-10-041-32/+37
* 1.4.1 to bematz1999-08-241-1/+1
* 1.4.0matz1999-08-131-104/+683
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-121/+286
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-37/+96
* Initial revisionv1_0_r2matz1998-01-161-0/+883