summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added a test.ttate2005-05-091-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* replaced the local variable 'entity' with an instance variable.ttate2005-05-091-7/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-09eban2005-05-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* use DL::CStructBuilder instead of CStructBuilder.ttate2005-05-081-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-0811-21/+29
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (Init_Hash): remove custom "hash" and "eql?".ocean2005-05-082-72/+5
| | | | | | | (ported from 1.8) [ruby-dev:26132] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-08eban2005-05-081-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-082-29/+34
| | | | | | | [ruby-core:4775] [ruby-talk:140401] [ruby-dev:26118] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-07nobu2005-05-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-072-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-06nobu2005-05-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]nobu2005-05-053-1/+9
| | | | | | | | * re.c should include regint.h for declarations of oniguruma functions. [ruby-core:04815] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-01nobu2005-05-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu2005-05-013-13/+20
| | | | | | | parser. fixed: [ruby-dev:26113] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (process_sflag): replace '-' in variable names with '_'.nobu2005-05-012-11/+39
| | | | | | | [ruby-dev:26107] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu2005-04-301-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: comment to be closed.nobu2005-04-301-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/stringio/stringio.c (strio_getline): suppress warnings.nobu2005-04-301-3/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-30nobu2005-04-301-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu2005-04-308-32/+75
| | | | | | | | | | | | | | | | [ruby-dev:26109] * eval.c, gc.c: moved noinline to configure.in. * rubyio.h (DEPRECATED): moved to configure.in. * ruby.h (DEPRECATED, NOINLINE): default definition. * win{32,ce}/Makefile.sub (config.h): deprecated and noinline for __declspec() are available for VC++7 or later. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-04-295-16/+41
| | | | | | | | | | | | | | | | | | | and WEBrick::CGI#config. these are necessary to use an instance of WEBrick::CGI as the first argument of HTTPServlet#get_instance. (suggested by Tatsuki Sugiura) * lib/webrick/cgi.rb (WEBrick::CGI#initalize): set a dummy to @config[:ServerSoftware] if SERVER_SOFTWARE environment variable is not given. (WEBrick::CGI#start): req.path_info must be a String. (WEBrick::CGI::Socket#request_line): treat REQUEST_METHOD, PATH_INFO and SCRIPT_NAME to run in console. * lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape_path): should not use String#split("/"). it removes trailing empty path component. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-28nobu2005-04-271-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (set_arg0): use also environment variable space for settingnobu2005-04-272-10/+49
| | | | | | | $0. [ruby-core:04774] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-27nobu2005-04-271-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (OPTFLAGS): default global optimization tonobu2005-04-273-3/+12
| | | | | | | disabled only for VC++6. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-26nobu2005-04-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"nagai2005-04-262-16/+66
| | | | | | | command when can't get information of target command. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean2005-04-253-22/+27
| | | | | | | | | swapped. [ruby-core:4772] (patch from speakillof) * lib/rexml/encoding.rb: fixed indentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-25eban2005-04-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * oniguruma.h (OnigWarnFunc): add a variadic argument.akr2005-04-243-3/+8
| | | | | | | [ruby-core:4751] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* commit missocean2005-04-232-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status codeocean2005-04-232-2/+8
| | | | | | | via TclTkIp#_eval didn't work. [ruby-talk:139390] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-23nobu2005-04-231-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_provided): should check also path name to be loaded.nobu2005-04-232-8/+23
| | | | | | | fixed: [ruby-dev:26093] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updated TCLTKLIB_RELEASE_DATEocean2005-04-221-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-22eban2005-04-221-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.ocean2005-04-222-1/+8
| | | | | | | * ext/tk/tcltklib.c: eTkCallbackReturn was not initialized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu2005-04-206-2/+44
| | | | | | | C++ support. [ruby-dev:26089] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (ruby_incpush_expand, proc_options): expand relative pathnobu2005-04-202-6/+42
| | | | | | | given with -I option. [ruby-dev:26090] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-21eban2005-04-201-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb: add rdoc.aamine2005-04-202-13/+52
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): support platforms have file separatornobu2005-04-205-1/+30
| | | | | | | | | | | | other than /. * {bcc32,win32,wince}/Makefile.sub (BUILD_FILE_SEPARATOR): separator of building platform. * {bcc32,win32,wince}/Makefile.sub (CP, INSTALL): use COPY command. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu2005-04-208-4/+32
| | | | | | | | | | * dmydln.c (dln_load): dummy function to raise LoadError. * cygwin/GNUmakefile.in, {bcc32,win32,wince}/Makefile.sub: miniruby can't load extensions on Windows. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/ifchange.bat: delete testing files.nobu2005-04-202-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-203-7/+75
| | | | | | | | * lib/net/http.rb: new method Net::HTTPHeader#set_form_data and its alias #form_data=. * lib/net/http.rb: Net::HTTPHeader#add_header -> add_field (adjustted to Ruby 1.8). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/parsers/parse_rb.rb (lex_init): use IRB module.eban2005-04-202-1/+6
| | | | | | | [ruby-core:04737] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-04-20eban2005-04-201-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:nobu2005-04-197-2/+62
| | | | | | | | | add extout option. * bcc32/setup.mak: make configuration variables overridable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/ftools.rb (File.safe_unlink): do not modify a symlinked file.eban2005-04-192-22/+35
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (search_required): deal with features with path too.nobu2005-04-193-2/+9
| | | | | | | * intern.h (rb_file_expand_path): prototype. fixed: [ruby-dev:26082] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e