aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (open_ifs_socket): new function.usa2005-07-063-26/+62
* * ext/nkf/lib/kconv.rb: fix typo.naruse2005-07-051-1/+1
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:naruse2005-07-055-19/+1118
* 2005-07-06naruse2005-07-051-3/+3
* * instruby.rb: expand source library path.nobu2005-07-052-3/+7
* * eval.c (rb_thread_save_context): must not switch contexts duringnobu2005-07-052-2/+7
* * array.c (sort_2): get rid of yet another bcc's bug.nobu2005-07-052-7/+12
* * ext/tk/tkutil/tkutil.c: fix typo.nagai2005-07-052-2/+6
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-0513-94/+375
* 2005-07-05nagai2005-07-051-3/+3
* * lib/set.rb: test change to follow revision 1.28. (duck typing?)ocean2005-07-042-2/+6
* * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa2005-07-044-1/+38
* 2005-07-04eban2005-07-031-3/+3
* testeban2005-07-030-0/+0
* testeban2005-07-030-0/+0
* cosmetic.nahi2005-07-031-1/+1
* * test/wsdl/document/test_rpc.rb: compare formatted time string ofnahi2005-07-032-2/+11
* avoid some race conditionakr2005-07-031-1/+6
* 2005-07-03akr2005-07-031-3/+3
* doc fix.akr2005-07-021-1/+1
* use CMSG_LEN.akr2005-07-021-2/+2
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-023-25/+48
* * 2005-07-02eban2005-07-021-3/+3
* fix indent.akr2005-07-021-1/+1
* * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr2005-07-024-3/+27
* * configure.in: check select_large_fdset.akr2005-07-023-1/+18
* * bignum.c (rb_big_neg): may be accessing bogus pointer value.matz2005-07-013-9/+11
* * ChangeLog: typo.usa2005-07-011-1/+1
* * missing/erf.c: need to include some headers for some platforms.usa2005-07-013-0/+17
* * missing/crypt.c: modified to make it compilable on platformsmatz2005-07-013-2/+122
* * lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr2005-07-012-3/+13
* * missing/crypt.c: replaced with 4.4BSD version.matz2005-07-014-317/+1309
* * 2005-07-01eban2005-06-301-4/+4
* * enum.c (enum_min, enum_max): must not return Qundef.nobu2005-06-302-0/+7
* * lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz2005-06-302-0/+14
* * signal.c (trap): non-string trap hander was ignored.nobu2005-06-302-1/+9
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-302-8/+19
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-302-2/+8
* add a test for [ruby-dev:26383].akr2005-06-301-0/+6
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+0
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-3010-72/+104
* * 2005-06-30eban2005-06-301-3/+3
* * lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo2005-06-302-6/+19
* * 2005-06-29eban2005-06-291-3/+3
* * regparse.c (fetch_token): avoid warning of unused goto tag.ocean2005-06-282-0/+15
* * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean2005-06-287-20/+26
* * 2005-06-28eban2005-06-271-3/+3
* * ext/nkf/lib/kconv.rb: add Kconv::VERSIONnaruse2005-06-274-53/+47
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo2005-06-252-1/+7
* * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignorenobu2005-06-252-17/+24