aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* * bignum.c (rb_cstr_to_inum): new decimal and octal string.nobu2002-08-161-0/+4
* * io.c (rb_io_fread): renamed from io_fread and made extern.nobu2002-08-161-0/+10
* commit miss.nobu2002-08-151-2/+0
* * eval.c (compile_error): must not clear ruby_sourcefile here.nobu2002-08-151-0/+10
* * eval.c (ruby_current_node) : added to set sourceline on demand.nobu2002-08-151-0/+26
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-131-0/+36
* * ruby.c (set_arg0): Correct the position of #endif.knu2002-08-121-0/+4
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-0/+33
* * bignum.c (rb_big_cmp): raise for NaN. (ruby-bugs-ja:PR#284).nobu2002-08-121-0/+4
* * eval.c (rb_eval): set line number from all nodes.nobu2002-08-111-0/+8
* * ext/Win32API/extconf.rb: check existence of <windows.h>.eban2002-08-091-0/+4
* * lib/optparse.rb (String): must provide conversion block.nobu2002-08-081-4/+3
* * lib/optparse.rb (OptionParser::Switch::parse_arg): require blocknobu2002-08-071-4/+12
* * lib/optparse/time.rb: prior time.rb.nobu2002-08-071-1/+3
* * optparse.rb (OptionParser::Completion::convert): returned allnobu2002-08-071-1/+8
* * lib/optparse/uri.rb: require standard uri module. thanks tonobu2002-08-071-0/+5
* * ext/racc/cparse/cparse.c: reduce goto.aamine2002-08-061-0/+4
* * string.c (rb_str_rindex): must return -1 if unmatched.usa2002-08-061-0/+4
* * MANIFEST: add lib/racc/parser.rb.aamine2002-08-051-0/+8
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-041-0/+4
* * eval.c (rb_eval): set constant in cbase scope.nobu2002-08-031-0/+6
* * ext/strscan/strscan.c: follow allocation framework.aamine2002-08-021-0/+4
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-0/+9
* * eval.c (rb_undef): undef should be done for klass, not ruby_class.matz2002-07-311-0/+4
* * misc/ruby-mode.el (ruby-accurate-end-of-block): restrict searchnobu2002-07-301-0/+7
* * misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete blocknobu2002-07-301-0/+8
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-301-0/+7
* * eval.c (rb_thread_join_m): add parameter type declaration.aamine2002-07-301-1/+5
* * eval.c (localjump_error): add parameter type declaration.aamine2002-07-291-0/+4
* * ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban2002-07-291-0/+4
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-291-0/+10
* * eval.c (rb_eval): no need to convert to string twice.nobu2002-07-261-0/+4
* * misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiersnobu2002-07-261-0/+5
* * sample/mkproto.rb: ditto and fix bug.eban2002-07-261-0/+2
* * ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban2002-07-261-0/+4
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-0/+52
* * parse.y (yylex): modify to accept a code like "m (a){...}".aamine2002-07-261-0/+4