summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* add IDispatch wrapper in val2variantsuke2004-02-151-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.h, dir.c (rb_glob): add const.ocean2004-02-151-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo2004-02-141-0/+5
| | | | | | | [ruby-dev:22870] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * mkconfig.rb: use fileutils.rb instead of ftools.rb.nobu2004-02-141-0/+11
| | | | | | | | | | | | * bcc32/Makefile.sub, win32/Makefile.sub (config.h): define STACK_GROW_DIRECTION. * bcc32/Makefile.sub (config.h): add newer checks. * wince/Makefile.sub (config.h): define NEED_IO_SEEK_BETWEEN_RW. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/un.rb: use OptionParser instead of getopts.eban2004-02-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* import lib/drb/sampleseki2004-02-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add pretty_printseki2004-02-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz2004-02-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb: slighly improved documentation (sync with 1.8)gsinclair2004-02-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-131-0/+16
| | | | | | | | | | | | | 2.0. * test/rss/common.rb: added methods make RSS 2.0. * lib/rss/trackback.rb: TrackBack API is decided. * lib/rss/rss.rb: RSS::VERSION 0.0.7 -> 0.0.8 * lib/rss/parser.rb, lib/rss/rss.rb: replaced $DEBUG by RSS::DEBUG. * lib/rss/2.0.rb: removed RSS 2.0 URI. Because RSS 2.0 doesn't have URI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai2004-02-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/test_fileutils.rb: rescue SystemCallError instead of ↵aamine2004-02-131-0/+5
| | | | | | EINVAL. File.link may raise EACCES on network file systems. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. ↵aamine2004-02-121-0/+5
| | | | | | [ruby-dev:22713] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/ftools.rb: documentedgsinclair2004-02-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/base64.rb: added and tidied documentationgsinclair2004-02-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, ↵aamine2004-02-121-0/+5
| | | | | | don't prepend. (ruby-bugs:PR#1280) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu2004-02-121-0/+5
| | | | | | | directives in DOS line-ending files at all. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (rparen): ignore preceding newlines to right parentheses.nobu2004-02-121-0/+5
| | | | | | | (ruby-bugs:PR#1221) [ruby-dev:22858] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: set ac_cv_func_link to yes to enable link() on MinGW.eban2004-02-121-0/+5
| | | | | | | [ruby-dev:22241] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (link): raise NotImplementedError on Win9X.usa2004-02-121-0/+7
| | | | | | | | | contributed by Tietew. [ruby-dev:22713] * win32/win32.c, win32/win32.h (link): add const. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu2004-02-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pathname.rb: use assert_raise instead of assert_raises.akr2004-02-111-0/+11
| | | | | | | | | | | | * lib/pp.rb: ditto. * lib/time.rb: ditto. * lib/tsort.rb: ditto. use TSortHash and TSortArray instead of Hash and Array in test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai2004-02-111-0/+5
| | | | | | | special characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* typo.nobu2004-02-101-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu2004-02-101-0/+11
| | | | | | | | | | | | * eval.c (rb_mod_define_method): bind method body itself for Method object. * node.h (NODE_DMETHOD): deprecated. * object.c (rb_class_inherited_p): export. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu2004-02-101-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_match): raise TypeError when both arguments areusa2004-02-101-0/+10
| | | | | | | | | | | | strings. [ruby-dev:22851] * string.c (rb_str_match2): removed. * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (string.c): now not depend on version.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-0/+20
| | | | | | | | | | | | | | | | | | | | | | runruby.rb: run rdoc, test and so on with compiled extension libraries. [ruby-dev:22688] * ext/extmk.rb, lib/mkmf.rb: make extension libraries in separated directory, similar to the actual directory structure. * lib/fileutils.rb (FileUtils.copy_file): use the mode of the original file to create new file. * lib/rdoc/ri/ri_paths.rb (RI::Paths::SYSDIR): get rid of unexpected influence by envirionment variable. * bcc32/configure.bat, win32/configure.bat: add install-doc options. * win32/win32.c, win32/win32.h (rb_w32_fstat): fix Borland C runtime bug which returns wrong mode. [ruby-dev:22846] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (detach_process_watcher): return the last status.nobu2004-02-091-0/+5
| | | | | | | [ruby-dev:22841] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (PP::PPMethods::object_address_group): suppress negativenobu2004-02-081-0/+5
| | | | | | | sign for higher heap areas. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+5
| | | | | | | added tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-081-0/+5
| | | | | | | File.fnmatch. [ruby-dev:22815][ruby-dev:22819] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+5
| | | | | | | added tests. [ruby-core:02306] [ruby-core:02311] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (HTTP#request): should not overwrite Connection header. ↵aamine2004-02-081-0/+5
| | | | | | (ruby-bugs:PR#1274) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added ruby-dev numberocean2004-02-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): Dir.glob('**/') did not work.ocean2004-02-081-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (fnmatch):ocean2004-02-071-0/+9
| | | | | | | | | | | File.fnmatch('*?', 'a') should return true. [ruby-dev:22815] File.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22819] * dir.c Did some styles (no change to behavior) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu2004-02-071-1/+8
| | | | | | | | * lib/irb/input-method.rb (IRB::ReadlineInputMethod::initialize): load and save history automatically. [ruby-core:02352] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Support https in hyperlinksdave2004-02-061-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previousnahi2004-02-061-0/+5
| | | | | | | commit. [ruby-dev:22813] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instancenahi2004-02-061-0/+5
| | | | | | | variable which is defined in the test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_proc.rb (TestProc::test_eq): added aakira2004-02-061-1/+6
| | | | | | | test. [ruby-dev:22599] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira2004-02-061-0/+5
| | | | | | | Proc#==. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu2004-02-061-0/+5
| | | | | | | lookup for every instance. [ruby-core:02346] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu2004-02-061-0/+6
| | | | | | | * lib/irb/cmd/help.rb (IRB::ExtendCommand::Help): show RDoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prettyprint.rb (PrettyPrint#first?): obsoleted.akr2004-02-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prettyprint.rb (PrettyPrint#seplist): added.akr2004-02-051-0/+12
| | | | | | | | | | | | | * lib/pp.rb (PPMethods#pp_object): use seplist. (PPMethods#pp_hash): ditto. (Array#pretty_print): ditto. (Struct#pretty_print): ditto. (MatchData#pretty_print): ditto. * lib/set.rb (Set#pretty_print): use seplist. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_stat_mode): should not sign-expand, so backout.nobu2004-02-041-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (test_l): fix wrong method name in document.akr2004-02-031-0/+10
| | | | | | | | | | | | (test_S): ditto. (test_b): ditto. (test_c): ditto. (test_suid): ditto. (test_sgid): ditto. (test_sticky): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-031-0/+14
| | | | | | | | | | | | | | | | lib/rss/rss.rb, lib/rss/syndication.rb: removed warnings. * lib/rss/converter.rb: removed handling load error of nkf. * test/rss/test_syndication.rb, test/rss/test_trackback.rb, test/rss/test_dublincore.rb, test/rss/test_content.rb: replaced 'require "rss/parser"' by 'require "rss/1.0"'. * test/rss/test_parser.rb, test/rss/test_accessor.rb: removed 'require "rss/parser"'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e