aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (r_object): yield loaded objects, not intermediates.nobu2002-08-282-8/+20
* variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal2002-08-283-7/+16
* * io.c (appendline): data was lost when raw mode.nobu2002-08-282-3/+19
* * ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu2002-08-282-6/+24
* adjust indetnobu2002-08-281-1/+1
* file.c: fix mem leak in rb_stat_initmichal2002-08-282-1/+8
* * win32/win32.c (kill): negate pid under Win9x.nobu2002-08-282-9/+23
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-2813-97/+95
* * configure.in (ar): don't check twice for ar.eban2002-08-282-1/+7
* * string.c (rb_str_delete_bang): should check if str->ptr is 0.matz2002-08-284-5/+31
* * win32/win32.h: define SIGINT and SIGKILL if not defined.usa2002-08-283-7/+15
* * ruby.c (require_libraries): prevent ruby_sorcefile from GC.nobu2002-08-272-4/+10
* * string.c (rb_str_rstrip_bang): don't access address -1.eban2002-08-271-3/+1
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-2718-249/+262
* node.h: unsigned int cast (ruby-core:358)michal2002-08-271-1/+1
* array small opt. changes (ruby-core:355)michal2002-08-271-8/+8
* * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou2002-08-252-3/+11
* 2002-08-24nobu2002-08-241-2/+2
* * eval.c (call_trace_func): restore source file/line, as tracenobu2002-08-242-3/+16
* * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr2002-08-243-12/+47
* * instruby.rb: arch -> sitearcheban2002-08-232-1/+4
* array.c: Mem optim for Array#selectmichal2002-08-231-1/+3
* * eval.c (method_call): check receiver is defined.nobu2002-08-232-13/+10
* 2002-08-23eban2002-08-231-2/+2
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-236-15/+36
* array.c: Int vs Long #2michal2002-08-231-24/+21
* Int vs Long clenup (forgot ChangeLog)michal2002-08-211-0/+8
* *.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