summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2002-07-04* parse.y: remove useless function str_extend_p().aamine
2002-07-03* lib/net/ftp.rb (get): new method.shugo
2002-07-03* lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo
2002-07-03* lib/net/ftp.rb: use &block and yield for speed.shugo
2002-07-03 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou
2002-07-02 * lib/cgi.rb (CGI#header): accept any type as value.wakou
2002-06-30* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban
2002-06-28* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa
2002-06-28* pack.c (pack_unpack): change names of local variables because theirusa
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-28lib/pp.rb: fix object address.akr
2002-06-27* win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa
2002-06-27* lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr
2002-06-27* lib/prettyprint.rb: re-implemented for incremental output to handleakr
2002-06-26* parse.y (literal_concat_string): non-string last expression innobu
2002-06-26* parse.y (words, qwords): word list literal rules.nobu
2002-06-25* parse.y (string1, xstring, regexp): moved lex_strnestnobu
2002-06-25* dln.c: remove definition rb_loaderror().H_Konishi
2002-06-24* dln.c: remark definition rb_loaderror().H_Konishi
2002-06-24* parse.y (string_dvar): allow back references in interpolation.nobu
2002-06-24* parse.y (yylex): __END__ should not be effective withinmatz
2002-06-24* lib/mkmf.rb (create_makefile): get rid of nested string.nobu
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-22updated to the new version (based on date2 3.3).tadf