summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai2006-04-061-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-051-0/+19
| | | | | | | | | | | | | | | [ruby-core:7600] * ext/tk/tcltklib.c: fix SEGV at exit. [ruby-talk:186489] * ext/tk/tkutil/tkutil.c: follow to changing specification of instance_eval on ruby-1.9.x. * ext/tk/lib/tk.rb: ditto. * ext/tk/lib/multi-tk.rb: ditto. * ext/tk/lib/tk.rb: remove warning about redefinition of methods. * ext/tk/lib/tk/variable.rb: remove warning about unseting Tcl variables. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pathname.rb: use a subclass for instantiation exceptakr2006-04-041-0/+6
| | | | | | | | methods take pathname argument. suggested by Evan Phoenix. [ruby-core:7618] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke2006-04-011-0/+12
| | | | | | | add test/win32ole and remove some test script from ext/win32ole/tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enumerator.c (enumerator_with_index): removed suspicious returnnobu2006-03-311-16/+21
| | | | | | | statement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* change the behavior of WIN32OLE#[] and WIN32OLE#[]=.suke2006-03-291-0/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar,usa2006-03-291-0/+5
| | | | | | | e2w_conv): support C90 compiler. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: imported nkf 2.0.6.naruse2006-03-271-0/+19
| | | | | | | | | | | | | | | | | | | | | * Add --ic / --oc option and mapping tables. * Add fallback option. * Add --no-best-fit-chars option. * Fix some bugs. * ext/nkf/nkf.c (nkf_split_options): added for parse option string. * ext/nkf/lib/kconv.rb (Kconv.to*): add -m0. Note that Kconv.to* still imply -X. * ext/nkf/test.rb: Removed. Obsolete by test/nkf. * ext/.document: enabled documents in nkf and kconv * ext/nkf/nkf.c, ext/nkf/lib/kconv.rb: Add rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* refactoring for optionskosako2006-03-261-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* RDoc description updatedkosako2006-03-241-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* prohibit number backref in replaced string for named patternkosako2006-03-231-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merge Oniguruma 4.0.2kosako2006-03-231-0/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add back reference by name in replace stringkosako2006-03-221-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add String/Symbol argument to MatchData[x]kosako2006-03-211-0/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (folevariant_value): could not compileusa2006-03-201-2/+7
| | | | | | | with C90 compiler. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1suke2006-03-191-1/+11
| | | | | | | and Ruby String object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): support libraries without *.so.usa2006-03-151-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo2006-03-151-0/+5
| | | | | | | "rb_str_new(0, 0)" to make empty string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT insuke2006-03-121-0/+10
| | | | | | | | | | | | WIN32OLE_VARIANT.new(). * ext/win32ole/tests/testOLEVARIANT.rb: ditto. * ext/win32ole/tests/testOLEPARAM.rb: test method name should not be duplicated. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb: do not repeat command options.aamine2006-03-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (send_request_with_body): #content_type never return ↵aamine2006-03-051-0/+5
| | | | | | false, use #main_type instead. [ruby-core:07476] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (id2ref): fix symbol test.akr2006-03-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr2006-03-031-0/+9
| | | | | | | | | | | option. * ext/extmk.rb: use :remove_destination to install extension libraries to avoid SEGV. [ruby-dev:28417] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/.cvsignore: ignore callback.h.aamine2006-03-031-0/+8
| | | | | | | | * ext/ripper/.cvsignore: ignore eventids2table.c. * ext/socket/.cvsignore: ignore constants.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ML ref [ruby-core:7305]akr2006-03-021-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte)ocean2006-03-021-0/+5
| | | | | | | [ruby-core:7474] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c: align VALUE with sizeof(RVALUE) globally.akr2006-03-021-0/+8
| | | | | | | | | | (is_pointer_to_heap): check alignment out of loop. (id2ref): avoid collision between symbols and objects. (rb_obj_id): ditto. moved from object.c. [ruby-talk:178364] [ruby-core:7401] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean2006-03-021-0/+6
| | | | | | | | stat() didn't treat daylight saving time property on WinNT. [ruby-talk:182100] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c: supress warning "/* within comment"ocean2006-03-011-2/+2
| | | | | | | * bignum.c, io.c, math.c, pack.c, time.c: ANSI styled. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-0/+6
| | | | | | | | merged Mr. Ishizuka's lib/irb/ruby-lex.rb 's patch rev 1.29. [ruby-talk:181631] [ruby-dev:28404] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* quote pathnames in the server's command line for space containedseki2006-02-241-0/+6
| | | | | | | directory names. Thanks, arton. [ruby-dev:28386] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * instruby.rb: install *.exe.manifest and *.dll.manifest if exist.usa2006-02-241-0/+5
| | | | | | | It's for VC++8. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (NtInitialize): need to set a handler for VC++8.usa2006-02-241-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* no messageocean2006-02-231-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internalocean2006-02-231-0/+7
| | | | | | | | | memory manager cannot handle large memory block properly. ex: 10000.times { "" << "." * 529671; GC.start } # crash [ruby-dev:28230] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean2006-02-231-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pathname.rb (Pathname#each_filename): use split_names properly.akr2006-02-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/webrick/test_cgi.rb: should support platforms which searchusa2006-02-221-0/+6
| | | | | | | | library path from the interpreter's path. And, support test without install incidentally. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bignum.c (bignorm): x may not be a bignum. [ruby-dev:28367]matz2006-02-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_alloc): add proper check for creation of a lambdamatz2006-02-221-0/+5
| | | | | | | without a block. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (f_arglist): should set command_start = Qtrue formatz2006-02-201-0/+5
| | | | | | | command body. [ruby-talk:180648] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * mkconfig.rb: alias Config to RbConfig for compatibility.akr2006-02-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_reopen): flush before reopening a file.akr2006-02-201-0/+5
| | | | | | | reported by Mathieu Bouchard. [ruby-core:7396] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-0/+14
| | | | | | | | | | | | | | | * instruby.rb, rubytest.rb, runruby.rb, bcc32/Makefile.sub, ext/extmk.rb, ext/dl/extconf.rb, ext/iconv/charset_alias.rb, lib/mkmf.rb, lib/rdoc/ri/ri_paths.rb, lib/webrick/httpservlet/cgihandler.rb, test/dbm/test_dbm.rb, test/gdbm/test_gdbm.rb, test/ruby/envutil.rb, test/soap/calc/test_calc_cgi.rb, test/soap/header/test_authheader_cgi.rb, test/soap/ssl/test_ssl.rb, win32/mkexports.rb, win32/resource.rb: Use RbConfig instead of Config. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/find.rb: should raise ENOENT if root entry does not exist,usa2006-02-201-0/+5
| | | | | | | without opening it. [ruby-dev:28345] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-201-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_const_get_0): Object should have been the lowestmatz2006-02-201-0/+5
| | | | | | | in const lookup precedence. [ruby-dev:28343] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c: initial value for block_unique must be 1.matz2006-02-201-0/+5
| | | | | | | [ruby-talk:180420] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/delegate.rb (Delegator): should not delegate "funcall".matz2006-02-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz2006-02-201-0/+13
| | | | | | | | | | qualify the access for Config constant. [ruby-dev:28338] * lib/resolv.rb (Resolv::DNS::Resource::IN::A): qualify ClassValue. [ruby-dev:28338] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e