summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2002-08-03* eval.c (rb_eval): set constant in cbase scope.nobu
2002-08-02* ext/strscan/strscan.c: follow allocation framework.aamine
2002-08-01* parse.y (tokadd_string): ignore backslashed spaces in %w.matz
2002-07-31* eval.c (rb_undef): undef should be done for klass, not ruby_class.matz
2002-07-30* misc/ruby-mode.el (ruby-accurate-end-of-block): restrict searchnobu
2002-07-30* misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete blocknobu
2002-07-30* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban
2002-07-30* eval.c (rb_thread_join_m): add parameter type declaration.aamine
2002-07-29* eval.c (localjump_error): add parameter type declaration.aamine
2002-07-29* ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban
2002-07-29* numeric.c (num_to_int): default to_int implementaion for everymatz
2002-07-26* eval.c (rb_eval): no need to convert to string twice.nobu
2002-07-26* misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiersnobu
2002-07-26* sample/mkproto.rb: ditto and fix bug.eban
2002-07-26* ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-07-26* parse.y (yylex): modify to accept a code like "m (a){...}".aamine
2002-07-25* misc/ruby-mode.el (ruby-delimiter): include here document.nobu
2002-07-18* lib/net/ftp.rb (set_socket): new method.shugo
2002-07-17* parse.y (yylex): fix typo.aamine
2002-07-15* parse.y (heredoc_identifier): modify typo.aamine
2002-07-13* parse.y (literal_concat_string): wrong optimization.nobu
2002-07-12* lib/resolv.rb (Resolv::DNS::open, close): new.nobu
2002-07-11* lib/net/http.rb: rename HTTP.get_uri get_response.aamine
2002-07-11* string.c (rb_str_match): fix for string match.nobu
2002-07-11* ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-07-11* lib/resolv.rb: untaint strings read from /etc/hosts andshugo
2002-07-09* irb 0.9keiju
2002-07-05enum.c: Fix bug in enum_sort_by and some code indentsmichal
2002-07-05 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou