summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-032-5/+10
* revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-022-8/+0
* * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr2006-09-022-1/+6
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-023-1/+12
* * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-022-1/+8
* don't get path if client mode. [ruby-dev:29417]seki2006-09-022-1/+6
* examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki2006-09-022-0/+7
* 2006-09-03seki2006-09-021-3/+3
* * common.mk (ia64.o): use the compiler driver to assemble ia64.sakr2006-09-022-1/+7
* fix previous change.akr2006-09-011-1/+1
* * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr2006-09-019-145/+264
* 2006-09-02akr2006-09-011-3/+3
* update modified time.akr2006-09-010-0/+0
* 2006-09-01nagai2006-09-011-4/+4
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-013-6/+11
* * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai2006-08-312-2/+8
* 2006-08-31why2006-08-311-3/+3
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-313-5/+15
* 2006-08-29nobu2006-08-291-3/+3
* * hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu2006-08-292-5/+19
* Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain2006-08-282-1/+6
* Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain2006-08-272-3/+6
* 2006-08-28drbrain2006-08-271-3/+3
* Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain2006-08-272-3/+8
* updated based on date2 3.8.2.tadf2006-08-253-520/+964
* 2006-08-26tadf2006-08-251-3/+3
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-253-6/+11
* * stable version 1.8.5 released.matz2006-08-251-0/+4
* 2006-08-25matz2006-08-251-3/+3
* * gc.c (gc_sweep): typo fixed.matz2006-08-252-1/+5
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-231-1/+2
* 2006-08-23matz2006-08-231-3/+3
* ChangeLog updatematz2006-08-231-0/+5
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revertmatz2006-08-221-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-221-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDocmatz2006-08-221-0/+9
* * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz2006-08-222-1/+8
* remove semicolon warning. [ruby-dev:29299]matz2006-08-222-3/+4
* revert nkf -m0 patch for UTF-8matz2006-08-222-10/+3
* 2006-08-22matz2006-08-221-3/+3
* * win32/Makefile.sub (config.status): include winsock2.h instead ofusa2006-08-192-0/+10
* 2006-08-19nobu2006-08-191-3/+3
* * file.c (rb_file_s_rename): use errno if set properly.nobu2006-08-192-1/+12
* * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz2006-08-172-4/+9
* 2006-08-18matz2006-08-171-3/+3
* * file.c (rb_stat_[rRwWxX]): check for super user.nobu2006-08-172-1/+32
* * ChangeLog: fixed typo.nobu2006-08-171-2/+2
* * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu2006-08-172-4/+122
* lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find aseki2006-08-162-1/+7
* 2006-08-17seki2006-08-161-3/+3