aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *.c: Int vs Long cleanupmichal2002-08-2126-157/+147
* 2002-08-21eban2002-08-211-2/+2
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-215-9/+57
* * ChangeLog: typo fix.eban2002-08-211-1/+1
* * configure.in: set ac_cv_func__setjump to "no" on Cygwin.eban2002-08-212-1/+9
* * replace of check EPIPE error(in getc()) rutine on bcc32.H_Konishi2002-08-203-3/+12
* 2002-08-20eban2002-08-201-2/+2
* * file.c (rb_file_s_expand_path): accept drive letter on Cygwin.eban2002-08-202-4/+11
* * io.c (rb_io_putc): output via rb_io_write().matz2002-08-204-21/+17
* * misc/inf-ruby.el (inf-ruby-keys): ruby-send-definitionnobu2002-08-192-7/+71
* * array.c (sort_2): fatal typo.matz2002-08-191-1/+1
* * array.c (sort_2): comparison should be done as signed long.matz2002-08-192-4/+10
* * array.c (sort_2): *a - *b may overflow.matz2002-08-1911-59/+104
* particular symbol for win32_exception_list.nobu2002-08-192-11/+13
* * eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix.eban2002-08-191-2/+7
* 2002-08-19nobu2002-08-191-2/+2
* * eval.c (rb_thread_save_context, rb_thread_restore_context):nobu2002-08-192-0/+65
* * io.c (NOFILE): define NOFILE as 64 if not defined.eban2002-08-163-1/+13
* * bignum.c (rb_cstr_to_inum): new decimal and octal string.nobu2002-08-162-10/+35
* * io.c (rb_io_fread): renamed from io_fread and made extern.nobu2002-08-164-6/+20
* commit miss.nobu2002-08-151-2/+0
* 2002-08-16nobu2002-08-151-2/+2
* * eval.c (compile_error): must not clear ruby_sourcefile here.nobu2002-08-152-3/+11
* * eval.c (ruby_current_node) : added to set sourceline on demand.nobu2002-08-157-109/+125
* * lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju2002-08-151-1/+1
* ole_invoke: retry when calling by reference is fail.suke2002-08-131-2/+20
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-139-41/+122
* * ruby.c (set_arg0): Correct the position of #endif.knu2002-08-122-1/+5
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-1211-43/+86
* * bignum.c (rb_big_cmp): raise for NaN. (ruby-bugs-ja:PR#284).nobu2002-08-122-5/+10
* * eval.c (rb_eval): set line number from all nodes.nobu2002-08-114-11/+23
* * win32ole.c(WIN32OLE#ole_methods): list up all methods.suke2002-08-101-115/+172
* * ext/Win32API/extconf.rb: check existence of <windows.h>.eban2002-08-092-1/+5
* * lib/optparse.rb (String): must provide conversion block.nobu2002-08-082-6/+5
* * lib/optparse.rb (OptionParser::Switch::parse_arg): require blocknobu2002-08-073-7/+15
* * lib/optparse/time.rb: prior time.rb.nobu2002-08-072-3/+5
* * optparse.rb (OptionParser::Completion::convert): returned allnobu2002-08-072-8/+15
* * lib/optparse/uri.rb: require standard uri module. thanks tonobu2002-08-072-12/+8
* * ext/racc/cparse/cparse.c: reduce goto.aamine2002-08-062-46/+50
* * string.c (rb_str_rindex): must return -1 if unmatched.usa2002-08-063-2/+7
* typonobu2002-08-061-17/+17
* * ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban2002-08-061-1/+1
* * MANIFEST: add lib/racc/parser.rb.aamine2002-08-054-385/+452
* Multiple call of the initialize.ttate2002-08-053-0/+9
* Conform to the allocation framework.ttate2002-08-045-49/+83
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-042-23/+39
* * eval.c (rb_eval): set constant in cbase scope.nobu2002-08-032-4/+10
* * configure.in: remove initstate checking.eban2002-08-021-1/+1
* * ext/strscan/strscan.c: follow allocation framework.aamine2002-08-022-109/+212
* 2002-08-01nobu2002-08-011-2/+2