summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-28file.c: fix mem leak in rb_stat_initmichal
2002-08-28* win32/win32.c (kill): negate pid under Win9x.nobu
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* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-25 * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou
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-23* eval.c (method_call): check receiver is defined.nobu
2002-08-23* configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban
2002-08-21Int vs Long clenup (forgot ChangeLog)michal
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-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): 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 (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-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-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-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
2002-08-07* optparse.rb (OptionParser::Completion::convert): returned allnobu
2002-08-07* lib/optparse/uri.rb: require standard uri module. thanks tonobu
2002-08-06* ext/racc/cparse/cparse.c: reduce goto.aamine
2002-08-06* string.c (rb_str_rindex): must return -1 if unmatched.usa
2002-08-05* MANIFEST: add lib/racc/parser.rb.aamine
2002-08-04* ext/curses/curses.c: follow allocation framework.nobu