summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-262002-07-26nobu
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-23optparse importednobu
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-14OptionParsernobu
2002-07-132002-07-13nobu
2002-07-13* parse.y (literal_concat_string): wrong optimization.nobu
2002-07-12importnobu
2002-07-12* lib/resolv.rb (Resolv::DNS::open, close): new.nobu
2002-07-11* doc/net/smtp.rd.ja: add note for RubyMail/TMail.aamine
2002-07-11* lib/net/http.rb: rename HTTP.get_uri get_response.aamine
2002-07-11* NEWS: add note for net/http's incompatibility.aamine
2002-07-11* string.c (rb_str_match): fix for string match.nobu
2002-07-112002-07-11nobu
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-10* bit changed.keiju
2002-07-09* irb 0.9(doc)keiju
2002-07-09* irb 0.9keiju
2002-07-052002-07-05nobu
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-03expand TABs.akr
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-07-022002-07-02nobu
2002-07-02object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal
2002-06-30* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban
2002-06-30made object address test to compare inspect's result.akr
2002-06-29fix object address test.akr
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-27missing ;nobu
2002-06-27Add Importable::symbol.ttate
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-27refine previous change.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