aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * random.c (N, M): undef for <winnt.h> on MinGW.eban2002-07-261-0/+3
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-10/+25
* * random.c: replace with Mersenne Twister RNG.matz2002-07-2614-207/+462
* 2002-07-26nobu2002-07-261-2/+2
* * parse.y (yylex): modify to accept a code like "m (a){...}".aamine2002-07-262-6/+10
* * misc/ruby-mode.el (ruby-delimiter): include here document.nobu2002-07-252-247/+308
* optparse importednobu2002-07-231-0/+4
* * lib/net/ftp.rb (set_socket): new method.shugo2002-07-182-1/+14
* * parse.y (yylex): fix typo.aamine2002-07-172-2/+6
* * parse.y (heredoc_identifier): modify typo.aamine2002-07-152-3/+7
* OptionParsernobu2002-07-141-0/+4
* 2002-07-13nobu2002-07-131-2/+2
* * parse.y (literal_concat_string): wrong optimization.nobu2002-07-132-2/+5
* importnobu2002-07-123-0/+31
* * lib/resolv.rb (Resolv::DNS::open, close): new.nobu2002-07-123-17/+1652
* * doc/net/smtp.rd.ja: add note for RubyMail/TMail.aamine2002-07-111-0/+205
* * lib/net/http.rb: rename HTTP.get_uri get_response.aamine2002-07-113-24/+565
* * NEWS: add note for net/http's incompatibility.aamine2002-07-111-0/+5
* * string.c (rb_str_match): fix for string match.nobu2002-07-112-2/+5
* 2002-07-11nobu2002-07-111-2/+2
* * ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu2002-07-112-2/+7
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-1114-75/+141
* * lib/resolv.rb: untaint strings read from /etc/hosts andshugo2002-07-112-0/+11
* * bit changed.keiju2002-07-101-11/+5
* * irb 0.9(doc)keiju2002-07-092-34/+75
* * irb 0.9keiju2002-07-0936-482/+1271
* 2002-07-05nobu2002-07-051-2/+2
* enum.c: Fix bug in enum_sort_by and some code indentsmichal2002-07-052-52/+60
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-052-1/+10
* * parse.y: remove useless function str_extend_p().aamine2002-07-042-18/+4
* * lib/net/ftp.rb (get): new method.shugo2002-07-032-6/+35
* * lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo2002-07-032-2/+9
* * lib/net/ftp.rb: use &block and yield for speed.shugo2002-07-032-49/+20
* expand TABs.akr2002-07-031-130/+130
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-032-0/+5
* * lib/cgi.rb (CGI#header): accept any type as value.wakou2002-07-022-1/+5
* 2002-07-02nobu2002-07-021-2/+2
* object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal2002-07-023-20/+8
* * configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban2002-06-303-2/+9
* made object address test to compare inspect's result.akr2002-06-301-2/+1
* fix object address test.akr2002-06-291-1/+1
* * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa2002-06-285-139/+214
* * pack.c (pack_unpack): change names of local variables because theirusa2002-06-283-18/+23
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-2814-63/+117
* lib/pp.rb: fix object address.akr2002-06-282-7/+15
* missing ;nobu2002-06-271-0/+1
* Add Importable::symbol.ttate2002-06-271-39/+55
* * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa2002-06-272-1/+5
* * lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr2002-06-273-258/+297
* refine previous change.akr2002-06-271-10/+25