summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-29* io.c (read_all): should use off_t instead of long.eban
2002-08-28(ruby-bugs-ja:PR#296)nobu
2002-08-28* marshal.c (r_object): yield loaded objects, not intermediates.nobu
2002-08-28variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal
2002-08-28* io.c (appendline): data was lost when raw mode.nobu
2002-08-28* ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu
2002-08-28adjust indetnobu
2002-08-28file.c: fix mem leak in rb_stat_initmichal
2002-08-28* win32/win32.c (kill): negate pid under Win9x.nobu
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-28* configure.in (ar): don't check twice for ar.eban
2002-08-28* string.c (rb_str_delete_bang): should check if str->ptr is 0.matz
2002-08-28* win32/win32.h: define SIGINT and SIGKILL if not defined.usa
2002-08-27* ruby.c (require_libraries): prevent ruby_sorcefile from GC.nobu
2002-08-27* string.c (rb_str_rstrip_bang): don't access address -1.eban
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