summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow ↵aamine2004-03-051-1/+8
| | | | | | | | | #dup and #clone. * test/strscan/test_strscan.rb: test StringScanner#dup. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (HTTPResponse#to_ary): should return an object which does ↵aamine2004-03-051-0/+6
| | | | | | not respond to #to_ary. It causes infinite loop in puts. [ruby-core:02578] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move RDoc comments for Test::Unitdave2004-03-041-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in: miniruby is not needed for cross compile.nobu2004-03-041-0/+6
| | | | | | | * configure.in (PREP): miniruby for native compile. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):nobu2004-03-041-0/+5
| | | | | | | detach server processes to get rid of zombies. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-0/+10
| | | | | | | | | | | * lib/rss/taxonomy.rb: ditto. * lib/rdoc/ri/ri_formatter.rb: ditto. * test/ruby/test_assignment.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu2004-03-031-3/+3
| | | | | | | pager terminates. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensurenobu2004-03-031-0/+5
| | | | | | | pager closes and stdout is restored. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-0/+16
| | | | | | | | | | | | | | | * eval.c (proc_eq): do not compare dyna_vars. * eval.c (proc_hash): new method. * eval.c (rb_yield_0): protect break/return from within orphan (or lambda) Proc object. * parse.y (yylex): should not allow symbol for invalid global variable (e.g. `:$-)`). [ruby-core:02518] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.nobu2004-03-031-0/+5
| | | | | | | [ruby-talk:94098] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/converter.rb: handled Uconv::Error.kou2004-03-021-0/+6
| | | | | | | * lib/rss/dublincore.rb: DublincoreModel -> DublinCoreModel git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* scanf.rbdblack2004-03-021-1/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | exceptions, instead of the first argument. * process.c (rb_spawn): ditto. * process.c (proc_spawn_v): use first argument as program name. * win32/win32.c (rb_w32_aspawn): ditto. * win32/win32.c (CreateChild): search executable file if no program name given. * lib/drb/extservm.rb (invoke_service_command): use Process.spawn. [ruby-dev:23103] * lib/rdoc/ri/ri_display.rb (setup_pager): use IO.popen. [ruby-dev:23086], [ruby-dev:23103] * lib/rdoc/diagram.rb (convert_to_png): ditto. * lib/rdoc/generators/chm_generator.rb (compile_project): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * wince/Makefile.sub (config.h): shouldn't check defined? NORETURN.usa2004-03-021-2/+2
| | | | | | | [ruby-dev:23100] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (config.h): shouldn't check defined? NORETURN.usa2004-03-021-2/+7
| | | | | | | | | [ruby-dev:23100] * ChangeLog: typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_iterator.rb (test_ljump): cannot usenobu2004-03-021-2/+7
| | | | | | | assert_nothing_raised due to passing block. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* scanf.rb fixdblack2004-03-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* scanf.rb notedblack2004-03-011-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix ChangeLogocean2004-03-011-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/setup.mak: configure's default is "--enable-install-doc"ocean2004-03-011-0/+4
| | | | | | | * win32/setup.mak: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow aliases to have parenthesesdave2004-03-011-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Handle :nodoc: om singleton classesdave2004-02-291-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat,ocean2004-02-291-0/+12
| | | | | | | | | | | | | | bcc32/setup.mak: new configure scheme. use ``configure --prefix=dir'' instead of ``make DESTDIR=dir install''. --with-static-linked-ext support on mswin32. [ruby-dev:23034] (by Nakada. Thanks.) * bcc32/setup.mak: "configure --disable-install-doc" is now working. * win32/setup.mak: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/configure.bat: fix typo.ocean2004-02-281-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/configure.bat: append missing label ":exit".ocean2004-02-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: add test_erb.rbseki2004-02-281-0/+7
| | | | | | | | * lib/erb.rb, test/erb/test_erb.rb: don't forget filename, if both filename and safe_level given. [ruby-dev:23050] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_invoke): no orphan block check is needed when pcallmatz2004-02-271-0/+7
| | | | | | | | | is true. * eval.c (localjump_destination): update localjump condition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (localjump_destination): lambda should not interferematz2004-02-261-0/+10
| | | | | | | | | | return from the yielded block. * hash.c (delete_if_i): use st_delete_safe() (via rb_hash_delete()) instead of returning ST_DELETE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* require drb/eq.rb by defaultseki2004-02-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (make_cmdvector): adjust successive double-quotenobu2004-02-261-0/+5
| | | | | | | handling. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_f_exec): get rid of SEGV when exec failed for commandnobu2004-02-251-2/+3
| | | | | | | in single string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_f_exec): get rid of SEGV when exec failed.nobu2004-02-251-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu2004-02-251-0/+7
| | | | | | | | | sharing OpenFile. * io.c (rb_io_initialize): accept IO instance. [ruby-dev:22195] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * instruby.rb (with_destdir): should return the given argument if nonobu2004-02-251-0/+7
| | | | | | | | | DESTDIR is given. * instruby.rb: use path name expansion of cmd.exe. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:nobu2004-02-251-1/+10
| | | | | | | | | | | warn with caller position. * test/rss/test_content.rb, test/rss/test_dublincore.rb, test/rss/test_syndication.rb, test/rss/test_trackback.rb: use cgi instead of cgi-lib. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add ruby-dev number.ocean2004-02-241-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): '**/' should not match leading periodocean2004-02-241-1/+6
| | | | | | | unless File::FNM_DOTMATCH is set. (like '*/') git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.nobu2004-02-241-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was brokenocean2004-02-241-0/+5
| | | | | | | for the pattern including '*' followed by '/'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Improve heuristic for which files to include. See ChangeLogdave2004-02-241-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Deal with case where first file processed contains a :stopdoc:dave2004-02-241-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Handle class vars in code listingsdave2004-02-231-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Handle aliases in C filesdave2004-02-231-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Check opdir _before_ parsing filesdave2004-02-231-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-231-0/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo2004-02-231-0/+8
| | | | | | | | | | OpenSSL::Config#each. it iterates with section name, field name and value. * ext/openssl/ossl_config.c (Init_ossl_config): include Enumerable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * instruby.rb (parse_args): use optparse instead of getopts.nobu2004-02-231-0/+7
| | | | | | | | * instruby.rb (DOSISH): embedded path in batch files should not be prefixed by DESTDIR. [ruby-core:02186] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.nobu2004-02-221-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu2004-02-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e