summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-27node.h: unsigned int cast (ruby-core:358)michal
2002-08-27array small opt. changes (ruby-core:355)michal
2002-08-25 * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou
2002-08-242002-08-24nobu
2002-08-24* eval.c (call_trace_func): restore source file/line, as tracenobu
2002-08-24* lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr
2002-08-23* instruby.rb: arch -> sitearcheban
2002-08-23array.c: Mem optim for Array#selectmichal
2002-08-23* eval.c (method_call): check receiver is defined.nobu
2002-08-232002-08-23eban
2002-08-23* configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban
2002-08-23array.c: Int vs Long #2michal
2002-08-21Int vs Long clenup (forgot ChangeLog)michal
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-212002-08-21eban
2002-08-21* eval.c (rb_thread_cleanup): should not modify the globalmatz
2002-08-21* ChangeLog: typo fix.eban
2002-08-21* configure.in: set ac_cv_func__setjump to "no" on Cygwin.eban
2002-08-20* replace of check EPIPE error(in getc()) rutine on bcc32.H_Konishi
2002-08-202002-08-20eban
2002-08-20* file.c (rb_file_s_expand_path): accept drive letter on Cygwin.eban
2002-08-20* io.c (rb_io_putc): output via rb_io_write().matz
2002-08-19* misc/inf-ruby.el (inf-ruby-keys): ruby-send-definitionnobu
2002-08-19* array.c (sort_2): fatal typo.matz
2002-08-19* array.c (sort_2): comparison should be done as signed long.matz
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-19particular symbol for win32_exception_list.nobu
2002-08-19* eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix.eban
2002-08-192002-08-19nobu
2002-08-19* eval.c (rb_thread_save_context, rb_thread_restore_context):nobu
2002-08-16* io.c (NOFILE): define NOFILE as 64 if not defined.eban
2002-08-16* bignum.c (rb_cstr_to_inum): new decimal and octal string.nobu
2002-08-16* io.c (rb_io_fread): renamed from io_fread and made extern.nobu
2002-08-15commit miss.nobu
2002-08-152002-08-16nobu
2002-08-15* eval.c (compile_error): must not clear ruby_sourcefile here.nobu
2002-08-15* eval.c (ruby_current_node) : added to set sourceline on demand.nobu
2002-08-15* lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju
2002-08-13ole_invoke: retry when calling by reference is fail.suke
2002-08-13* hash.c (rb_hash_replace): should copy ifnone.matz
2002-08-12* ruby.c (set_arg0): Correct the position of #endif.knu
2002-08-12* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz
2002-08-12* bignum.c (rb_big_cmp): raise for NaN. (ruby-bugs-ja:PR#284).nobu
2002-08-11* eval.c (rb_eval): set line number from all nodes.nobu
2002-08-10* win32ole.c(WIN32OLE#ole_methods): list up all methods.suke
2002-08-09* ext/Win32API/extconf.rb: check existence of <windows.h>.eban
2002-08-08* lib/optparse.rb (String): must provide conversion block.nobu
2002-08-07* lib/optparse.rb (OptionParser::Switch::parse_arg): require blocknobu
2002-08-07* lib/optparse/time.rb: prior time.rb.nobu