aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* commit miss.nobu2002-02-251-1/+1
* * sample/test.rb (system): test with scripts under the sourcenobu2002-02-252-1/+11
* 2002-02-25eban2002-02-251-2/+2
* * eval.c (method_inspect): should not dump core for unboundmatz2002-02-256-27/+63
* * lib/shell.rb (Shell::expand_path): relative to @cwd.nobu2002-02-252-1/+5
* * ext/digest/*/*.h: Merge from rough.knu2002-02-241-0/+5
* Merge from rough.knu2002-02-244-4/+64
* Refactoring. Added Context#format_frame to format a frame, used by up/downnahi2002-02-231-13/+16
* modify typo.aamine2002-02-221-1/+1
* fix filename.akr2002-02-221-1/+1
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-223-39/+48
* 2002-02-22nobu2002-02-221-2/+2
* * win32/config.status.in: set LIBRUBY_SO.usa2002-02-222-1/+5
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-225-22/+49
* * prettyprint.rb: FillGroup implemented.akr2002-02-223-54/+188
* * ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa2002-02-212-1/+6
* 2002-02-21eban2002-02-211-2/+2
* * pack.c (pack_pack): wrong # comment treatment.matz2002-02-215-10/+16
* 2002-02-20nobu2002-02-201-2/+2
* * intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu2002-02-203-6/+21
* * io.c (rb_io_close): return Qnil.usa2002-02-202-1/+5
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-205-10/+36
* Initial revisionnobu2002-02-191-0/+19
* aamineaamine2002-02-196-521/+597
* * file.c (path_check_1): do not fail on world writable *parent*nobu2002-02-192-3/+9
* * file.c (path_check_1): do not warn on world writable *parent*matz2002-02-194-5/+22
* file.c (path_check_1): typomatz2002-02-191-1/+1
* * file.c (path_check_1): should check directory sticky bits.matz2002-02-194-11/+21
* * parse.y (yylex): operators in the "op" rule should makematz2002-02-192-27/+92
* * eval.c (rb_eval_string_wrap): should hide the toplevel localmatz2002-02-194-307/+7
* * regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc().eban2002-02-192-3/+7
* * io.c (rb_io_ungetc): don't fail pushed EOF back.nobu2002-02-193-3/+7
* 2002-02-18nobu2002-02-181-2/+2
* * pack.c (pack_pack): avoid infinite loop at comment.nobu2002-02-182-5/+8
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-1810-188/+246
* * misc/ruby-mode.el (ruby-block-hanging-re): rescue block was toonobu2002-02-182-2/+11
* * misc/ruby-mode.el (ruby-font-lock-keywords): fontifynobu2002-02-172-3/+8
* * mkconfig.rb (Config::expand): expand ${} too.nobu2002-02-173-24/+29
* * class.c (rb_define_class): warn unless superclass is specifiednobu2002-02-172-0/+14
* 2002-02-17nobu2002-02-171-2/+2
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-175-8/+19
* 2002-02-16nobu2002-02-161-2/+2
* * regex.c (re_compile_fastmap): skip begpos.nobu2002-02-162-1/+5
* * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz2002-02-155-39/+23
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-154-1/+26
* 2002-02-14nobu2002-02-141-2/+2
* * parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu2002-02-142-2/+6
* * struct.c (Init_Struct): should undefine "allocate" for Structmatz2002-02-143-2/+7
* sorry, assignable typomatz2002-02-131-1/+1
* * bignum.c: forget to check in DIGSPERLONGLONG.matz2002-02-131-2/+18