summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (enumeratorize): create new enumerator for current method ifnobu2005-07-141-0/+7
* * win32/win32.c (rb_w32_strerror): should return correct messageocean2005-07-141-0/+8
* * LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7 to nkf-utf8.nobu2005-07-131-0/+4
* * parse.y: remove static variables. [ruby-dev:26530]nobu2005-07-131-0/+4
* add ML numberocean2005-07-131-1/+1
* * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean2005-07-131-0/+11
* * ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-131-0/+6
* * lib/mkmf.rb: keep curdir unexpanded.nobu2005-07-121-0/+4
* * eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call):nobu2005-07-111-1/+9
* * regparse.c (fetch_escaped_value): mask values following \c innobu2005-07-101-2/+7
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-101-0/+6
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-07-101-0/+6
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-101-0/+6
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-101-2/+7
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-091-0/+11
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-081-0/+14
* * object.c (rb_obj_pattern_match): now returns nil.matz2005-07-061-0/+15
* * win32/win32.c (open_ifs_socket): new function.usa2005-07-061-3/+11
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:naruse2005-07-051-0/+7
* * instruby.rb: expand source library path.nobu2005-07-051-0/+4
* * eval.c (rb_thread_save_context): must not switch contexts duringnobu2005-07-051-1/+4
* * array.c (sort_2): get rid of yet another bcc's bug.nobu2005-07-051-5/+10
* * ext/tk/tkutil/tkutil.c: fix typo.nagai2005-07-051-0/+4
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-0/+38
* * lib/set.rb: test change to follow revision 1.28. (duck typing?)ocean2005-07-041-0/+4
* * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa2005-07-041-1/+6
* * test/wsdl/document/test_rpc.rb: compare formatted time string ofnahi2005-07-031-0/+6
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-0/+5
* * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr2005-07-021-0/+9
* * configure.in: check select_large_fdset.akr2005-07-021-0/+7
* * bignum.c (rb_big_neg): may be accessing bogus pointer value.matz2005-07-011-0/+4
* * ChangeLog: typo.usa2005-07-011-1/+1
* * missing/erf.c: need to include some headers for some platforms.usa2005-07-011-0/+7
* * missing/crypt.c: modified to make it compilable on platformsmatz2005-07-011-0/+7
* * lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr2005-07-011-0/+5
* * missing/crypt.c: replaced with 4.4BSD version.matz2005-07-011-0/+9
* * enum.c (enum_min, enum_max): must not return Qundef.nobu2005-06-301-0/+5
* * lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz2005-06-301-0/+5
* * signal.c (trap): non-string trap hander was ignored.nobu2005-06-301-1/+6
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-301-0/+4
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-301-0/+5
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+0
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-0/+17
* * lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo2005-06-301-0/+9
* * regparse.c (fetch_token): avoid warning of unused goto tag.ocean2005-06-281-0/+5
* * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean2005-06-281-0/+8
* * ext/nkf/lib/kconv.rb: add Kconv::VERSIONnaruse2005-06-271-0/+7
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo2005-06-251-1/+6
* * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignorenobu2005-06-251-7/+12
* * lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch)ocean2005-06-251-2/+7