summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_heap): byacc never free parser stack.nobu2005-10-172-7/+12
* * 2005-10-17usa2005-10-171-3/+3
* * file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument.usa2005-10-172-4/+12
* * ext/extmk.rb: omit non-existing directories.nobu2005-10-162-6/+13
* * 2005-10-16eban2005-10-161-3/+3
* check remote hash tupleseki2005-10-163-1/+20
* * 2005-10-15eban2005-10-151-3/+3
* typo fixed, again. thanks, Doug Kearns.seki2005-10-152-1/+5
* * win32/win32.c (ioctl): should set errno.usa2005-10-142-0/+5
* * 2005-10-14eban2005-10-141-3/+3
* * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo2005-10-142-1/+7
* * 2005-10-13eban2005-10-131-3/+3
* * ext/iconv/charset_alias.rb (charset_alias): create wrapper libraynobu2005-10-132-11/+40
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-136-3/+14
* * parse.y (HEAPCNT): bison allocates indivisible size.nobu2005-10-132-1/+6
* * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().gotoyuzo2005-10-122-0/+6
* * file.c (rb_f_test): typos in RDoc comments.eban2005-10-121-3/+3
* * 2005-10-12eban2005-10-121-3/+3
* * file.c (rb_f_test): typo in RDoc comments.eban2005-10-122-1/+5
* * 2005-10-11eban2005-10-111-3/+3
* * eval.c (rb_obj_respond_to): check if obj responds to the givennobu2005-10-113-9/+28
* * 2005-10-10eban2005-10-101-3/+3
* * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):nobu2005-10-101-56/+24
* * 2005-10-09eban2005-10-091-3/+3
* add testNIL2VTEMPTYsuke2005-10-092-0/+29
* create .document file for rdoc.suke2005-10-091-0/+14
* * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]nobu2005-10-082-1/+4
* * 2005-10-08nobu2005-10-082-4/+3
* * ext/iconv/charset_alias.rb: parse config.charset_alias file directly.nobu2005-10-083-13/+41
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-084-7/+89
* * 2005-10-07eban2005-10-071-3/+3
* * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices maymatz2005-10-073-3/+14
* * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine2005-10-062-1/+6
* * 2005-10-05eban2005-10-051-3/+3
* * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo2005-10-042-1/+6
* * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo2005-10-042-1/+6
* update comment.suke2005-10-041-221/+779
* * 2005-10-04eban2005-10-031-4/+4
* * ext/tk/lib/tkextlib/tktable/tktable.rb: border_* instance methodsnagai2005-10-033-5/+10
* * ext/dl/dl.c (rb_io_to_ptr): abolish sizeof(FILE).akr2005-09-292-4/+5
* * evalc. (rb_f_send): underscores need to be escaped.nobu2005-09-282-1/+6
* * 2005-09-29eban2005-09-281-3/+3
* * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu2005-09-284-6/+14
* * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu2005-09-287-3/+16
* * file.c (apply2files): add prototype.nobu2005-09-282-44/+73
* * lib/delegate.rb: document update from James Edward Gray IImatz2005-09-283-0/+7
* * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo2005-09-283-2/+11
* * ext/tcltklib/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai2005-09-282-7/+12
* * io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334]nobu2005-09-272-2/+8
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-275-41/+63