aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-0/+11
* fix mem leaks (ruby-core:405, ruby-core:407)michal2002-09-051-0/+5
* * eval.c (rb_eval): overriding false constant with class/modulenobu2002-09-051-0/+5
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-041-3/+16
* refined.arai2002-09-041-2/+2
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-0/+14
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-031-0/+7
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-0/+41
* * re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)nobu2002-09-021-0/+5
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-021-0/+11
* * config.guess: fixed for Linux/PPC.eban2002-09-011-0/+4
* Add set.rb.knu2002-08-301-0/+4
* * ext/Win32API/Win32API.c (Win32API_Call): typo.H_Konishi2002-08-301-0/+4
* * variable.c (rb_const_assign): st_delete() takes pointer to key.nobu2002-08-301-0/+4
* commit miss.nobu2002-08-301-5/+11
* * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu2002-08-301-0/+9
* * bcc32/MakeFile.sub (sitearch): add.H_Konishi2002-08-291-0/+4
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-1/+13
* * io.c (read_all): should use off_t instead of long.eban2002-08-291-0/+4
* (ruby-bugs-ja:PR#296)nobu2002-08-281-0/+1
* * marshal.c (r_object): yield loaded objects, not intermediates.nobu2002-08-281-0/+4
* variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal2002-08-281-0/+6
* * io.c (appendline): data was lost when raw mode.nobu2002-08-281-0/+4
* * ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu2002-08-281-0/+7
* file.c: fix mem leak in rb_stat_initmichal2002-08-281-1/+4
* * win32/win32.c (kill): negate pid under Win9x.nobu2002-08-281-0/+5
* * configure.in (ar): don't check twice for ar.eban2002-08-281-0/+4
* * string.c (rb_str_delete_bang): should check if str->ptr is 0.matz2002-08-281-0/+14
* * win32/win32.h: define SIGINT and SIGKILL if not defined.usa2002-08-281-0/+6
* * ruby.c (require_libraries): prevent ruby_sorcefile from GC.nobu2002-08-271-0/+4
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-0/+44
* * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou2002-08-251-0/+4
* * eval.c (call_trace_func): restore source file/line, as tracenobu2002-08-241-0/+8
* * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr2002-08-241-0/+6
* * instruby.rb: arch -> sitearcheban2002-08-231-0/+2
* * eval.c (method_call): check receiver is defined.nobu2002-08-231-0/+6
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-231-0/+10
* Int vs Long clenup (forgot ChangeLog)michal2002-08-211-0/+8
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-0/+5
* * ChangeLog: typo fix.eban2002-08-211-1/+1
* * configure.in: set ac_cv_func__setjump to "no" on Cygwin.eban2002-08-211-0/+6
* * replace of check EPIPE error(in getc()) rutine on bcc32.H_Konishi2002-08-201-0/+6
* * file.c (rb_file_s_expand_path): accept drive letter on Cygwin.eban2002-08-201-0/+6
* * io.c (rb_io_putc): output via rb_io_write().matz2002-08-201-0/+9
* * misc/inf-ruby.el (inf-ruby-keys): ruby-send-definitionnobu2002-08-191-0/+13
* * array.c (sort_2): comparison should be done as signed long.matz2002-08-191-0/+6
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-0/+23
* particular symbol for win32_exception_list.nobu2002-08-191-2/+2
* * eval.c (rb_thread_save_context, rb_thread_restore_context):nobu2002-08-191-0/+9
* * io.c (NOFILE): define NOFILE as 64 if not defined.eban2002-08-161-0/+6