aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz2002-02-279-201/+405
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-276-5/+15
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-262-3/+12
* 2002-02-26usa2002-02-261-2/+2
* * bignum.c (rb_big_2comp): void function cannot return any value.usa2002-02-262-1/+5
* * eval.c (rb_eval): call trace_func for if/while conditions.matz2002-02-264-37/+56
* * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira2002-02-263-2/+22
* Corrected mis-indentation. Try diff -w to find that these are the same withoutnahi2002-02-251-704/+704
* * ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().knu2002-02-252-1/+9
* * ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu2002-02-254-166/+136
* 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