2004-02-16 19:40:50 +03:00
|
|
|
Tue Feb 17 01:35:28 2004 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCE
|
|
|
|
to NODE_LIT. [ruby-dev:22920]
|
|
|
|
|
2004-02-16 19:23:07 +03:00
|
|
|
Tue Feb 17 01:20:57 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb: new module FileUtils::DryRun.
|
|
|
|
|
2004-02-16 17:41:49 +03:00
|
|
|
Mon Feb 16 23:28:14 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/csv.rb: document reduction. [ruby-core:02429]
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb: added 0..1 test with "0".."1" on display.
|
|
|
|
it should be defined that the specification about what kind of Range
|
|
|
|
is supported in ruby's custom type in YAML.
|
|
|
|
|
2004-02-16 16:24:07 +03:00
|
|
|
Mon Feb 16 22:22:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/generator.rb: corrected doc format
|
|
|
|
* lib/rinda/rinda.rb: added documentation (from Hugh Sasse)
|
|
|
|
* lib/rinda/tuplespace.rb: ditto
|
|
|
|
|
2004-02-16 14:31:30 +03:00
|
|
|
Mon Feb 16 20:28:52 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub: show more warnings. (refering to mingw)
|
|
|
|
|
|
|
|
* bcc32/setup.mak: ditto.
|
|
|
|
|
2004-02-16 12:39:48 +03:00
|
|
|
Mon Feb 16 18:35:58 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/Makefile.sub (config.status): should create *.pdb on ext/,
|
|
|
|
not .ext/.
|
|
|
|
|
|
|
|
* win32/Makefile.sub (config.status): convert the name of import
|
|
|
|
library.
|
|
|
|
|
|
|
|
* lib/mkmf.rb (create_makefile): now don't need to remove
|
|
|
|
$(TARGET).lib.
|
|
|
|
|
2004-02-16 09:45:32 +03:00
|
|
|
Mon Feb 16 15:45:22 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: check functions, fork spawnv.
|
|
|
|
|
|
|
|
* io.c (rb_io_s_popen): accept argv not only single command line.
|
|
|
|
|
|
|
|
* process.c (rb_proc_exec_n): export.
|
|
|
|
|
|
|
|
* process.c (rb_check_argv): check if arguments are safe to invoke.
|
|
|
|
|
|
|
|
* process.c (rb_fork): retry to fork.
|
|
|
|
|
|
|
|
* process.c (rb_spawn): spawn child process asynchronously.
|
|
|
|
|
|
|
|
* process.c (rb_f_system): raise an exception if the command could not
|
|
|
|
execute.
|
|
|
|
|
|
|
|
* win32/win32.c (rb_w32_argv_size): count necessary size for joined
|
|
|
|
arguments.
|
|
|
|
|
|
|
|
* win32/win32.c (rb_w32_join_argv): join arguments with quoting.
|
|
|
|
|
|
|
|
* win32/win32.c (rb_w32_pipe_exec, rb_w32_spawn, rb_w32_aspawn):
|
|
|
|
accept program name adding to command line.
|
|
|
|
|
2004-02-16 09:19:54 +03:00
|
|
|
Mon Feb 16 15:18:33 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/racc/parser.rb: add note for Racc full package.
|
|
|
|
|
2004-02-16 09:13:33 +03:00
|
|
|
Mon Feb 16 15:13:01 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* ext/racc/cparse/README: new file.
|
|
|
|
|
|
|
|
* ext/racc/cparse/MANIFEST: add README.
|
|
|
|
|
2004-02-16 06:29:16 +03:00
|
|
|
Mon Feb 16 12:29:10 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_s_list): new method Iconv.list
|
|
|
|
(libiconv only).
|
|
|
|
|
2004-02-16 04:33:12 +03:00
|
|
|
Mon Feb 16 10:29:52 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|
|
|
|
|
|
|
* dir.c (CompareImpl): File.fnmatch and Dir.glob get better performance
|
|
|
|
in Win32. This is achived by calling downcase() for single-byte
|
|
|
|
characters. CharLower() is only called for multi-byte characters.
|
|
|
|
|
2004-02-15 20:20:17 +03:00
|
|
|
Mon Feb 16 02:14:29 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub: should warn suspicious pointer conversion.
|
2004-02-15 20:21:01 +03:00
|
|
|
|
2004-02-15 20:20:17 +03:00
|
|
|
* bcc32/setup.mak: ditto.
|
|
|
|
|
2004-02-15 15:00:51 +03:00
|
|
|
Sun Feb 15 20:56:22 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|
|
|
|
2004-02-15 15:08:24 +03:00
|
|
|
* dir.c (push_braces): remove wrong const. [ruby-dev:22891]
|
2004-02-15 15:00:51 +03:00
|
|
|
|
2004-02-15 14:50:02 +03:00
|
|
|
Sun Feb 15 20:41:15 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb,
|
|
|
|
sample/soap/sampleStruct/httpd.rb, sample/wsdl/googleSearch/httpd.rb:
|
|
|
|
use soap/property instead of getopts for configuring DocumentRoot
|
|
|
|
and port# of httpd. see samplehttpd.conf below.
|
|
|
|
|
|
|
|
* sample/soap/calc/samplehttpd.conf,
|
|
|
|
sample/soap/exchange/samplehttpd.conf,
|
|
|
|
sample/soap/sampleStruct/samplehttpd.conf,
|
|
|
|
sample/wsdl/googleSearch/samplehttpd.conf: added.
|
|
|
|
|
2004-02-15 13:15:05 +03:00
|
|
|
Sun Feb 15 19:13:33 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/rinda/tuplespace.rb: read(tpl,0), raise RequestExpiredError
|
|
|
|
if not found.
|
|
|
|
|
2004-02-15 09:53:15 +03:00
|
|
|
Sun Feb 15 15:48:57 2004 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
|
|
|
|
|
|
|
* ext/win32ole/win32ole.c: add IDispatch wrapper in val2variant.
|
|
|
|
Thanks, arton.
|
|
|
|
|
2004-02-15 09:34:21 +03:00
|
|
|
Sun Feb 15 15:23:29 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|
|
|
|
|
|
|
* ruby.h, dir.c (rb_glob): add const.
|
|
|
|
|
2004-02-14 19:51:12 +03:00
|
|
|
Sun Feb 15 01:46:05 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).
|
|
|
|
[ruby-dev:22870]
|
|
|
|
|
2004-02-14 17:59:19 +03:00
|
|
|
Sat Feb 14 23:59:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* mkconfig.rb: use fileutils.rb instead of ftools.rb.
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2004-02-14 17:27:43 +03:00
|
|
|
Sat Feb 14 23:26:27 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/un.rb: use OptionParser instead of getopts.
|
|
|
|
|
2004-02-14 05:31:05 +03:00
|
|
|
Sat Feb 14 11:28:14 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* sample/drb/*: import lib/drb/sample
|
|
|
|
|
2004-02-14 05:16:05 +03:00
|
|
|
Sat Feb 14 11:14:12 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/drb/drb.rb: add pretty_print, thanks gotoken.
|
|
|
|
|
2004-02-13 15:53:42 +03:00
|
|
|
Fri Feb 13 21:51:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/fileutils.rb: slighly improved documentation (sync with 1.8)
|
|
|
|
|
2004-02-13 14:02:03 +03:00
|
|
|
Fri Feb 13 19:57:01 2004 Kouhei Sutou <kou@cozmixng.org>
|
|
|
|
|
|
|
|
* test/rss/test_trackback.rb: added tests for TrackBack with RSS
|
|
|
|
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.
|
|
|
|
|
2004-02-13 08:46:49 +03:00
|
|
|
Fri Feb 13 14:41:00 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)
|
|
|
|
|
2004-02-13 06:27:01 +03:00
|
|
|
Fri Feb 13 12:26:37 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: rescue SystemCallError instead
|
|
|
|
of EINVAL. File.link may raise EACCES on network file systems.
|
|
|
|
|
2004-02-12 23:21:24 +03:00
|
|
|
Fri Feb 13 05:18:58 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: File.link raises EINVAL on
|
|
|
|
Win9x. [ruby-dev:22713]
|
|
|
|
|
2004-02-12 15:50:27 +03:00
|
|
|
Thu Feb 12 21:49:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/ftools.rb: documented
|
|
|
|
|
2004-02-12 15:22:18 +03:00
|
|
|
Thu Feb 12 21:19:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/base64.rb: added and tidied documentation
|
|
|
|
|
2004-02-12 14:45:28 +03:00
|
|
|
Thu Feb 12 20:45:01 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to
|
|
|
|
the string, don't prepend. (ruby-bugs:PR#1280)
|
|
|
|
|
2004-02-12 14:31:52 +03:00
|
|
|
Thu Feb 12 20:31:43 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error
|
|
|
|
directives in DOS line-ending files at all.
|
|
|
|
|
2004-02-12 09:23:24 +03:00
|
|
|
Thu Feb 12 15:23:20 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (rparen): ignore preceding newlines to right parentheses.
|
|
|
|
(ruby-bugs:PR#1221) [ruby-dev:22858]
|
|
|
|
|
2004-02-12 08:20:09 +03:00
|
|
|
Thu Feb 12 14:17:43 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: set ac_cv_func_link to yes to enable link() on MinGW.
|
|
|
|
[ruby-dev:22241]
|
|
|
|
|
2004-02-12 07:35:30 +03:00
|
|
|
Thu Feb 12 13:32:49 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/win32.c (link): raise NotImplementedError on Win9X.
|
|
|
|
contributed by Tietew. [ruby-dev:22713]
|
|
|
|
|
|
|
|
* win32/win32.c, win32/win32.h (link): add const.
|
|
|
|
|
2004-02-12 03:56:24 +03:00
|
|
|
Thu Feb 12 09:56:19 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.
|
|
|
|
|
2004-02-11 20:36:37 +03:00
|
|
|
Thu Feb 12 02:23:56 2004 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb: use assert_raise instead of assert_raises.
|
|
|
|
|
|
|
|
* lib/pp.rb: ditto.
|
|
|
|
|
|
|
|
* lib/time.rb: ditto.
|
|
|
|
|
|
|
|
* lib/tsort.rb: ditto.
|
|
|
|
use TSortHash and TSortArray instead of Hash and Array in test.
|
|
|
|
|
2004-02-11 17:31:33 +03:00
|
|
|
Wed Feb 11 23:24:22 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escaping
|
|
|
|
special characters.
|
|
|
|
|
2004-02-10 14:49:14 +03:00
|
|
|
Tue Feb 10 20:49:07 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2004-02-10 10:44:00 +03:00
|
|
|
Tue Feb 10 16:43:50 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2004-02-10 23:54:00 +03:00
|
|
|
* eval.c (umethod_bind): purge unused check. [ruby-dev:22850]
|
2004-02-10 10:44:00 +03:00
|
|
|
|
2004-02-10 08:36:34 +03:00
|
|
|
Tue Feb 10 14:33:08 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c (rb_str_match): raise TypeError when both arguments are
|
|
|
|
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.
|
|
|
|
|
2004-02-09 11:48:55 +03:00
|
|
|
Mon Feb 9 17:46:07 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,
|
|
|
|
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]
|
|
|
|
|
2004-02-09 10:30:17 +03:00
|
|
|
Mon Feb 9 16:30:12 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* process.c (detach_process_watcher): return the last status.
|
|
|
|
[ruby-dev:22841]
|
|
|
|
|
2004-02-08 10:46:18 +03:00
|
|
|
Sun Feb 8 16:46:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/pp.rb (PP::PPMethods::object_address_group): suppress negative
|
|
|
|
sign for higher heap areas.
|
|
|
|
|
2004-02-08 10:21:03 +03:00
|
|
|
Sun Feb 8 16:18:27 2004 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):
|
|
|
|
added tests.
|
|
|
|
|
2004-02-08 09:52:45 +03:00
|
|
|
Sun Feb 8 15:51:57 2004 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_file.rb (TestFile::test_fnmatch): added tests for
|
|
|
|
File.fnmatch. [ruby-dev:22815][ruby-dev:22819]
|
|
|
|
|
2004-02-08 09:43:53 +03:00
|
|
|
Sun Feb 8 15:41:45 2004 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):
|
|
|
|
added tests. [ruby-core:02306] [ruby-core:02311]
|
|
|
|
|
2004-02-08 08:24:47 +03:00
|
|
|
Sun Feb 8 14:24:35 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (HTTP#request): should not overwrite Connection
|
|
|
|
header. (ruby-bugs:PR#1274)
|
|
|
|
|
2004-02-08 04:14:33 +03:00
|
|
|
Sat Feb 8 10:11:21 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|
|
|
|
2004-02-08 04:46:38 +03:00
|
|
|
* dir.c (glob_helper): Dir.glob('**/') did not work. [ruby-dev:22832]
|
2004-02-08 04:14:33 +03:00
|
|
|
|
2004-02-07 18:44:58 +03:00
|
|
|
Sat Feb 8 00:29:26 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|
|
|
|
|
|
|
* dir.c (fnmatch):
|
|
|
|
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)
|
|
|
|
|
2004-02-07 13:56:16 +03:00
|
|
|
Sat Feb 7 19:56:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/irb/init.rb (IRB.rc_files): yield possible rc file names.
|
|
|
|
|
|
|
|
* lib/irb/input-method.rb (IRB::ReadlineInputMethod::initialize):
|
|
|
|
load and save history automatically. [ruby-core:02352]
|
|
|
|
|
2004-02-06 16:49:54 +03:00
|
|
|
Fri Feb 6 22:48:16 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
2004-02-07 13:56:16 +03:00
|
|
|
* lib/rdoc/generators/html_generator.rb (gen_url): Support
|
2004-02-06 16:49:54 +03:00
|
|
|
https in RDoc hyperlinks
|
|
|
|
|
2004-02-06 16:42:15 +03:00
|
|
|
Fri Feb 6 22:41:22 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previous
|
|
|
|
commit. [ruby-dev:22813]
|
|
|
|
|
2004-02-06 16:24:17 +03:00
|
|
|
Fri Feb 6 22:22:50 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instance
|
|
|
|
variable which is defined in the test.
|
|
|
|
|
2004-02-06 12:55:43 +03:00
|
|
|
Fri Feb 6 18:54:18 2004 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_proc.rb (TestProc::test_eq): added a
|
|
|
|
test. [ruby-dev:22599]
|
|
|
|
|
2004-02-06 12:27:53 +03:00
|
|
|
Fri Feb 6 18:26:00 2004 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_proc.rb (TestProc::test_eq): added tests for
|
2004-02-06 12:55:43 +03:00
|
|
|
Proc#==. [ruby-dev:22592], [ruby-dev:22601]
|
2004-02-06 12:27:53 +03:00
|
|
|
|
2004-02-06 04:12:11 +03:00
|
|
|
Fri Feb 6 10:12:06 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (bsock_do_not_reverse_lookup): control reverse
|
|
|
|
lookup for every instance. [ruby-core:02346]
|
|
|
|
|
2004-02-06 03:16:50 +03:00
|
|
|
Fri Feb 6 09:15:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]
|
|
|
|
|
|
|
|
* lib/irb/cmd/help.rb (IRB::ExtendCommand::Help): show RDoc.
|
|
|
|
|
2004-02-05 18:50:43 +03:00
|
|
|
Fri Feb 6 00:48:37 2004 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/prettyprint.rb (PrettyPrint#first?): obsoleted.
|
|
|
|
|
2004-02-05 17:59:46 +03:00
|
|
|
Thu Feb 5 23:56:55 2004 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/prettyprint.rb (PrettyPrint#seplist): added.
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2004-02-04 16:39:49 +03:00
|
|
|
Wed Feb 4 22:39:46 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* file.c (rb_stat_mode): should not sign-expand, so backout.
|
|
|
|
|
2004-02-03 20:20:08 +03:00
|
|
|
Wed Feb 4 02:12:06 2004 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* file.c (test_l): fix wrong method name in document.
|
|
|
|
(test_S): ditto.
|
|
|
|
(test_b): ditto.
|
|
|
|
(test_c): ditto.
|
|
|
|
(test_suid): ditto.
|
|
|
|
(test_sgid): ditto.
|
|
|
|
(test_sticky): ditto.
|
|
|
|
|
2004-02-03 17:01:42 +03:00
|
|
|
Tue Feb 3 22:36:25 2004 Kouhei Sutou <kou@cozmixng.org>
|
|
|
|
|
|
|
|
* lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,
|
|
|
|
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"'.
|
|
|
|
|
2004-02-03 05:23:20 +03:00
|
|
|
Tue Feb 3 11:23:17 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934]
|
|
|
|
|
2004-02-03 02:09:38 +03:00
|
|
|
Tue Feb 3 08:04:57 2004 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style.
|
|
|
|
|
2004-02-02 16:06:35 +03:00
|
|
|
Mon Feb 2 22:06:31 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (block_append, new_evstr, void_expr0): remove no longer used
|
|
|
|
labels.
|
|
|
|
|
2004-02-02 13:01:57 +03:00
|
|
|
Mon Feb 2 18:45:50 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* dln.c (dln_load): don't specify RTLD_GLOBAL on Interix,
|
|
|
|
because it caused SEGV when running runner.rb.
|
|
|
|
|
2004-02-01 19:57:47 +03:00
|
|
|
Mon Feb 2 01:54:00 2004 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pp.rb (Struct#pretty_print): make it 1.8 style.
|
|
|
|
(Numeric#pretty_print, FalseClass#pretty_print)
|
|
|
|
(TrueClass#pretty_print, Module#pretty_print): fix pp for objects
|
|
|
|
with instance variables. [ruby-talk:91157]
|
2004-02-01 18:31:59 +03:00
|
|
|
|
|
|
|
* lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopback
|
|
|
|
address.
|
2004-02-01 18:21:24 +03:00
|
|
|
|
|
|
|
* lib/resolv-replace.rb (BasicSocket#send): don't replace because
|
|
|
|
it has no hostname argument.
|
|
|
|
(IPSocket.getaddress): raise SocketError instead of
|
|
|
|
Resolv::ResolvError for errors.
|
|
|
|
(TCPSocket#initialize, UDPSocket#bind, UDPSocket#connect)
|
|
|
|
(SOCKSSocket#initialize): use IPSocket.getaddress instead of
|
|
|
|
Resolv.getaddress.
|
|
|
|
(UDPSocket#send): recognize 3 arguments form. try all addresses on
|
|
|
|
4 arguments form.
|
|
|
|
|
2004-02-01 17:01:23 +03:00
|
|
|
Sun Feb 1 23:00:00 2004 Shigeo Kobayashi <shigek@ruby-lang.org>
|
2004-02-01 18:21:24 +03:00
|
|
|
|
2004-02-01 17:01:23 +03:00
|
|
|
* ext/bigdecimal.c: Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n)
|
|
|
|
reported and fixed by Javier Goizueta.
|
|
|
|
|
2004-02-03 13:42:39 +03:00
|
|
|
Sun Feb 1 18:21:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
2004-02-04 16:39:49 +03:00
|
|
|
From ruby_1_8 branch:
|
2004-02-03 13:42:39 +03:00
|
|
|
* lib/test/unit.rb: rearranged documentation for RDoc's sake.
|
|
|
|
* lib/matrix.rb: improved documentation.
|
|
|
|
* lib/net/http.rb: slight documentation formatting improvement.
|
|
|
|
|
2004-01-31 23:33:33 +03:00
|
|
|
Sun Feb 1 05:30:06 2004 Tanaka Akira <akr@m17n.org>
|
2004-01-31 21:11:55 +03:00
|
|
|
|
|
|
|
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.
|
|
|
|
raise an errror on non-http proxy URI.
|
2004-02-01 19:57:47 +03:00
|
|
|
(OpenURI::Buffer#<<): make a tempfile binmode. [ruby-talk:90792]
|
2004-01-31 21:11:55 +03:00
|
|
|
|
2004-01-31 19:10:53 +03:00
|
|
|
Sun Feb 1 00:57:41 2004 Kouhei Sutou <kou@cozmixng.org>
|
|
|
|
|
|
|
|
* lib/rss/parser.rb (RSS::Parser): added @@default_parser. Used
|
|
|
|
XML parser became selectable.
|
|
|
|
* test/rss/test_parser.rb: added tests for
|
|
|
|
RSS::Parser.default_parser.
|
|
|
|
|
2004-01-30 20:39:04 +03:00
|
|
|
Sat Jan 31 02:28:15 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix.
|
|
|
|
|
2004-01-30 19:10:36 +03:00
|
|
|
Sat Jan 31 01:09:41 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/logger.rb: leading 0 padding of timestamp usec part.
|
|
|
|
|
2004-02-13 19:03:15 +03:00
|
|
|
Fri Jan 30 18:53:23 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).
|
|
|
|
|
2004-01-29 17:18:42 +03:00
|
|
|
Thu Jan 29 23:11:57 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in (DLEXT2): removed. Ruby does not treat
|
|
|
|
".dll" as a extention library anymore.
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2):
|
|
|
|
ditto.
|
|
|
|
|
2004-01-29 17:56:26 +03:00
|
|
|
* util.c (mblen): fix overrun. [ruby-dev:22672]
|
|
|
|
|
2004-01-29 16:44:04 +03:00
|
|
|
Thu Jan 29 22:41:53 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/generators/html_generator.rb: Allow 'link:' in Tidylinks.
|
|
|
|
THis means you can write "see f1[link:files/f1_rb.html]".
|
|
|
|
|
2004-01-29 16:30:05 +03:00
|
|
|
Thu Jan 29 22:24:47 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change.
|
|
|
|
ASN.1 type of subject DN elements were wrong.
|
|
|
|
|
2004-01-29 16:22:27 +03:00
|
|
|
Thu Jan 29 22:19:51 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to
|
|
|
|
run test.
|
|
|
|
|
2004-01-29 13:28:39 +03:00
|
|
|
Thu Jan 29 19:28:16 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (Request#initialize): reject only when a path is
|
|
|
|
empty. [ruby-dev:22771]
|
|
|
|
|
2004-01-29 14:59:55 +03:00
|
|
|
Thu Jan 29 18:54:08 2004 H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
|
|
|
|
|
|
|
|
* dir.c (glob_helper): infinite loop bug in win32 code.
|
2004-02-02 16:06:35 +03:00
|
|
|
[ruby-dev:22770]
|
2004-01-29 14:59:55 +03:00
|
|
|
|
2004-01-29 11:05:29 +03:00
|
|
|
Thu Jan 29 17:03:49 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
|
|
|
|
[ruby-dev:22761]
|
|
|
|
|
2004-01-29 05:54:21 +03:00
|
|
|
Thu Jan 29 11:32:14 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* test/rss/test_*: do $: trick while searching a module in the current
|
|
|
|
directory.
|
|
|
|
|
|
|
|
* test/xsd/test_xmlschemaparser.rb, test/wsdl/test_emptycomplextype.rb,
|
|
|
|
test/soap/helloworld/test_helloworld.rb,
|
|
|
|
test/soap/calc/{test_calc.rb,test_calc2.rb}: do File.expand_path
|
|
|
|
before using __FILE__.
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb: assert_equals -> assert_equal.
|
|
|
|
|
2004-01-28 19:59:00 +03:00
|
|
|
Thu Jan 29 01:56:02 2004 why the lucky stiff <why@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]
|
|
|
|
|
|
|
|
* lib/yaml/rubytypes.rb: character Range now round-trips. [ruby-core:2306]
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb: add Time and Range tests.
|
|
|
|
|
2004-01-28 18:19:56 +03:00
|
|
|
Thu Jan 29 00:00:46 2004 Kouhei Sutou <kou@cozmixng.org>
|
|
|
|
|
|
|
|
* lib/rss: rss/parser.rb is always required.
|
|
|
|
|
2004-01-28 09:09:27 +03:00
|
|
|
Wed Jan 28 15:09:14 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/rss/*.rb: remove "test/" prefix.
|
|
|
|
|
2004-01-28 07:07:06 +03:00
|
|
|
Wed Jan 28 13:07:02 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]
|
|
|
|
|
2004-01-28 06:46:13 +03:00
|
|
|
Wed Jan 28 12:43:07 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/rss: rss library imported. [ruby-dev:22726]
|
|
|
|
|
2004-01-27 09:05:04 +03:00
|
|
|
Tue Jan 27 15:00:14 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* misc/ruby-mode.el: better support for general delimited
|
|
|
|
strings. [ruby-dev:22695]
|
|
|
|
|
2004-01-27 05:09:34 +03:00
|
|
|
Tue Jan 27 11:04:40 2004 FUKUMOTO Atsushi <fukumoto@nospam.imasy.or.jp>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (s_recvfrom): sending length should be an
|
|
|
|
invariant while retrying on EAGAIN. [ruby-talk:89962]
|
|
|
|
|
2004-01-27 04:35:53 +03:00
|
|
|
Tue Jan 27 10:31:28 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/win32ole/win32ole.c (set_argv): fix condition.
|
|
|
|
|
2004-01-26 20:31:53 +03:00
|
|
|
Tue Jan 27 02:26:31 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header):
|
|
|
|
refine regex for header-name.
|
|
|
|
|
2004-01-26 16:54:41 +03:00
|
|
|
Mon Jan 26 22:53:04 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* io.c: Remove documentation references to $defout.
|
|
|
|
|
2004-01-27 09:05:04 +03:00
|
|
|
Mon Jan 26 14:41:46 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/weakref.rb (WeakRef::initialize): set up @__id before
|
|
|
|
calling "super".
|
|
|
|
|
|
|
|
* lib/delegate.rb (Delegator::initialize): preserve
|
|
|
|
singleton_method_added method [ruby-dev:22685]
|
|
|
|
|
|
|
|
* lib/delegate.rb (Delegator::initialize): use Kernel::raise
|
|
|
|
instead of mere raise. [ruby-dev:22681]
|
|
|
|
|
2004-01-26 06:49:21 +03:00
|
|
|
Mon Jan 26 12:45:23 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7
|
|
|
|
|
2004-01-26 05:35:30 +03:00
|
|
|
Mon Jan 26 11:30:58 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.
|
|
|
|
(ruby-bugs:PR#1256)
|
|
|
|
|
|
|
|
* ext/win32ole/win32ole.c (set_argv): set real arguments to
|
|
|
|
WIN32OLE::ARGV. [ruby-list:39073]
|
|
|
|
|
2004-01-25 12:40:26 +03:00
|
|
|
Sun Jan 25 18:25:26 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): third
|
|
|
|
argument become optional.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509name.c (Init_x509name): emailAddress and
|
|
|
|
domainComponent should be IA5String.
|
|
|
|
|
2004-01-24 19:48:52 +03:00
|
|
|
Sun Jan 25 01:45:38 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): support
|
|
|
|
virtual host.
|
|
|
|
|
|
|
|
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): add
|
|
|
|
new method to register virtual hosting server.
|
|
|
|
|
|
|
|
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server): add
|
|
|
|
new method to lookup virtual hosting server.
|
|
|
|
|
2004-01-24 07:24:06 +03:00
|
|
|
Sat Jan 24 13:06:26 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): change
|
|
|
|
second argument. it expected to be a Hash not an Integer.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): add new
|
|
|
|
function for OpenSSL::X509::Name#add_entry.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509name.c (Init_ossl_x509name): add constants
|
|
|
|
OpenSSL::X509::Name::DEFAULT_OBJECT_TYPE and OBJECT_TYPE_TEMPLATE.
|
|
|
|
|
|
|
|
* ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name#initialize):
|
|
|
|
second argument takes OBJECT_TYPE_TEMPLATE by default.
|
|
|
|
|
2004-01-22 21:06:38 +03:00
|
|
|
Fri Jan 23 02:26:30 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* pack.c (num2i32): pack should not raise RangeError.
|
|
|
|
[ruby-dev:22654]
|
|
|
|
|
|
|
|
* pack.c (pack_pack): do not auto convert nil to zero.
|
|
|
|
|
2004-01-22 17:01:15 +03:00
|
|
|
Thu Jan 22 22:54:53 2004 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted
|
2004-01-22 21:06:38 +03:00
|
|
|
strings for Novell GroupWise Internet Agent.
|
|
|
|
|
2004-01-22 17:01:15 +03:00
|
|
|
* lib/net/imap.rb (DATA_REGEXP): ditto.
|
|
|
|
|
2004-01-22 12:37:24 +03:00
|
|
|
Thu Jan 22 18:35:49 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/e2mmap.rb (VERSION): remove unnecessary version checking.
|
|
|
|
|
2004-01-22 10:21:40 +03:00
|
|
|
Thu Jan 22 16:21:02 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (string_content): reset lexical states at the beginning of
|
|
|
|
string contents. [ruby-list:39061]
|
|
|
|
|
2004-01-22 11:31:33 +03:00
|
|
|
Thu Jan 22 08:08:50 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (opt_rescue): use NODE_ERRINFO() instead of
|
|
|
|
NODE_GVAR("$!"), to avoid confusion from variable aliasing.
|
|
|
|
[ruby-talk:90074]
|
|
|
|
|
|
|
|
* version.c (Init_version): remove obsolete constants VERSION
|
|
|
|
etc. [ruby-dev:22643]
|
|
|
|
|
2004-01-21 19:47:23 +03:00
|
|
|
Thu Jan 22 01:46:32 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (newline_node): do not use NODE_NEWLINE node anymore,
|
|
|
|
use NEWLINE flag instead.
|
|
|
|
|
2004-01-21 19:23:07 +03:00
|
|
|
Thu Jan 22 01:12:12 2004 Siena. <siena@faculty.chiba-u.jp>
|
|
|
|
|
|
|
|
* missing/os2.c (chdir, getcwd):
|
|
|
|
use _chdir2 and _getcwd2 supporting multiple drives in OS/2 with EMX.
|
|
|
|
|
2004-01-21 19:09:40 +03:00
|
|
|
Thu Jan 22 00:33:52 2004 Siena. <siena@faculty.chiba-u.jp>
|
|
|
|
|
|
|
|
* configure.in: check availability of link(). [ruby-dev:22237]
|
|
|
|
* file.c (rb_file_s_link): raise an exception when link() is unavailable.
|
|
|
|
* missing/os2.c (link): removed. File#link isn't supported.
|
|
|
|
* bcc32/Makefile.sub: define HAVE_LINK to enable link(). [ruby-dev:22241]
|
|
|
|
* win32/Makefile.sub: ditto.
|
|
|
|
|
2004-01-21 18:30:22 +03:00
|
|
|
Thu Jan 22 00:26:25 2004 Siena. <siena@faculty.chiba-u.jp>
|
|
|
|
|
|
|
|
* ChangeLog: typo: RUBY_MBCHAR_MAX was RUBY_MBCHAR_MAXSIZE.
|
|
|
|
|
2004-01-21 18:26:11 +03:00
|
|
|
Thu Jan 22 00:12:51 2004 Siena. <siena@faculty.chiba-u.jp>
|
|
|
|
|
|
|
|
* defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.
|
|
|
|
* dir.c (Next, emx_mblen): use RUBY_MBCHAR_MAX for mblen().
|
|
|
|
* file.c (CharNext): ditto.
|
|
|
|
* ruby.c (translate_char): ditto.
|
|
|
|
* util.c (__crt0_glob_function): ditto.
|
|
|
|
|
2004-01-21 18:11:02 +03:00
|
|
|
Thu Jan 22 00:10:01 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/base64.rb: :nodoc: the Deprecated module
|
|
|
|
|
2004-01-21 17:53:31 +03:00
|
|
|
Wed Jan 21 23:52:39 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: Interix(SFU) support.
|
|
|
|
|
2004-01-21 17:06:21 +03:00
|
|
|
Wed Jan 21 23:03:45 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/drb/drb.rb: remove O_NONBLOCK, thanks \ay
|
|
|
|
* lib/drb/extserv.rb: typo
|
|
|
|
|
2004-01-21 12:01:23 +03:00
|
|
|
Wed Jan 21 17:57:56 2004 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/net/imap.rb (envelope): allow NIL.
|
|
|
|
* lib/net/imap.rb (body): ditto.
|
|
|
|
* lib/net/imap.rb (number): ditto.
|
|
|
|
* lib/net/imap.rb (ensure_nz_number): show a detailed error
|
2004-01-22 10:21:40 +03:00
|
|
|
message.
|
2004-01-21 12:01:23 +03:00
|
|
|
|
2004-01-21 10:44:24 +03:00
|
|
|
Wed Jan 21 16:44:15 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/mkmf.rb (merge_libs): squeeze successive same libraries.
|
|
|
|
[ruby-dev:22652]
|
|
|
|
|
2004-01-21 10:10:41 +03:00
|
|
|
Wed Jan 21 16:10:36 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/base64.rb: enclosed in a module. [ruby-core:02285]
|
|
|
|
|
2004-01-21 10:01:43 +03:00
|
|
|
Wed Jan 21 16:01:26 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/digest/rmd160/extconf.rb: have_library appends found library.
|
|
|
|
|
2004-01-21 19:47:23 +03:00
|
|
|
Wed Jan 21 11:36:00 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (sock_gethostbyname): returns host if
|
|
|
|
ai_canonname is NULL. (ruby-bugs PR#1243)
|
|
|
|
|
|
|
|
* parse.y (block_append): update nd_end for "real" head node.
|
|
|
|
[ruby-list:39058]
|
|
|
|
|
2004-01-20 08:49:14 +03:00
|
|
|
Tue Jan 20 14:48:28 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/extconf.rb: should check <openssl/conf_api.h> instead
|
|
|
|
of OPENSSL_VERSION_NUMBER. [ruby-list:39056]
|
|
|
|
|
2004-01-20 08:44:56 +03:00
|
|
|
Tue Jan 20 14:43:17 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/base64.rb: Add RDoc
|
|
|
|
|
2004-01-20 08:27:23 +03:00
|
|
|
Tue Jan 20 14:25:51 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/abbrev.rb: Add RDoc
|
|
|
|
|
2004-01-20 08:04:31 +03:00
|
|
|
Tue Jan 20 13:22:39 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
2004-01-21 10:01:43 +03:00
|
|
|
* lib/rdoc/generators/html_generator.rb: Document aliases at
|
2004-01-20 08:04:31 +03:00
|
|
|
top-most level.
|
|
|
|
|
2004-01-21 10:01:43 +03:00
|
|
|
* lib/English.rb: Document English.rb.
|
2004-01-20 08:04:31 +03:00
|
|
|
|
2004-01-19 22:42:03 +03:00
|
|
|
Tue Jan 20 04:41:58 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_marshal.rb (MarshalTestLib::test_exception): test
|
|
|
|
for [ruby-dev:22604].
|
|
|
|
|
|
|
|
* test/ruby/test_marshal.rb (MarshalTestLibtest_singleton): test
|
|
|
|
for [ruby-dev:22588].
|
|
|
|
|
2004-01-21 19:47:23 +03:00
|
|
|
Tue Jan 20 02:38:13 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (w_class): should not dump singleton class.
|
|
|
|
[ruby-dev:22631]
|
|
|
|
|
2004-01-19 20:55:18 +03:00
|
|
|
Tue Jan 20 02:49:22 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/extconf.rb: add check for OpenSSL version.
|
|
|
|
[ruby-list:39054]
|
|
|
|
|
2004-01-19 17:56:24 +03:00
|
|
|
Mon Jan 19 23:56:20 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* error.c (name_err_mesg_to_str): inverted condition for result of
|
|
|
|
inspection. [ruby-dev:22628]
|
|
|
|
|
2004-01-19 16:27:38 +03:00
|
|
|
Mon Jan 19 22:24:28 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* sample/exyacc.rb: escape '}' to avoid warning.
|
|
|
|
|
2004-01-19 17:05:55 +03:00
|
|
|
* lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.
|
|
|
|
|
2004-01-19 15:28:14 +03:00
|
|
|
Mon Jan 19 21:28:06 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: remove
|
|
|
|
useless casts for Borland C.
|
|
|
|
|
2004-01-19 11:39:43 +03:00
|
|
|
Mon Jan 19 17:39:38 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* error.c (NameError::message): internal use only.
|
|
|
|
|
|
|
|
* eval.c (rb_method_missing): use hidden constant.
|
|
|
|
|
2004-01-19 10:32:47 +03:00
|
|
|
Mon Jan 19 16:30:53 2004 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_time.rb: added tests for [ruby-dev:22614] and
|
|
|
|
[ruby-dev:22617].
|
|
|
|
|
2004-01-19 07:10:53 +03:00
|
|
|
Mon Jan 19 13:09:21 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,
|
|
|
|
win32/setup.mak: --with-static-linked-ext support on mswin32.
|
|
|
|
|
2004-01-19 01:14:02 +03:00
|
|
|
Mon Jan 19 06:49:07 2004 Tadayoshi Funaba <tadf@dotrb.org>
|
|
|
|
|
|
|
|
* lib/date.rb: zone was wrong when it was behind UTC.
|
|
|
|
Thanks Mark J. Reed.
|
|
|
|
|
|
|
|
* lib/date/format.rb: %z is now always replaced by four digits
|
|
|
|
with a leading plus or minus sign.
|
|
|
|
|
|
|
|
* sample/cal.rb: added a class, anyway.
|
|
|
|
|
2004-01-19 12:19:31 +03:00
|
|
|
Mon Jan 19 01:08:39 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2004-01-19 15:28:14 +03:00
|
|
|
* variable.c (rb_set_class_path): do not set path if
|
2004-01-19 12:19:31 +03:00
|
|
|
|
|
|
|
* lib/cgi.rb (CGI::QueryExtension): give extended string, not a
|
|
|
|
delegater object.
|
|
|
|
|
2004-01-18 17:59:49 +03:00
|
|
|
Sun Jan 18 23:59:44 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/charset_alias.rb: prefer us_EN locale encodings or
|
|
|
|
former. [ruby-dev:22609]
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_create): raise InvalidEncoding
|
|
|
|
exception when EINVAL.
|
|
|
|
|
2004-01-18 17:16:47 +03:00
|
|
|
Sun Jan 18 23:16:34 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,
|
|
|
|
time.c: marked init_copy functions nodoc.
|
|
|
|
|
2004-01-18 14:49:46 +03:00
|
|
|
Sun Jan 18 20:47:35 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* ruby.c: use translate_char() on Cygwin.
|
|
|
|
|
2004-01-18 14:10:18 +03:00
|
|
|
Sun Jan 18 20:00:16 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support of
|
|
|
|
"parts" attribute of soap:body element in WSDL.
|
|
|
|
|
|
|
|
* lib/wsdl/xmlSchema/schema.rb: friendly warning message for
|
|
|
|
simpleType element which is not supported for now.
|
|
|
|
|
|
|
|
* test/wsdl/soap/{soapbodyparts.wsdl,test_soapbodyparts.wsdl}: new
|
|
|
|
files.
|
|
|
|
|
2004-01-18 10:46:51 +03:00
|
|
|
Sun Jan 18 16:46:48 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* time.c (time_overflow_p): should return results. [ruby-dev:22614]
|
|
|
|
|
2004-01-18 07:11:09 +03:00
|
|
|
Sun Jan 18 12:07:24 2004 Siena. <siena@faculty.chiba-u.jp>
|
|
|
|
|
2004-01-18 10:46:51 +03:00
|
|
|
* test/ruby/test_time.rb: new test case to test Time#[+-].
|
2004-01-18 07:11:09 +03:00
|
|
|
|
2004-01-18 10:46:51 +03:00
|
|
|
* time.c (time_plus, time_minus): fix RangeError for a negative
|
|
|
|
argument in environments whose time_t is unsigned. [ruby-dev:22608]
|
2004-01-18 07:11:09 +03:00
|
|
|
|
2004-01-17 20:39:05 +03:00
|
|
|
Sun Jan 18 02:33:26 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.
|
|
|
|
|
2004-01-17 18:23:59 +03:00
|
|
|
Sun Jan 18 00:23:55 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (class2path): check anonymous class/module before
|
|
|
|
checking referable, and allow singleton classes.
|
|
|
|
|
2004-01-17 17:58:57 +03:00
|
|
|
Sat Jan 17 23:58:51 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* error.c (NameError::Message): new class for lazy evaluation of
|
|
|
|
message to ensure replaced before marshalling. [ruby-dev:22604]
|
|
|
|
|
|
|
|
* eval.c (rb_method_missing): use NameError::Message.
|
|
|
|
|
2004-01-17 15:51:39 +03:00
|
|
|
Sat Jan 17 21:49:50 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
2004-01-17 15:52:14 +03:00
|
|
|
* lib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema):
|
2004-01-17 15:51:39 +03:00
|
|
|
should not expect that all platforms handle negative time_t value.
|
|
|
|
|
2004-01-16 17:53:10 +03:00
|
|
|
Fri Jan 16 23:53:09 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2004-01-16 08:56:53 +03:00
|
|
|
|
2004-01-16 17:53:10 +03:00
|
|
|
* eval.c (proc_eq): compare also arguments and environment
|
|
|
|
(including local variables). [ruby-dev:22590]
|
2004-01-16 08:56:53 +03:00
|
|
|
|
2004-01-16 08:33:39 +03:00
|
|
|
Fri Jan 16 14:33:35 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (class2path): get class path and check referable.
|
|
|
|
[ruby-dev:22588]
|
|
|
|
|
2004-01-15 07:03:15 +03:00
|
|
|
Thu Jan 15 12:58:26 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)
|
|
|
|
|
|
|
|
* io.c (rb_io_fwrite): ad-hockery hack to get rid of HP-UX stdio
|
|
|
|
weird behavior. [ruby-dev:22424]
|
|
|
|
|
2004-01-14 15:13:11 +03:00
|
|
|
Wed Jan 14 21:13:06 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/inlinetest.rb (InlineTest::eval_part): eval under the top
|
|
|
|
level environment.
|
|
|
|
|
2004-01-14 11:54:21 +03:00
|
|
|
Wed Jan 14 17:54:17 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/inlinetest.rb (InlineTest::loadtest): require instead of
|
|
|
|
load, to get rid of multiple loading.
|
|
|
|
|
2004-01-14 07:31:11 +03:00
|
|
|
Wed Jan 14 13:30:52 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.
|
|
|
|
|
2004-01-14 03:35:33 +03:00
|
|
|
Wed Jan 14 09:32:02 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* MANIFEST: add test/net/test_httpheader.rb. (commit miss?)
|
|
|
|
|
2004-01-19 12:19:31 +03:00
|
|
|
Wed Jan 14 00:58:35 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (Init_Proc): move SystemStackError from under
|
|
|
|
StandardError to Exception. [ruby-talk:89782]
|
|
|
|
|
|
|
|
Tue Jan 13 18:03:02 2004 Ian Macdonald <ian@caliban.org>
|
2004-01-19 15:28:14 +03:00
|
|
|
|
2004-01-19 12:19:31 +03:00
|
|
|
* file.c (rb_stat_wr, rb_stat_ww): New functions
|
|
|
|
implementing new methods (File::Stat#world_readable?,
|
|
|
|
File::Stat#world_writable?).
|
|
|
|
|
2004-01-13 10:57:33 +03:00
|
|
|
Tue Jan 13 16:53:25 2004 why the lucky stiff <why@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c: omission of Date library code caused
|
|
|
|
test suite failure. [ruby-core:2251]
|
|
|
|
|
2004-01-13 10:52:03 +03:00
|
|
|
Tue Jan 13 16:50:03 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: use $0 as the default application class name.
|
|
|
|
|
2004-01-19 12:19:31 +03:00
|
|
|
Tue Jan 13 14:48:00 2004 Ian Macdonald <ian@caliban.org>
|
2004-01-19 15:28:14 +03:00
|
|
|
|
2004-01-19 12:19:31 +03:00
|
|
|
* lib/pathname.rb: New methods (Pathname#world_readable?,
|
|
|
|
Pathname#world_writable?).
|
|
|
|
|
2004-01-13 08:48:59 +03:00
|
|
|
Tue Jan 13 14:48:01 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (primary): allow no "when" case. [ruby-dev:22578]
|
|
|
|
|
|
|
|
* ruby.h (rb_class_of): reduce branch. [ruby-dev:22577]
|
|
|
|
|
|
|
|
* ruby.h (rb_type): ditto.
|
|
|
|
|
2004-01-13 08:27:24 +03:00
|
|
|
Tue Jan 13 14:26:59 2004 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
|
|
|
|
|
|
|
* lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):
|
|
|
|
moved run method which allows output level. [ruby-dev:22554]
|
|
|
|
|
2004-01-13 07:06:31 +03:00
|
|
|
Tue Jan 13 13:04:24 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* test/test_*.rb: Pathname#parent -> Pathname#dirname.
|
|
|
|
|
2004-01-13 05:39:03 +03:00
|
|
|
Tue Jan 13 11:38:58 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):
|
|
|
|
fix syntax error.
|
|
|
|
|
2004-01-13 01:55:09 +03:00
|
|
|
Tue Jan 13 07:52:40 2004 why the lucky stiff <why@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/syck/bytecode.c: turn off default implicit typing.
|
|
|
|
|
|
|
|
* ext/syck/implicit.c: detect base60 integers.
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c: handle base60, as well as hex and octal
|
|
|
|
with commas. implicit typing of ruby symbols.
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb: add test.
|
|
|
|
|
2004-01-12 22:32:24 +03:00
|
|
|
Tue Jan 13 04:29:52 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
2004-01-13 05:39:03 +03:00
|
|
|
* lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff):
|
2004-01-12 22:32:24 +03:00
|
|
|
Show fully-qualified class names in class list.
|
|
|
|
|
2004-01-12 19:26:05 +03:00
|
|
|
Tue Jan 13 01:24:17 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* file.c (test_wr): Rdoc fix. [ruby-core:02225]
|
|
|
|
|
2004-01-12 19:06:35 +03:00
|
|
|
Tue Jan 13 01:04:37 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/ri/ri_paths.rb (RI::Paths): First attempt at
|
|
|
|
incorporating DESTDIR in the rdoc installation.
|
|
|
|
|
2004-01-12 17:27:22 +03:00
|
|
|
Mon Jan 12 23:26:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (primary): fix position after FCALL. [ruby-dev:22574]
|
|
|
|
|
2004-01-12 16:34:26 +03:00
|
|
|
Mon Jan 12 18:00:11 2004 Ian Macdonald <ian@caliban.org>
|
2004-01-12 17:27:22 +03:00
|
|
|
|
2004-01-12 16:34:26 +03:00
|
|
|
* file.c (test_wr, test_ww): New functions implementing new
|
|
|
|
methods (File::world_readable?, File::world_writable?).
|
2004-01-12 17:27:22 +03:00
|
|
|
|
2004-01-12 16:34:26 +03:00
|
|
|
* file.c (S_IRUGO, S_IGUGO): New macros.
|
|
|
|
|
2004-01-12 06:11:25 +03:00
|
|
|
Mon Jan 12 12:07:22 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
2004-01-12 17:27:22 +03:00
|
|
|
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods):
|
2004-01-12 06:11:25 +03:00
|
|
|
Someone changed the "// in eval.c" comments to "/*...*/" style,
|
|
|
|
so the parsing of the source file name broke.
|
|
|
|
|
|
|
|
* object.c: Remove spurious space in TrueClass documentation.
|
|
|
|
|
|
|
|
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_body): Fix
|
|
|
|
bad regexp: if the code before a documented method contained
|
|
|
|
a comment that wasn't terminated by whitespace, that comment
|
|
|
|
and all intervening code was included in the following
|
|
|
|
method's documentation.
|
|
|
|
|
2004-01-12 17:27:22 +03:00
|
|
|
* lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter::break_to_newline):
|
2004-01-12 06:11:25 +03:00
|
|
|
HTML formats need explicit line breaks.
|
|
|
|
|
2004-01-11 20:34:05 +03:00
|
|
|
Mon Jan 12 02:24:07 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter): Add HTML
|
|
|
|
generation support to ri (Elliot Hughes)
|
|
|
|
|
2004-01-11 17:54:44 +03:00
|
|
|
Sun Jan 11 23:54:41 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* env.h (ruby_frame, ruby_scope, ruby_in_eval, ruby_class,
|
|
|
|
ruby_dyna_vars): export. [ruby-dev:22566]
|
|
|
|
|
2004-01-10 20:39:07 +03:00
|
|
|
Sun Jan 11 02:35:53 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2004-01-10 20:52:38 +03:00
|
|
|
* ext/socket/socket.c (make_hostent): a bug in brace position.
|
|
|
|
|
2004-01-10 20:39:07 +03:00
|
|
|
* configure.in: install rdoc by default. if you do not want to
|
|
|
|
install rdoc, specify --disable-install-doc.
|
|
|
|
|
2004-01-10 20:10:19 +03:00
|
|
|
Sun Jan 11 02:07:47 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
2004-01-11 17:54:44 +03:00
|
|
|
* lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList):
|
2004-01-10 20:10:19 +03:00
|
|
|
Also accept command line options via the 'RI' environment variable.
|
|
|
|
|
2004-01-10 20:39:07 +03:00
|
|
|
Sat Jan 10 21:27:41 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (eval): need to add message delimiter. [ruby-dev:22561]
|
|
|
|
|
|
|
|
Sat Jan 10 01:54:50 2004 Eric Sunshine <sunshine@sunshineco.com>
|
|
|
|
|
|
|
|
* defines.h (__NeXT__): Ensure that all standard S_IRUSR, S_IWGRP,
|
|
|
|
S_IRWXO, etc. macros are defined since future code might require
|
|
|
|
them (even though present code only requires a subset).
|
|
|
|
|
|
|
|
* defines.h (__NeXT__): Bug fix: WORDS_BIGENDIAN was not being set
|
|
|
|
correctly on Rhapsody when -arch compiler flag was used (via
|
|
|
|
configure's --enable-fat-binary option).
|
|
|
|
|
2004-01-10 17:01:50 +03:00
|
|
|
Sat Jan 10 23:01:41 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single
|
|
|
|
quotes. [ruby-dev:22564]
|
|
|
|
|
|
|
|
* lib/mkmf.rb (libpathflag): do not enclose with quotes always.
|
|
|
|
|
|
|
|
* {bcc32,win32,wince}/Makefile.sub (LIBPATHFLAG): quoted.
|
|
|
|
|
2004-01-10 16:46:21 +03:00
|
|
|
Sat Jan 10 22:46:18 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]
|
|
|
|
|
2004-01-10 20:39:07 +03:00
|
|
|
Fri Jan 9 17:36:51 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (make_hostent): getaddrinfo(3) on BSD do not
|
|
|
|
fill ai_canonname if serv is not supplied. (ruby-bugs PR#1243)
|
|
|
|
|
2004-01-09 07:26:05 +03:00
|
|
|
Fri Jan 9 13:14:59 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError
|
|
|
|
and SystemExitError) while loading a testcase. smell of bug.
|
|
|
|
|
|
|
|
* test/testunit/collector/test_dir.rb: add new test of the LoadError.
|
|
|
|
|
|
|
|
* test/drb/{test_drbssl.rb,test_drbunix.rb}: do not define testcase if
|
|
|
|
openssl is not installed.
|
|
|
|
|
|
|
|
* test/testunit/collector/test_dir.rb: assert_raises -> assert_raise.
|
|
|
|
|
2004-01-09 05:52:19 +03:00
|
|
|
Fri Jan 9 11:52:16 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* rubysig.h: <errno.h> is needed to use errno which may be a macro.
|
|
|
|
|
2004-01-09 05:20:28 +03:00
|
|
|
Fri Jan 9 11:20:24 2004 Siena. <siena@faculty.chiba-u.jp>
|
|
|
|
|
|
|
|
* ext/extmk.rb (extmake): should not reduce necessary libraries.
|
|
|
|
[ruby-dev:22440]
|
|
|
|
|
|
|
|
* lib/mkmf.rb (merge_libs): merge libraries according to
|
|
|
|
dependency.
|
|
|
|
|
2004-01-09 04:05:27 +03:00
|
|
|
Fri Jan 9 10:05:23 2004 Siena. <siena@faculty.chiba-u.jp>
|
|
|
|
|
|
|
|
* lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]
|
|
|
|
|
2004-01-08 17:58:57 +03:00
|
|
|
Thu Jan 8 23:49:21 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in (RDOCTARGET): new macro. if you want to install
|
|
|
|
rdoc documentation, you need to run configure with
|
|
|
|
--enable-install-doc.
|
|
|
|
|
2004-01-08 15:24:22 +03:00
|
|
|
Thu Jan 8 21:17:43 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2004-01-09 04:05:27 +03:00
|
|
|
* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns
|
2004-01-08 15:24:22 +03:00
|
|
|
public key only.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkey_dh.c (ossl_dh_to_der): new function for
|
|
|
|
OpenSSL::PKey::DH#to_der.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkey_dsa.c (ossl_dsa_to_der): new function for
|
|
|
|
OpenSSL::PKey::DSA#to_der.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_to_der): new function for
|
|
|
|
OpenSSL::PKey::RSA#to_der.
|
|
|
|
|
2004-01-08 12:25:32 +03:00
|
|
|
Thu Jan 8 18:25:29 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* dir.c (glob_helper): should not recurse in exceptional status.
|
|
|
|
|
2004-01-08 10:55:00 +03:00
|
|
|
Thu Jan 8 16:51:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which
|
|
|
|
dumps "E" at month-end.
|
|
|
|
|
2004-01-08 05:21:28 +03:00
|
|
|
Thu Jan 8 11:20:01 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c, object.c, process.c, re.c: don't use C++ style comments.
|
|
|
|
|
2004-01-08 02:46:18 +03:00
|
|
|
Thu Jan 8 08:46:14 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c (yaml_org_handler): lazy-load Date for
|
|
|
|
static-ext.
|
|
|
|
|
2004-01-08 01:06:38 +03:00
|
|
|
Thu Jan 8 07:06:30 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]
|
|
|
|
|
|
|
|
* ext/extmk.rb: move dependent libraries just after depended
|
|
|
|
libraries.
|
|
|
|
|
|
|
|
* ext/digest/*/extconf.rb: depend on digest.
|
|
|
|
|
2004-01-07 22:37:36 +03:00
|
|
|
Thu Jan 8 04:36:17 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/cgi.rb (WEBrick::CGI#initialize): should create
|
|
|
|
@config[:Logger] if it was not given.
|
|
|
|
|
2004-01-07 16:28:15 +03:00
|
|
|
Wed Jan 7 22:28:12 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* dir.c (glob_helper): fix memory leak.
|
|
|
|
|
2004-01-07 15:22:19 +03:00
|
|
|
Wed Jan 7 21:15:07 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* sample/webrick/*: new files.
|
|
|
|
|
|
|
|
* MANIFEST: add sample/webrick/*
|
|
|
|
|
2004-01-07 14:52:14 +03:00
|
|
|
Wed Jan 7 20:51:51 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/net/test_httpheader.rb: new file.
|
|
|
|
|
|
|
|
* MANIFEST: add test/net/test_httpheader.rb.
|
|
|
|
|
2004-01-07 14:42:21 +03:00
|
|
|
Wed Jan 7 20:42:06 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (HTTPHeader#content_length): should return nil
|
|
|
|
unless header exists. [ruby-dev:22519]
|
|
|
|
|
2004-01-07 08:28:53 +03:00
|
|
|
Wed Jan 7 14:26:05 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb (TkPanedWindow): use epath for embedded windows.
|
|
|
|
|
|
|
|
* ext/tk/lib/tktext.rb: use epath for embedded windows.
|
|
|
|
|
|
|
|
* ext/tk/lib/tkcanvas.rb: use epath for window items.
|
|
|
|
|
2004-01-07 08:28:02 +03:00
|
|
|
Wed Jan 7 14:24:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/soap/{attachment.rb,mimemessage.rb}: added from soap4r/1.5.2.
|
|
|
|
|
2004-01-07 07:05:25 +03:00
|
|
|
Wed Jan 7 13:00:18 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/ri/ri_driver.rb: Fix problem where ri was
|
|
|
|
being too eager to find matches of ambiguous method
|
|
|
|
names (such as "ri Thread.join" would return both
|
|
|
|
Thread.join and ThreadsWait.join)
|
|
|
|
|
2004-01-07 06:42:00 +03:00
|
|
|
Wed Jan 7 12:35:41 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/debug.rb: revert command parse regexps. [ruby-list:39014] by
|
|
|
|
Shirai,Kaoru.
|
|
|
|
|
2004-01-07 02:26:42 +03:00
|
|
|
Wed Jan 7 08:21:04 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/parsers/parserfactory.rb: Check for shebang
|
|
|
|
line in files that would otherwise be treated as
|
|
|
|
plain text.
|
|
|
|
|
2004-01-07 15:42:52 +03:00
|
|
|
Tue Jan 6 22:13:34 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_mod_modfunc): should break if m has no super class.
|
|
|
|
[ruby-dev:22498]
|
|
|
|
|
2004-01-06 15:55:05 +03:00
|
|
|
Tue Jan 6 21:51:37 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (fptr_finalize): should save errno just after failure.
|
|
|
|
[ruby-dev:22492]
|
|
|
|
|
2004-01-06 14:55:08 +03:00
|
|
|
Tue Jan 6 20:51:10 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* lib/logger.rb(Logger#msg2str): no special treatment for the object
|
|
|
|
which responds to :to_str.
|
|
|
|
|
|
|
|
* lib/logger.rb(LogDevice#initialize): remove type checking if the
|
|
|
|
given object is a String. Kernel.open handles it correctly.
|
|
|
|
|
|
|
|
* test/logger/test_logger.rb: follow above change (ArgumentError ->
|
|
|
|
TypeError.)
|
|
|
|
|
2004-01-06 08:59:31 +03:00
|
|
|
Tue Jan 6 14:53:14 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* bin/ri: split out the display side, making it pluggable. Added
|
|
|
|
new ri_driver and ri_display files in lib/rdoc/ri.
|
|
|
|
|
2004-01-06 05:34:24 +03:00
|
|
|
Tue Jan 6 11:29:43 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,
|
|
|
|
test_pathname.rb,test_pp.rb,test_prettyprint.rb,test_set.rb,
|
|
|
|
test_time.rb,test_tsort.rb: added.
|
|
|
|
|
* import soap4r/1.5.2;
* lib/soap/{attachment.rb,baseData.rb,encodingstyle/soapHandler.rb}:
introduce SOAPExternalReference class as a referenct to SOAPEnvelope
external content.
* lib/soap/{attachment.rb,mimemessage.rb}: great SwA (SOAP messages
with Attachments) support code by Jamie Herre.
* lib/soap/{element.rb,marshal.rb,parser.rb,processor.rb,
streamHandler.rb,wsdlDriver.rb}: SwA support.
* lib/soap/rpc/{cgistub.rb,driver.rb,element.rb,proxy.rb,router.rb,
soaplet.rb}: SwA support and refactoring.
* lib/soap/generator.rb, lib/soap/mapping/mapping.rb: follow
SOAPReference#initialize signature change.
* lib/soap/mapping/factory.rb: deleted unused methods.
* lib/soap/mapping/rubytypeFactory.rb: do no ignore case while xsi:type
string <-> Ruby class name matching.
* lib/xsd/datatypes.rb: check the smallest positive non-zero
single-precision float exactly instead of packing with "f".
[ruby-talk:88822]
* test/soap/test_basetype.rb, test/xsd/test_xsd.rb: use 1.402e-45, not
1.4e-45. 1.4e-45 is smaller than 2 ** -149...
* test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb,
test/xsd/test_xsd.rb: use "(-1.0 / (1.0 / 0.0))" instead of "-0.0".
* test/soap/test_streamhandler.rb: revert to the previous test that
warns "basic_auth unsupported under net/http".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-01-06 05:20:51 +03:00
|
|
|
Tue Jan 6 09:38:27 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
|
|
|
|
|
|
|
* import soap4r/1.5.2;
|
|
|
|
|
|
|
|
* lib/soap/{attachment.rb,baseData.rb,encodingstyle/soapHandler.rb}:
|
|
|
|
introduce SOAPExternalReference class as a referenct to SOAPEnvelope
|
|
|
|
external content.
|
|
|
|
|
|
|
|
* lib/soap/{attachment.rb,mimemessage.rb}: great SwA (SOAP messages
|
|
|
|
with Attachments) support code by Jamie Herre.
|
|
|
|
|
|
|
|
* lib/soap/{element.rb,marshal.rb,parser.rb,processor.rb,
|
|
|
|
streamHandler.rb,wsdlDriver.rb}: SwA support.
|
|
|
|
|
|
|
|
* lib/soap/rpc/{cgistub.rb,driver.rb,element.rb,proxy.rb,router.rb,
|
|
|
|
soaplet.rb}: SwA support and refactoring.
|
|
|
|
|
|
|
|
* lib/soap/generator.rb, lib/soap/mapping/mapping.rb: follow
|
|
|
|
SOAPReference#initialize signature change.
|
|
|
|
|
|
|
|
* lib/soap/mapping/factory.rb: deleted unused methods.
|
|
|
|
|
|
|
|
* lib/soap/mapping/rubytypeFactory.rb: do no ignore case while xsi:type
|
|
|
|
string <-> Ruby class name matching.
|
|
|
|
|
|
|
|
* lib/xsd/datatypes.rb: check the smallest positive non-zero
|
|
|
|
single-precision float exactly instead of packing with "f".
|
|
|
|
[ruby-talk:88822]
|
|
|
|
|
|
|
|
* test/soap/test_basetype.rb, test/xsd/test_xsd.rb: use 1.402e-45, not
|
|
|
|
1.4e-45. 1.4e-45 is smaller than 2 ** -149...
|
|
|
|
|
|
|
|
* test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb,
|
|
|
|
test/xsd/test_xsd.rb: use "(-1.0 / (1.0 / 0.0))" instead of "-0.0".
|
|
|
|
|
|
|
|
* test/soap/test_streamhandler.rb: revert to the previous test that
|
|
|
|
warns "basic_auth unsupported under net/http".
|
|
|
|
|
2004-01-06 00:48:16 +03:00
|
|
|
Tue Jan 6 06:37:53 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* bin/rdoc: Add --ri-system switch
|
|
|
|
|
|
|
|
* lib/.document: Update with list of files that seem to have
|
|
|
|
documentation
|
|
|
|
|
|
|
|
* lib/test/unit.rb: Reorder comment to make it RDoc friendly.
|
|
|
|
|
|
|
|
* Makefile.in: add install-nodoc target, and make it
|
|
|
|
generate RDoc on default install.
|
|
|
|
|
|
|
|
* lib/rdoc/ri/ri_options.rb (RI::Options::parse): Add
|
|
|
|
--doc-dir option to ri.
|
|
|
|
|
|
|
|
Tue Jan 6 00:04:40 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
2004-01-06 15:55:05 +03:00
|
|
|
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method_or_yield_parameters):
|
2004-01-06 00:48:16 +03:00
|
|
|
fix parsing if there are braces in a method parameter list
|
|
|
|
|
2004-01-05 19:01:54 +03:00
|
|
|
Tue Jan 6 01:01:04 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/dir.h, win32/win32.c: fix patch miss.
|
|
|
|
|
|
|
|
* win32/Makefile.sub: fix file dependency.
|
|
|
|
|
2004-01-05 16:33:48 +03:00
|
|
|
Mon Jan 5 20:32:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/logger.rb: enhanced documentation.
|
|
|
|
|
2004-01-05 13:01:54 +03:00
|
|
|
Mon Jan 5 18:58:47 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
|
|
|
|
[ruby-dev:22486]
|
|
|
|
|
|
|
|
* pack.c (pack_unpack): unpack requires big endian offet (OFF16B
|
|
|
|
and OFF32B). The patch is from Minero Aoki in [ruby-dev:22489]
|
|
|
|
|
2004-01-06 15:55:05 +03:00
|
|
|
* pack.c (OFF16B): add big-endian offset again.
|
2004-01-05 13:01:54 +03:00
|
|
|
|
2004-01-04 21:01:06 +03:00
|
|
|
Mon Jan 5 03:00:53 2004 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/ruby/test_pack.rb: new test test_unpack_N.
|
|
|
|
|
2004-01-04 19:48:45 +03:00
|
|
|
Mon Jan 5 01:47:53 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/mkmf.rb (create_makefile): remove duplicated object files
|
|
|
|
from $objs on DOSISH platforms.
|
|
|
|
|
2004-01-02 20:46:02 +03:00
|
|
|
Sat Jan 3 02:44:48 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* rubysig.h (TRAP_END): preserve errno before switching context.
|
|
|
|
[ruby-core:02137]
|
|
|
|
|
2004-01-02 19:21:26 +03:00
|
|
|
Sat Jan 3 01:18:08 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
|
|
|
|
[ruby-dev:22476]
|
|
|
|
|
2004-01-02 09:01:12 +03:00
|
|
|
Fri Jan 2 14:54:11 2004 Dave Thomas <dave@pragprog.com>
|
2004-01-06 15:55:05 +03:00
|
|
|
|
2004-01-02 09:01:12 +03:00
|
|
|
* bin/ri: Add new --classes option, and arrange for
|
|
|
|
help messages to be paged too.
|
|
|
|
|
|
|
|
* bin/rdoc: Add statistics.
|
|
|
|
|
|
|
|
* process.c: (MG) Added Process documentation
|
|
|
|
|
2004-01-06 15:55:05 +03:00
|
|
|
* lib/rdoc/ri/ri_formatter.rb (RI::AttributeFormatter::wrap):
|
2004-01-02 09:01:12 +03:00
|
|
|
Fix problem with labels not displaying in RI labeled
|
|
|
|
lists using BS and ANSI modes.
|
|
|
|
|
2004-01-02 19:21:26 +03:00
|
|
|
Fri Jan 2 01:50:13 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (argf_eof): ARGF.eof? should not have any side effect.
|
|
|
|
[ruby-dev:22469]
|
|
|
|
|
2004-01-01 03:05:13 +03:00
|
|
|
Thu Jan 1 09:03:20 2004 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* bin/ri (report_class_stuff): Fix problem with ambiguous nested
|
|
|
|
classes not matching.
|
|
|
|
|
2004-01-02 19:21:26 +03:00
|
|
|
Wed Dec 31 17:25:17 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (argf_each_byte): should return self. [ruby-dev:22465]
|
|
|
|
|
2003-12-31 09:09:22 +03:00
|
|
|
Wed Dec 31 15:05:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/pathname.rb: Corrected small coding error.
|
|
|
|
|
|
|
|
Wed Dec 31 15:00:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
|
2003-12-31 08:47:45 +03:00
|
|
|
|
|
|
|
* lib/pathname.rb: Completed documentation.
|
|
|
|
|
2003-12-31 05:24:10 +03:00
|
|
|
Wed Dec 31 11:20:34 2003 <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods): Make
|
|
|
|
file referenced in "// in sss.c" relative to current file.
|
|
|
|
|
2003-12-31 05:21:07 +03:00
|
|
|
Wed Dec 31 11:17:37 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/generators/html_generator.rb: Fix problem when
|
|
|
|
a public method was aliased, but the alias is then
|
|
|
|
made private, and hence doesn't appear in RDoc output.
|
|
|
|
|
2003-12-30 19:38:32 +03:00
|
|
|
Wed Dec 31 01:33:05 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* array.c, error.c, eval.c, io.c, prec.c, range.c, re.c,
|
2004-01-01 18:47:52 +03:00
|
|
|
string.c, time.c: Add RDoc for Kernel functions, and tidy.
|
2003-12-30 19:38:32 +03:00
|
|
|
|
2003-12-30 22:29:56 +03:00
|
|
|
Tue Dec 30 19:39:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (rb_f_readline): should raise EOFError at the end of
|
|
|
|
files. [ruby-dev:22458]
|
|
|
|
|
|
|
|
* io.c (argf_read): should concatenate input files when length
|
|
|
|
argument is nil. [ruby-dev:22450]
|
|
|
|
|
|
|
|
* io.c (argf_read): should update supplied string buffer (2nd
|
|
|
|
argument) even when IO#read is called multiple times.
|
|
|
|
|
|
|
|
* io.c: should initialize lineno by zero. [ruby-dev:22460]
|
|
|
|
|
2003-12-30 06:33:35 +03:00
|
|
|
Tue Dec 30 12:30:30 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/code_objects.rb (RDoc::Context::find_symbol): If a
|
|
|
|
class and a method have the same name, finding Xxx.abc was trying
|
|
|
|
to find 'abc' in method 'Xxx', not class 'Xxx'.
|
|
|
|
|
2003-12-30 02:38:09 +03:00
|
|
|
Tue Dec 30 08:32:32 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method):
|
|
|
|
Handle undoing nsting of yield parameters correctly for:
|
|
|
|
|
|
|
|
def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end
|
|
|
|
|
2003-12-30 01:31:55 +03:00
|
|
|
Tue Dec 30 07:30:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/pathname.rb: Added documentation.
|
|
|
|
|
2003-12-29 14:08:47 +03:00
|
|
|
Mon Dec 29 20:08:17 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (GenericRequest#initialize): check if path
|
|
|
|
begins with '/'.
|
|
|
|
|
|
|
|
* lib/net/http.rb: def m( arg ) -> def m(arg)
|
|
|
|
|
2003-12-29 06:56:22 +03:00
|
|
|
Mon Dec 29 12:51:02 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* eval.c: Add RDoc for Kernel global functions.
|
|
|
|
|
|
|
|
Mon Dec 29 11:00:16 2003 Dave Thomas <dave@pragprog.com>
|
2003-12-29 05:02:08 +03:00
|
|
|
|
|
|
|
* array.c: Tidy up RDoc loose ends.
|
|
|
|
|
2003-12-29 06:56:22 +03:00
|
|
|
Mon Dec 29 05:05:51 2003 Dave Thomas <dave@pragprog.com>
|
2003-12-28 23:47:56 +03:00
|
|
|
|
|
|
|
* struct.c, random: Add RDoc comments
|
|
|
|
|
2003-12-28 20:31:10 +03:00
|
|
|
Mon Dec 29 02:25:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/optparse.rb: Improved documentation.
|
|
|
|
|
2003-12-29 06:56:22 +03:00
|
|
|
Mon Dec 29 02:20:54 2003 Dave Thomas <dave@pragprog.com>
|
2003-12-28 20:24:32 +03:00
|
|
|
|
|
|
|
* eval.c: Add RDoc for class Proc, Method, UnboundMethod
|
|
|
|
|
2003-12-28 20:25:31 +03:00
|
|
|
Mon Dec 29 02:20:26 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* instruby.rb: fix install directory if destdir and compile_dir are
|
|
|
|
not in the same drive.
|
|
|
|
|
2003-12-28 20:27:42 +03:00
|
|
|
* ext/extmk.rb: ditto. [ruby-list:39009]
|
2003-12-28 20:25:31 +03:00
|
|
|
|
|
|
|
* win32/Makefile.sub, win32/README.win32, win32/configure.bat,
|
|
|
|
win32/setup.mak: new configure scheme. use ``configure --prefix=dir''
|
|
|
|
instead of ``nmake DESTDIR=dir install''.
|
|
|
|
|
2003-12-28 18:44:07 +03:00
|
|
|
Mon Dec 29 00:41:44 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* math.c: Add RDoc comments
|
|
|
|
|
2003-12-28 14:27:42 +03:00
|
|
|
Sun Dec 28 20:19:11 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn't
|
|
|
|
raise EOFError.
|
|
|
|
|
|
|
|
* ext/zlib/zlib.c (gzreader_gets): don't increment lineno when
|
|
|
|
gzfile_read_all returns "".
|
|
|
|
|
2003-12-28 09:33:07 +03:00
|
|
|
Sun Dec 28 15:25:08 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* class.c,object.c,parse.y,sprintf.c,variable.c: Document classes
|
|
|
|
Object, Module, etc...
|
|
|
|
|
2003-12-28 06:52:15 +03:00
|
|
|
Sun Dec 28 11:55:29 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.
|
|
|
|
[ruby-talk:88852]
|
|
|
|
|
|
|
|
* test/csv/{bom.csv,mac.csv}: removed.
|
|
|
|
|
2003-12-28 03:02:59 +03:00
|
|
|
Sun Dec 28 08:56:51 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* eval.c: Thead[Group] RDoc (thanks to MG)
|
|
|
|
|
2003-12-27 21:52:03 +03:00
|
|
|
Sun Dec 28 03:50:05 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
2004-01-06 15:55:05 +03:00
|
|
|
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_override_comment):
|
2003-12-27 21:52:03 +03:00
|
|
|
Escape method names used in regexp
|
|
|
|
|
2003-12-27 19:49:22 +03:00
|
|
|
Sun Dec 28 01:46:02 2003 Dave Thomas <dave@wireless_3.local.thomases.com>
|
|
|
|
|
|
|
|
* lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::display_flow_item):
|
|
|
|
Add support for rules in 'ri' output.
|
|
|
|
|
2003-12-27 19:39:44 +03:00
|
|
|
Sun Dec 28 01:35:35 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_body):
|
|
|
|
Sometimes the Ruby source aliases two otherwise
|
|
|
|
unrelated methods (for example Kernel#object_id and
|
|
|
|
Kernel#hash are both the same C function). Provide a
|
|
|
|
facility to allow the methods to be documented
|
|
|
|
separately.
|
|
|
|
|
|
|
|
Sun Dec 28 01:05:31 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* marshal.c, signal.c: RDoc collemts added by Elliott Hughes
|
|
|
|
|
2003-12-27 18:50:03 +03:00
|
|
|
Sun Dec 28 00:46:25 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::find_class_comment):
|
2003-12-28 06:52:15 +03:00
|
|
|
Some Ruby source uses lower-case class names for the
|
|
|
|
Init_Xxx C function name.
|
2003-12-27 18:50:03 +03:00
|
|
|
|
2003-12-27 17:45:48 +03:00
|
|
|
Sat Dec 27 23:41:46 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: fix "test: too many arguments" error.
|
|
|
|
|
2003-12-27 09:33:45 +03:00
|
|
|
Sat Dec 27 15:32:40 2003 Dave Thomas <dave@wireless_3.local.thomases.com>
|
|
|
|
|
|
|
|
* time.c: Add RDoc comments for Time class.
|
|
|
|
|
2003-12-27 09:09:08 +03:00
|
|
|
Sat Dec 27 15:07:26 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* object.c: Add RDoc comments for Symbol class.
|
|
|
|
|
2003-12-27 08:46:46 +03:00
|
|
|
Sat Dec 27 14:39:53 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* numeric.c (Init_Numeric): Add RDoc comments.
|
|
|
|
|
2003-12-26 20:05:20 +03:00
|
|
|
Sat Dec 27 00:44:00 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (next_argv): warn always for stdin on inplace edit mode.
|
|
|
|
|
|
|
|
* io.c (read_all): need to check string value.
|
|
|
|
|
|
|
|
* io.c (argf_read): allow ARGF.read(nil). [ruby-dev:22433]
|
|
|
|
|
2003-12-26 18:34:33 +03:00
|
|
|
Fri Dec 26 23:02:09 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (rb_f_backquote): need not to check nil result.
|
|
|
|
[ruby-core:02078]
|
|
|
|
|
2003-12-26 20:05:20 +03:00
|
|
|
* io.c (rb_io_getline): should return nil when read_all gives
|
|
|
|
empty string, even when nil rs is specified. [ruby-core:02077]
|
2003-12-26 18:34:33 +03:00
|
|
|
|
2003-12-26 12:34:03 +03:00
|
|
|
Fri Dec 26 18:33:54 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: check if getcontext and setcontext are available.
|
|
|
|
|
|
|
|
* eval.c: use presence of getcontext/setcontext.
|
|
|
|
|
2003-12-26 10:42:35 +03:00
|
|
|
Fri Dec 26 16:40:53 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.
|
|
|
|
|
2003-12-26 08:05:37 +03:00
|
|
|
Fri Dec 26 14:05:13 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/ruby/test_pack.rb: new test test_pack_N.
|
|
|
|
|
2003-12-26 18:34:33 +03:00
|
|
|
Fri Dec 26 12:53:26 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* pack.c (pack_pack): add sign check for 'i', and 'l'.
|
|
|
|
[ruby-dev:22427]
|
|
|
|
|
|
|
|
* bignum.c (rb_quad_pack): add range check for 'quad int'.
|
|
|
|
|
2003-12-26 04:59:42 +03:00
|
|
|
Fri Dec 26 10:58:58 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* MANIFEST: add vms/config.h and remove vms/config.h_in.
|
|
|
|
|
2003-12-26 04:47:12 +03:00
|
|
|
Thu Dec 26 10:42:00 2003 AKIYOSHI, Masamichi <masamichi.akiyoshi@hp.com>
|
|
|
|
|
|
|
|
* io.c: [VMS] "rfm=stmlf" is specified for open() and fopen().
|
|
|
|
|
2003-12-25 16:30:39 +03:00
|
|
|
Thu Dec 25 22:29:53 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c (rb_str_update): don't return any value.
|
|
|
|
|
2003-12-25 11:49:20 +03:00
|
|
|
Thu Dec 25 15:30:17 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c (rb_str_update): call rb_str_modify().
|
|
|
|
|
2003-12-24 23:08:12 +03:00
|
|
|
Thu Dec 25 05:08:09 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (search_required): search actual file name once when no
|
|
|
|
extension specified.
|
|
|
|
|
2003-12-24 22:38:15 +03:00
|
|
|
Thu Dec 25 04:00:44 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
2003-12-24 18:19:11 +03:00
|
|
|
|
|
|
|
* stable version 1.8.1 released.
|
|
|
|
|
2003-12-24 22:38:15 +03:00
|
|
|
Thu Dec 25 00:17:53 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: check for nanosleep, -lrt if required.
|
|
|
|
[ruby-core:02059]
|
|
|
|
|
|
|
|
* eval.c (thread_timer): use select(2) if nanosleep(2) is not
|
|
|
|
available.
|
|
|
|
|
|
|
|
* eval.c: check __stub_getcontext for glibc on some platforms.
|
|
|
|
[ruby-list:38984]
|
|
|
|
|
2003-12-24 17:53:17 +03:00
|
|
|
Wed Dec 24 23:48:04 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb
|
|
|
|
test/xsd/test_xsd.rb: use "(-1.0 / (1.0 / 0.0))" instead of "-0.0"
|
|
|
|
to express -0.0. [ruby-talk:88786]
|
|
|
|
|
2003-12-24 17:31:41 +03:00
|
|
|
Wed Dec 24 23:29:30 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/tsort.rb (test_orphaned_break): removed.
|
|
|
|
|
2003-12-24 14:57:21 +03:00
|
|
|
Wed Dec 24 20:53:06 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/sample/tkmulticolumnlist.rb: new sample
|
|
|
|
|
|
|
|
* ext/tk/sample/tkmultilistframe.rb: bug fix
|
|
|
|
|
2003-12-24 14:54:12 +03:00
|
|
|
Wed Dec 24 20:37:37 2003 Eric Sunshine <sunshine@sunshineco.com>
|
|
|
|
|
|
|
|
* configure.in (LDSHARED): Fixed typographical error in assignment of
|
|
|
|
LDSHARED for Rhapsody which caused linking of extension modules to
|
|
|
|
fail.
|
|
|
|
|
2003-12-24 18:19:11 +03:00
|
|
|
Wed Dec 24 17:51:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* file.c (rb_thread_flock): enable thread support again.
|
|
|
|
|
2003-12-24 11:47:36 +03:00
|
|
|
Wed Dec 24 16:46:08 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (catch_timer): do not call rb_thread_schedule() inside to
|
|
|
|
avoid pthread_mutex_lock() deadlock. interrupts to system calls
|
|
|
|
are detected by TRAP_END via EINTR error.
|
|
|
|
|
|
|
|
* eval.c (thread_timer): do not post signal unless it is
|
|
|
|
absolutely necessary.
|
|
|
|
|
|
|
|
* rubysig.h (TRAP_END): add CHECK_INTS to switch thread.
|
|
|
|
|
|
|
|
* regex.c (re_compile_pattern): check if nextp is smaller than
|
|
|
|
pend. [ruby-dev:22372]
|
|
|
|
|
|
|
|
* eval.c (umethod_bind): remove method overridden check.
|
|
|
|
[ruby-dev:22366]
|
|
|
|
|
2003-12-24 10:29:40 +03:00
|
|
|
Wed Dec 24 16:13:05 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for error
|
|
|
|
status by SSL_get_error().
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_ssl_write): ditto.
|
|
|
|
|
2003-12-24 08:23:32 +03:00
|
|
|
Wed Dec 24 14:23:27 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): clear the buffer argument
|
|
|
|
when returning nil. [ruby-dev:22363]
|
|
|
|
|
|
|
|
* test/ruby/ut_eof.rb (TestEOF::test_eof_0, TestEOF::test_eof_1):
|
|
|
|
add buffer argument tests.
|
|
|
|
|
2003-12-24 08:08:04 +03:00
|
|
|
Wed Dec 24 14:07:55 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: Modules are allowed to rescue.
|
|
|
|
|
|
|
|
* lib/test/unit/autorunner.rb: show output_level in order.
|
|
|
|
|
|
|
|
* lib/test/unit/collector/dir.rb: get rid of successive same
|
|
|
|
directories in load path.
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb (test_assert_nothing_raised,
|
|
|
|
test_assert_raise): test for modules.
|
|
|
|
|
2003-12-24 07:44:25 +03:00
|
|
|
Wed Dec 24 13:43:34 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/net/imap.rb (authenticate): remove "\n" from base64 encoded
|
2003-12-24 08:08:04 +03:00
|
|
|
strings.
|
2003-12-24 07:44:25 +03:00
|
|
|
|
2003-12-24 05:26:44 +03:00
|
|
|
Wed Dec 24 11:26:41 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: should not create any
|
|
|
|
files or directories in current directory. [ruby-talk:88724]
|
|
|
|
|
2003-12-24 04:29:57 +03:00
|
|
|
Wed Dec 24 10:29:53 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): never return nil at
|
|
|
|
unlimited read. [ruby-dev:22334]
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): support second
|
|
|
|
argument. [ruby-dev:22350]
|
|
|
|
|
2003-12-24 03:38:53 +03:00
|
|
|
Wed Dec 24 09:38:49 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (arg): should return 0 after error. [ruby-dev:22360]
|
|
|
|
|
2003-12-23 22:53:45 +03:00
|
|
|
Wed Dec 24 00:56:54 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (read_all): do not return nil at the end of file.
|
|
|
|
[ruby-dev:22334]
|
|
|
|
|
|
|
|
* io.c (argf_read): do not depend on nil at eof behavior of
|
2003-12-24 03:38:53 +03:00
|
|
|
IO#read().
|
2003-12-23 22:53:45 +03:00
|
|
|
|
|
|
|
* eval.c (rb_thread_join): dup exception before re-raising it.
|
|
|
|
|
|
|
|
* io.c (rb_io_eof): call clearerr() to prevent side effect. this
|
|
|
|
patch is supplied by Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>.
|
|
|
|
[ruby-dev:22234]
|
|
|
|
|
|
|
|
* pack.c (OFF16): get offset for big endian machines.
|
|
|
|
|
|
|
|
* pack.c (pack_pack): use OFF16 instead of OFF16B.
|
|
|
|
[ruby-dev:22344]
|
|
|
|
|
|
|
|
* pack.c (pack_unpack): ditto.
|
|
|
|
|
|
|
|
Tue Dec 23 22:47:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (rb_io_check_readable): set FMODE_RBUF always, even if
|
|
|
|
NEED_IO_SEEK_BETWEEN_RW is not defined. [ruby-dev:22340]
|
|
|
|
|
|
|
|
* io.c (rb_io_check_writable): clear FMODE_RBUF before writing
|
|
|
|
something.
|
|
|
|
|
2003-12-23 16:27:42 +03:00
|
|
|
Tue Dec 23 22:25:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/optparse.rb: incomplete RDoc documentation added in place of
|
|
|
|
existing RD comments. Tabs converted to spaces.
|
|
|
|
|
2003-12-23 13:47:01 +03:00
|
|
|
Tue Dec 23 19:44:47 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/soap/test_streamhandler.rb (test_basic_auth): removed.
|
|
|
|
soap4r + basic_auth is not officially supported in ruby/1.8.1 even
|
|
|
|
though soap4r + basic_auth + http-access2 should run fine.
|
|
|
|
|
2003-12-23 13:43:04 +03:00
|
|
|
Tue Dec 23 19:42:59 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (rb_io_ungetc): raise an exception at unread stream to
|
|
|
|
avoid unspecified behavior. [ruby-dev:22330]
|
|
|
|
|
|
|
|
* test/ruby/test_system.rb (test_syntax): glob relatively from
|
|
|
|
__FILE__.
|
|
|
|
|
2003-12-23 13:02:17 +03:00
|
|
|
Tue Dec 23 18:09:40 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* pack.c (pack_pack): remove unnecessary negative value check.
|
|
|
|
[ruby-dev:22329]
|
|
|
|
|
2003-12-23 11:29:54 +03:00
|
|
|
Tue Dec 23 17:26:55 2003 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]
|
|
|
|
|
2003-12-23 10:13:59 +03:00
|
|
|
Tue Dec 23 16:08:16 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
|
|
|
|
|
|
|
|
* test/ruby/test_system.rb: num of asserts depended on running dir.
|
|
|
|
|
|
|
|
* test/xsd/test_noencoding.rb: rexml + without iconv/uconv cannot
|
|
|
|
handle euc-jp. install iconv, uconv or xmlscan.
|
|
|
|
|
2003-12-23 08:17:00 +03:00
|
|
|
Tue Dec 23 14:13:51 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/uri/generic.rb (URI::Generic::check_userinfo,
|
|
|
|
URI::Generic::check_user, URI::Generic::check_password): tests
|
|
|
|
conflicts/depends with other components closely.
|
|
|
|
|
|
|
|
* test/uri/test_generic.rb (TestGeneric::test_set_component):
|
|
|
|
added tets.
|
2003-12-23 13:43:04 +03:00
|
|
|
|
2003-12-23 05:12:10 +03:00
|
|
|
Tue Dec 23 11:08:34 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.
|
|
|
|
"euc-jp" might not be in supported encoding name list.
|
|
|
|
[ruby-talk:88650]
|
|
|
|
|
2003-12-23 00:13:06 +03:00
|
|
|
Tue Dec 23 06:10:31 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/cgi.rb (CGI): add support for mod_ruby.
|
|
|
|
|
|
|
|
* lib/webrick/cgi.rb (CGI::Socket): add check for existence of
|
|
|
|
OpenSSL module in all HTTPS related methods.
|
|
|
|
|
|
|
|
* lib/webrick/cgi.rb (CGI::Socket#cipher): should create similar
|
|
|
|
value to OpenSSL::SSLSocket#cipher.
|
|
|
|
|
|
|
|
* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): should
|
|
|
|
set "connection: close" if @keep_alive is false.
|
|
|
|
|
|
|
|
* lib/webrick/https.rb (HTTPrequest#meta_vars): add supprt for
|
|
|
|
SSL_PROTOCOL, SSL_CIPHER_USEKEYSIZE and SSL_CIPHER_ALGKEYSIZE.
|
|
|
|
|
2003-12-22 17:01:07 +03:00
|
|
|
Mon Dec 22 23:00:05 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
|
|
|
|
|
2003-12-22 15:59:28 +03:00
|
|
|
Mon Dec 22 21:59:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (map_charset): always ensure code is a String.
|
|
|
|
|
2003-12-22 15:15:34 +03:00
|
|
|
Mon Dec 22 21:15:29 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* class.c (rb_mod_init_copy): always copy singleton class.
|
|
|
|
[ruby-dev:22325]
|
|
|
|
|
2003-12-22 14:49:20 +03:00
|
|
|
Mon Dec 22 20:44:36 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
|
|
|
|
has no host-part.
|
2003-12-22 15:15:34 +03:00
|
|
|
|
2003-12-22 14:49:20 +03:00
|
|
|
* test/uri/test_generic.rb (TestGeneric::test_route): added a test.
|
|
|
|
|
2003-12-22 14:38:48 +03:00
|
|
|
Mon Dec 22 20:38:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/cgi.rb: reduce eval.
|
|
|
|
|
|
|
|
* lib/cgi.rb (CGI::QueryExtension::read_multipart): alias path to
|
|
|
|
local_path. [ruby-list:38883]
|
|
|
|
|
2003-12-22 14:11:29 +03:00
|
|
|
Mon Dec 22 20:09:31 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/soap/test_property.rb: remove duplicated test method.
|
|
|
|
|
2003-12-22 12:26:24 +03:00
|
|
|
Mon Dec 22 18:22:04 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove
|
|
|
|
HAVE_ISINF definition to follow previous commits of missing.h
|
|
|
|
and win32/win32.h.
|
|
|
|
|
2003-12-22 11:23:55 +03:00
|
|
|
Mon Dec 22 17:23:42 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in (ac_cv_func_setitimer): moved from defines.h
|
|
|
|
|
|
|
|
* defines.h, rubysig.h, signal.c: removed macro handling which
|
|
|
|
should be done in configure.
|
|
|
|
|
|
|
|
* configure.in (intrinsics.h): check if present.
|
|
|
|
|
|
|
|
* ruby.h: include intrinsics.h if available.
|
|
|
|
|
|
|
|
* bignum.c, marshal.c: include ieeefp.h if available.
|
|
|
|
|
|
|
|
* missing.h (isinf): define as a macro if finite() and isnan()
|
|
|
|
are available. [ruby-core:02032]
|
|
|
|
|
2003-12-22 11:09:14 +03:00
|
|
|
Mon Dec 22 17:07:31 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in (mingw): set isnan, finite and isinf to yes.
|
|
|
|
|
2003-12-22 07:41:35 +03:00
|
|
|
Mon Dec 22 13:40:19 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/property.rb: passing block by reference.
|
|
|
|
|
2003-12-21 18:38:01 +03:00
|
|
|
Mon Dec 22 00:32:43 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-12-22 12:37:13 +03:00
|
|
|
* eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead of
|
|
|
|
ALLOW_INTS which may switch context. [ruby-dev:22319]
|
|
|
|
|
2003-12-21 18:38:01 +03:00
|
|
|
* ext/syck/emitter.c (syck_emitter_write): str bigger than
|
|
|
|
e->bufsize causes buffer overflow. [ruby-dev:22307]
|
|
|
|
|
2003-12-21 11:29:06 +03:00
|
|
|
Sun Dec 21 17:29:00 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* class.c (rb_check_inheritable): new function. [ruby-dev:22316]
|
|
|
|
|
|
|
|
* intern.h: add prototype.
|
|
|
|
|
|
|
|
* eval.c (superclass): use rb_check_inheritable().
|
|
|
|
|
|
|
|
* object.c (rb_class_initialize): check argument validity.
|
|
|
|
|
2003-12-21 10:28:59 +03:00
|
|
|
Sun Dec 21 16:25:10 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in
|
|
|
|
beginning of the argument.
|
|
|
|
(Pathname#join): concatenate from the last argument.
|
|
|
|
(Pathname#parent): just use Pathname#+.
|
|
|
|
|
2003-12-20 18:18:27 +03:00
|
|
|
Sun Dec 21 00:12:37 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)
|
|
|
|
|
|
|
|
* ext/tk/sample/tkmultilistframe.rb: use TkScrollbar#assign method
|
|
|
|
|
2003-12-20 16:01:33 +03:00
|
|
|
Sat Dec 20 21:59:03 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.
|
|
|
|
|
|
|
|
* lib/webrick/cgi.rb (CGI#start): NPH scripts return status line
|
|
|
|
instead of Status: header field.
|
|
|
|
|
|
|
|
* lib/webrick/cgi.rb (CGI::Socket): refine some coditions.
|
|
|
|
|
2003-12-20 10:07:19 +03:00
|
|
|
Sat Dec 20 16:07:14 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/optparse.rb (OptionParser::Completion::complete): wrong
|
|
|
|
Regexp for word boundary. pointed out by Gavin Sinclair.
|
|
|
|
|
|
|
|
* lib/optparse.rb (OptionParser::make_switch): [no-] prefix was
|
|
|
|
missing.
|
|
|
|
|
2003-12-20 05:40:15 +03:00
|
|
|
Sat Dec 20 11:40:10 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/yaml.rb (YAML::YAML): adjust Marshal version.
|
|
|
|
|
2003-12-20 18:45:15 +03:00
|
|
|
Sat Dec 20 03:56:02 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_with_disable_interrupt): prohibit thread context
|
|
|
|
switch during proc execution. [ruby-dev:21899]
|
|
|
|
|
2003-12-19 21:01:26 +03:00
|
|
|
Sat Dec 20 02:41:02 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/cgi.rb: add file. (yet another CGI library)
|
|
|
|
|
|
|
|
* MANIFEST: add lib/webrick/cgi.rb.
|
|
|
|
|
2003-12-19 20:29:09 +03:00
|
|
|
Sat Dec 20 02:18:31 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* misc/ruby-mode.el (ruby-calculate-indent): proper indentation
|
|
|
|
inside of parentheses. [ruby-dev:22308]
|
|
|
|
|
2003-12-19 17:31:24 +03:00
|
|
|
Fri Dec 19 21:24:22 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-12-20 16:01:33 +03:00
|
|
|
* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): should not set
|
2003-12-19 17:31:24 +03:00
|
|
|
HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH.
|
|
|
|
|
|
|
|
* lib/webrick/https.rb (HTTPRequest#parse): should check presence
|
|
|
|
of cert() method to detect SSLSocket.
|
|
|
|
|
2003-12-19 16:59:27 +03:00
|
|
|
Fri Dec 19 22:56:46 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/property.rb (SOAP::Property#load): new method for loading
|
|
|
|
property value into existing property tree.
|
|
|
|
|
|
|
|
* test/soap/test_property.rb: add test.
|
|
|
|
|
2003-12-19 13:24:24 +03:00
|
|
|
Fri Dec 19 19:21:49 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):
|
|
|
|
should use Test::Unit::UI::{PROGRESS_ONLY,VERBOSE}.
|
|
|
|
|
2003-12-19 11:38:01 +03:00
|
|
|
Fri Dec 19 17:36:49 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/sample/tkmultilistbox.rb: bug fix
|
|
|
|
|
|
|
|
* ext/tk/sample/tkmultilistframe.rb: new sample script
|
|
|
|
|
2003-12-18 22:08:11 +03:00
|
|
|
Fri Dec 19 03:44:27 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/httputils.rb (parse_form_data): should return an
|
|
|
|
empty Hash if the body is empty.
|
|
|
|
|
2003-12-18 15:48:43 +03:00
|
|
|
Thu Dec 18 21:47:35 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/mkmf.rb (create_makefile): should remove deffile if it's
|
|
|
|
made by miniruby. based on nobu's patch.
|
|
|
|
|
|
|
|
Thu Dec 18 21:44:21 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (stack_extend): ignore inline optimization on VC7.
|
|
|
|
|
|
|
|
* win32/Makefile.sub (OS, RT): can override.
|
|
|
|
|
|
|
|
* win32/Makefile.sub (LDFLAGS): ditto. shouldn't use pdb:none
|
|
|
|
option. based on Tietew's patch [ruby-dev:22289]
|
|
|
|
|
2003-12-18 10:38:48 +03:00
|
|
|
Thu Dec 18 16:38:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* dir.c (fnmatch): unlike find_dirsep(), rb_path_next() never
|
|
|
|
return NULL.
|
|
|
|
|
2003-12-18 09:38:30 +03:00
|
|
|
Thu Dec 18 15:27:59 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.
|
|
|
|
[ruby-dev:21678]
|
|
|
|
|
2003-12-17 09:38:18 +03:00
|
|
|
Wed Dec 17 15:15:30 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
|
|
|
|
String#[] if more than one arguments are specified.
|
|
|
|
|
|
|
|
* lib/delegate.rb: avoid using common instance name as "@obj".
|
|
|
|
|
|
|
|
* lib/cgi.rb (CGI::QueryExtension::Value): Value is no longer
|
|
|
|
subclass of String, but DelegateClass(String).
|
|
|
|
|
|
|
|
* ext/curses/extconf.rb: restore function check for init_color.
|
|
|
|
[ruby-list:38905]
|
|
|
|
|
|
|
|
* Makefile.in: need to specify $(MAINLIBS) for the miniruby
|
|
|
|
generation rule.
|
|
|
|
|
|
|
|
* configure.in: better FreeBSD -lc_r support.
|
|
|
|
|
2003-12-16 18:18:11 +03:00
|
|
|
Wed Dec 17 00:16:14 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* ext/strscan/strscan.c: new method
|
|
|
|
StringScanner#beginning_of_line? (alias #bol?)
|
|
|
|
|
|
|
|
* ext/strscan/strscan.c: new method StringScanner#concat and #<<.
|
|
|
|
|
|
|
|
* ext/strscan/strscan.c: StringScanner#new(str) does not duplicate
|
|
|
|
nor freeze STR (allow destructive modification).
|
|
|
|
|
|
|
|
* test/strscan/test_stringscanner.rb: test new methods above.
|
|
|
|
|
|
|
|
* test/strscan/test_stringscanner.rb: test destructive string
|
|
|
|
modification.
|
|
|
|
|
2003-12-16 15:22:15 +03:00
|
|
|
Tue Dec 16 21:20:47 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pp.rb: don't use local variable `pp'.
|
|
|
|
|
|
|
|
* lib/prettyprint.rb: ditto.
|
|
|
|
|
2003-12-16 07:27:15 +03:00
|
|
|
Tue Dec 16 13:20:43 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-12-18 10:38:48 +03:00
|
|
|
* ext/tk/lib/tk.rb: condition bug of if statement on
|
2003-12-16 07:27:15 +03:00
|
|
|
{pack,grid}_propagate methods
|
|
|
|
|
2003-12-15 21:17:43 +03:00
|
|
|
Tue Dec 16 03:17:29 2003 why the lucky stiff <why@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb: add test.
|
|
|
|
|
2003-12-15 19:14:49 +03:00
|
|
|
Tue Dec 16 01:14:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (catch_timer): check rb_thread_crtical in main native
|
|
|
|
thread.
|
|
|
|
|
|
|
|
* eval.c (thread_timer): just sends signals periodically, to
|
|
|
|
prevent main native thread from receiving them in critical
|
|
|
|
section. [ruby-core:01959]
|
|
|
|
|
2003-12-15 07:32:23 +03:00
|
|
|
Mon Dec 15 13:32:22 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-12-15 07:07:03 +03:00
|
|
|
|
|
|
|
* dir.c (check_dirname): check string safety and remove extraneous
|
|
|
|
trailing directory separators. [ruby-dev:22279]
|
|
|
|
|
2003-12-15 07:32:23 +03:00
|
|
|
* file.c: renamed and externalized rb_path_next,
|
|
|
|
rb_path_skip_prefix, rb_path_last_separator, rb_path_end.
|
2003-12-15 07:07:03 +03:00
|
|
|
|
|
|
|
* intern.h: prototypes for rb_path_next, rb_path_skip_prefix,
|
|
|
|
rb_path_last_separator, rb_path_end.
|
|
|
|
|
2003-12-15 03:30:12 +03:00
|
|
|
Mon Dec 15 09:27:46 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument
|
|
|
|
of rb_protect should take an argument of VALUE.
|
|
|
|
|
2003-12-14 13:04:35 +03:00
|
|
|
Sun Dec 14 18:46:48 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (Init_socket): IPv6 is not supported although
|
|
|
|
AF_INET6 is defined on MinGW.
|
|
|
|
|
|
|
|
* lib/ipaddr.rb (AF_INET6): workaround in the environment which does
|
|
|
|
not support IPv6.
|
|
|
|
|
2003-12-13 12:55:21 +03:00
|
|
|
Sat Dec 13 18:55:16 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/charset_alias.rb: preserve original order.
|
|
|
|
|
|
|
|
* ext/iconv/extconf.rb: remove wrapper file at clean.
|
|
|
|
|
2003-12-13 12:13:39 +03:00
|
|
|
Sat Dec 13 18:09:42 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (thread_timer): use timer by sub-thread and nanosleep.
|
|
|
|
[ruby-talk:87519]
|
|
|
|
|
|
|
|
* gc.c (Init_stack): no stack adjustment for THREAD_SAFE.
|
|
|
|
|
2003-12-13 11:18:03 +03:00
|
|
|
Sat Dec 13 17:17:59 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (proc_alloc): cache the created object at first time.
|
|
|
|
[ruby-talk:61288], [ruby-dev:22240]
|
|
|
|
|
2003-12-13 03:01:28 +03:00
|
|
|
Sat Dec 13 09:01:23 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: check ucontext.h.
|
|
|
|
|
|
|
|
* eval.c: use getcontext/setcontext() instead of setjmp/longjmp()
|
|
|
|
on ia64 or with native thread enabled. [ruby-core:01932]
|
|
|
|
|
2003-12-12 21:08:58 +03:00
|
|
|
Sat Dec 13 03:09:14 2003 why the lucky stiff <why@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]
|
|
|
|
|
|
|
|
* test/yaml/test_yaml.rb: add test.
|
|
|
|
|
2003-12-12 16:44:58 +03:00
|
|
|
Fri Dec 12 22:36:44 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,
|
|
|
|
"#{aCell}" and so on.
|
|
|
|
|
|
|
|
* test/csv/test_csv.rb: add tests.
|
|
|
|
|
2003-12-12 13:33:24 +03:00
|
|
|
Fri Dec 12 19:33:06 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.
|
|
|
|
|
|
|
|
* lib/fileutils.rb (rmdir): ditto. [ruby-dev:22238]
|
|
|
|
|
|
|
|
* lib/fileutils.rb (rmdir_r): ditto.
|
|
|
|
|
|
|
|
* lib/fileutils.rb (fu_copy_dir): check if it is a directory after
|
|
|
|
mkdir(2).
|
|
|
|
|
2003-12-12 00:06:14 +03:00
|
|
|
Fri Dec 12 06:06:09 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (proc_invoke): fix class name in warning message for
|
|
|
|
define_method. [ruby-dev:22235]
|
|
|
|
|
2003-12-11 15:29:08 +03:00
|
|
|
Thu Dec 11 21:24:43 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.
|
|
|
|
|
2003-12-11 15:29:51 +03:00
|
|
|
* ext/openssl/ossl.[ch]: ditto.
|
2003-12-11 15:29:08 +03:00
|
|
|
|
|
|
|
* ext/openssl/MANIFEST: add ossl_pkcs12.[ch].
|
|
|
|
|
2003-12-11 14:54:50 +03:00
|
|
|
Thu Dec 11 20:54:28 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2).
|
|
|
|
mkdir("nonexistdir/") does not work on NetBSD/Alpha 1.6.1.
|
|
|
|
|
|
|
|
* lib/fileutils.rb (fu_list): call to_str for all arguments.
|
|
|
|
|
2003-12-11 14:08:16 +03:00
|
|
|
Thu Dec 11 20:07:01 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/ftools.rb (makedirs): sync with fileutils.
|
|
|
|
|
2003-12-11 13:54:17 +03:00
|
|
|
Thu Dec 11 19:53:03 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (mkdir_p): catch all SystemCallErrors.
|
|
|
|
(mkdir("C:\") causes EACCESS on Windows 2000/NTFS)
|
|
|
|
|
2003-12-11 13:15:54 +03:00
|
|
|
Thu Dec 11 19:08:02 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (mkdir_p): check if it is a directory after
|
|
|
|
mkdir(2) instead of before mkdir(2), to avoid race condition.
|
|
|
|
[ruby-talk:87730]
|
|
|
|
Refer: mkinstalldirs sh script, GNU mkdir(1) (coreutils 5.0)
|
|
|
|
|
2003-12-11 12:49:47 +03:00
|
|
|
Thu Dec 11 18:49:30 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb: def m( arg ) -> def m(arg).
|
|
|
|
|
2003-12-11 05:39:59 +03:00
|
|
|
Thu Dec 11 11:39:43 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in (ieeefp.h), numeric.c: needed for finite() on
|
|
|
|
Solaris. [ruby-core:01921]
|
|
|
|
|
|
|
|
* file.c (rb_stat_inspect): adjust format specifier.
|
|
|
|
|
|
|
|
* parse.c (arg_prepend): nodetype() is for debug use.
|
|
|
|
|
|
|
|
* ruby.h (ISASCII, etc): cast to int to get rid of warning.
|
|
|
|
|
|
|
|
* ruby.h (alloca.h): include even in GCC. [ruby-core:01925]
|
|
|
|
|
|
|
|
* ext/bigdecimal/bigdecimal.c (GetVpValue): adjust format
|
|
|
|
specifier.
|
|
|
|
|
|
|
|
* ext/bigdecimal/bigdecimal.c (BigDecimal_prec, BigDecimal_coerce,
|
|
|
|
BigDecimal_divmod): use rb_assoc_new() to suppress memory usage.
|
|
|
|
|
|
|
|
* ext/bigdecimal/bigdecimal.c (BigDecimal_split): ditto.
|
|
|
|
|
|
|
|
* ext/dl/sym.c (rb_dlsym_guardcall): guard itself should be
|
|
|
|
volatile.
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_convert): ensure actual parameter with
|
|
|
|
format specifier.
|
|
|
|
|
|
|
|
* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): do not
|
|
|
|
define unless used.
|
|
|
|
|
|
|
|
* ext/pty/pty.c (getDevice): get rid of warning.
|
|
|
|
|
|
|
|
* ext/socket/socket.c (port_str, sock_s_getaddrinfo,
|
|
|
|
sock_s_getnameinfo): FIX2INT() now returns long.
|
|
|
|
|
|
|
|
* ext/socket/socket.c (init_inetsock_internal): uninitialized
|
|
|
|
variable.
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c (syck_parser_assign_io): add prototype.
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c (rb_syck_mktime, yaml_org_handler): use
|
|
|
|
ISDIGIT() instead of isdigit() to avoid warnings and for
|
|
|
|
platforms which don't support non-ascii charater.
|
|
|
|
|
2003-12-10 13:29:00 +03:00
|
|
|
Wed Dec 10 19:28:56 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): set EOF flag at short read.
|
|
|
|
[ruby-dev:22223], [ruby-dev:22224]
|
|
|
|
|
2003-12-10 12:07:52 +03:00
|
|
|
Wed Dec 10 18:07:25 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/erb.rb: new method ERB#filename(=). [ruby-dev:22208]
|
|
|
|
|
2003-12-10 11:54:56 +03:00
|
|
|
Wed Dec 10 17:54:51 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): do not set EOF flag when
|
|
|
|
requested length is zero. [ruby-dev:22214]
|
|
|
|
|
2003-12-10 11:26:36 +03:00
|
|
|
Wed Dec 10 17:17:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (read_all): should return given string even if data read is
|
|
|
|
empty. [ruby-dev:22207]
|
|
|
|
|
2003-12-10 11:16:14 +03:00
|
|
|
Wed Dec 10 17:16:06 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): adjust behavior at reading
|
|
|
|
beyond EOF to IO. [ruby-dev:22205]
|
|
|
|
|
|
|
|
* test/ruby/ut_eof.rb (TestEOF::Seek): test behaviors at reading
|
|
|
|
beyond EOF.
|
|
|
|
|
2003-12-10 11:54:56 +03:00
|
|
|
* test/ruby/test_file.rb, test/stringio/test_stringio.rb: include
|
|
|
|
TestEOF::Seek test case.
|
2003-12-10 11:16:14 +03:00
|
|
|
|
2003-12-10 09:02:27 +03:00
|
|
|
Wed Dec 10 15:01:19 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/monitor/test_monitor.rb (test_cond): use Queue#deq
|
2003-12-10 11:16:14 +03:00
|
|
|
instead of sleep.
|
2003-12-10 09:02:27 +03:00
|
|
|
|
2003-12-10 08:50:12 +03:00
|
|
|
Wed Dec 10 14:45:39 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
2003-12-10 10:56:07 +03:00
|
|
|
* ext/pty/pty.c (HAVE_SYS_IOCTL_H): need to include <sys/ioctl.h>
|
|
|
|
for TIOCSCTTY on *BSD. based on gotoyuzo's patch.
|
|
|
|
(ruby-bugs:PR#1211)
|
2003-12-10 08:50:12 +03:00
|
|
|
|
|
|
|
* ext/pty/pty.c (establishShell): should close descriptors if fork
|
2003-12-10 10:56:07 +03:00
|
|
|
failed.
|
2003-12-10 08:50:12 +03:00
|
|
|
|
2003-12-10 07:00:07 +03:00
|
|
|
Wed Dec 10 12:53:05 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/win32.h: define execv() using do_aspawn().
|
|
|
|
|
|
|
|
* process.c (proc_exec_v): remove #ifdef's which stopped needing.
|
|
|
|
|
2003-12-09 17:38:15 +03:00
|
|
|
Tue Dec 9 23:32:23 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-12-10 11:16:14 +03:00
|
|
|
* ext/tk/lib/tk.rb, ext/tk/lib/tkcanvas.rb, ext/tk/lib/tkdialog.rb,
|
|
|
|
ext/tk/lib/tkentry.rb, ext/tk/lib/tkscrollbox.rb, ext/tk/lib/tktext.rb,
|
|
|
|
ext/tk/sample/tkalignbox.rb, ext/tk/sample/tkcombobox.rb,
|
2003-12-09 17:38:15 +03:00
|
|
|
ext/tk/sample/tkmultilistbox.rb, ext/tk/sample/tkoptdb.rb, ext/tk/sample/tktextframe.rb,
|
2003-12-10 11:16:14 +03:00
|
|
|
ext/tk/sample/demos-en/dialog1.rb, ext/tk/sample/demos-en/dialog2.rb,
|
|
|
|
ext/tk/sample/demos-jp/dialog1.rb, ext/tk/sample/demos-jp/dialog2.rb:
|
2003-12-09 17:38:15 +03:00
|
|
|
overrided instance methods, which are private methods on the super
|
|
|
|
class, are changed to 'private'
|
|
|
|
|
2003-12-09 14:07:36 +03:00
|
|
|
Tue Dec 9 19:53:02 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/uri/generic.rb (URI::Generic#route_from0): make case insensitive
|
|
|
|
for host-part.
|
|
|
|
|
|
|
|
* test/uri/test_generic.rb (test_route): added tests for the above
|
|
|
|
change.
|
|
|
|
|
2003-12-09 08:12:52 +03:00
|
|
|
Tue Dec 9 14:10:48 2003 Tanaka Akira <akr@m17n.org>
|
2003-12-09 06:50:02 +03:00
|
|
|
|
2003-12-09 08:12:52 +03:00
|
|
|
* io.c (rb_io_check_readable): don't call io_seek if EOF flag is set,
|
|
|
|
to avoid clearing EOF flag.
|
|
|
|
(rb_io_check_writable): ditto.
|
2003-12-09 06:50:02 +03:00
|
|
|
|
2003-12-08 20:55:24 +03:00
|
|
|
Tue Dec 9 02:53:55 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/sample/tkalignbox.rb: new sample script
|
|
|
|
|
2003-12-08 18:58:41 +03:00
|
|
|
Tue Dec 9 00:45:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise
|
|
|
|
and made the former call the latter. [ruby-core:01890]
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb: ditto.
|
|
|
|
|
2003-12-08 18:09:49 +03:00
|
|
|
Tue Dec 9 00:07:35 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'
|
|
|
|
methods as delegates to WEBrick.
|
|
|
|
|
|
|
|
* test/soap/calc/{test_calc.rb,test_calc2.rb},
|
|
|
|
test/soap/helloworld/test_helloworld.rb,
|
|
|
|
test/wsdl/datetime/test_datetime.rb, test/wsdl/raa/test_raa.rb:
|
|
|
|
follow the change.
|
|
|
|
|
2003-12-08 16:48:14 +03:00
|
|
|
Mon Dec 8 22:48:03 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/autorunner.rb: remove dependency to a particular
|
|
|
|
runner. [ruby-core:01901], [ruby-list:38869]
|
|
|
|
|
|
|
|
* lib/test/unit/ui/testrunnerutilities.rb: moved output level
|
|
|
|
constants from Console.
|
|
|
|
|
|
|
|
* lib/test/unit/ui/console/testrunner.rb: ditto.
|
|
|
|
|
|
|
|
* lib/test/unit/ui/{fox,gtk,gtk2,tk}/testrunner.rb (initialize):
|
|
|
|
accept output_level.
|
|
|
|
|
2003-12-08 09:03:35 +03:00
|
|
|
Mon Dec 8 15:03:30 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
|
|
|
|
|
2003-12-08 07:03:11 +03:00
|
|
|
Mon Dec 8 13:02:11 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]
|
|
|
|
|
|
|
|
* test/uri/test_common.rb: add test for URI.regexp.
|
|
|
|
|
2003-12-08 06:47:04 +03:00
|
|
|
Mon Dec 8 12:44:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* pack.c: define swap16 and swap32 only if they are not
|
|
|
|
defined. OpenBSD defines these macros. [ruby-dev:22181]
|
|
|
|
|
2003-12-07 14:55:11 +03:00
|
|
|
Sun Dec 7 20:54:17 2003 Tanaka Akira <akr@m17n.org>
|
2003-12-07 14:39:29 +03:00
|
|
|
|
|
|
|
* ext/iconv/iconv.c (map_charset): make case sensitive.
|
|
|
|
ext/iconv/charset_alias.rb (charset_alias): don't ignore
|
2003-12-07 14:55:11 +03:00
|
|
|
config.charset's information. sort aliases.
|
2003-12-07 14:39:29 +03:00
|
|
|
|
2003-12-06 16:59:31 +03:00
|
|
|
Sat Dec 6 22:58:03 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrap
|
|
|
|
SSL_connect and SSL_accept; if SSL_connect (or SSL_accept) returned
|
|
|
|
but not finished the handshake process, we should retry it.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_ssl_connect): call ossl_start_ssl.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_ssl_accept): ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_ssl_read): allow signal traps.
|
|
|
|
|
2003-12-06 15:48:51 +03:00
|
|
|
Sat Dec 6 21:45:10 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (flush_before_seek): flush before seek on any platform.
|
|
|
|
|
|
|
|
* configure.in: ditto.
|
|
|
|
|
2003-12-06 11:26:15 +03:00
|
|
|
Sat Dec 6 17:23:00 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/soap.rb(SOAP::Env.getenv): allow upcase environment variable
|
|
|
|
as well as downcase one.
|
|
|
|
|
|
|
|
* lib/soap/netHttpClient.rb(SOAP::NetHttpClient#proxy=): check URI.
|
|
|
|
|
2003-12-05 17:22:36 +03:00
|
|
|
Fri Dec 5 23:22:30 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,
|
|
|
|
Test::Unit::Assertions::assert_nothing_raised): use the last
|
2003-12-05 17:24:19 +03:00
|
|
|
argument as message unless class object.
|
2003-12-05 17:22:36 +03:00
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb (test_assert_raises): test for
|
|
|
|
multiple exception list. [ruby-core:01891]
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb (test_assert_nothing_raised): test
|
|
|
|
for non-exception classes.
|
|
|
|
|
2003-12-05 16:26:26 +03:00
|
|
|
Fri Dec 5 22:23:04 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/netHttpClient.rb: proxy support did not work. fixed.
|
|
|
|
|
|
|
|
* lib/soap/property.rb: add class methods for loading property from
|
|
|
|
stream/file/propertyfile. propertyfile is a file which is located at
|
|
|
|
somedir in $:.
|
|
|
|
|
|
|
|
* lib/soap/soap.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb,
|
|
|
|
lib/wsdl/importer.rb: load property from propertyfile 'soap/property'
|
|
|
|
e.g. /usr/local/lib/ruby/site_ruby/1.8/soap/property.
|
|
|
|
|
|
|
|
* test/soap/test_property.rb, test/soap/test_streamhandler.rb: new file.
|
|
|
|
|
2003-12-05 11:27:19 +03:00
|
|
|
Fri Dec 5 17:26:23 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_exec_end_proc): maintain tmp_end_procs.
|
|
|
|
[ruby-dev:22154]
|
|
|
|
|
2003-12-05 08:54:00 +03:00
|
|
|
Fri Dec 5 13:36:59 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_exec_end_proc): should not clear end_procs and
|
|
|
|
ephemeral_end_procs before execution. [ruby-dev:22144]
|
|
|
|
|
|
|
|
* eval.c (rb_obj_extend): call Module#extended hook after
|
|
|
|
extended_object. [ruby-list:38866]
|
|
|
|
|
|
|
|
* object.c (Init_Object): Module#extended defined.
|
|
|
|
|
2003-12-05 07:18:37 +03:00
|
|
|
Fri Dec 5 13:17:30 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.
|
|
|
|
|
2003-12-05 05:54:48 +03:00
|
|
|
Fri Dec 5 11:54:45 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): follow IO#read.
|
|
|
|
|
|
|
|
* test/ruby/ut_eof.rb, test/ruby/test_file.rb, test/ruby/test_pipe.rb,
|
|
|
|
test/stringio/test_stringio.rb: add EOF test.
|
|
|
|
|
2003-12-04 20:49:39 +03:00
|
|
|
Fri Dec 5 02:49:35 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises):
|
|
|
|
allow multiple exception list. [ruby-core:01884]
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):
|
|
|
|
check whether arguments are subclass of Exception.
|
|
|
|
|
2003-12-05 00:57:35 +03:00
|
|
|
Thu Dec 4 23:54:00 2003 Rick Ohnemus <rick.ohnemus@systemware.com>
|
|
|
|
|
|
|
|
* dln.c (aix_loaderror): should not use member named 'errno' which
|
|
|
|
might be a macro (e.g. on AIX).
|
|
|
|
|
|
|
|
Thu Dec 4 23:32:26 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (read_all): do not depend on lseek position.
|
|
|
|
[ruby-dev:22026]
|
2003-12-05 05:54:48 +03:00
|
|
|
|
2003-12-05 00:57:35 +03:00
|
|
|
Thu Dec 4 22:37:26 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): preserve $! value when retry happens in the
|
|
|
|
rescue clause. [ruby-talk:86697]
|
|
|
|
|
2003-12-04 15:50:13 +03:00
|
|
|
Thu Dec 4 21:50:07 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):
|
|
|
|
should rescue errors and re-raise DRbConnError on write too.
|
|
|
|
[ruby-dev:22132]
|
|
|
|
|
2003-12-04 10:41:20 +03:00
|
|
|
Thu Dec 4 16:41:17 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (exc_list): allow expanding list. [ruby-dev:22134]
|
|
|
|
|
2003-12-04 08:09:47 +03:00
|
|
|
Thu Dec 4 14:09:24 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb (test_cp): test if the error is
|
|
|
|
kind of SystemCallError. It is needless details that which errno
|
|
|
|
is set on each systems.
|
|
|
|
|
2003-12-04 07:25:10 +03:00
|
|
|
Thu Dec 4 13:24:13 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/monitor.rb: use Object#__send__ instead of Object#send.
|
|
|
|
|
2003-12-04 07:19:12 +03:00
|
|
|
Thu Dec 4 13:17:45 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/streamHandler.rb: support latest released version of
|
|
|
|
http-access2.
|
|
|
|
|
2003-12-04 07:05:51 +03:00
|
|
|
Thu Dec 4 13:04:44 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/soap.rb: add SOAP::Env module for environment repository
|
2003-12-04 10:41:20 +03:00
|
|
|
such as HTTP_PROXY.
|
2003-12-04 07:05:51 +03:00
|
|
|
|
|
|
|
* lib/soap/property.rb: property implementation.
|
|
|
|
|
|
|
|
* lib/soap/streamHandler.rb, lib/soap/wsdlDriver.rb,
|
|
|
|
lib/soap/rpc/driver.rb: use soap/property.rb.
|
|
|
|
|
|
|
|
* lib/wsdl/importer.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb:
|
|
|
|
use SOAP::Env.
|
|
|
|
|
|
|
|
* lib/soap/netHttpClient.rb: add basic_auth, ssl_config, and cookie
|
|
|
|
management interface, but ignored for now.
|
|
|
|
|
|
|
|
* lib/xsd/charset.rb: add XSD::Charset.encoding= interface to set
|
|
|
|
wiredump charset explicitly. it was fixed to 'utf-8' when iconv or
|
|
|
|
uconv module was found.
|
|
|
|
|
2003-12-04 04:45:07 +03:00
|
|
|
Thu Dec 4 10:43:58 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7
|
|
|
|
feature.
|
|
|
|
|
2003-12-04 04:27:39 +03:00
|
|
|
Thu Dec 4 10:27:12 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb: update hyperlink to the Japanese document.
|
|
|
|
|
2003-12-04 03:21:31 +03:00
|
|
|
Thu Dec 4 09:12:43 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.c (asn1time_to_time): should check that
|
2003-12-04 03:26:15 +03:00
|
|
|
the underlying value of ASN1_TIME isn't NULL. [ruby-core:01881]
|
2003-12-04 03:21:31 +03:00
|
|
|
|
2003-12-04 03:12:14 +03:00
|
|
|
Thu Dec 4 08:29:43 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/server.rb (GenericServer#start): should rescue
|
|
|
|
Exception to avoid unexpected aborting. [ruby-core:01853]
|
|
|
|
|
|
|
|
* lib/webrick/server.rb (GenericServer#start_thread): should check
|
|
|
|
that peeraddr isn't nil before printing.
|
|
|
|
|
|
|
|
* lib/webrick/httpresponse.rb (HTTPResponse#start_thread): should
|
|
|
|
rescue Exception to avoid unexpected aborting of thread.
|
|
|
|
|
2003-12-03 21:51:23 +03:00
|
|
|
Thu Dec 4 03:48:59 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.
|
|
|
|
(Pathname#make_link, Pathname#make_symlink): new method.
|
|
|
|
|
2003-12-03 20:30:09 +03:00
|
|
|
Thu Dec 4 01:45:24 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (argf_read): should not terminate on empty string; wait
|
|
|
|
until real EOF. [ruby-dev:21969]
|
|
|
|
|
|
|
|
* io.c (argf_read): should adjust length to read, when length is
|
|
|
|
specified and read spans command line argument files.
|
|
|
|
|
2003-12-03 13:40:27 +03:00
|
|
|
Wed Dec 3 19:38:36 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/drb/drb.rb: correct fcntl parameter. [ruby-dev:22120]
|
|
|
|
|
2003-12-03 07:55:07 +03:00
|
|
|
Wed Dec 3 13:49:07 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: 'format'==>'Kernel.format' (avoid override trouble)
|
|
|
|
|
|
|
|
* ext/tk/lib/tkafter.rb: ditto.
|
|
|
|
|
|
|
|
* ext/tk/lib/tkcanvas.rb: ditto.
|
|
|
|
|
|
|
|
* ext/tk/lib/tkdialog.rb: ditto.
|
|
|
|
|
|
|
|
* ext/tk/lib/tktext.rb: ditto.
|
|
|
|
|
2003-12-03 07:28:14 +03:00
|
|
|
Wed Dec 3 13:28:13 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* Makefile.in (lex.c): try gperf first, and copy from the source
|
|
|
|
directory if failed. [ruby-dev:22123]
|
2003-12-03 05:36:48 +03:00
|
|
|
|
|
|
|
* ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.
|
|
|
|
|
|
|
|
* lib/mkmf.rb (configuration): DLDFLAGS was duplicated.
|
|
|
|
|
2003-12-02 17:18:49 +03:00
|
|
|
Tue Dec 2 23:18:12 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb: wrote the warning about HTTP_PROXY environment
|
|
|
|
variable.
|
|
|
|
|
2003-12-04 07:35:26 +03:00
|
|
|
Tue Dec 2 21:31:42 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-12-02 15:31:44 +03:00
|
|
|
|
|
|
|
* bin/testrb: new test runner. [ruby-core:01845]
|
|
|
|
|
|
|
|
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner.run,
|
2003-12-03 02:29:02 +03:00
|
|
|
Test::Unit::AutoRunner#process_args): take test list to run and
|
|
|
|
options.
|
2003-12-02 15:31:44 +03:00
|
|
|
|
|
|
|
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::RUNNERS,
|
2003-12-03 02:29:02 +03:00
|
|
|
Test::Unit::AutoRunner#run): should not exit inside a library,
|
|
|
|
just return the result instead.
|
2003-12-02 15:31:44 +03:00
|
|
|
|
|
|
|
* lib/test/unit.rb: ditto.
|
|
|
|
|
|
|
|
* test/runner.rb: exit with the test result.
|
|
|
|
|
2003-12-03 10:55:54 +03:00
|
|
|
Tue Dec 2 20:18:48 2003 Eric Sunshine <sunshine@sunshineco.com>
|
|
|
|
|
|
|
|
* configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found
|
|
|
|
instead of Bison or byacc.
|
|
|
|
|
|
|
|
* parse.y: If OLD_YACC is defined, ensure that YYMAXDEPTH is at least
|
|
|
|
10000 (Bison's default) since some old versions of Yacc define it as
|
|
|
|
low as 150 by default, which is too low for Ruby to parse some files,
|
|
|
|
such as date/format.rb. Among other issues, the parse problem causes
|
|
|
|
"make test" to fail.
|
|
|
|
|
2003-12-02 14:03:37 +03:00
|
|
|
Tue Dec 2 20:03:20 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: check if Pathnames are usable
|
|
|
|
for arguments.
|
|
|
|
|
2003-12-01 22:25:51 +03:00
|
|
|
Tue Dec 2 04:22:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: fixed #assert_no_match message.
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb: ditto.
|
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Tue Dec 2 00:43:00 2003 why the lucky stiff <why@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/syck/syck.c: string buffering bug. decrementing by full
|
|
|
|
max_size now. [ruby-core:01834]
|
|
|
|
|
2003-12-01 16:16:09 +03:00
|
|
|
Mon Dec 1 21:33:08 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* numeric.c (num_sadded): prohibit singleton method definition for
|
|
|
|
Numerics. fill yet another gap between Fixnum and Bignum.
|
|
|
|
|
2003-12-01 11:42:53 +03:00
|
|
|
Mon Dec 1 17:33:47 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* pack.c (htov16): converts endian using swap16. htov32(), hton16,
|
|
|
|
hton32 as well. [ruby-talk:85377]
|
|
|
|
|
|
|
|
* pack.c (swap16): swap 2 bytes no matter how big short is on the
|
|
|
|
platform. swap32() is also prepared.
|
|
|
|
|
|
|
|
* numeric.c (rb_num2int): returns long to preserve information.
|
|
|
|
rb_fix2int(), rb_num2uint(), rb_fix2uint() as well.
|
|
|
|
[ruby-talk:85377]
|
|
|
|
|
|
|
|
* numeric.c (rb_num2uint): should not check for value range if the
|
|
|
|
source value is negative.
|
|
|
|
|
2003-12-04 07:35:26 +03:00
|
|
|
Mon Dec 1 17:14:34 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-12-01 11:14:38 +03:00
|
|
|
|
|
|
|
* sample/optparse/opttest.rb: added.
|
|
|
|
|
2003-12-01 10:12:49 +03:00
|
|
|
Mon Dec 1 16:10:52 2003 Dave Thomas <dave@pragprog.com>
|
|
|
|
|
|
|
|
* lib/rdoc/rdoc.rb: (etc) initial merge into main tree.
|
|
|
|
|
2003-12-01 08:18:46 +03:00
|
|
|
Mon Dec 1 14:17:49 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow
|
|
|
|
Pathname for arguments. [ruby-core:01795]
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: does much strict test on
|
|
|
|
"same" files detecting.
|
|
|
|
|
2003-12-01 03:30:37 +03:00
|
|
|
Mon Dec 1 09:28:14 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
|
|
|
|
(XCFLAGS): re-export $(XCFLAGS).
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
|
|
|
|
(ARCH_FLAG): export $(ARCH_FLAG) (perhaps empty value).
|
|
|
|
|
2003-11-30 19:09:42 +03:00
|
|
|
Mon Dec 1 01:03:27 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGS
|
|
|
|
and ARCH_FLAG. [ruby-dev:22085]
|
|
|
|
|
2003-11-30 14:27:34 +03:00
|
|
|
Sun Nov 30 20:18:07 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.
|
|
|
|
[ruby-core:01819]
|
|
|
|
|
|
|
|
* Makefile.in: add ARCH_FLAG to CFLAGS.
|
|
|
|
|
|
|
|
* Makefile.in: add @CPPFLAGS@ to CPPFLAGS.
|
|
|
|
|
|
|
|
* lib/mkmf.rb (link_command, cc_command): use ARCH_FLAG.
|
|
|
|
|
2003-11-30 19:09:42 +03:00
|
|
|
* lib/mkmf.rb (configuration): add ARCH_FLAG to DLDFLAGS.
|
2003-11-30 17:00:05 +03:00
|
|
|
|
2003-11-30 17:20:35 +03:00
|
|
|
* Makefile.in: add ARCH_FLAG to DLDFLAGS.
|
|
|
|
|
2003-11-30 17:47:55 +03:00
|
|
|
* configure.in: should put getcwd in AC_CHECK_FUNCS, not
|
|
|
|
AC_REPLACE_FUNCS. [ruby-core:01826]
|
|
|
|
|
2003-11-30 12:33:03 +03:00
|
|
|
Sun Nov 30 18:22:48 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,
|
|
|
|
DLDFLAGS and LDSHARED.
|
|
|
|
|
|
|
|
* configure.in: XCFLAGS for compiling ruby itself. ARCH_FLAG is
|
|
|
|
reflected in CFLAGS.
|
|
|
|
|
|
|
|
* lib/mkmf.rb: ditto. do not import XCFLAGS from config.status.
|
|
|
|
|
2003-11-30 11:41:15 +03:00
|
|
|
Sun Nov 30 17:37:36 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]
|
|
|
|
|
2003-11-30 07:33:02 +03:00
|
|
|
Sun Nov 30 13:02:00 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifying
|
|
|
|
Conditional Expressions.
|
|
|
|
|
|
|
|
* lib/wsdl/soap/definitions.rb: refactoring - Move Method.
|
|
|
|
|
|
|
|
* test/xsd/{test_noencoding.rb,noencoding.xml}: new files. test for
|
|
|
|
encoding unspecified XML file parsing.
|
|
|
|
|
|
|
|
* test/wsdl/{test_fault.rb,map,datetime}: new files. test of
|
|
|
|
SOAPFault, dateTime and Apache's Map.
|
|
|
|
|
2003-11-30 03:35:28 +03:00
|
|
|
Sun Nov 30 09:35:14 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c (rb_str_update): get rid of SEGV at just allocated String.
|
|
|
|
[ruby-core:01812]
|
|
|
|
|
2003-11-28 17:23:33 +03:00
|
|
|
Fri Nov 28 23:19:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* gc.c (gc_mark): explicitly check mark recursion levels, instead
|
|
|
|
of unreliable stack length.
|
|
|
|
|
2003-11-28 16:51:31 +03:00
|
|
|
Fri Nov 28 22:49:56 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/rinda/rinda.rb: fix TupleSpaceProxy#read, read_all.
|
|
|
|
|
2003-11-28 15:46:36 +03:00
|
|
|
Fri Nov 28 21:44:40 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not
|
2003-11-28 15:47:28 +03:00
|
|
|
a directory for FreeBSD.
|
2003-11-28 15:46:36 +03:00
|
|
|
|
2003-11-28 13:38:00 +03:00
|
|
|
Fri Nov 28 19:37:56 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-11-28 13:28:21 +03:00
|
|
|
|
|
|
|
* hash.c (env_has_value, env_index): must match exactly.
|
|
|
|
|
2003-11-28 13:38:00 +03:00
|
|
|
* test/ruby/test_env.rb (test_has_value, test_index): condition for
|
|
|
|
aboves.
|
|
|
|
|
2003-11-28 12:00:48 +03:00
|
|
|
Fri Nov 28 17:59:20 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_env.rb: add tests for ENV.
|
|
|
|
|
2003-11-28 11:53:41 +03:00
|
|
|
Fri Nov 28 17:47:46 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise
|
|
|
|
DRbConnError.
|
|
|
|
|
2003-11-28 09:43:51 +03:00
|
|
|
Fri Nov 28 15:41:15 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (Pathname#realpath): obsolete the force_absolute
|
|
|
|
argument.
|
|
|
|
|
2003-11-28 08:53:16 +03:00
|
|
|
Fri Nov 28 14:41:52 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/streamHandler.rb: drop unused http parameters.
|
|
|
|
|
|
|
|
* lib/soap/encodingstyle/soapHandler.rb, lib/soap/mapping/factory.rb,
|
|
|
|
lib/soap/mapping/mapping.rb, lib/soap/mapping/registry.rb,
|
|
|
|
lib/wsdl/soap/complexType.rb: ApacheSOAP's map support was broken
|
|
|
|
under WSDL dynanic client environment. fixed.
|
|
|
|
|
|
|
|
* test/wsdl/raa/*: add tests.
|
|
|
|
|
|
|
|
* lib/xsd/datatypes.rb: dateTime precision bug fix (at least, I hope.)
|
|
|
|
bug of soap4r. XSDDateTimeImple.to_time passed a Float to
|
|
|
|
Time.local/Time.gm as an usec, and NUM2LONG(rb_num2long for Float)
|
|
|
|
causes rounding error.
|
|
|
|
|
|
|
|
* test/soap/test_basetype.rb, test/xsd/test_xsd.rb: add tests.
|
|
|
|
|
2003-11-27 22:15:29 +03:00
|
|
|
Fri Nov 28 04:15:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (method_arity): used wrong Proc object. [ruby-talk:86504]
|
|
|
|
|
2003-11-27 18:47:33 +03:00
|
|
|
Fri Nov 28 00:47:29 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-11-27 18:34:53 +03:00
|
|
|
|
|
|
|
* eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as
|
|
|
|
success, false as failure. [ruby-dev:22067]
|
|
|
|
|
|
|
|
* eval.c (rb_f_abort, rb_thread_switch), process.c (rb_f_system): use
|
|
|
|
ANSI macro instead of hard coded value.
|
|
|
|
|
2003-11-27 18:47:33 +03:00
|
|
|
* eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but
|
|
|
|
TYPEs.
|
|
|
|
|
2003-11-27 16:08:27 +03:00
|
|
|
Thu Nov 27 22:05:48 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a
|
|
|
|
process to get the base address for the RSE backing store, so
|
|
|
|
hardcode it for the moment.
|
|
|
|
[submitted by: Marcel Moolenaar <marcel@FreeBSD.org>]
|
|
|
|
|
2003-11-27 11:39:33 +03:00
|
|
|
Thu Nov 27 17:36:42 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).
|
2003-11-27 18:34:53 +03:00
|
|
|
TkTimer#wait recieves the exception of the callback.
|
|
|
|
The exception is kept on @return_value.
|
2003-11-27 11:39:33 +03:00
|
|
|
|
2003-11-27 11:00:23 +03:00
|
|
|
Thu Nov 27 16:58:48 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device.
|
|
|
|
|
2003-11-26 09:42:52 +03:00
|
|
|
Wed Nov 26 15:38:47 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
2003-11-28 15:46:36 +03:00
|
|
|
* test/fileutils/test_fileutils.rb (test_ln_s): should take the
|
|
|
|
existing symbolic link for OpenBSD.
|
2003-11-26 09:42:52 +03:00
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Wed Nov 26 04:48:42 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-11-25 22:51:38 +03:00
|
|
|
|
|
|
|
* ext/syck/token.c: removed YYTOKTMP references which
|
|
|
|
were causing buffer overflows on large block scalars,
|
|
|
|
comments, quoted scalars and plain scalars.
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c: dynamic changing of buffer size.
|
|
|
|
|
|
|
|
* ext/syck/syck.h: default buffer size of 4k.
|
|
|
|
|
2003-11-25 19:02:45 +03:00
|
|
|
Wed Nov 26 00:55:30 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.
|
|
|
|
|
|
|
|
* lib/webrick/httpserver.rb (HTTPServer#run): should pass the
|
|
|
|
request's keep_alive flag to the response.
|
|
|
|
|
2003-11-25 15:44:26 +03:00
|
|
|
Tue Nov 25 21:41:35 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* defines.h (ENV_IGNORECASE): should define when DOSISH without
|
2003-11-25 15:45:55 +03:00
|
|
|
human68k. [ruby-dev:22047]
|
2003-11-25 15:44:26 +03:00
|
|
|
|
|
|
|
* hash.c (env_has_value, env_index): don't ignore case of value.
|
2003-11-25 15:45:55 +03:00
|
|
|
[ruby-dev:22048]
|
2003-11-25 15:44:26 +03:00
|
|
|
|
2003-11-28 17:23:33 +03:00
|
|
|
Tue Nov 25 21:39:37 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* file.c (path_check_1): honor sticky bits always.
|
|
|
|
[ruby-talk:86273]
|
|
|
|
|
2003-11-25 14:02:30 +03:00
|
|
|
Tue Nov 25 20:02:14 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: do test in more deep
|
|
|
|
directory.
|
|
|
|
|
|
|
|
* test/fileutils/test_nowrite.rb: ditto.
|
|
|
|
|
2003-11-25 13:04:37 +03:00
|
|
|
Tue Nov 25 19:04:23 2003 Tanaka Akira <akr@m17n.org>
|
2003-11-25 12:56:49 +03:00
|
|
|
|
|
|
|
* lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity test
|
|
|
|
refined.
|
|
|
|
|
2003-11-25 12:13:58 +03:00
|
|
|
Tue Nov 25 18:13:30 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each
|
|
|
|
test. [ruby-dev:22045]
|
|
|
|
|
|
|
|
* test/fileutils/test_nowrite.rb: ditto.
|
|
|
|
|
2003-11-25 11:53:42 +03:00
|
|
|
Tue Nov 25 17:52:11 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGI
|
|
|
|
if the environment variable is case sensitive.
|
|
|
|
|
2003-11-25 10:44:41 +03:00
|
|
|
Tue Nov 25 16:41:33 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb:
|
|
|
|
removed. this test requires extra libraries in soap4r/1.5.*.
|
|
|
|
|
* lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's.
* lib/soap/rpc/driver.rb, lib/soap/wsdlDriver.rb, lib/soap/streamHandler.rb: add interface to streamhandler.
* lib/soap/marshal.rb: raise error if parse fails.
* lib/soap/netHttpClient.rb: add https support. Patched by Oliver M. Bolzer.
* lib/soap/netHttpClient.rb: dump HTTP response message body by itself.
* lib/soap/rpc/driver.rb, lib/soap/rpc/proxy.rb, lib/soap/wsdlDriver.rb: add driver#mandatorycharset interface to foce using charset for parsing response from buggy server.
* lib/soap/encodingstyle/soapHandler.rb: support Apache Axis's half typed multi-ref array.
* lib/soap/mapping/factory.rb, lib/soap/mapping/registry.rb: map SOAPStruct which has multi-accessors which name are the same, to an array.
* lib/soap/rpc/element.rb: fixed illegal parameter order.
* lib/soap/rpc/element.rb: element name of response message could have the name other than 'return'.
* lib/wsdl/operation.rb, lib/wsdl/operationBinding.rb, lib/wsdl/soap/classDefCreator.rb, lib/wsdl/soap/methodDefCreator.rb, lib/wsdl/soap/methodDefCreatorSupport.rb: WSDL/1.1 allows plural fault definition in a operation. [ruby-talk:84948]
* test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: add test for above fix.
* lib/wsdl/soap/complexType.rb: support WSDL array definition with maxOccures="unbound".
* lib/xsd/charset.rb: use cp932 under emx. Patched by Siena. / SHINAGAWA, Norihide in [ruby-dev:21972]
* lib/xsd/xmlparser/parser.rb: set @charset nil by default. Nil means 'follow encoding declaration in XML'.
* sample/soap/digraph.rb, sample/wsdl/amazon/wsdlDriver.rb, sample/wsdl/googleSearch/sampleClient.rb, sample/wsdl/googleSearch/wsdlDriver.rb, test/wsdl/test_emptycomplextype.rb, test/wsdl/marshal/test_wsdlmarshal.rb, test/xsd/test_xmlschemaparser.rb: use File.open(...) { |f| f.read } instead of File.open(...).read. [ruby-dev:21964]
* test/wsdl/emptycomplextype.wsdl, test/wsdl/test_emptycomplextype.rb: simplify the test case.
* test/wsdl/axisArray/*: add tests for axis's array encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-25 10:31:33 +03:00
|
|
|
Tue Nov 25 16:24:42 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license;
|
2003-11-27 18:34:53 +03:00
|
|
|
GPL2 -> Ruby's.
|
* lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's.
* lib/soap/rpc/driver.rb, lib/soap/wsdlDriver.rb, lib/soap/streamHandler.rb: add interface to streamhandler.
* lib/soap/marshal.rb: raise error if parse fails.
* lib/soap/netHttpClient.rb: add https support. Patched by Oliver M. Bolzer.
* lib/soap/netHttpClient.rb: dump HTTP response message body by itself.
* lib/soap/rpc/driver.rb, lib/soap/rpc/proxy.rb, lib/soap/wsdlDriver.rb: add driver#mandatorycharset interface to foce using charset for parsing response from buggy server.
* lib/soap/encodingstyle/soapHandler.rb: support Apache Axis's half typed multi-ref array.
* lib/soap/mapping/factory.rb, lib/soap/mapping/registry.rb: map SOAPStruct which has multi-accessors which name are the same, to an array.
* lib/soap/rpc/element.rb: fixed illegal parameter order.
* lib/soap/rpc/element.rb: element name of response message could have the name other than 'return'.
* lib/wsdl/operation.rb, lib/wsdl/operationBinding.rb, lib/wsdl/soap/classDefCreator.rb, lib/wsdl/soap/methodDefCreator.rb, lib/wsdl/soap/methodDefCreatorSupport.rb: WSDL/1.1 allows plural fault definition in a operation. [ruby-talk:84948]
* test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: add test for above fix.
* lib/wsdl/soap/complexType.rb: support WSDL array definition with maxOccures="unbound".
* lib/xsd/charset.rb: use cp932 under emx. Patched by Siena. / SHINAGAWA, Norihide in [ruby-dev:21972]
* lib/xsd/xmlparser/parser.rb: set @charset nil by default. Nil means 'follow encoding declaration in XML'.
* sample/soap/digraph.rb, sample/wsdl/amazon/wsdlDriver.rb, sample/wsdl/googleSearch/sampleClient.rb, sample/wsdl/googleSearch/wsdlDriver.rb, test/wsdl/test_emptycomplextype.rb, test/wsdl/marshal/test_wsdlmarshal.rb, test/xsd/test_xmlschemaparser.rb: use File.open(...) { |f| f.read } instead of File.open(...).read. [ruby-dev:21964]
* test/wsdl/emptycomplextype.wsdl, test/wsdl/test_emptycomplextype.rb: simplify the test case.
* test/wsdl/axisArray/*: add tests for axis's array encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-25 10:31:33 +03:00
|
|
|
|
|
|
|
* lib/soap/rpc/driver.rb, lib/soap/wsdlDriver.rb,
|
|
|
|
lib/soap/streamHandler.rb: add interface to streamhandler.
|
|
|
|
|
|
|
|
* lib/soap/marshal.rb: raise error if parse fails.
|
|
|
|
|
|
|
|
* lib/soap/netHttpClient.rb: add https support. Patched by
|
|
|
|
Oliver M. Bolzer.
|
|
|
|
|
|
|
|
* lib/soap/netHttpClient.rb: dump HTTP response message body by itself.
|
|
|
|
|
|
|
|
* lib/soap/rpc/driver.rb, lib/soap/rpc/proxy.rb,
|
|
|
|
lib/soap/wsdlDriver.rb: add driver#mandatorycharset interface to foce
|
|
|
|
using charset for parsing response from buggy server.
|
|
|
|
|
|
|
|
* lib/soap/encodingstyle/soapHandler.rb: support Apache Axis's half
|
|
|
|
typed multi-ref array.
|
|
|
|
|
|
|
|
* lib/soap/mapping/factory.rb, lib/soap/mapping/registry.rb: map
|
|
|
|
SOAPStruct which has multi-accessors which name are the same, to an
|
|
|
|
array.
|
|
|
|
|
|
|
|
* lib/soap/rpc/element.rb: fixed illegal parameter order.
|
|
|
|
|
|
|
|
* lib/soap/rpc/element.rb: element name of response message could have
|
|
|
|
the name other than 'return'.
|
|
|
|
|
|
|
|
* lib/wsdl/operation.rb, lib/wsdl/operationBinding.rb,
|
|
|
|
lib/wsdl/soap/classDefCreator.rb, lib/wsdl/soap/methodDefCreator.rb,
|
|
|
|
lib/wsdl/soap/methodDefCreatorSupport.rb: WSDL/1.1 allows plural
|
|
|
|
fault definition in a operation. [ruby-talk:84948]
|
|
|
|
|
|
|
|
* test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: add
|
|
|
|
test for above fix.
|
|
|
|
|
|
|
|
* lib/wsdl/soap/complexType.rb: support WSDL array definition with
|
|
|
|
maxOccures="unbound".
|
|
|
|
|
|
|
|
* lib/xsd/charset.rb: use cp932 under emx. Patched by
|
|
|
|
Siena. / SHINAGAWA, Norihide in [ruby-dev:21972]
|
|
|
|
|
|
|
|
* lib/xsd/xmlparser/parser.rb: set @charset nil by default. Nil means
|
|
|
|
'follow encoding declaration in XML'.
|
|
|
|
|
|
|
|
* sample/soap/digraph.rb, sample/wsdl/amazon/wsdlDriver.rb,
|
|
|
|
sample/wsdl/googleSearch/sampleClient.rb,
|
|
|
|
sample/wsdl/googleSearch/wsdlDriver.rb,
|
|
|
|
test/wsdl/test_emptycomplextype.rb,
|
|
|
|
test/wsdl/marshal/test_wsdlmarshal.rb,
|
|
|
|
test/xsd/test_xmlschemaparser.rb: use File.open(...) { |f| f.read }
|
|
|
|
instead of File.open(...).read. [ruby-dev:21964]
|
|
|
|
|
|
|
|
* test/wsdl/emptycomplextype.wsdl, test/wsdl/test_emptycomplextype.rb:
|
|
|
|
simplify the test case.
|
|
|
|
|
|
|
|
* test/wsdl/axisArray/*: add tests for axis's array encoding.
|
|
|
|
|
2003-11-25 10:17:14 +03:00
|
|
|
Tue Nov 25 16:15:29 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* ruby.h: don't treat Cygwin as Windows.
|
|
|
|
|
2003-11-25 09:26:38 +03:00
|
|
|
Tue Nov 25 15:18:28 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* configure.in: change default value of --enable-pthread (default: no)
|
|
|
|
|
2003-11-25 01:31:19 +03:00
|
|
|
Tue Nov 25 07:31:16 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (primary): allow newlines just before right argument
|
|
|
|
parenthesis. (ruby-bugs:PR#1221)
|
|
|
|
|
2003-11-24 17:36:18 +03:00
|
|
|
Mon Nov 24 23:32:06 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): use
|
|
|
|
catch/throw for redirection instead of exception.
|
|
|
|
(OpenURI.open_loop, OpenURI.redirectable?): restrict redirection.
|
|
|
|
|
2003-11-24 14:01:57 +03:00
|
|
|
Mon Nov 24 19:59:48 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY
|
|
|
|
instead of HTTP_PROXY in the CGI environment.
|
|
|
|
|
2003-11-24 13:42:17 +03:00
|
|
|
Mon Nov 24 19:32:55 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/etc/extconf.rb: check for pw_passwd in struct passwd and
|
|
|
|
gr_passwd in struct group for DJGPP.
|
|
|
|
|
|
|
|
* ext/etc/etc.c: ditto.
|
|
|
|
|
|
|
|
* ext/Setup.dj: support for curses, etc, zlib.
|
|
|
|
|
2003-11-24 11:02:36 +03:00
|
|
|
Mon Nov 24 17:00:00 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/open-uri.rb: validate option names.
|
|
|
|
:content_length_proc and :progress_proc option implemented.
|
|
|
|
|
2003-11-24 08:54:05 +03:00
|
|
|
Mon Nov 24 14:53:10 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
|
|
|
|
(XCFLAGS): output empty value instead of `-DRUBY_EXPORT'.
|
|
|
|
|
2003-11-22 17:24:35 +03:00
|
|
|
Sat Nov 22 23:09:45 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: set enable_pthread to no on MinGW.
|
|
|
|
|
2003-11-22 16:58:57 +03:00
|
|
|
Sat Nov 22 22:56:20 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* configure.in: add --enable-pthread option (default: yes)
|
|
|
|
|
2003-11-22 16:52:48 +03:00
|
|
|
Sat Nov 22 22:48:46 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite
|
|
|
|
|
|
|
|
* ext/tk/lib/tkafter.rb: bug fix of TkAfter#start
|
|
|
|
|
|
|
|
* ext/tk/sample/tkcombobox.rb: new sample script
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c: add native thread check
|
|
|
|
|
2003-11-22 12:51:07 +03:00
|
|
|
Sat Nov 22 18:49:47 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's
|
|
|
|
libcruses returns no value, just like keypad().
|
|
|
|
|
2003-11-22 11:38:07 +03:00
|
|
|
Sat Nov 22 17:36:36 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
|
|
|
|
(HAVE_GETCWD): output to config.h.
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
|
|
|
|
(XCFLAGS): output to config.status.
|
|
|
|
|
2003-11-22 07:10:32 +03:00
|
|
|
Sat Nov 22 13:10:10 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.
|
|
|
|
|
* gc.c (Init_stack): stack region is far smaller than usual if
pthread is used.
* marshal.c (w_extended): singleton methods should not be checked
when dumping via marshal_dump() or _dump(). [ruby-talk:85909]
* file.c (getcwdofdrv): avoid using getcwd() directly, use
my_getcwd() instead.
* merged NeXT, OpenStep, Rhapsody ports patch from Eric Sunshine
<sunshine@sunshineco.com>. [ruby-core:01596]
* marshal.c (w_object): LINK check earlier than anything else,
i.e. do not dump TYPE_IVAR for already dumped objects.
(ruby-bugs PR#1220)
* eval.c (rb_eval): call "inherited" only when a new class is
generated; not on reopening.
* eval.c (eval): prepend error position in evaluating string to
* configure.in: revived NextStep, OpenStep, and Rhapsody ports which
had become unbuildable; enhanced --enable-fat-binary option so that
it accepts a list of desired architectures (rather than assuming a
fixed list), or defaults to a platform-appropriate list if user does
not provide an explicit list; made the default list of architectures
for MAB (fat binary) more comprehensive; now uses -fno-common even
when building the interpreter (in addition to using it for
extensions), thus allowing the interpreter to be embedded into a
plugin module of an external project (in addition to allowing
embedding directly into an application); added checks for
<netinet/in_systm.h> (needed by `socket' extension) and getcwd(); now
ensures that -I/usr/local/include is employed when extensions'
extconf.rb scripts invoke have_header() since extension checks on
NextStep and OpenStep will fail without it if the desired resource
resides in the /usr/local tree; fixed formatting of --help message.
* Makefile.in: $(LIBRUBY_A) rule now deletes the archive before
invoking $(AR) since `ar' on Apple/NeXT can not "update" MAB archives
(see configure's --enable-fat-binary option); added rule for new
missing/getcwd.c.
* defines.h: fixed endian handling during MAB build (see configure's
--enable-fat-binary option) to ensure that all portions of the
project see the correct WORDS_BIGENDIAN value (some extension modules
were getting the wrong endian setting); added missing constants
GETPGRP_VOID, WNOHANG, WUNTRACED, X_OK, and type pid_t for NextStep
and OpenStep; removed unnecessary and problematic HAVE_SYS_WAIT_H
define in NeXT section.
* dir.c: do not allow NAMLEN() macro to trust dirent::d_namlen on
NextStep since, on some installations, this value always resolves
uselessly to zero.
* dln.c: added error reporting to NextStep extension loader since the
previous behavior of failing silently was not useful; now ensures
that NSLINKMODULE_OPTION_BINDNOW compatibility constant is defined
for OpenStep and Rhapsody; no longer includes <mach-o/dyld.h> twice
on Rhapsody since this header lacks multiple-include protection,
which resulted in "redefinition" compilation errors.
* main.c: also create hard reference to objc_msgSend() on NeXT
platforms (in addition to Apple platforms).
* lib/mkmf.rb: now exports XCFLAGS from configure script to extension
makefiles so that extensions can be built MAB (see configure's
--enable-fat-binary option); also utilize XCFLAGS in cc_command()
(but not cpp_command() because MAB flags are incompatible with
direct invocation of `cpp').
* ext/curses/extconf.rb: now additionally checks for presence of these
curses functions which are not present on NextStep or Openstep:
bkgd(), bkgdset(), color(), curs(), getbkgd(), init(), scrl(), set(),
setscrreg(), wattroff(), wattron(), wattrset(), wbkgd(), wbkgdset(),
wscrl(), wsetscrreg()
* ext/curses/curses.c: added appropriate #ifdef's for additional set of
curses functions now checked by extconf.rb; fixed curses_bkgd() and
window_bkgd() to correctly return boolean result rather than numeric
result; fixed window_getbkgd() to correctly signal an error by
returning nil rather than -1.
* ext/etc/etc.c: setup_passwd() and setup_group() now check for null
pointers before invoking rb_tainted_str_new2() upon fields extracted
from `struct passwd' and `struct group' since null pointers in some
fields are common on NextStep/OpenStep (especially so for the
`pw_comment' field) and rb_tainted_str_new2() throws an exception
when it receives a null pointer.
* ext/pty/pty.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
* ext/socket/getaddrinfo.c: cast first argument of getservbyname(),
gethostbyaddr(), and gethostbyname() from (const char*) to non-const
(char*) for older platforms such as NextStep and OpenStep.
* ext/socket/socket.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup(); include
<netinet/in_systm.h> if present for NextStep and OpenStep; cast first
argument of gethostbyaddr() and getservbyname() from (const char*) to
non-const (char*) for older platforms.
* ext/syslog/syslog.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-22 07:00:03 +03:00
|
|
|
Sat Nov 22 11:28:48 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* gc.c (Init_stack): stack region is far smaller than usual if
|
|
|
|
pthread is used.
|
|
|
|
|
2003-11-22 01:36:13 +03:00
|
|
|
Sat Nov 22 07:30:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred
|
|
|
|
when an exception had no backtrace.
|
|
|
|
|
|
|
|
* test/testunit/util/test_backtracefilter.rb: ditto.
|
|
|
|
|
2003-11-21 10:49:11 +03:00
|
|
|
Fri Nov 21 16:44:18 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tkentry.rb: fix the encoding trouble of percent
|
|
|
|
substitutions on validatecommand option of TkEntry widget
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: fix bug on {pack|grid}_propagate() method
|
|
|
|
|
2003-11-21 10:13:43 +03:00
|
|
|
Fri Nov 21 16:12:11 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* ruby.1: Fix markups and grammar.
|
|
|
|
|
2003-11-21 08:49:59 +03:00
|
|
|
Fri Nov 21 14:49:42 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* ruby.1: wrote about ruby related environment variables.
|
|
|
|
|
* gc.c (Init_stack): stack region is far smaller than usual if
pthread is used.
* marshal.c (w_extended): singleton methods should not be checked
when dumping via marshal_dump() or _dump(). [ruby-talk:85909]
* file.c (getcwdofdrv): avoid using getcwd() directly, use
my_getcwd() instead.
* merged NeXT, OpenStep, Rhapsody ports patch from Eric Sunshine
<sunshine@sunshineco.com>. [ruby-core:01596]
* marshal.c (w_object): LINK check earlier than anything else,
i.e. do not dump TYPE_IVAR for already dumped objects.
(ruby-bugs PR#1220)
* eval.c (rb_eval): call "inherited" only when a new class is
generated; not on reopening.
* eval.c (eval): prepend error position in evaluating string to
* configure.in: revived NextStep, OpenStep, and Rhapsody ports which
had become unbuildable; enhanced --enable-fat-binary option so that
it accepts a list of desired architectures (rather than assuming a
fixed list), or defaults to a platform-appropriate list if user does
not provide an explicit list; made the default list of architectures
for MAB (fat binary) more comprehensive; now uses -fno-common even
when building the interpreter (in addition to using it for
extensions), thus allowing the interpreter to be embedded into a
plugin module of an external project (in addition to allowing
embedding directly into an application); added checks for
<netinet/in_systm.h> (needed by `socket' extension) and getcwd(); now
ensures that -I/usr/local/include is employed when extensions'
extconf.rb scripts invoke have_header() since extension checks on
NextStep and OpenStep will fail without it if the desired resource
resides in the /usr/local tree; fixed formatting of --help message.
* Makefile.in: $(LIBRUBY_A) rule now deletes the archive before
invoking $(AR) since `ar' on Apple/NeXT can not "update" MAB archives
(see configure's --enable-fat-binary option); added rule for new
missing/getcwd.c.
* defines.h: fixed endian handling during MAB build (see configure's
--enable-fat-binary option) to ensure that all portions of the
project see the correct WORDS_BIGENDIAN value (some extension modules
were getting the wrong endian setting); added missing constants
GETPGRP_VOID, WNOHANG, WUNTRACED, X_OK, and type pid_t for NextStep
and OpenStep; removed unnecessary and problematic HAVE_SYS_WAIT_H
define in NeXT section.
* dir.c: do not allow NAMLEN() macro to trust dirent::d_namlen on
NextStep since, on some installations, this value always resolves
uselessly to zero.
* dln.c: added error reporting to NextStep extension loader since the
previous behavior of failing silently was not useful; now ensures
that NSLINKMODULE_OPTION_BINDNOW compatibility constant is defined
for OpenStep and Rhapsody; no longer includes <mach-o/dyld.h> twice
on Rhapsody since this header lacks multiple-include protection,
which resulted in "redefinition" compilation errors.
* main.c: also create hard reference to objc_msgSend() on NeXT
platforms (in addition to Apple platforms).
* lib/mkmf.rb: now exports XCFLAGS from configure script to extension
makefiles so that extensions can be built MAB (see configure's
--enable-fat-binary option); also utilize XCFLAGS in cc_command()
(but not cpp_command() because MAB flags are incompatible with
direct invocation of `cpp').
* ext/curses/extconf.rb: now additionally checks for presence of these
curses functions which are not present on NextStep or Openstep:
bkgd(), bkgdset(), color(), curs(), getbkgd(), init(), scrl(), set(),
setscrreg(), wattroff(), wattron(), wattrset(), wbkgd(), wbkgdset(),
wscrl(), wsetscrreg()
* ext/curses/curses.c: added appropriate #ifdef's for additional set of
curses functions now checked by extconf.rb; fixed curses_bkgd() and
window_bkgd() to correctly return boolean result rather than numeric
result; fixed window_getbkgd() to correctly signal an error by
returning nil rather than -1.
* ext/etc/etc.c: setup_passwd() and setup_group() now check for null
pointers before invoking rb_tainted_str_new2() upon fields extracted
from `struct passwd' and `struct group' since null pointers in some
fields are common on NextStep/OpenStep (especially so for the
`pw_comment' field) and rb_tainted_str_new2() throws an exception
when it receives a null pointer.
* ext/pty/pty.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
* ext/socket/getaddrinfo.c: cast first argument of getservbyname(),
gethostbyaddr(), and gethostbyname() from (const char*) to non-const
(char*) for older platforms such as NextStep and OpenStep.
* ext/socket/socket.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup(); include
<netinet/in_systm.h> if present for NextStep and OpenStep; cast first
argument of gethostbyaddr() and getservbyname() from (const char*) to
non-const (char*) for older platforms.
* ext/syslog/syslog.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-22 07:00:03 +03:00
|
|
|
Fri Nov 21 12:28:03 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (w_extended): singleton methods should not be checked
|
|
|
|
when dumping via marshal_dump() or _dump(). [ruby-talk:85909]
|
|
|
|
|
2003-11-20 19:47:30 +03:00
|
|
|
Fri Nov 21 01:40:00 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* configure.in: check <pthread.h>
|
|
|
|
|
2003-11-25 01:31:19 +03:00
|
|
|
* ruby.h: include pthread.h if existence.
|
2003-11-20 19:47:30 +03:00
|
|
|
define is_ruby_native() macro when not HAVE_NATIVETHREAD
|
|
|
|
|
|
|
|
* eval.c: undef is_ruby_native() function when not HAVE_NATIVETHREAD
|
|
|
|
|
2003-11-22 01:36:13 +03:00
|
|
|
Fri Nov 21 00:43:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
2003-11-20 18:45:56 +03:00
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: use #__send__ instead of #send.
|
|
|
|
|
|
|
|
* lib/test/unit/testcase.rb: ditto.
|
|
|
|
|
2003-11-20 13:20:20 +03:00
|
|
|
Thu Nov 20 19:19:22 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in: don't find the Cygwin's pthread library on MinGW.
|
|
|
|
|
2003-11-20 13:16:27 +03:00
|
|
|
Thu Nov 20 19:15:50 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not
|
|
|
|
have st_ino (always 0). [ruby-dev:21972]
|
|
|
|
|
|
|
|
* lib/fileutils.rb (rename_cannot_overwrite_file?): emx does not
|
|
|
|
allow overwriting files by rename(2).
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: windows? ->
|
|
|
|
have_drive_letter?, have_file_perm?
|
|
|
|
|
2003-11-20 11:53:52 +03:00
|
|
|
Thu Nov 20 17:50:58 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/sample/tkballoonhelp.rb: new sample script
|
|
|
|
|
|
|
|
* ext/tk/sample/tkmultilistbox.rb: ditto
|
|
|
|
|
|
|
|
* ext/tk/sample/tktextframe.rb: ditto
|
|
|
|
|
2003-11-20 07:39:08 +03:00
|
|
|
Thu Nov 20 13:37:34 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-11-25 01:31:19 +03:00
|
|
|
* ruby.h: define is_ruby_native_thread() for no native thread
|
2003-11-20 07:39:08 +03:00
|
|
|
environment
|
|
|
|
|
|
|
|
* eval.c: ditto
|
|
|
|
|
2003-11-20 06:50:32 +03:00
|
|
|
Thu Nov 20 12:42:47 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* configure.in: always check existence of the pthread library
|
|
|
|
|
|
|
|
* ruby.h: define macros for ruby's native thread check
|
|
|
|
|
|
|
|
* eval.c: add ruby's native thread check
|
|
|
|
|
|
|
|
* gc.c: ditto
|
|
|
|
|
2003-11-19 08:45:44 +03:00
|
|
|
Wed Nov 19 14:45:18 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (to_ary): print more friendly warning message.
|
|
|
|
|
2003-11-19 08:33:07 +03:00
|
|
|
Wed Nov 19 14:32:08 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (fu_same?): add djgpp and wince.
|
|
|
|
|
|
|
|
* lib/fileutils.rb (cannot_overwrite_file?): add wince.
|
|
|
|
|
2003-11-19 05:06:37 +03:00
|
|
|
Wed Nov 19 11:04:47 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32
|
|
|
|
is same as mswin32.
|
|
|
|
|
2003-11-22 01:36:13 +03:00
|
|
|
Wed Nov 19 07:54:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
2003-11-19 02:00:29 +03:00
|
|
|
|
|
|
|
* lib/test/unit.rb: do not run tests if $! is set.
|
|
|
|
|
|
|
|
* lib/test/unit/assertionfailederror.rb: extend StandardError instead
|
|
|
|
Exception (irb catches the former but not the latter).
|
|
|
|
|
2003-11-18 17:34:18 +03:00
|
|
|
Tue Nov 18 23:31:36 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* missing/memmove.c (memmove): take void *, not char *.
|
|
|
|
|
|
|
|
* missing.h (memmove): ditto.
|
|
|
|
|
|
|
|
* missing.h (strchr, strrchr): return char *, not int.
|
|
|
|
|
2003-11-18 16:24:48 +03:00
|
|
|
Tue Nov 18 22:20:10 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (fu_same?): temporal fix for windows.
|
|
|
|
|
2003-11-18 13:05:21 +03:00
|
|
|
Tue Nov 18 19:05:04 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (fu_same?): check by inode instead of path
|
|
|
|
name, to detect two hard links pointing to the same content.
|
|
|
|
|
|
|
|
* test/fileutils.rb: did not create correctly looped symlinks.
|
|
|
|
|
2003-12-04 07:35:26 +03:00
|
|
|
Tue Nov 18 18:23:05 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-11-18 12:09:41 +03:00
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_read): behave as IO at empty string.
|
2003-11-18 12:23:07 +03:00
|
|
|
[ruby-dev:21939], [ruby-dev:21941]
|
2003-11-18 12:09:41 +03:00
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_getc, strio_getline): set EOF flag.
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_rewind, strio_seek, strio_ungetc):
|
|
|
|
clear EOF flag.
|
|
|
|
|
2003-11-18 12:23:07 +03:00
|
|
|
* test/stringio/test_stringio.rb: imported from [ruby-dev:21941].
|
|
|
|
|
2003-11-18 08:09:20 +03:00
|
|
|
Tue Nov 18 14:06:35 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/fileutils.rb (fu_each_src_dest): raise if src==dest.
|
|
|
|
[ruby-talk:85344] [ruby-core:01699]
|
|
|
|
|
|
|
|
* lib/fileutils.rb: use Object#is_a? instead of Class#=== to allow
|
|
|
|
e.g. remote objects for receivers.
|
|
|
|
|
|
|
|
* lib/fileutils.rb: FileTest -> File.
|
|
|
|
|
|
|
|
* lib/fileutils.rb: put parentheses for arguments of File.xxxx?
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb (test_cp): test "cp a a".
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb (test_mv): test "mv a a".
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb (test_ln): test "ln a a".
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb (test_ln_s): test "ln_s a a".
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb (test_install): test "install a a".
|
|
|
|
|
|
|
|
* test/fileutils/fileasserts.rb: new method assert_symlink.
|
|
|
|
|
|
|
|
* test/fileutils/fileasserts.rb: assert_is_directory -> assert_directory.
|
|
|
|
|
* gc.c (Init_stack): stack region is far smaller than usual if
pthread is used.
* marshal.c (w_extended): singleton methods should not be checked
when dumping via marshal_dump() or _dump(). [ruby-talk:85909]
* file.c (getcwdofdrv): avoid using getcwd() directly, use
my_getcwd() instead.
* merged NeXT, OpenStep, Rhapsody ports patch from Eric Sunshine
<sunshine@sunshineco.com>. [ruby-core:01596]
* marshal.c (w_object): LINK check earlier than anything else,
i.e. do not dump TYPE_IVAR for already dumped objects.
(ruby-bugs PR#1220)
* eval.c (rb_eval): call "inherited" only when a new class is
generated; not on reopening.
* eval.c (eval): prepend error position in evaluating string to
* configure.in: revived NextStep, OpenStep, and Rhapsody ports which
had become unbuildable; enhanced --enable-fat-binary option so that
it accepts a list of desired architectures (rather than assuming a
fixed list), or defaults to a platform-appropriate list if user does
not provide an explicit list; made the default list of architectures
for MAB (fat binary) more comprehensive; now uses -fno-common even
when building the interpreter (in addition to using it for
extensions), thus allowing the interpreter to be embedded into a
plugin module of an external project (in addition to allowing
embedding directly into an application); added checks for
<netinet/in_systm.h> (needed by `socket' extension) and getcwd(); now
ensures that -I/usr/local/include is employed when extensions'
extconf.rb scripts invoke have_header() since extension checks on
NextStep and OpenStep will fail without it if the desired resource
resides in the /usr/local tree; fixed formatting of --help message.
* Makefile.in: $(LIBRUBY_A) rule now deletes the archive before
invoking $(AR) since `ar' on Apple/NeXT can not "update" MAB archives
(see configure's --enable-fat-binary option); added rule for new
missing/getcwd.c.
* defines.h: fixed endian handling during MAB build (see configure's
--enable-fat-binary option) to ensure that all portions of the
project see the correct WORDS_BIGENDIAN value (some extension modules
were getting the wrong endian setting); added missing constants
GETPGRP_VOID, WNOHANG, WUNTRACED, X_OK, and type pid_t for NextStep
and OpenStep; removed unnecessary and problematic HAVE_SYS_WAIT_H
define in NeXT section.
* dir.c: do not allow NAMLEN() macro to trust dirent::d_namlen on
NextStep since, on some installations, this value always resolves
uselessly to zero.
* dln.c: added error reporting to NextStep extension loader since the
previous behavior of failing silently was not useful; now ensures
that NSLINKMODULE_OPTION_BINDNOW compatibility constant is defined
for OpenStep and Rhapsody; no longer includes <mach-o/dyld.h> twice
on Rhapsody since this header lacks multiple-include protection,
which resulted in "redefinition" compilation errors.
* main.c: also create hard reference to objc_msgSend() on NeXT
platforms (in addition to Apple platforms).
* lib/mkmf.rb: now exports XCFLAGS from configure script to extension
makefiles so that extensions can be built MAB (see configure's
--enable-fat-binary option); also utilize XCFLAGS in cc_command()
(but not cpp_command() because MAB flags are incompatible with
direct invocation of `cpp').
* ext/curses/extconf.rb: now additionally checks for presence of these
curses functions which are not present on NextStep or Openstep:
bkgd(), bkgdset(), color(), curs(), getbkgd(), init(), scrl(), set(),
setscrreg(), wattroff(), wattron(), wattrset(), wbkgd(), wbkgdset(),
wscrl(), wsetscrreg()
* ext/curses/curses.c: added appropriate #ifdef's for additional set of
curses functions now checked by extconf.rb; fixed curses_bkgd() and
window_bkgd() to correctly return boolean result rather than numeric
result; fixed window_getbkgd() to correctly signal an error by
returning nil rather than -1.
* ext/etc/etc.c: setup_passwd() and setup_group() now check for null
pointers before invoking rb_tainted_str_new2() upon fields extracted
from `struct passwd' and `struct group' since null pointers in some
fields are common on NextStep/OpenStep (especially so for the
`pw_comment' field) and rb_tainted_str_new2() throws an exception
when it receives a null pointer.
* ext/pty/pty.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
* ext/socket/getaddrinfo.c: cast first argument of getservbyname(),
gethostbyaddr(), and gethostbyname() from (const char*) to non-const
(char*) for older platforms such as NextStep and OpenStep.
* ext/socket/socket.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup(); include
<netinet/in_systm.h> if present for NextStep and OpenStep; cast first
argument of gethostbyaddr() and getservbyname() from (const char*) to
non-const (char*) for older platforms.
* ext/syslog/syslog.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-22 07:00:03 +03:00
|
|
|
Mon Nov 17 19:38:49 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* file.c (getcwdofdrv): avoid using getcwd() directly, use
|
|
|
|
my_getcwd() instead.
|
|
|
|
|
|
|
|
* merged NeXT, OpenStep, Rhapsody ports patch from Eric Sunshine
|
|
|
|
<sunshine@sunshineco.com>. [ruby-core:01596]
|
|
|
|
|
2003-11-17 04:50:31 +03:00
|
|
|
Mon Nov 17 10:50:27 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/optparse.rb (OptionParser::Completion::complete): allow least
|
|
|
|
common completion for three or more candidates.
|
|
|
|
|
2003-12-04 07:35:26 +03:00
|
|
|
Mon Nov 17 09:41:38 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-11-17 03:23:40 +03:00
|
|
|
|
|
|
|
* lib/test/unit/ui/tk/testrunner.rb,
|
|
|
|
lib/test/unit/ui/gtk/testrunner.rb:
|
|
|
|
run GUI main loop in sub thread.
|
|
|
|
|
|
|
|
* lib/test/unit/ui/gtk2/testrunner.rb: imported from rough.
|
|
|
|
|
2003-11-17 03:41:40 +03:00
|
|
|
* lib/test/unit/autorunner.rb (keyword_display): sort keywords.
|
|
|
|
|
2003-11-16 12:11:01 +03:00
|
|
|
Sun Nov 16 18:10:57 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): iterator should return value from next inside
|
|
|
|
begin/rescue/end. (ruby-bugs:PR#1218)
|
|
|
|
|
2003-11-16 07:34:05 +03:00
|
|
|
Sun Nov 16 13:26:07 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
* gc.c (Init_stack): stack region is far smaller than usual if
pthread is used.
* marshal.c (w_extended): singleton methods should not be checked
when dumping via marshal_dump() or _dump(). [ruby-talk:85909]
* file.c (getcwdofdrv): avoid using getcwd() directly, use
my_getcwd() instead.
* merged NeXT, OpenStep, Rhapsody ports patch from Eric Sunshine
<sunshine@sunshineco.com>. [ruby-core:01596]
* marshal.c (w_object): LINK check earlier than anything else,
i.e. do not dump TYPE_IVAR for already dumped objects.
(ruby-bugs PR#1220)
* eval.c (rb_eval): call "inherited" only when a new class is
generated; not on reopening.
* eval.c (eval): prepend error position in evaluating string to
* configure.in: revived NextStep, OpenStep, and Rhapsody ports which
had become unbuildable; enhanced --enable-fat-binary option so that
it accepts a list of desired architectures (rather than assuming a
fixed list), or defaults to a platform-appropriate list if user does
not provide an explicit list; made the default list of architectures
for MAB (fat binary) more comprehensive; now uses -fno-common even
when building the interpreter (in addition to using it for
extensions), thus allowing the interpreter to be embedded into a
plugin module of an external project (in addition to allowing
embedding directly into an application); added checks for
<netinet/in_systm.h> (needed by `socket' extension) and getcwd(); now
ensures that -I/usr/local/include is employed when extensions'
extconf.rb scripts invoke have_header() since extension checks on
NextStep and OpenStep will fail without it if the desired resource
resides in the /usr/local tree; fixed formatting of --help message.
* Makefile.in: $(LIBRUBY_A) rule now deletes the archive before
invoking $(AR) since `ar' on Apple/NeXT can not "update" MAB archives
(see configure's --enable-fat-binary option); added rule for new
missing/getcwd.c.
* defines.h: fixed endian handling during MAB build (see configure's
--enable-fat-binary option) to ensure that all portions of the
project see the correct WORDS_BIGENDIAN value (some extension modules
were getting the wrong endian setting); added missing constants
GETPGRP_VOID, WNOHANG, WUNTRACED, X_OK, and type pid_t for NextStep
and OpenStep; removed unnecessary and problematic HAVE_SYS_WAIT_H
define in NeXT section.
* dir.c: do not allow NAMLEN() macro to trust dirent::d_namlen on
NextStep since, on some installations, this value always resolves
uselessly to zero.
* dln.c: added error reporting to NextStep extension loader since the
previous behavior of failing silently was not useful; now ensures
that NSLINKMODULE_OPTION_BINDNOW compatibility constant is defined
for OpenStep and Rhapsody; no longer includes <mach-o/dyld.h> twice
on Rhapsody since this header lacks multiple-include protection,
which resulted in "redefinition" compilation errors.
* main.c: also create hard reference to objc_msgSend() on NeXT
platforms (in addition to Apple platforms).
* lib/mkmf.rb: now exports XCFLAGS from configure script to extension
makefiles so that extensions can be built MAB (see configure's
--enable-fat-binary option); also utilize XCFLAGS in cc_command()
(but not cpp_command() because MAB flags are incompatible with
direct invocation of `cpp').
* ext/curses/extconf.rb: now additionally checks for presence of these
curses functions which are not present on NextStep or Openstep:
bkgd(), bkgdset(), color(), curs(), getbkgd(), init(), scrl(), set(),
setscrreg(), wattroff(), wattron(), wattrset(), wbkgd(), wbkgdset(),
wscrl(), wsetscrreg()
* ext/curses/curses.c: added appropriate #ifdef's for additional set of
curses functions now checked by extconf.rb; fixed curses_bkgd() and
window_bkgd() to correctly return boolean result rather than numeric
result; fixed window_getbkgd() to correctly signal an error by
returning nil rather than -1.
* ext/etc/etc.c: setup_passwd() and setup_group() now check for null
pointers before invoking rb_tainted_str_new2() upon fields extracted
from `struct passwd' and `struct group' since null pointers in some
fields are common on NextStep/OpenStep (especially so for the
`pw_comment' field) and rb_tainted_str_new2() throws an exception
when it receives a null pointer.
* ext/pty/pty.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
* ext/socket/getaddrinfo.c: cast first argument of getservbyname(),
gethostbyaddr(), and gethostbyname() from (const char*) to non-const
(char*) for older platforms such as NextStep and OpenStep.
* ext/socket/socket.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup(); include
<netinet/in_systm.h> if present for NextStep and OpenStep; cast first
argument of gethostbyaddr() and getservbyname() from (const char*) to
non-const (char*) for older platforms.
* ext/syslog/syslog.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-22 07:00:03 +03:00
|
|
|
* marshal.c (w_object): LINK check earlier than anything else,
|
|
|
|
i.e. do not dump TYPE_IVAR for already dumped objects.
|
2003-12-10 10:56:07 +03:00
|
|
|
(ruby-bugs:PR#1220)
|
* gc.c (Init_stack): stack region is far smaller than usual if
pthread is used.
* marshal.c (w_extended): singleton methods should not be checked
when dumping via marshal_dump() or _dump(). [ruby-talk:85909]
* file.c (getcwdofdrv): avoid using getcwd() directly, use
my_getcwd() instead.
* merged NeXT, OpenStep, Rhapsody ports patch from Eric Sunshine
<sunshine@sunshineco.com>. [ruby-core:01596]
* marshal.c (w_object): LINK check earlier than anything else,
i.e. do not dump TYPE_IVAR for already dumped objects.
(ruby-bugs PR#1220)
* eval.c (rb_eval): call "inherited" only when a new class is
generated; not on reopening.
* eval.c (eval): prepend error position in evaluating string to
* configure.in: revived NextStep, OpenStep, and Rhapsody ports which
had become unbuildable; enhanced --enable-fat-binary option so that
it accepts a list of desired architectures (rather than assuming a
fixed list), or defaults to a platform-appropriate list if user does
not provide an explicit list; made the default list of architectures
for MAB (fat binary) more comprehensive; now uses -fno-common even
when building the interpreter (in addition to using it for
extensions), thus allowing the interpreter to be embedded into a
plugin module of an external project (in addition to allowing
embedding directly into an application); added checks for
<netinet/in_systm.h> (needed by `socket' extension) and getcwd(); now
ensures that -I/usr/local/include is employed when extensions'
extconf.rb scripts invoke have_header() since extension checks on
NextStep and OpenStep will fail without it if the desired resource
resides in the /usr/local tree; fixed formatting of --help message.
* Makefile.in: $(LIBRUBY_A) rule now deletes the archive before
invoking $(AR) since `ar' on Apple/NeXT can not "update" MAB archives
(see configure's --enable-fat-binary option); added rule for new
missing/getcwd.c.
* defines.h: fixed endian handling during MAB build (see configure's
--enable-fat-binary option) to ensure that all portions of the
project see the correct WORDS_BIGENDIAN value (some extension modules
were getting the wrong endian setting); added missing constants
GETPGRP_VOID, WNOHANG, WUNTRACED, X_OK, and type pid_t for NextStep
and OpenStep; removed unnecessary and problematic HAVE_SYS_WAIT_H
define in NeXT section.
* dir.c: do not allow NAMLEN() macro to trust dirent::d_namlen on
NextStep since, on some installations, this value always resolves
uselessly to zero.
* dln.c: added error reporting to NextStep extension loader since the
previous behavior of failing silently was not useful; now ensures
that NSLINKMODULE_OPTION_BINDNOW compatibility constant is defined
for OpenStep and Rhapsody; no longer includes <mach-o/dyld.h> twice
on Rhapsody since this header lacks multiple-include protection,
which resulted in "redefinition" compilation errors.
* main.c: also create hard reference to objc_msgSend() on NeXT
platforms (in addition to Apple platforms).
* lib/mkmf.rb: now exports XCFLAGS from configure script to extension
makefiles so that extensions can be built MAB (see configure's
--enable-fat-binary option); also utilize XCFLAGS in cc_command()
(but not cpp_command() because MAB flags are incompatible with
direct invocation of `cpp').
* ext/curses/extconf.rb: now additionally checks for presence of these
curses functions which are not present on NextStep or Openstep:
bkgd(), bkgdset(), color(), curs(), getbkgd(), init(), scrl(), set(),
setscrreg(), wattroff(), wattron(), wattrset(), wbkgd(), wbkgdset(),
wscrl(), wsetscrreg()
* ext/curses/curses.c: added appropriate #ifdef's for additional set of
curses functions now checked by extconf.rb; fixed curses_bkgd() and
window_bkgd() to correctly return boolean result rather than numeric
result; fixed window_getbkgd() to correctly signal an error by
returning nil rather than -1.
* ext/etc/etc.c: setup_passwd() and setup_group() now check for null
pointers before invoking rb_tainted_str_new2() upon fields extracted
from `struct passwd' and `struct group' since null pointers in some
fields are common on NextStep/OpenStep (especially so for the
`pw_comment' field) and rb_tainted_str_new2() throws an exception
when it receives a null pointer.
* ext/pty/pty.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
* ext/socket/getaddrinfo.c: cast first argument of getservbyname(),
gethostbyaddr(), and gethostbyname() from (const char*) to non-const
(char*) for older platforms such as NextStep and OpenStep.
* ext/socket/socket.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup(); include
<netinet/in_systm.h> if present for NextStep and OpenStep; cast first
argument of gethostbyaddr() and getservbyname() from (const char*) to
non-const (char*) for older platforms.
* ext/syslog/syslog.c: include "util.h" for strdup()/ruby_strdup() for
platforms such as NextStep and OpenStep which lack strdup().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-22 07:00:03 +03:00
|
|
|
|
|
|
|
* eval.c (rb_eval): call "inherited" only when a new class is
|
|
|
|
generated; not on reopening.
|
|
|
|
|
2003-11-16 07:34:05 +03:00
|
|
|
* eval.c (eval): prepend error position in evaluating string to
|
|
|
|
"mesg" attribute string only when it's available and is a
|
|
|
|
string.
|
|
|
|
|
2003-11-16 06:16:42 +03:00
|
|
|
Sun Nov 16 12:16:10 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/protocol.rb: logging response body. [experimental]
|
|
|
|
[ruby-list:38800]
|
|
|
|
|
2003-11-16 04:53:12 +03:00
|
|
|
Sun Nov 16 10:49:38 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
|
|
|
|
|
|
|
|
* lib/thread.rb (Thread.exclusive): wrap method definition in
|
|
|
|
class Thread to enable rdoc to process.
|
|
|
|
|
2003-11-16 03:46:16 +03:00
|
|
|
Sun Nov 16 09:45:23 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (set_debug_output): warn if method is called
|
|
|
|
after #start. [ruby-dev:38798]
|
|
|
|
|
2003-11-16 02:45:26 +03:00
|
|
|
Sun Nov 16 04:41:33 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (eval): do not re-raise exception to avoid unnecessary
|
|
|
|
exception copying, instead modify exception and internal
|
|
|
|
information to adjust eval().
|
|
|
|
|
|
|
|
* eval.c (backtrace): can return the current frame information
|
|
|
|
only if lev < -1.
|
|
|
|
|
2003-11-15 16:19:17 +03:00
|
|
|
Sat Nov 15 22:16:42 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):
|
|
|
|
refine error message.
|
|
|
|
|
2003-11-15 04:09:21 +03:00
|
|
|
Sat Nov 15 10:05:40 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
2003-11-16 12:11:01 +03:00
|
|
|
* lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):
|
2003-11-15 04:09:21 +03:00
|
|
|
refactored to support options.
|
|
|
|
(Buffer): maintain size by this class.
|
|
|
|
|
2003-11-15 02:54:06 +03:00
|
|
|
Sat Nov 15 07:40:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_method_node): new API to retrieve method body.
|
|
|
|
|
2003-11-14 07:25:11 +03:00
|
|
|
Fri Nov 14 13:21:30 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)
|
|
|
|
|
2003-11-16 12:11:01 +03:00
|
|
|
* ext/tk/lib/tkdialog.rb: TkDialog.new accepts a parent widget
|
2003-11-14 07:25:11 +03:00
|
|
|
argument [ruby-talk:85066]
|
|
|
|
|
2003-11-13 14:54:31 +03:00
|
|
|
Thu Nov 13 20:53:35 2003 Tanaka Akira <akr@m17n.org>
|
2003-11-13 14:39:16 +03:00
|
|
|
|
|
|
|
* lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.
|
|
|
|
[ruby-ext:02251]
|
|
|
|
|
2003-11-13 13:18:31 +03:00
|
|
|
Thu Nov 13 19:17:00 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-11-16 12:11:01 +03:00
|
|
|
* lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow
|
2003-11-13 13:18:31 +03:00
|
|
|
(if available)
|
|
|
|
|
2003-11-13 11:58:20 +03:00
|
|
|
Thu Nov 13 17:56:41 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.
|
|
|
|
reported by Take_tk <ggb03124@nifty.ne.jp>.
|
2003-11-13 14:39:16 +03:00
|
|
|
[ruby-ext:02245]
|
2003-11-13 11:58:20 +03:00
|
|
|
|
2003-11-13 10:48:20 +03:00
|
|
|
Thu Nov 13 16:45:53 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for
|
|
|
|
X509::Request#to_der.
|
|
|
|
|
2003-11-13 05:31:17 +03:00
|
|
|
Thu Nov 13 11:31:14 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/optparse.rb (OptionParser::Completion#complete): prior shorter
|
|
|
|
name to containing longer name.
|
|
|
|
|
2003-11-13 00:11:40 +03:00
|
|
|
Thu Nov 13 06:08:54 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: stop freezing some classes
|
|
|
|
|
|
|
|
* ext/tk/lib/multi-tk.rb: ditto.
|
|
|
|
|
2003-11-12 11:32:54 +03:00
|
|
|
Wed Nov 12 17:32:49 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):
|
|
|
|
uncaught throw in sub thread raises ThreadError.
|
|
|
|
|
|
|
|
* lib/test/unit/ui/tk/testrunner.rb (setup_ui): "expand" is not
|
|
|
|
necessary.
|
|
|
|
|
2003-11-12 08:10:54 +03:00
|
|
|
Wed Nov 12 14:09:43 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/monitor/test_monitor.rb: fix the timing problem by Queue.
|
|
|
|
|
2003-11-12 07:01:21 +03:00
|
|
|
Wed Nov 12 12:59:44 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/monitor/test_monitor.rb: added.
|
|
|
|
|
2003-11-12 04:15:59 +03:00
|
|
|
Wed Nov 12 10:14:28 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.
|
|
|
|
|
2003-11-12 00:20:20 +03:00
|
|
|
Wed Nov 12 06:11:39 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-11-12 11:32:54 +03:00
|
|
|
* ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary):
|
2003-11-12 00:20:20 +03:00
|
|
|
add functions to convert STACK into Array.
|
|
|
|
|
|
|
|
* ext/openssl/ossl.h: add prototypes.
|
|
|
|
|
2003-11-12 11:32:54 +03:00
|
|
|
* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_set_certificates,
|
2003-11-12 00:20:20 +03:00
|
|
|
ossl_pkcs7_get_certificates, ossl_pkcs7_get_crls,
|
|
|
|
ossl_pkcs7_set_crls): add functions for PKCS7#certificates=
|
2003-11-12 11:32:54 +03:00
|
|
|
PKCS7#certificates, PKCS7#crls= and PKCS7#crls.
|
2003-11-12 00:20:20 +03:00
|
|
|
|
2003-11-22 01:36:13 +03:00
|
|
|
Wed Nov 12 00:47:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
2003-11-11 18:50:28 +03:00
|
|
|
|
|
|
|
* lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.
|
|
|
|
|
2003-11-11 17:57:15 +03:00
|
|
|
Tue Nov 11 23:54:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle
|
|
|
|
the case when the requested font is not available.
|
|
|
|
|
2003-11-11 16:48:51 +03:00
|
|
|
Tue Nov 11 22:44:08 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (appendline): file may not end with newline. a bug if
|
|
|
|
READ_DATA_PENDING_PTR is defined. [ruby-talk:84925]
|
|
|
|
|
2003-11-11 04:45:06 +03:00
|
|
|
Tue Nov 11 10:42:41 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: raise an exception when creating TkWindow
|
|
|
|
object, because TkWindow class is an abstract class.
|
|
|
|
|
2003-11-12 00:20:20 +03:00
|
|
|
Tue Nov 11 03:30:43 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
2003-11-10 21:31:36 +03:00
|
|
|
|
|
|
|
* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil
|
|
|
|
if the specified value doesn't exist.
|
|
|
|
|
|
|
|
* lib/ext/openssl/ossl_conf.c (ossl_config_get_section): return
|
|
|
|
a empty hash if the specified section doesn't exist.
|
|
|
|
|
2003-11-10 05:44:49 +03:00
|
|
|
Mon Nov 10 11:40:29 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/monitor.rb (wait): return true on signal/broadcastfalse and
|
2003-11-12 11:32:54 +03:00
|
|
|
false on timeout. Thanks Gennady Bystritsky.
|
2003-11-10 05:44:49 +03:00
|
|
|
|
2003-11-09 18:07:14 +03:00
|
|
|
Mon Nov 10 00:07:10 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (primary): primary_value may be 0 when syntax error.
|
|
|
|
[ruby-talk:84893]
|
|
|
|
|
2003-11-22 01:36:13 +03:00
|
|
|
Sun Nov 9 02:05:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
2003-11-08 20:06:11 +03:00
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to
|
|
|
|
maintain symmetry with #assert_nil. Also added better output for
|
|
|
|
#assert_kind_of.
|
|
|
|
|
|
|
|
* test/testunit/tc_assertions.rb: ditto.
|
|
|
|
|
2003-11-08 12:52:42 +03:00
|
|
|
Sat Nov 8 18:50:20 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/wsdl/raa/*: add new testcase for WSDL loading, parsing and
|
|
|
|
reading.
|
|
|
|
|
|
|
|
* test/soap/marshal/*: backport from soap4r/1.5.1. all differences are
|
|
|
|
for ruby/1.6.
|
|
|
|
|
|
|
|
* lib/soap/*: backport from soap4r/1.5.1. all differences are for
|
|
|
|
ruby/1.6.
|
|
|
|
|
|
|
|
* lib/wsdl/data.rb, lib/wsdl/xmlSchema/data.rb: move definition of
|
|
|
|
ArrayTypeAttrName from ::WSDL::XMLSchema::* to ::WSDL::*.
|
|
|
|
[ruby-talk:84813]
|
|
|
|
|
|
|
|
* lib/wsdl/soap/definitions.rb: element name typo in custom exception
|
|
|
|
struct definition which is needed for wsdlDriver; camelCase ->
|
|
|
|
underscore_name.
|
|
|
|
|
2003-11-08 07:53:14 +03:00
|
|
|
Sat Nov 8 13:49:50 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* configure.in: improvement of pthread check
|
|
|
|
|
2003-11-08 07:48:35 +03:00
|
|
|
Sat Nov 8 13:28:46 2003 Takaaki Tateishi <ttate@ttsky.net>
|
|
|
|
* ext/dl/sym.c: Add DL.win32_last_error and DL.last_error.
|
|
|
|
Thanks, Kaoru Shirai.
|
|
|
|
|
2003-11-08 00:39:36 +03:00
|
|
|
Sat Nov 8 06:19:38 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-11-09 18:07:14 +03:00
|
|
|
* ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,
|
|
|
|
TclTkIp#_eval calls Tcl_Eval() on the mainloop thread only
|
|
|
|
(queueing a handler to the EventQueue).
|
2003-11-08 00:39:36 +03:00
|
|
|
|
|
|
|
* ext/tcltklib/README.1st: edit the description of '--with-pthread-ext'
|
|
|
|
|
2003-11-07 17:28:20 +03:00
|
|
|
Fri Nov 7 23:23:04 2003 Tanaka Akira <akr@m17n.org>
|
2003-11-07 05:08:04 +03:00
|
|
|
|
2003-11-07 06:51:15 +03:00
|
|
|
* lib/pathname.rb (Pathname#+): if self or the argument is `.', return
|
|
|
|
another.
|
2003-11-07 17:28:20 +03:00
|
|
|
(Pathname#parent): if self is `.', return `..'.
|
|
|
|
(Pathname#children): if self is `.', don't prepend self for a
|
|
|
|
pathname in a result.
|
|
|
|
(Pathname#join): re-implemented using Pathname#+.
|
|
|
|
(Pathname#find): if self is `.', remove `./' prefix of yielding
|
|
|
|
pathname.
|
2003-11-07 05:08:04 +03:00
|
|
|
|
2003-11-07 04:23:27 +03:00
|
|
|
Fri Nov 7 10:23:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (make_hostent): get rid of SEGV on aliases
|
|
|
|
lookup failure. (ruby-bugs:PR#1215)
|
|
|
|
|
2003-11-06 22:10:12 +03:00
|
|
|
Fri Nov 7 04:08:05 2003 UENO Katsuhiro <katsu@blue.sky.or.jp>
|
|
|
|
|
|
|
|
* ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as
|
2003-11-07 04:23:27 +03:00
|
|
|
an alias of Zlib::GzipReader#each.
|
2003-11-06 22:10:12 +03:00
|
|
|
|
2003-11-06 19:08:26 +03:00
|
|
|
Fri Nov 7 01:03:16 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_load): save and restore rb_prohibit_interrupt.
|
|
|
|
[ruby-dev:21857]
|
|
|
|
|
2003-11-06 12:05:11 +03:00
|
|
|
Thu Nov 6 18:05:07 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (rb_io_inspect): show the path also at a closed file.
|
|
|
|
[ruby-dev:21851]
|
|
|
|
|
2003-11-06 05:42:10 +03:00
|
|
|
Thu Nov 6 11:42:07 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-11-06 04:17:59 +03:00
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_set_string, strio_reopen): check
|
|
|
|
tainted.
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_copy, strio_ungetc, strio_write,
|
|
|
|
strio_putc): add infection.
|
|
|
|
|
|
|
|
* ext/stringio/stringio.c (strio_path): just nil. [ruby-dev:21846]
|
|
|
|
|
|
|
|
* ruby.c (proc_options): reserve searched script path in the
|
|
|
|
source file name table. [ruby-list:38765]
|
|
|
|
|
2003-11-06 05:01:23 +03:00
|
|
|
* lib/optparse.rb (OptionParser::Completion#complete): default not to
|
|
|
|
ignore case on completion. [ruby-talk:84726]
|
|
|
|
|
2003-11-06 05:42:10 +03:00
|
|
|
* win32/win32.c (make_cmdvector): process backslashes even if a quote
|
|
|
|
is not enclosed.
|
|
|
|
|
2003-11-05 17:55:52 +03:00
|
|
|
Wed Nov 5 23:49:45 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* sample/openssl/gen_csr.rb: there (at least) is a CA which does not
|
|
|
|
accept DN in UTF8STRING format. it's a sample.
|
|
|
|
|
2003-11-05 17:00:11 +03:00
|
|
|
Wed Nov 5 22:55:16 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-11-06 04:17:59 +03:00
|
|
|
* configure.in, eval.c, signal.c: : add '--with-pthread-ext'
|
2003-11-05 17:00:11 +03:00
|
|
|
option to fix the pthread trouble on 'tcltklib'
|
|
|
|
|
|
|
|
* ext/tcltklib/README.1st: add the description of '--with-pthread-ext'
|
|
|
|
|
2003-11-06 04:17:59 +03:00
|
|
|
* ext/tk/lib/tktext.rb : add TkText#text_copy, text_cut, text_paste
|
2003-11-05 17:00:11 +03:00
|
|
|
to support Tcl/Tk8.4's tk_textCopy, tk_textCut, tk_textPaste
|
|
|
|
|
2003-11-06 04:17:59 +03:00
|
|
|
* ext/tk/lib/tk.rb : add TkMenu#set_focus support Tcl/Tk's
|
2003-11-05 17:00:11 +03:00
|
|
|
tk_menuSetFocus
|
|
|
|
|
2003-11-06 10:22:39 +03:00
|
|
|
Wed Nov 5 17:33:45 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_load): allow interrupt during loaded program
|
|
|
|
evaluation. [ruby-dev:21834]
|
|
|
|
|
|
|
|
* hash.c (rb_hash_fetch): always warn if default argument and a
|
|
|
|
block are supplied at the same time. [ruby-dev:21842]
|
|
|
|
|
|
|
|
* hash.c (env_fetch): ditto.
|
|
|
|
|
|
|
|
* array.c (rb_ary_fetch): ditto.
|
|
|
|
|
2003-11-05 13:09:58 +03:00
|
|
|
Wed Nov 5 19:08:47 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):
|
|
|
|
do not remove next argument if empty value is placed.
|
|
|
|
|
|
|
|
* test/optparse: added.
|
|
|
|
|
2003-11-05 11:05:24 +03:00
|
|
|
Wed Nov 5 17:05:18 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/ui/gtk/testrunner.rb: typo.
|
|
|
|
|
2003-11-05 05:15:27 +03:00
|
|
|
Wed Nov 5 11:13:32 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c: add #include "version.h". this file still depends on it.
|
|
|
|
|
|
|
|
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,
|
|
|
|
wince/Makefile.sub: add version.h dependency to string.c.
|
|
|
|
|
2003-11-05 03:15:17 +03:00
|
|
|
Wed Nov 5 09:14:23 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/monitor.rb: revert to the previous revision.
|
|
|
|
|
2003-11-05 02:48:13 +03:00
|
|
|
Wed Nov 5 08:39:51 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.
|
|
|
|
|
|
|
|
* lib/webrick/https.rb (HTTPRequest#meta_vars): create
|
|
|
|
SSL_CLIENT_CERT_CHAIN_n from @client_cert_chain.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_ssl_get_peer_cert_chain): return nil
|
|
|
|
if no cert-chain was given.
|
|
|
|
|
2003-11-04 17:45:23 +03:00
|
|
|
Tue Nov 4 23:44:48 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:
|
|
|
|
remove needless version.h dependency.
|
|
|
|
|
2003-11-04 17:40:30 +03:00
|
|
|
Tue Nov 4 23:38:43 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* class.c, hash.c, string.c: remove #include "version.h".
|
|
|
|
|
|
|
|
* Makefile.in: remove needless version.h dependency.
|
|
|
|
|
2003-11-04 12:13:57 +03:00
|
|
|
Tue Nov 4 06:54:52 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (read_all): fptr->f may be NULL, if IO is closed in the
|
|
|
|
signal handler.
|
|
|
|
|
|
|
|
* io.c (io_read): ditto.
|
|
|
|
|
|
|
|
* string.c (get_pat): remove 1.8.0 warning code.
|
|
|
|
|
|
|
|
* string.c (rb_str_match): extend warning until 1.8.2.
|
|
|
|
|
|
|
|
* string.c (rb_str_match2): ditto.
|
|
|
|
|
|
|
|
* class.c (class_instance_method_list): remove 1.8.0 warnings.
|
|
|
|
method_list now recurs. [ruby-dev:21816]
|
|
|
|
|
|
|
|
* class.c (rb_obj_singleton_methods): ditto.
|
|
|
|
|
|
|
|
* array.c (rb_ary_select): remove select with block.
|
|
|
|
[ruby-dev:21824]
|
|
|
|
|
|
|
|
* hash.c (rb_hash_select): ditto.
|
|
|
|
|
|
|
|
* hash.c (env_select): ditto.
|
|
|
|
|
|
|
|
* re.c (match_select): ditto.
|
|
|
|
|
|
|
|
* struct.c (rb_struct_select): ditto.
|
|
|
|
|
2003-11-03 16:55:01 +03:00
|
|
|
Mon Nov 3 22:53:21 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/racc/parser.rb: synchronize with Racc 1.4.4.
|
|
|
|
|
|
|
|
* ext/racc/cparse/cparse.c: ditto.
|
|
|
|
|
|
|
|
* ext/racc/cparse/cparse.c (parse_main): should abort when
|
|
|
|
the length of LR state stack <=1, not ==0.
|
|
|
|
|
2003-11-04 12:13:57 +03:00
|
|
|
Mon Nov 3 08:50:47 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* process.c (check_uid_switch): remove duplicated error messages.
|
|
|
|
|
|
|
|
* process.c (check_gid_switch): ditto.
|
|
|
|
|
2003-11-01 20:30:40 +03:00
|
|
|
Sun Nov 2 02:28:33 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/ssl.rb: new option :SSLExtraChainCert.
|
|
|
|
|
2003-11-01 19:16:31 +03:00
|
|
|
Sun Nov 2 01:02:04 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* string.c (rb_str_hash): Update the HASH_PERL alternative hash
|
|
|
|
algorithm in sync with Perl 5.8.
|
|
|
|
|
|
|
|
* st.c (strhash): Ditto.
|
|
|
|
|
2003-11-01 20:30:40 +03:00
|
|
|
Sat Nov 1 18:21:09 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
2003-11-01 12:24:55 +03:00
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method
|
|
|
|
SSLSocket#peer_cert_chain.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509req.c (GetX509ReqPtr): new function
|
|
|
|
which returns underlying X509_REQ.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_issuer_cert,
|
|
|
|
ossl_x509extfactory_set_subject_cert, ossl_x509extfactory_set_crl,
|
|
|
|
ossl_x509extfactory_set_subject_req, ossl_x509extfactory_set_config):
|
|
|
|
use underlying C struct without duplication not to leak momory.
|
|
|
|
|
2003-10-31 19:50:27 +03:00
|
|
|
Sat Nov 1 01:49:03 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/mapping/factory.rb: mark marshalled basetype objects when
|
|
|
|
@allow_original_mapping is true. multi-referencing basetype node is
|
|
|
|
prohibited in SOAP/1.1 encoding but soap4r's original ruby object
|
|
|
|
mapping requires basetype to be marked to detect self referencing
|
|
|
|
loop. e.g. o = 1; o.instance_eval { @iv = o } soap4r's original
|
|
|
|
mapping is only used through soap/marshal API.
|
|
|
|
|
|
|
|
* test/soap/marshal/test_marshal.rb: add tests for self referencing
|
|
|
|
immutable objects.
|
|
|
|
|
|
|
|
* test/soap/calc/test_calc_cgi.rb: fix test name.
|
|
|
|
|
2003-10-31 16:36:19 +03:00
|
|
|
Fri Oct 31 22:26:29 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
|
|
|
|
|
|
|
* wince/string_wce.c (strrchr): should decrement pointer.
|
|
|
|
|
|
|
|
* wince/Makefile.sub: correct a range of isdigit().
|
|
|
|
|
2003-10-31 06:58:21 +03:00
|
|
|
Fri Oct 31 12:55:24 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD.
|
|
|
|
[ruby-dev:21791]
|
|
|
|
|
|
|
|
* bcc32/Makefile.sub, win32/Makefile.sub, win32/Makefile.sub: ditto.
|
|
|
|
|
2003-10-30 19:40:29 +03:00
|
|
|
Fri Oct 31 01:38:14 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spaces
|
2003-12-10 10:56:07 +03:00
|
|
|
at the beginning of line to remove by sed. (ruby-bugs-ja:PR#580)
|
2003-10-30 19:40:29 +03:00
|
|
|
|
2003-10-30 19:33:32 +03:00
|
|
|
Fri Oct 31 01:02:24 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* compar.c (cmp_equal): protect exceptions from <=> comparison
|
|
|
|
again. returns nil if any exception or error happened during
|
|
|
|
comparison.
|
|
|
|
|
|
|
|
* eval.c (search_required): should update *featurep when DLEXT2 is
|
2003-12-10 10:56:07 +03:00
|
|
|
defined. (ruby-bugs-ja:PR#581)
|
2003-10-30 19:33:32 +03:00
|
|
|
|
2003-10-30 17:46:06 +03:00
|
|
|
Thu Oct 30 23:41:04 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/drb/drb.rb: add DRbArray
|
|
|
|
|
|
|
|
* lib/drb/invokemethod.rb: fix Hash#each problem. [ruby-dev:21773]
|
|
|
|
|
|
|
|
* lib/drb/unix.rb: add LoadError. [ruby-dev:21743]
|
|
|
|
|
2003-10-30 17:25:21 +03:00
|
|
|
Thu Oct 30 23:19:11 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/generator.rb: better XML pretty printing.
|
|
|
|
|
|
|
|
* lib/soap/encodingstyle/soapHandler.rb: remove unnecessary namespace
|
|
|
|
assignment in the element which has "encodingStyle" attribute, and
|
|
|
|
add necessary namespace assignment for "arrayType" attribute.
|
|
|
|
|
|
|
|
* test/soap/calc/test_calc_cgi.rb: take over $DEBUG to ruby process
|
|
|
|
through CGI.
|
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Thu Oct 30 22:59:39 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-10-30 16:59:40 +03:00
|
|
|
|
|
|
|
* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.
|
|
|
|
|
2003-10-30 13:15:05 +03:00
|
|
|
Thu Oct 30 19:13:53 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* ext/syck/MANIFEST: Add yamlbyte.h.
|
|
|
|
|
2003-10-30 12:36:41 +03:00
|
|
|
Thu Oct 30 14:25:31 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (READ_DATA_BUFFERED): new macro to detect whether stdio
|
|
|
|
buffer filled.
|
|
|
|
|
|
|
|
* io.c (rb_io_fptr_cleanup): move path deallocation to
|
|
|
|
rb_io_fptr_finalize (finalizer called by GC).
|
|
|
|
|
2003-10-30 07:37:50 +03:00
|
|
|
Thu Oct 30 13:23:39 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (logop): left may be NULL. [ruby-talk:84539]
|
|
|
|
|
|
|
|
* eval.c (rb_eval): NODE_CASE nd_head may be NULL.
|
|
|
|
|
2003-10-30 04:17:40 +03:00
|
|
|
Thu Oct 30 10:14:51 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
2003-10-30 17:25:21 +03:00
|
|
|
* lib/test/unit/autorunner.rb: make fox runner work.
|
2003-10-30 04:17:40 +03:00
|
|
|
|
2003-10-30 03:34:30 +03:00
|
|
|
Thu Oct 30 09:32:26 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* process.c (rb_f_system): fixed lack of security check before
|
|
|
|
calling do_spawn() on win32. [ruby-talk:84555]
|
|
|
|
|
2003-10-29 20:47:24 +03:00
|
|
|
Thu Oct 30 02:46:35 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (proc_invoke): single array value to normal Proc#call
|
|
|
|
(i.e. not via lambda call), should be treated just like yield.
|
|
|
|
[ruby-dev:21726]
|
|
|
|
|
2003-10-29 20:27:59 +03:00
|
|
|
Thu Oct 30 02:25:48 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):
|
|
|
|
add new method to inherit @sync from @io.sync.
|
|
|
|
|
|
|
|
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): no need to
|
|
|
|
set sync flag explicitly.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): call super.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): set extra chain
|
|
|
|
certificates in @extra_chain_cert.
|
|
|
|
|
2003-10-29 16:06:12 +03:00
|
|
|
Wed Oct 29 22:02:04 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby
|
|
|
|
interpreter to exec, instead of test/ruby/envutil.rb,
|
|
|
|
|
2003-10-29 14:03:54 +03:00
|
|
|
Wed Oct 29 19:58:59 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not
|
|
|
|
defined and TCL_MAJOR_VERSION >= 8.
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c (VwaitVarProc, WaitVariableProc,
|
|
|
|
rb_threadVwaitProc): use CONST84 instead of CONST.
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c (ip_rbTkWaitCommand,
|
|
|
|
ip_rb_threadTkWaitCommand): use CONST84 always.
|
|
|
|
|
2003-10-29 11:31:43 +03:00
|
|
|
Wed Oct 29 17:27:05 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.
|
|
|
|
|
|
|
|
* lib/pathname.rb (realpath): examine Dir.pwd because it may have
|
|
|
|
symlinks.
|
|
|
|
|
2003-10-29 11:21:11 +03:00
|
|
|
Wed Oct 29 17:16:31 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_longjmp): must not disturb original jump.
|
|
|
|
[ruby-dev:21733]
|
|
|
|
|
2003-10-29 09:53:48 +03:00
|
|
|
Wed Oct 29 15:28:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (Init_Proc): taint preallocated exception object
|
|
|
|
sysstack_error. [ruby-talk:84534]
|
|
|
|
|
2003-10-29 05:30:08 +03:00
|
|
|
Wed Oct 29 11:27:39 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (ret_args): node may be NULL. [ruby-talk:84530]
|
|
|
|
|
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
WaitVariableProc, WaitVisibilityProc, WaitWindowProc,
ip_rbTkWaitObjCmd, ip_rbTkWaitCommand, rb_threadVwaitProc,
rb_threadWaitVisibilityProc, rb_threadWaitWindowProc,
ip_rb_threadVwaitObjCmd, ip_rb_threadTkWaitObjCmd): prototype;
avoid VC++ warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-28 09:23:47 +03:00
|
|
|
Tue Oct 28 15:20:12 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
2003-11-05 11:05:24 +03:00
|
|
|
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
|
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
WaitVariableProc, WaitVisibilityProc, WaitWindowProc,
ip_rbTkWaitObjCmd, ip_rbTkWaitCommand, rb_threadVwaitProc,
rb_threadWaitVisibilityProc, rb_threadWaitWindowProc,
ip_rb_threadVwaitObjCmd, ip_rb_threadTkWaitObjCmd): prototype;
avoid VC++ warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-28 09:23:47 +03:00
|
|
|
WaitVariableProc, WaitVisibilityProc, WaitWindowProc,
|
|
|
|
ip_rbTkWaitObjCmd, ip_rbTkWaitCommand, rb_threadVwaitProc,
|
|
|
|
rb_threadWaitVisibilityProc, rb_threadWaitWindowProc,
|
|
|
|
ip_rb_threadVwaitObjCmd, ip_rb_threadTkWaitObjCmd): prototype;
|
|
|
|
avoid VC++ warnings.
|
|
|
|
|
2003-10-27 13:19:57 +03:00
|
|
|
Mon Oct 27 19:19:55 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_longjmp): ignore reentering error while warning.
|
|
|
|
[ruby-dev:21730]
|
|
|
|
|
2003-10-26 18:25:58 +03:00
|
|
|
Mon Oct 27 00:23:50 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c (ip_ruby): bug fix on Win : hang-up when
|
|
|
|
calling 'exit' in the Tk callback procedure. [ruby-list:38656]
|
|
|
|
|
2003-10-25 04:36:56 +04:00
|
|
|
Sat Oct 25 09:18:04 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_method_missing): protect exception from within
|
2003-12-10 10:56:07 +03:00
|
|
|
"inspect". (ruby-bugs:PR#1204)
|
2003-10-25 04:36:56 +04:00
|
|
|
|
2003-10-24 18:31:14 +04:00
|
|
|
Fri Oct 24 23:26:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* hash.c (rb_hash_each): Hash#each should yield single value.
|
|
|
|
[ruby-talk:84420]
|
|
|
|
|
|
|
|
* hash.c (env_each): ditto for ENV.each.
|
|
|
|
|
2003-10-23 15:29:29 +04:00
|
|
|
Thu Oct 23 20:25:32 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/server.rb (GenericServer#start): should rescue
|
|
|
|
IOError from IO::accept. [ruby-dev:21692]
|
|
|
|
|
2003-10-23 12:59:42 +04:00
|
|
|
Thu Oct 23 17:59:36 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
|
|
|
|
[ruby-dev:21686]
|
|
|
|
|
|
|
|
* ext/dl/extconf.rb: move list of files to clean from DEPEND file,
|
|
|
|
to get rid of macro redefinitions.
|
|
|
|
|
2003-10-23 08:44:04 +04:00
|
|
|
Thu Oct 23 13:44:00 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y: integrate operations for stack_type. [ruby-dev:21681]
|
|
|
|
|
2003-10-22 19:43:10 +04:00
|
|
|
Thu Oct 23 00:41:45 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/soap/calc/*, test/soap/helloworld/*: set logging threshold
|
|
|
|
to ERROR.
|
|
|
|
|
2003-10-22 07:53:41 +04:00
|
|
|
Wed Oct 22 12:53:31 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):
|
|
|
|
ignore tests which raised LoadError.
|
|
|
|
|
|
|
|
* test/drb/drbtest.rb, test/ruby/test_beginendblock.rb,
|
|
|
|
test/ruby/test_system.rb: avoid requiring same file twice.
|
|
|
|
|
|
|
|
* test/drb/test_drbssl.rb, test/drb/test_drbunix.rb: should not use
|
|
|
|
ARGV unless invoked directly. do not create test cases unless
|
|
|
|
required libraries are available.
|
|
|
|
|
2003-10-21 21:38:37 +04:00
|
|
|
Wed Oct 22 02:31:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (ruby_cleanup): should not ignore exit_value in END
|
|
|
|
execution. [ruby-dev:21670]
|
|
|
|
|
2003-10-21 18:42:15 +04:00
|
|
|
Tue Oct 21 23:16:26 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (ruby_cleanup): call finalizers and exit procs before
|
|
|
|
terminating threads.
|
|
|
|
|
|
|
|
* eval.c (ruby_cleanup): preserve ruby_errinfo before ruby_finalize_0().
|
|
|
|
|
2003-10-21 10:57:14 +04:00
|
|
|
Tue Oct 21 15:57:11 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):
|
|
|
|
prepend the directory of target file to the load path.
|
|
|
|
|
2003-10-21 10:10:12 +04:00
|
|
|
Tue Oct 21 15:08:53 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/win32.c (do_spawn, do_aspawn): should wait child process even
|
|
|
|
if callded with P_OVERLAY.
|
|
|
|
|
2003-10-21 10:23:51 +04:00
|
|
|
* win32/win32.c (do_spawn, do_aspawn): should return child's exit
|
|
|
|
status to parent.
|
|
|
|
|
2003-10-20 19:37:11 +04:00
|
|
|
Tue Oct 21 00:35:02 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/soap/calc/*, test/soap/helloworld/*: catch the exception from
|
|
|
|
test server thread and recover.
|
|
|
|
|
2003-10-20 19:24:00 +04:00
|
|
|
Tue Oct 21 00:22:57 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* test/drb/*: import drb/runit.
|
|
|
|
|
2003-10-20 18:55:50 +04:00
|
|
|
Mon Oct 20 23:55:47 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): set current node after arguments evaluation.
|
|
|
|
[ruby-dev:21632]
|
|
|
|
|
|
|
|
* eval.c (rb_yield_0): set current node and keep it at local jump.
|
|
|
|
|
2003-10-20 17:01:21 +04:00
|
|
|
Mon Oct 20 22:01:18 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_thread_cleanup): keep thread group for main thread.
|
|
|
|
[ruby-dev:21644]
|
|
|
|
|
2003-10-20 13:28:13 +04:00
|
|
|
Mon Oct 20 18:28:10 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_catch): backout.
|
|
|
|
|
2003-10-20 12:33:49 +04:00
|
|
|
Mon Oct 20 17:31:46 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()
|
|
|
|
destination.
|
|
|
|
|
|
|
|
* eval.c (localjump_destination): use unique number in ruby_frame
|
|
|
|
for localjump destination.
|
|
|
|
|
2003-10-20 06:31:47 +04:00
|
|
|
Mon Oct 20 11:31:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_signal.rb (test_signal): restore old trap.
|
|
|
|
|
2003-10-20 06:06:42 +04:00
|
|
|
Mon Oct 20 11:00:46 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* gc.c (gc_sweep): loosen page free condition to avoid add_heap()
|
|
|
|
race condition. [ruby-dev:21633]
|
|
|
|
|
|
|
|
* gc.c (gc_sweep): do not update malloc_limit when malloc_increase
|
|
|
|
is smaller than malloc_limit.
|
|
|
|
|
2003-10-20 04:46:01 +04:00
|
|
|
Mon Oct 20 09:45:12 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/debug.rb (debug_command): remove debug print.
|
|
|
|
|
2003-10-19 08:14:40 +04:00
|
|
|
Sun Oct 19 13:12:30 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.
|
|
|
|
|
2003-10-18 19:21:18 +04:00
|
|
|
Sun Oct 19 00:14:22 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/soap/calc/*, test/soap/helloworkd/*: changed port# of test
|
|
|
|
server. (17171)
|
|
|
|
|
2003-10-18 18:04:18 +04:00
|
|
|
Sat Oct 18 23:01:32 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef).
|
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Sat Oct 18 05:48:59 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-10-18 00:53:39 +04:00
|
|
|
|
|
|
|
* ext/syck/rubyext.c: YAML::Syck::compile method.
|
|
|
|
|
|
|
|
* ext/syck/syck.c: Buffer edge bug.
|
|
|
|
|
|
|
|
* ext/syck/yaml2byte.c: YAML to bytecode converter.
|
|
|
|
|
2003-10-18 01:03:16 +04:00
|
|
|
* ext/syck/yamlbyte.h: Ditto.
|
|
|
|
|
2003-10-18 00:53:39 +04:00
|
|
|
* ext/syck/bytecode.c: Bytecode parser fixes to empty collections
|
|
|
|
and empty strings.
|
|
|
|
|
|
|
|
* ext/syck/token.c: Ditto.
|
|
|
|
|
2003-10-17 18:09:43 +04:00
|
|
|
Fri Oct 17 23:07:38 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:
|
|
|
|
Provide Kernel#to_enum as an alias for Kernel#enum_for. Maybe
|
|
|
|
this is a better name.
|
|
|
|
|
2003-10-17 18:01:26 +04:00
|
|
|
Fri Oct 17 23:00:30 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* lib/generator.rb: Add rdoc documentation.
|
|
|
|
|
2003-10-17 17:17:35 +04:00
|
|
|
Fri Oct 17 22:16:42 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* lib/set.rb: Reword and fix Overview.
|
|
|
|
|
|
|
|
* lib/set.rb: It is not necessary to require
|
|
|
|
'test/unit/ui/console/testrunner'.
|
|
|
|
|
2003-10-17 06:18:01 +04:00
|
|
|
Fri Oct 17 11:15:22 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_range.rb: added.
|
|
|
|
|
|
|
|
* MANIFEST: add test/ruby/test_range.rb.
|
|
|
|
|
2003-10-20 06:06:42 +04:00
|
|
|
Fri Oct 17 03:21:23 2003 William Sobel <will.sobel@barra.com>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (make_hostent): h_aliases may be NULL.
|
2003-12-10 10:56:07 +03:00
|
|
|
(ruby-bugs:PR#1195)
|
2003-10-20 06:06:42 +04:00
|
|
|
|
|
|
|
* ext/socket/socket.c (sock_s_gethostbyaddr): ditto.
|
|
|
|
|
2003-10-16 19:14:41 +04:00
|
|
|
Fri Oct 17 00:12:41 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: (bug fix) instance variable @frame was used
|
2003-10-20 06:06:42 +04:00
|
|
|
without initializing on TkComposite module.
|
2003-10-16 19:14:41 +04:00
|
|
|
|
2003-10-16 18:53:47 +04:00
|
|
|
Thu Oct 16 23:51:04 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: If $DEBUG == true and some exception is caused
|
|
|
|
in a callback operation, Ruby/Tk shows a (verbose) backtrace
|
2003-10-20 06:31:47 +04:00
|
|
|
information on the callback process.
|
2003-10-16 18:53:47 +04:00
|
|
|
|
2003-10-16 21:46:14 +04:00
|
|
|
Thu Oct 16 17:09:19 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/debug.rb (DEBUGGER__::Context::debug_command): do not call
|
2003-12-10 10:56:07 +03:00
|
|
|
debug_silent_eval() when $1 is not set. (ruby-bugs:PR#1194)
|
2003-10-16 21:46:14 +04:00
|
|
|
|
2003-10-16 12:01:15 +04:00
|
|
|
Thu Oct 16 16:54:57 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c (rb_str_upto): ("a"..."a").to_a should return [].
|
|
|
|
[ruby-core:01634]
|
|
|
|
|
2003-10-16 11:45:51 +04:00
|
|
|
Thu Oct 16 16:40:51 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-10-20 06:31:47 +04:00
|
|
|
* ext/tk/lib/tk.rb:
|
|
|
|
Add Tk::EncodedString and Tk::UTF8_String class to support
|
2003-10-16 11:45:51 +04:00
|
|
|
characters using the \uXXXX escape to the UNICODE string.
|
|
|
|
|
|
|
|
* ext/tk/sample/{demos-en,demos-jp}/unicodeout.rb
|
|
|
|
new demo-scripts (samples of Tk::UTF8_String)
|
|
|
|
|
|
|
|
* ext/tk/sample/{demos-en,demos-jp}/widget
|
|
|
|
add entries for 'unicodeout.rb'
|
|
|
|
|
2003-10-16 03:38:10 +04:00
|
|
|
Thu Oct 16 08:38:06 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/digest/test_digest.rb (test_eq): show failed class.
|
|
|
|
|
|
|
|
* test/ruby/test_iterator.rb (test_break, test_return_trace_func):
|
|
|
|
test localjump destination.
|
|
|
|
|
2003-10-15 15:25:41 +04:00
|
|
|
Wed Oct 15 20:22:31 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead of
|
|
|
|
instance_eval('path_query'). [ruby-list:38575]
|
|
|
|
|
2003-10-15 12:34:35 +04:00
|
|
|
Wed Oct 15 17:24:45 2003 URABE Shyouhei <root@mput.dip.jp>
|
|
|
|
|
|
|
|
* lib/cgi.rb (CGI::Cookie): tiny typo fix.
|
|
|
|
|
2003-10-15 10:00:57 +04:00
|
|
|
Wed Oct 15 15:00:54 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (ruby_run): just return FAILURE instead of parse error
|
|
|
|
count. [ruby-list:38569]
|
|
|
|
|
2003-10-15 08:19:48 +04:00
|
|
|
Wed Oct 15 13:17:02 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/digest/digest.c (rb_digest_base_alloc): need to initialize
|
|
|
|
buffer. [ruby-dev:21622]
|
|
|
|
|
2003-10-15 06:27:56 +04:00
|
|
|
Wed Oct 15 11:23:05 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (w_object): dump extended modules as well.
|
|
|
|
|
|
|
|
* marshal.c (r_object0): TYPE_USRMARSHAL should restore extended
|
|
|
|
modules before invoking marshal_load. these two fixes are done
|
|
|
|
by Masatoshi Seki <m_seki@mva.biglobe.ne.jp>.
|
|
|
|
|
2003-10-15 04:32:44 +04:00
|
|
|
Wed Oct 15 09:30:34 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.
|
|
|
|
|
|
|
|
* ext/syck/syck.h: include stdio.h for definition of FILE.
|
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Wed Oct 15 08:09:07 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-10-15 03:15:19 +04:00
|
|
|
|
|
|
|
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
|
|
|
|
|
|
|
|
* ext/syck/gram.c: Ditto.
|
|
|
|
|
|
|
|
* ext/syck/syck.c: Ditto.
|
|
|
|
|
|
|
|
* ext/syck/token.c: Ditto.
|
|
|
|
|
|
|
|
* ext/syck/handler.c: Ditto.
|
|
|
|
|
|
|
|
* ext/syck/handler.c: Now using 'tag' rather than 'taguri' in type URIs.
|
|
|
|
|
|
|
|
* ext/syck/rubyext.c: Ditto (on both counts).
|
2003-10-15 10:00:57 +04:00
|
|
|
|
2003-10-15 00:14:20 +04:00
|
|
|
Wed Oct 15 05:05:53 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* lib/generator.rb: A new library which converts an internal
|
|
|
|
iterator to an external iterator.
|
|
|
|
|
|
|
|
* lib/abbrev.rb: A new library which creates an abbreviation table
|
|
|
|
from a list.
|
|
|
|
|
2003-10-14 23:36:09 +04:00
|
|
|
Wed Oct 15 04:31:51 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
2003-10-15 10:00:57 +04:00
|
|
|
* ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :
|
2003-10-14 23:36:09 +04:00
|
|
|
new demo-scripts
|
|
|
|
|
2003-10-15 10:00:57 +04:00
|
|
|
* ext/tk/sample/demos-en/widget, ext/tk/sample/demos-jp/widget :
|
2003-10-14 23:36:09 +04:00
|
|
|
add entries for 'entry3.rb'
|
|
|
|
|
2003-10-14 23:34:46 +04:00
|
|
|
Wed Oct 15 04:31:47 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* test/digest/test_digest.rb: Moved from ext/digest/test.rb.
|
|
|
|
|
2003-10-14 22:55:23 +04:00
|
|
|
Wed Oct 15 03:53:20 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: fixed trouble on auto-load Tcl commands (enbug
|
|
|
|
on the last commit).
|
|
|
|
|
2003-10-15 06:27:56 +04:00
|
|
|
Wed Oct 15 00:25:00 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (yylex): argument parentheses preceded by spaces should
|
|
|
|
be warned; not error. [ruby-talk:84103]
|
|
|
|
|
2003-10-14 19:25:45 +04:00
|
|
|
Wed Oct 15 00:20:15 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c: replace Tcl/Tk's vwait and tkwait to
|
|
|
|
switch on threads smoothly and avoid seg-fault.
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c: add TclTkIp._thread_vwait and
|
|
|
|
_thread_tkwait for waiting on a thread. (Because Tcl/Tk's vwait
|
|
|
|
and tkwait command wait on an eventloop.)
|
|
|
|
|
|
|
|
* ext/tk/lib/multi-tk.rb: support TclTkIp._thread_vwait and
|
|
|
|
_thread_tkwait.
|
|
|
|
|
2003-10-15 10:00:57 +04:00
|
|
|
* ext/tk/lib/tk.rb: now, TkVariable#wait has 2 arguments.
|
2003-10-14 19:25:45 +04:00
|
|
|
If 1st argument is true, waits on a thread. If false, waits on
|
|
|
|
an eventloop. If 2nd argument is true, checks existence of
|
|
|
|
rootwidgets. If false, doesn't. Default is wait(true, false).
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: add TkVariable#tkwait(arg) which is equal to
|
|
|
|
TkVariable#wait(arg, true). wait_visibility and wait_destroy
|
|
|
|
have an argument for waiting on a thread or an eventloop.
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: improve of accessing Tcl/Tk's special variables.
|
|
|
|
|
|
|
|
* ext/tk/lib/tkafter.rb: support 'wait on a thread' and 'wait on
|
|
|
|
an eventloop'.
|
|
|
|
|
2003-10-14 19:14:49 +04:00
|
|
|
Wed Oct 15 00:10:24 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of
|
|
|
|
SOAPBasetype and SOAPCompoundtype.
|
|
|
|
|
|
|
|
* lib/soap/generator.rb, lib/soap/element.rb, lib/soap/encodingstyle/*:
|
|
|
|
Encoding methods signature change. Pass SOAPGenerator as a parameter.
|
|
|
|
|
|
|
|
* lib/soap/mapping/*, test/soap/marshal/test_marshal.rb: Refactoring
|
|
|
|
for better marshalling/unmarshalling support. Now I think SOAP
|
|
|
|
marshaller supports all kind of object graph which is supported by
|
|
|
|
Ruby's original marshaller. Of course there could be bugs as always.
|
|
|
|
Find it. :-)
|
|
|
|
|
|
|
|
* lib/soap/rpc/standaloneServer.rb: Set severity threshould to INFO.
|
|
|
|
DEBUG is too noisy.
|
|
|
|
|
|
|
|
* lib/xsd/datatypes.rb: DateTime#of is obsoleted. Use DateTime#offset.
|
|
|
|
|
|
|
|
* test/wsdl/emptycomplextype.wsdl, test/xsd/xmlschema.xml: Avoid
|
|
|
|
useless warning.
|
|
|
|
|
2003-10-14 14:09:39 +04:00
|
|
|
Tue Oct 14 19:09:35 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (ruby_finalize_0): return the given exit status unless
|
|
|
|
SystemExit got raised.
|
|
|
|
|
2003-10-14 06:53:53 +04:00
|
|
|
Tue Oct 14 11:53:49 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* intern.h (ruby_stop): never return.
|
|
|
|
|
|
|
|
* ruby.h (ruby_run): ditto.
|
|
|
|
|
2003-10-13 23:46:07 +04:00
|
|
|
Tue Oct 14 04:43:55 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (realpath): make ELOOP check bit more robust.
|
|
|
|
(children): prepend self by default.
|
|
|
|
(chroot): obsoleted.
|
|
|
|
|
2003-10-13 21:29:34 +04:00
|
|
|
Tue Oct 14 02:29:31 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_require_safe): segfault after loading .so.
|
|
|
|
|
2003-10-13 21:09:23 +04:00
|
|
|
Tue Oct 14 02:05:23 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
|
|
|
* ext/Setup*, ext/enumerator/*: Add ext/enumerator, a helper
|
|
|
|
module for the Enumerable interface.
|
|
|
|
|
2003-10-13 18:59:25 +04:00
|
|
|
Mon Oct 13 23:55:59 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],
|
|
|
|
not "ruby".
|
|
|
|
|
2003-10-13 18:57:36 +04:00
|
|
|
Mon Oct 13 23:57:29 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_feature_p): match by classified suffix.
|
|
|
|
|
|
|
|
* eval.c (rb_require_safe): require library in the specified safe
|
|
|
|
level.
|
|
|
|
|
|
|
|
* variable.c (rb_autoload, rb_autoload_load): restore safe level
|
|
|
|
when autoload was called. [ruby-dev:21338]
|
|
|
|
|
|
|
|
* intern.h: prototypes; rb_require_safe.
|
|
|
|
|
|
|
|
* test/runner.rb: accept non-option arguments.
|
|
|
|
|
2003-10-13 17:05:24 +04:00
|
|
|
Mon Oct 13 20:49:51 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* string.c (str_new4): should not preserve FL_TAINT status in the
|
|
|
|
internal shared string. [ruby-dev:21601]
|
|
|
|
|
|
|
|
* string.c (rb_str_new4): ditto.
|
|
|
|
|
|
|
|
* eval.c: use EXIT_SUCCESS and EXIT_FAILURE for exit values.
|
|
|
|
|
2003-10-15 04:49:35 +04:00
|
|
|
* process.c: ditto. [ruby-list:38521]
|
2003-10-13 17:05:24 +04:00
|
|
|
|
|
|
|
Mon Oct 13 19:51:02 2003 Koji Arai <jca02266@nifty.ne.jp>
|
|
|
|
|
|
|
|
* lib/debug.rb (debug_command): should enter emacs mode when
|
|
|
|
assigned any value to the environment variable "EMACS".
|
|
|
|
On Meadow, (getenv "EMACS") is "meadow".
|
|
|
|
|
2003-10-12 09:46:59 +04:00
|
|
|
Sun Oct 12 14:45:03 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/win32ole/extconf.rb: check "windows.h", not "windows".
|
|
|
|
[ruby-talk:84051]
|
|
|
|
|
2003-10-21 18:42:15 +04:00
|
|
|
Sat Oct 11 20:41:03 2003 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* file.c (eaccess): Use access(2) on Cygwin.
|
|
|
|
|
2003-10-11 12:10:07 +04:00
|
|
|
Sat Oct 11 17:09:21 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/rexml/quickpath.rb (REXML::QuickPath::match):
|
|
|
|
escape '[' to avoid warning.
|
|
|
|
|
2003-10-11 11:09:19 +04:00
|
|
|
Sat Oct 11 16:08:41 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (realpath): check existence of the file.
|
2003-10-11 09:37:41 +04:00
|
|
|
|
2003-10-11 10:42:41 +04:00
|
|
|
* lib/pathname.rb (realpath): re-implemented.
|
|
|
|
(realpath_root?, realpath_rec): removed
|
2003-10-11 09:37:41 +04:00
|
|
|
|
2003-10-11 05:20:45 +04:00
|
|
|
Sat Oct 11 10:19:39 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/monitor.rb: handle exceptions correctly. Thanks, Gennady
|
2003-10-13 18:57:36 +04:00
|
|
|
Bystritsky.
|
2003-10-11 05:20:45 +04:00
|
|
|
|
2003-10-10 02:50:57 +04:00
|
|
|
Fri Oct 10 07:50:54 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (is_defined): inheritance line adjustment as like as
|
|
|
|
rb_call_super().
|
|
|
|
|
2003-10-09 20:20:22 +04:00
|
|
|
Fri Oct 10 01:19:00 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add
|
|
|
|
optional argument to specify the DirectoryString type
|
|
|
|
(ASN1::UTF8STRING by default). RFC3280 deprecates PrintableString
|
|
|
|
for DirectoryString, and strongly requires to use UTF8String for
|
|
|
|
all certificates issued after December, 31 2003.
|
|
|
|
|
|
|
|
* ext/openssl/lib/openssl/x509.rb (X509::Name::parse): ditto.
|
|
|
|
|
2003-10-09 18:50:24 +04:00
|
|
|
Thu Oct 9 23:50:21 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_thread_start_0): prevent thread from GC.
|
|
|
|
[ruby-dev:21572]
|
|
|
|
|
2003-10-09 14:11:48 +04:00
|
|
|
Thu Oct 9 19:11:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_thread_start_0): non-volatile should be restored from
|
|
|
|
volatile.
|
|
|
|
|
2003-10-09 12:43:39 +04:00
|
|
|
Thu Oct 9 17:43:36 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (proc_save_safe_level, proc_get_safe_level,
|
|
|
|
proc_set_safe_level): save/restore safe level 1..4.
|
|
|
|
|
2003-10-09 21:45:53 +04:00
|
|
|
Thu Oct 9 16:33:23 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (r_object0): remove unnecessary iv restoration for
|
|
|
|
USRMARSHAL. [ruby-dev:21582]
|
|
|
|
|
|
|
|
* marshal.c (w_object): dump generic instance variables from
|
|
|
|
a string from '_dump'.
|
|
|
|
|
|
|
|
* variable.c (rb_generic_ivar_table): return 0 if obj's FL_EXIVAR
|
|
|
|
is not set.
|
|
|
|
|
|
|
|
* time.c (time_dump): copy instance variables to dumped string, to
|
|
|
|
be included in the marshaled data.
|
|
|
|
|
|
|
|
* bignum.c (rb_big2ulong): add range check to ensure round trip.
|
|
|
|
|
2003-10-09 10:46:40 +04:00
|
|
|
Thu Oct 9 15:45:27 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* pack.c (uv_to_utf8): change message to "out of range", since
|
2003-10-30 16:38:53 +03:00
|
|
|
negative values are not "too big". [ruby-dev:21567]
|
2003-10-09 10:46:40 +04:00
|
|
|
|
2003-10-09 09:05:43 +04:00
|
|
|
Thu Oct 9 14:05:38 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level.
|
|
|
|
[ruby-dev:21557]
|
|
|
|
|
2003-10-09 05:51:08 +04:00
|
|
|
Thu Oct 9 10:51:04 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_yield_0): no error if block is empty.
|
|
|
|
|
2003-10-09 01:43:36 +04:00
|
|
|
Thu Oct 9 06:43:33 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (localjump_error): id should be ID.
|
|
|
|
|
|
|
|
* eval.c (rb_eval): nd_rval is set in copy_node_scope().
|
|
|
|
|
|
|
|
* eval.c (rb_yield_0): unused variable.
|
|
|
|
|
|
|
|
* eval.c (rb_yield_0): nothing to do for empty node.
|
|
|
|
|
|
|
|
* eval.c (call_end_proc, proc_invoke): adjust backtrace in END.
|
|
|
|
[ruby-dev:21551]
|
|
|
|
|
|
|
|
* eval.c (rb_thread_start_0): set the value by break as the result.
|
|
|
|
[ruby-dev:21552]
|
|
|
|
|
|
|
|
* eval.c (rb_thread_start_0, rb_thread_raise, rb_callcc): save
|
|
|
|
variables across THREAD_SAVE_CONTEXT.
|
|
|
|
|
2004-01-19 12:19:31 +03:00
|
|
|
Thu Oct 9 12:05:46 2003 Eric Sunshine <sunshine@sunshineco.com>
|
|
|
|
|
|
|
|
* configure.in: revived NextStep, OpenStep, and Rhapsody ports which
|
|
|
|
had become unbuildable; enhanced --enable-fat-binary option so that
|
|
|
|
it accepts a list of desired architectures (rather than assuming a
|
|
|
|
fixed list), or defaults to a platform-appropriate list if user does
|
|
|
|
not provide an explicit list; made the default list of architectures
|
|
|
|
for MAB (fat binary) more comprehensive; now uses -fno-common even
|
|
|
|
when building the interpreter (in addition to using it for
|
|
|
|
extensions), thus allowing the interpreter to be embedded into a
|
|
|
|
plugin module of an external project (in addition to allowing
|
|
|
|
embedding directly into an application); added checks for
|
|
|
|
<netinet/in_systm.h> (needed by `socket' extension) and getcwd(); now
|
|
|
|
ensures that -I/usr/local/include is employed when extensions'
|
|
|
|
extconf.rb scripts invoke have_header() since extension checks on
|
|
|
|
NextStep and OpenStep will fail without it if the desired resource
|
|
|
|
resides in the /usr/local tree; fixed formatting of --help message.
|
|
|
|
|
|
|
|
* Makefile.in: $(LIBRUBY_A) rule now deletes the archive before
|
|
|
|
invoking $(AR) since `ar' on Apple/NeXT can not "update" MAB archives
|
|
|
|
(see configure's --enable-fat-binary option); added rule for new
|
|
|
|
missing/getcwd.c.
|
|
|
|
|
|
|
|
* defines.h: fixed endian handling during MAB build (see configure's
|
|
|
|
--enable-fat-binary option) to ensure that all portions of the
|
|
|
|
project see the correct WORDS_BIGENDIAN value (some extension modules
|
|
|
|
were getting the wrong endian setting); added missing constants
|
|
|
|
GETPGRP_VOID, WNOHANG, WUNTRACED, X_OK, and type pid_t for NextStep
|
|
|
|
and OpenStep; removed unnecessary and problematic HAVE_SYS_WAIT_H
|
|
|
|
define in NeXT section.
|
|
|
|
|
|
|
|
* dir.c: do not allow NAMLEN() macro to trust dirent::d_namlen on
|
|
|
|
NextStep since, on some installations, this value always resolves
|
|
|
|
uselessly to zero.
|
|
|
|
|
|
|
|
* dln.c: added error reporting to NextStep extension loader since the
|
|
|
|
previous behavior of failing silently was not useful; now ensures
|
|
|
|
that NSLINKMODULE_OPTION_BINDNOW compatibility constant is defined
|
|
|
|
for OpenStep and Rhapsody; no longer includes <mach-o/dyld.h> twice
|
|
|
|
on Rhapsody since this header lacks multiple-include protection,
|
|
|
|
which resulted in "redefinition" compilation errors.
|
|
|
|
|
|
|
|
* main.c: also create hard reference to objc_msgSend() on NeXT
|
|
|
|
platforms (in addition to Apple platforms).
|
|
|
|
|
|
|
|
* lib/mkmf.rb: now exports XCFLAGS from configure script to extension
|
|
|
|
makefiles so that extensions can be built MAB (see configure's
|
|
|
|
--enable-fat-binary option); also utilize XCFLAGS in cc_command()
|
|
|
|
(but not cpp_command() because MAB flags are incompatible with
|
|
|
|
direct invocation of `cpp').
|
|
|
|
|
|
|
|
* ext/curses/extconf.rb: now additionally checks for presence of these
|
|
|
|
curses functions which are not present on NextStep or Openstep:
|
|
|
|
bkgd(), bkgdset(), color(), curs(), getbkgd(), init(), scrl(), set(),
|
|
|
|
setscrreg(), wattroff(), wattron(), wattrset(), wbkgd(), wbkgdset(),
|
|
|
|
wscrl(), wsetscrreg()
|
|
|
|
|
|
|
|
* ext/curses/curses.c: added appropriate #ifdef's for additional set of
|
|
|
|
curses functions now checked by extconf.rb; fixed curses_bkgd() and
|
|
|
|
window_bkgd() to correctly return boolean result rather than numeric
|
|
|
|
result; fixed window_getbkgd() to correctly signal an error by
|
|
|
|
returning nil rather than -1.
|
|
|
|
|
|
|
|
* ext/etc/etc.c: setup_passwd() and setup_group() now check for null
|
|
|
|
pointers before invoking rb_tainted_str_new2() upon fields extracted
|
|
|
|
from `struct passwd' and `struct group' since null pointers in some
|
|
|
|
fields are common on NextStep/OpenStep (especially so for the
|
|
|
|
`pw_comment' field) and rb_tainted_str_new2() throws an exception
|
|
|
|
when it receives a null pointer.
|
|
|
|
|
|
|
|
* ext/pty/pty.c: include "util.h" for strdup()/ruby_strdup() for
|
|
|
|
platforms such as NextStep and OpenStep which lack strdup().
|
|
|
|
|
|
|
|
* ext/socket/getaddrinfo.c: cast first argument of getservbyname(),
|
|
|
|
gethostbyaddr(), and gethostbyname() from (const char*) to non-const
|
|
|
|
(char*) for older platforms such as NextStep and OpenStep.
|
|
|
|
|
|
|
|
* ext/socket/socket.c: include "util.h" for strdup()/ruby_strdup() for
|
|
|
|
platforms such as NextStep and OpenStep which lack strdup(); include
|
|
|
|
<netinet/in_systm.h> if present for NextStep and OpenStep; cast first
|
|
|
|
argument of gethostbyaddr() and getservbyname() from (const char*) to
|
|
|
|
non-const (char*) for older platforms.
|
|
|
|
|
|
|
|
* ext/syslog/syslog.c: include "util.h" for strdup()/ruby_strdup() for
|
|
|
|
platforms such as NextStep and OpenStep which lack strdup().
|
|
|
|
|
2003-10-08 17:21:28 +04:00
|
|
|
Wed Oct 8 22:19:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit.rb: removed installation instructions.
|
|
|
|
|
|
|
|
* lib/test/unit/ui/testrunnermediator.rb: moved the run flag to a more
|
|
|
|
central location.
|
|
|
|
|
|
|
|
* lib/test/unit.rb: ditto.
|
|
|
|
|
|
|
|
* lib/test/unit.rb: extracted the running code in to AutoRunner.
|
|
|
|
|
|
|
|
* lib/test/unit/autorunner.rb: added.
|
|
|
|
|
|
|
|
* lib/test/unit/collector/objectspace.rb: extracted common test
|
|
|
|
collection functionality in to a module.
|
2003-10-09 01:43:36 +04:00
|
|
|
|
2003-10-08 17:21:28 +04:00
|
|
|
* lib/test/unit/collector.rb: ditto; added.
|
|
|
|
|
|
|
|
* test/testunit/collector/test_objectspace.rb: ditto.
|
|
|
|
|
|
|
|
* lib/test/unit/collector/dir.rb: added. Supports collecting tests out
|
|
|
|
of a directory structure.
|
|
|
|
|
|
|
|
* test/testunit/collector/test_dir.rb: added.
|
|
|
|
|
|
|
|
* test/runner.rb: simplified to use the new capabilities.
|
|
|
|
|
2003-10-07 10:27:11 +04:00
|
|
|
Tue Oct 7 15:23:09 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.
|
|
|
|
|
|
|
|
* test/ruby/beginmainend.rb: add tests for nested BEGIN/END.
|
|
|
|
|
|
|
|
* test/ruby/endblockwarn.rb: new file added to test of END-in-method
|
|
|
|
warning.
|
|
|
|
|
2003-10-07 07:24:11 +04:00
|
|
|
Tue Oct 7 12:23:47 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
2003-10-07 07:30:55 +04:00
|
|
|
* ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::O_ACCMODE.
|
2003-10-07 05:04:07 +04:00
|
|
|
|
|
|
|
* ext/socket/extconf.rb: useless assignment removed.
|
|
|
|
|
2003-10-07 04:13:29 +04:00
|
|
|
Tue Oct 7 09:13:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now
|
|
|
|
allowed in eval.
|
|
|
|
|
2003-10-06 23:15:29 +04:00
|
|
|
Tue Oct 7 04:15:25 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (stmt): should not expand mrhs if lhs is solely starred.
|
|
|
|
|
2003-10-06 21:59:53 +04:00
|
|
|
Tue Oct 7 02:57:53 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (stmt): rhs of multiple assignment should not be
|
|
|
|
expanded using "to_a". [ruby-dev:21527]
|
|
|
|
|
2003-10-06 20:55:00 +04:00
|
|
|
Tue Oct 7 01:42:34 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate
|
|
|
|
free function for ASN1_OBJECT.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.c (ossl_asn1obj_get_sn): add new function for
|
|
|
|
ASN1::ObjectId#sn; it returns short name text representation of OID.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.c (ossl_asn1obj_get_ln): add new function for
|
|
|
|
ASN1::ObjectId#ln; it returns long name text representation of OID.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid): add new function for
|
|
|
|
ASN1::ObjectId#oid; it returns numerical representation of OID.
|
|
|
|
|
2003-10-06 18:03:58 +04:00
|
|
|
Mon Oct 6 22:59:46 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO
|
|
|
|
respond_to?(:binmode). record separator was wrong when you gave
|
|
|
|
text mode IO to Reader.parse and Writer.generate.
|
|
|
|
|
|
|
|
* test/csv/test_csv.rb: add tests for above change.
|
|
|
|
|
2003-10-06 15:11:07 +04:00
|
|
|
Sun Oct 5 23:27:09 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.
|
|
|
|
|
|
|
|
* ext/socket/socket.c (thread_read_select): restored.
|
|
|
|
|
2003-10-06 11:23:40 +04:00
|
|
|
Mon Oct 6 16:23:38 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (w_object): wrong method name in the message.
|
|
|
|
|
2003-10-06 11:03:20 +04:00
|
|
|
Mon Oct 6 16:02:05 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (stmt): END in method should cause warning.
|
|
|
|
[ruby-dev:21519]
|
|
|
|
|
2003-10-06 10:18:45 +04:00
|
|
|
Mon Oct 6 15:17:23 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_iterator.rb (test_block_argument_without_paren):
|
|
|
|
added. (follows sample/test.rb)
|
|
|
|
|
2003-10-06 06:58:39 +04:00
|
|
|
Mon Oct 6 11:57:06 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added
|
|
|
|
test for eval-ed BEGIN END order.
|
|
|
|
|
2003-10-06 05:50:41 +04:00
|
|
|
Mon Oct 6 09:19:54 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (w_object): should pass "weak" value to next level.
|
|
|
|
[ruby-dev:21496]
|
|
|
|
|
|
|
|
* eval.c (proc_alloc): should not use cached object if klass is
|
|
|
|
different. [ruby-talk:83685]
|
|
|
|
|
2003-10-05 18:31:35 +04:00
|
|
|
Sun Oct 5 23:27:09 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb: version information is added in document.
|
|
|
|
|
2003-10-05 18:07:07 +04:00
|
|
|
Sun Oct 5 23:07:03 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_f_END): block should be given. [ruby-dev:21497]
|
|
|
|
|
2003-10-05 17:58:02 +04:00
|
|
|
Sun Oct 5 22:51:23 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/ext/openssl/extconf.rb: add check for some engine functions
|
|
|
|
unavailable in OpenSSL-0.9.6.
|
|
|
|
|
|
|
|
* lib/ext/openssl/ossl_engine.c: ditto.
|
|
|
|
|
2003-10-05 12:56:34 +04:00
|
|
|
Sun Oct 5 17:56:30 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): fix evaluation order. [ruby-list:38431]
|
|
|
|
|
2003-10-05 10:09:26 +04:00
|
|
|
Sun Oct 5 15:05:06 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/uri/*: translated RUNIT to Test::Unit.
|
|
|
|
|
2003-10-05 09:42:04 +04:00
|
|
|
Sun Oct 5 14:37:39 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.
|
|
|
|
|
|
|
|
* test/soap/marshal/test_marshal.rb: ditto.
|
|
|
|
|
2003-10-06 18:03:58 +04:00
|
|
|
* test/soap/calc/test_calc_cgi.rb: add Config::CONFIG["EXEEXT"] to
|
2003-10-05 09:42:04 +04:00
|
|
|
RUBYBIN.
|
|
|
|
|
2003-10-05 08:51:05 +04:00
|
|
|
Sun Oct 5 13:47:22 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests
|
2003-10-06 18:03:58 +04:00
|
|
|
about scope, order and allowed syntax.
|
2003-10-05 08:51:05 +04:00
|
|
|
|
2003-10-05 06:56:42 +04:00
|
|
|
Sun Oct 5 11:54:29 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.
|
|
|
|
|
|
|
|
* test/ruby/test_system.rb: use envutil.rb
|
|
|
|
|
|
|
|
* test/ruby/test_beginendblock.rb: added.
|
|
|
|
|
|
|
|
* test/ruby/beginmainend.rb: added. used in test_beginendblock.rb.
|
|
|
|
|
2003-10-05 06:23:48 +04:00
|
|
|
Sun Oct 5 11:23:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/testunit/runit/test_testresult.rb: removed some unnecessary
|
|
|
|
cruft.
|
|
|
|
|
2003-10-05 06:17:07 +04:00
|
|
|
Sun Oct 5 11:14:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/rubyunit.rb: aliasing TestCase into the top level is
|
2003-10-05 12:56:34 +04:00
|
|
|
problematic.
|
2003-10-05 06:17:07 +04:00
|
|
|
|
|
|
|
* lib/runit/assert.rb: fixed a couple of bugs caused by recent
|
|
|
|
refactoring in Test::Unit.
|
|
|
|
|
|
|
|
* test/testunit/runit/*: added.
|
|
|
|
|
2003-10-05 06:00:29 +04:00
|
|
|
Sun Oct 5 10:55:29 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not
|
|
|
|
work. [ruby-dev:21484]
|
|
|
|
|
2003-10-05 04:59:02 +04:00
|
|
|
Sun Oct 5 09:52:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: will use pp for output if available.
|
|
|
|
Can be disabled by setting Assertions.use_pp = false.
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb: made a small change to exception
|
|
|
|
formatting.
|
|
|
|
|
|
|
|
Sun Oct 5 07:42:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
2003-10-05 01:40:17 +04:00
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: made small improvements to assertion
|
|
|
|
messages. Deprecated Assertions#assert_not_nil; use #assert instead.
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb: ditto.
|
|
|
|
|
|
|
|
* test/testunit/util/test_procwrapper.rb: use #assert instead of
|
|
|
|
#assert_not_nil.
|
|
|
|
|
2003-10-04 23:18:52 +04:00
|
|
|
Sun Oct 5 04:10:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: refactored message building.
|
|
|
|
|
2003-10-04 22:45:53 +04:00
|
|
|
Sun Oct 5 03:40:22 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.h: global symbols should be declared
|
|
|
|
as external.
|
|
|
|
|
2003-10-04 22:06:19 +04:00
|
|
|
Sun Oct 5 03:03:20 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_exception.rb (test_else): added.
|
|
|
|
|
2003-10-04 21:18:27 +04:00
|
|
|
Sun Oct 5 02:12:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: changed assertion messages to rely more
|
|
|
|
heavily on #inspect. Added backtrace filtering for exceptions in
|
|
|
|
assertion messages.
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb: ditto.
|
|
|
|
|
2003-10-04 21:15:50 +04:00
|
|
|
Sun Oct 5 02:12:00 2003 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|
|
|
|
|
|
|
* lib/drb/acl.rb, lib/drb/ssl.rb: added.
|
|
|
|
|
|
|
|
* lib/drb/drb.rb: exit from a thread using 'break'.
|
|
|
|
|
2003-10-04 16:51:32 +04:00
|
|
|
Sat Oct 4 21:49:14 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* gc.c (Init_stack): the type of space is changed to unsigned int
|
|
|
|
from double. [ruby-dev:21483]
|
|
|
|
|
2003-10-04 12:57:11 +04:00
|
|
|
Sat Oct 4 17:52:59 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/soap/netHttpClient.rb: follow http-access2. hosts which matches
|
2003-10-05 06:00:29 +04:00
|
|
|
ENV['no_proxy'] or ENV['NO_PROXY'] are not proxyed.
|
2003-10-04 12:57:11 +04:00
|
|
|
- [,:] separated. ("ruby-lang.org:rubyist.net")
|
|
|
|
- no regexp. (give "ruby-lang.org", not "*.ruby-lang.org")
|
2003-10-05 06:00:29 +04:00
|
|
|
- if you want specify host by IP address, give full address.
|
2003-10-04 12:57:11 +04:00
|
|
|
("192.168.1.1, 192.168.1.2")
|
|
|
|
|
|
|
|
* lib/soap/rpc/cgistub.rb: return "Status: XXX MMM" line.
|
|
|
|
|
|
|
|
* test/runner.rb: give testsuite name.
|
|
|
|
|
2003-10-04 21:51:11 +04:00
|
|
|
Sat Oct 4 15:16:02 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* marshal.c (w_object): instance variable dump do not cause error
|
|
|
|
for objects that cannot be dumped, if they traversed from
|
|
|
|
marshal_dump. they are just ignored.
|
|
|
|
|
|
|
|
* gc.c (Init_stack): cast "space" (doble value) into unsigned
|
|
|
|
int. should run on PowerPC.
|
|
|
|
|
|
|
|
* eval.c (rb_eval): should not execute else part if any exception
|
|
|
|
is caught. [ruby-dev:21482]
|
|
|
|
|
|
|
|
* parse.y (f_args): should allow unparenthesized block argument.
|
|
|
|
|
|
|
|
* parse.y (f_rest_arg): should allow unparenthesized rest
|
|
|
|
argument.
|
|
|
|
|
2003-10-04 10:04:59 +04:00
|
|
|
Sat Oct 4 14:59:51 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (initialize): raise ArgumentError if argument has
|
|
|
|
'\0' character.
|
|
|
|
(relative_path_from): new method.
|
|
|
|
(each_entry): new method for replacement of dir_foreach.
|
|
|
|
(foreach, foreachline, dir_foreach, chdir): obsoleted.
|
|
|
|
|
2003-10-04 08:02:16 +04:00
|
|
|
Sat Oct 4 12:58:48 2003 akira yamada <akira@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/uri/* (6 files): added.
|
|
|
|
|
|
|
|
Sat Oct 4 12:44:45 2003 akira yamada <akira@ruby-lang.org>
|
2003-10-04 07:49:01 +04:00
|
|
|
|
|
|
|
* lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.
|
|
|
|
|
2003-10-04 02:35:19 +04:00
|
|
|
Sat Oct 4 07:33:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/testsuite.rb: changed #<< to return self, and added
|
|
|
|
#delete.
|
|
|
|
|
|
|
|
* test/testunit/test_testsuite.rb: ditto. Also slightly refactored
|
|
|
|
#test_size.
|
|
|
|
|
|
|
|
* lib/test/unit/collector/objectspace.rb: collector now preserves the
|
|
|
|
hierarchy of suites.
|
|
|
|
|
|
|
|
* test/testunit/collector/test_objectspace.rb: ditto.
|
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Sat Oct 4 04:48:49 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-10-03 23:51:25 +04:00
|
|
|
|
|
|
|
* ext/syck/rubyext.c: default keys handled.
|
|
|
|
|
|
|
|
* ext/syck/syck.h: lowered default buffer size to 16k for increased
|
|
|
|
performance.
|
|
|
|
|
|
|
|
* test/yaml: checkin of basic unit tests.
|
|
|
|
|
2003-10-03 23:29:13 +04:00
|
|
|
Sat Oct 4 04:24:19 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/extconf.rb: add check for X509V3_set_nconf.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):
|
|
|
|
cannot implement if X509V3_set_nconf doesn't exist.
|
|
|
|
|
2003-10-03 21:15:23 +04:00
|
|
|
Sat Oct 4 02:12:44 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/xsd/datatypes.rb: dump sign by itself. under the problematic
|
|
|
|
platform, sprintf("%+.10g", -0.0) => +0. sigh.
|
|
|
|
|
|
|
|
* sample/wsdl/amazon/*: update schema ver2 to ver3.
|
|
|
|
|
2003-10-03 20:36:24 +04:00
|
|
|
Sat Oct 4 01:33:46 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb (initialize): duplicate and freeze argument.
|
|
|
|
(to_s): return duplicated string.
|
|
|
|
(children): new method.
|
|
|
|
(each_line): new alias to foreachline.
|
|
|
|
|
2003-10-03 12:58:01 +04:00
|
|
|
Fri Oct 3 16:13:19 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.c: add DER encoder and decoder.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.h: add OpenSSL::ASN1 module.
|
|
|
|
|
|
|
|
* ext/openssl/ossl.c (Init_openssl): call Init_ossl_asn1.
|
|
|
|
|
|
|
|
* ext/openssl/extconf.rb: check if X509_ATTRIBUTE has field "single".
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509attr.c (ossl_x509attr_set_value): accept
|
|
|
|
DER encoded data argument.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509attr.c (ossl_x509attr_get_value): return
|
|
|
|
DER encoded data in OpenSSL::ASN1 types.
|
|
|
|
|
2003-10-03 08:04:26 +04:00
|
|
|
Fri Oct 3 13:02:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit.rb: refactored to use optparse.
|
|
|
|
|
|
|
|
* lib/test/unit.rb: added support for selecting the output
|
|
|
|
level from the command-line.
|
|
|
|
|
|
|
|
* lib/test/unit.rb: added a command-line switch to stop processing
|
|
|
|
the command-line, allowing arguments to be passed to tests.
|
|
|
|
|
|
|
|
* lib/test/unit.rb: changed the method for specifying a runner or a
|
|
|
|
filter from the command-line.
|
|
|
|
|
|
|
|
* lib/test/unit/collector/objectspace.rb: fixed a bug causing all
|
|
|
|
tests to be excluded when the filter was set to an empty array.
|
|
|
|
|
|
|
|
* test/testunit/collector/test_objectspace.rb: ditto.
|
|
|
|
|
2003-10-04 21:51:11 +04:00
|
|
|
Fri Oct 3 08:14:32 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/irb/ruby-lex.rb (RubyLex::identify_identifier): support
|
|
|
|
'class ::Foo' syntax. [ruby-talk:83514]
|
|
|
|
|
2003-10-03 03:03:13 +04:00
|
|
|
Fri Oct 3 08:01:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: added a default message for #assert,
|
|
|
|
#assert_block, and #flunk.
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb: ditto.
|
|
|
|
|
|
|
|
* lib/test/unit/failure.rb: failures now show a better trace of where
|
|
|
|
they occurred.
|
|
|
|
|
|
|
|
* test/testunit/test_failure.rb: ditto (added).
|
|
|
|
|
|
|
|
* lib/test/unit/testcase.rb: ditto.
|
|
|
|
|
|
|
|
* test/testunit/test_testcase.rb: ditto.
|
|
|
|
|
|
|
|
* lib/test/unit/util/backtracefilter.rb: added.
|
|
|
|
|
|
|
|
* test/testunit/util/test_backtracefilter.rb: added.
|
|
|
|
|
|
|
|
* lib/test/unit/error.rb: changed to use BacktraceFilter and improved
|
|
|
|
output.
|
|
|
|
|
|
|
|
* test/testunit/test_error.rb: ditto.
|
|
|
|
|
2003-10-02 15:33:52 +04:00
|
|
|
Thu Oct 2 20:33:49 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_failure_initialize): conform with
|
|
|
|
orthodox initialization method.
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_fail): initialize exception instance
|
|
|
|
from the class, and do not share instance variables with the
|
|
|
|
others. [ruby-dev:21470]
|
|
|
|
|
2003-10-02 13:20:31 +04:00
|
|
|
Thu Oct 2 18:20:27 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* time.c (Init_Time): define initialize. [ruby-dev:21469]
|
|
|
|
|
2003-10-02 12:47:11 +04:00
|
|
|
Thu Oct 2 17:39:38 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.
|
|
|
|
it supports OpenSSL hardware cryptographic engine interface.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_engine.h: ditto.
|
|
|
|
|
|
|
|
* ext/openssl/MANIFEST: add ossl_engine.c and ossl_engine.h.
|
|
|
|
|
|
|
|
* ext/openssl/extconf.rb: add check for openssl/engine.h.
|
|
|
|
|
|
|
|
* ext/openssl/ossl.c: call Init_ossl_engine().
|
|
|
|
|
|
|
|
* ext/openssl/ossl.h: include openssl/engine.h.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkey_{rsa,dsa,dh}.c: check if underlying
|
|
|
|
EVP_PKEY referes engine.
|
|
|
|
|
2003-10-02 12:25:00 +04:00
|
|
|
Thu Oct 2 17:22:37 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* time.c (time_load): restore instance variables (if any) before
|
|
|
|
loading from marshaled data.
|
|
|
|
|
2003-10-02 09:19:18 +04:00
|
|
|
Thu Oct 2 14:19:15 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_fail): now yield erred substring, and
|
|
|
|
set error object to $!.
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_convert): error handler block should
|
|
|
|
return appended part and the rest. if rest is nil, the
|
|
|
|
conversion stops.
|
|
|
|
|
2003-10-02 07:00:23 +04:00
|
|
|
Thu Oct 2 12:00:18 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* variable.c (rb_const_defined_0): look up constants in Object as
|
|
|
|
well. [ruby-dev:21458]
|
|
|
|
|
|
|
|
* test/ruby/test_defined.rb (TestDefined::test_defined): test for
|
|
|
|
constants.
|
|
|
|
|
2003-10-02 06:20:42 +04:00
|
|
|
Thu Oct 2 11:17:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/test/unit/assertions.rb: should not capture an
|
|
|
|
AssertionFailedError unless explicitly requested.
|
|
|
|
|
|
|
|
* test/testunit/test_assertions.rb: ditto.
|
|
|
|
|
|
|
|
* test/testunit/collector/test_objectspace.rb: fixed a test failure
|
|
|
|
caused by methods being returned in different orders on different
|
|
|
|
platforms by moving test sorting from TestSuite into the locations
|
|
|
|
where suites are constructed. [ruby-talk:83156]
|
|
|
|
|
|
|
|
* lib/test/unit/testcase.rb: ditto.
|
|
|
|
|
|
|
|
* lib/test/unit/testsuite.rb: ditto.
|
|
|
|
|
|
|
|
* lib/test/unit/collector/objectspace.rb: ditto.
|
|
|
|
|
2003-10-01 22:26:11 +04:00
|
|
|
Thu Oct 2 03:25:01 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_thread_raise): prototype; avoid VC++ warning.
|
|
|
|
|
2003-10-02 12:25:00 +04:00
|
|
|
Thu Oct 2 01:37:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* time.c (time_mdump): new marshal dumper. _dump is still
|
|
|
|
available for compatibility.
|
|
|
|
|
|
|
|
* time.c (time_mload): new marshal loader.
|
|
|
|
|
|
|
|
* marshal.c (w_object): preserve instance variables for objects
|
|
|
|
with marshal_dump.
|
|
|
|
|
|
|
|
* marshal.c (r_object0): restore instance variables before calling
|
|
|
|
marshal_load.
|
|
|
|
|
|
|
|
* error.c (rb_warn_m): always return nil.
|
|
|
|
|
2003-10-01 20:36:47 +04:00
|
|
|
Thu Oct 2 01:32:46 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_f_block_given_p): real required condition is
|
|
|
|
ruby_frame->prev->iter == ITER_CUR.
|
|
|
|
|
|
|
|
* eval.c (rb_block_given_p): ditto.
|
|
|
|
|
|
|
|
* eval.c (block_pass): update ruby_frame->iter only when previous
|
|
|
|
value is ITER_NOT.
|
|
|
|
|
2003-10-01 20:06:19 +04:00
|
|
|
Thu Oct 2 01:02:35 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* variable.c (rb_const_defined_at): should exclude constants from
|
|
|
|
Object when TYPE(klass) == T_MODULE *and* exclude is on.
|
|
|
|
[ruby-dev:21458]
|
|
|
|
|
|
|
|
* variable.c (rb_const_get_0): do not lookup constants from Object
|
|
|
|
when TYPE(klass) == T_MODULE *and* exclude is on.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Thu Oct 2 00:21:11 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/logger/test_logger.rb: unlinking file before close causes
|
|
|
|
problem under win32 box.
|
|
|
|
|
|
|
|
* lib/xsd/datatypes.rb(XSDFloat, XSDDouble): add +/- sign explicitly
|
|
|
|
when stringified and embedded into XML instance. Ruby's sprintf may
|
|
|
|
format -0.0 as "0.0" (no minus sign) depending on underlying C
|
|
|
|
sprintf implementation.
|
|
|
|
|
|
|
|
* test/xsd/test_xsd.rb, test/soap/test_basetype.rb: follow above change.
|
|
|
|
|
|
|
|
* test/soap/calc/*: give httpd config param "CGIInterpreter".
|
|
|
|
"/usr/bin/env ruby" thing does not work under non-Unix boxes.
|
|
|
|
|
2003-10-01 19:26:06 +04:00
|
|
|
Thu Oct 2 00:25:21 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-10-01 19:14:23 +04:00
|
|
|
|
|
|
|
* signal.c (ruby_signal_name): adjust to the prototype.
|
|
|
|
|
|
|
|
* process.c (pst_inspect): ditto.
|
|
|
|
|
2003-10-01 19:26:06 +04:00
|
|
|
* ext/etc/etc.c (etc_getgrent, Init_etc): typo.
|
2003-10-01 19:14:23 +04:00
|
|
|
|
2003-10-01 15:49:44 +04:00
|
|
|
Wed Oct 1 20:49:41 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* gc.c (heaps): manage slots and limits together. [ruby-dev:21453]
|
|
|
|
|
|
|
|
* gc.c (add_heap): should not clear heaps slot even if realloc()
|
|
|
|
failed.
|
|
|
|
|
2003-10-01 15:37:19 +04:00
|
|
|
Wed Oct 1 20:36:49 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* MANIFEST: add wince/mkconfig_wce.rb.
|
|
|
|
|
2003-10-01 17:41:35 +04:00
|
|
|
Wed Oct 1 17:22:33 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,
|
|
|
|
setgrent, getgrent, endgrent.
|
|
|
|
|
|
|
|
* ext/socket/socket.c (sock_s_gethostbyname): do not reverse lookup.
|
|
|
|
|
2003-10-01 12:01:33 +04:00
|
|
|
Wed Oct 1 17:01:30 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_load): Object scope had priority over required file
|
|
|
|
scope. [ruby-dev:21415]
|
|
|
|
|
2003-10-01 09:12:25 +04:00
|
|
|
Wed Oct 01 14:09:53 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
|
|
|
|
|
|
|
* wince/mkconfig_wce.rb: sorry, forget to commit.
|
|
|
|
|
2003-10-01 05:17:41 +04:00
|
|
|
Wed Oct 01 10:08:42 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
|
|
|
|
|
|
|
* wince/setup.mak: add sigmarionIII SDK support.
|
|
|
|
|
|
|
|
* wince/Makefile.sub: ditto.
|
|
|
|
|
|
|
|
* wince/mkexports.rb: fix linker error in SH4.
|
|
|
|
|
|
|
|
* wince/mkconfig_wce.rb: camouflage RUBY_PLATFORM for compiling ext.
|
|
|
|
|
2003-10-01 03:05:39 +04:00
|
|
|
Wed Oct 01 08:02:52 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
|
|
|
|
2003-10-01 05:17:41 +04:00
|
|
|
* wince/time_wce.c (time): add zero check.
|
2003-10-01 03:05:39 +04:00
|
|
|
|
2003-10-01 17:41:35 +04:00
|
|
|
Tue Sep 30 16:11:05 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* Makefile.in: copy lex.c from $(srcdir) if it's not the current
|
|
|
|
directory. [ruby-dev:21437]
|
|
|
|
|
2003-09-30 06:31:24 +04:00
|
|
|
Tue Sep 30 11:29:23 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* process.c (pst_inspect): describe stopped process "stopped".
|
|
|
|
|
2003-09-30 04:31:59 +04:00
|
|
|
Tue Sep 30 09:31:56 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/runner.rb: glob for directories.
|
|
|
|
|
2003-09-30 04:21:14 +04:00
|
|
|
Tue Sep 30 09:11:43 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): while/until should not capture break unless
|
|
|
|
they are destination of the break.
|
|
|
|
|
2003-09-29 22:12:20 +04:00
|
|
|
Tue Sep 30 03:12:02 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (finish): revert to 1.93.
|
|
|
|
|
|
|
|
* lib/net/pop.rb (finish): revert to 1.60.
|
|
|
|
|
|
|
|
* lib/net/smtp.rb (finish): revert to 1.67.
|
|
|
|
|
|
|
|
* lib/net/http.rb (do_start): ensure to close socket if failed to
|
|
|
|
start session.
|
|
|
|
|
|
|
|
* lib/net/pop.rb (do_start): ditto.
|
|
|
|
|
|
|
|
* lib/net/smtp.rb (do_start): ditto.
|
|
|
|
|
|
|
|
* lib/net/smtp.rb: SMTP#started? wrongly returned false always.
|
|
|
|
|
2003-09-29 21:59:03 +04:00
|
|
|
Tue Sep 30 02:54:49 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/ruby/test_iterator.rb: new test
|
|
|
|
test_break__nested_loop[123].
|
|
|
|
|
2003-09-29 18:39:54 +04:00
|
|
|
Mon Sep 29 23:39:13 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/http.rb (finish): does not raise IOError even if
|
2003-09-29 18:42:03 +04:00
|
|
|
!started?, to allow closing socket which was opened before
|
|
|
|
session started.
|
2003-09-29 18:39:54 +04:00
|
|
|
|
|
|
|
* lib/net/pop.rb (finish): ditto.
|
|
|
|
|
|
|
|
* lib/net/smtp.rb (finish): ditto.
|
|
|
|
|
2003-09-29 14:08:20 +04:00
|
|
|
Mon Sep 29 19:06:51 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/win32ole/extconf.rb: add windows.h checking.
|
2003-12-10 10:56:07 +03:00
|
|
|
(ruby-bugs:PR#1185)
|
2003-09-29 14:08:20 +04:00
|
|
|
|
2003-09-29 11:27:57 +04:00
|
|
|
Mon Sep 29 16:18:30 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/logger.rb: check if the given logdevice object respond_to :write
|
|
|
|
and :close, not is_a? IO. duck duck.
|
|
|
|
|
|
|
|
* test/logger/test_logger.rb: self IO.pipe reading/writing may be
|
|
|
|
locked by the flood. use tempfile.
|
|
|
|
|
|
|
|
* lib/wsdl/xmlSchema/data.rb: wrong constant reference.
|
|
|
|
|
2003-09-29 11:11:50 +04:00
|
|
|
Mon Sep 29 16:11:23 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
2003-09-29 11:16:02 +04:00
|
|
|
* test/fileutils/test_fileutils.rb: clean up temporary symlink.
|
2003-09-29 11:13:45 +04:00
|
|
|
Patched by NaHi. [ruby-dev:21420]
|
2003-09-29 11:11:50 +04:00
|
|
|
|
2003-09-29 06:44:49 +04:00
|
|
|
Mon Sep 29 11:16:55 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_thread_atfork): wrong format specifier.
|
|
|
|
[ruby-dev:21428]
|
|
|
|
|
|
|
|
* process.c (pst_inspect): better description.
|
|
|
|
|
2003-09-28 21:50:52 +04:00
|
|
|
Mon Sep 29 02:31:44 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/utils.rb (Utils::su): use setgid and setuid to
|
|
|
|
set real and effective IDs. and setup group access list by
|
|
|
|
initgroups.
|
|
|
|
|
2003-09-29 06:44:49 +04:00
|
|
|
Sun Sep 28 11:14:19 2003 Koji Arai <jca02266@nifty.ne.jp>
|
|
|
|
|
|
|
|
* ext/digest/digest.c (Init_digest): `copy_object' was deprecated.
|
|
|
|
`initialize_copy' should be defined.
|
2003-09-30 04:31:59 +04:00
|
|
|
|
2003-09-29 06:44:49 +04:00
|
|
|
* ext/stringio/stringio.c (Init_stringio): ditto.
|
2003-09-30 04:31:59 +04:00
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Sat Sep 27 18:25:13 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under
|
|
|
|
$KCODE = "NONE" environment. check added.
|
|
|
|
|
|
|
|
* test/xsd/test_xsd.rb: add tests for above fix.
|
|
|
|
|
|
|
|
Sat Sep 27 15:58:50 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-27 11:03:29 +04:00
|
|
|
|
|
|
|
* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.
|
|
|
|
|
|
|
|
* lib/soap/rpc/standaloneServer.rb: defer WEBrick server start to give
|
2003-09-28 13:29:07 +04:00
|
|
|
a chance to reset logging severity threshold.
|
2003-09-27 11:03:29 +04:00
|
|
|
|
|
|
|
* test/soap/calc/test_*, test/soap/helloworld/test_helloworld.rb: run
|
|
|
|
silent.
|
|
|
|
|
2003-09-27 04:44:50 +04:00
|
|
|
Sat Sep 27 09:44:18 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: clear all errors on Windows.
|
2003-09-27 04:53:19 +04:00
|
|
|
[ruby-dev:21417]
|
2003-09-27 04:44:50 +04:00
|
|
|
|
|
|
|
* test/fileutils/test_nowrite.rb: ditto.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Sat Sep 27 04:57:07 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-27 00:00:03 +04:00
|
|
|
|
|
|
|
* test/ruby/test_file.rb: new file. only asserts unlink-before-close
|
|
|
|
behaviour now.
|
|
|
|
|
|
|
|
* test/soap/marshal/test_digraph.rb: should close before unlink.
|
|
|
|
unlink-before-close pattern is not needed here.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Sat Sep 27 03:32:37 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-26 22:34:41 +04:00
|
|
|
|
|
|
|
* test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into
|
|
|
|
each module namespace. TestMarshal in
|
|
|
|
test/soap/marshal/test_marshal.rb crashed with
|
|
|
|
test/ruby/test_marshal.rb.
|
|
|
|
|
2003-09-26 20:35:07 +04:00
|
|
|
Sat Sep 27 01:30:59 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/socket/socket.c (ruby_connect): on win32, type of the 4th
|
|
|
|
argument of getsockopt is char *.
|
|
|
|
|
2003-09-26 13:35:44 +04:00
|
|
|
Fri Sep 26 18:35:40 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Fri Sep 26 17:39:27 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-26 12:41:28 +04:00
|
|
|
|
|
|
|
* test/ruby/test_marshal.rb: add test for ruby's objects.
|
|
|
|
|
2003-09-26 04:52:49 +04:00
|
|
|
Fri Sep 26 09:52:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* defines.h (flush_register_windows): use volatile only for gcc on
|
|
|
|
Solaris. [ruby-dev:21403]
|
|
|
|
|
|
|
|
* lib/mkmf.rb (xsystem): use system directly to honor shell meta
|
|
|
|
charaters.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Fri Sep 26 00:10:13 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-25 19:10:46 +04:00
|
|
|
|
|
|
|
* lib/README: updated.
|
|
|
|
|
2003-09-25 12:49:36 +04:00
|
|
|
Thu Sep 25 17:48:10 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for
|
|
|
|
rb_protect.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_hmac.c (ossl_hmac_digest): should return meaningful
|
|
|
|
value.
|
|
|
|
|
2003-09-25 04:03:11 +04:00
|
|
|
Thu Sep 25 09:00:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/ostruct.rb: Added OpenStruct#==.
|
|
|
|
|
|
|
|
* test/ostruct/test_ostruct.rb: Added.
|
|
|
|
|
2003-09-25 02:55:33 +04:00
|
|
|
Thu Sep 25 07:55:26 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,
|
|
|
|
ext/openssl/ossl_pkey_rsa.c, ext/bigdecimal/bigdecimal.h: must
|
|
|
|
not use C++ or C99 style comment yet. (ruby-bugs:PR#1184)
|
|
|
|
|
2003-09-24 19:23:56 +04:00
|
|
|
Thu Sep 25 00:23:22 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* MANIFEST: add SOAP4R.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Thu Sep 25 00:13:15 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-24 19:18:44 +04:00
|
|
|
|
|
|
|
* lib/soap/* (29 files): SOAP4R added.
|
|
|
|
|
|
|
|
* lib/wsdl/* (42 files): WSDL4R added.
|
|
|
|
|
|
|
|
* lib/xsd/* (12 files): XSD4R added.
|
|
|
|
|
|
|
|
* test/soap/* (16 files): added.
|
|
|
|
|
|
|
|
* test/wsdl/* (2 files): added.
|
|
|
|
|
|
|
|
* test/xsd/* (3 files): added.
|
|
|
|
|
|
|
|
* sample/soap/* (27 files): added.
|
|
|
|
|
|
|
|
* sample/wsdl/* (13 files): added.
|
|
|
|
|
2003-09-23 21:14:39 +04:00
|
|
|
Wed Sep 24 02:08:11 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.
|
|
|
|
[ruby-talk:82735], [ruby-talk:82748], [ruby-talk:82818]
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Tue Sep 23 23:10:16 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-23 18:12:42 +04:00
|
|
|
|
|
|
|
* lib/logger.rb: add Logger#<<(msg) for writing msg without any
|
|
|
|
formatting.
|
|
|
|
|
|
|
|
* test/logger/test_logger.rb: ditto.
|
|
|
|
|
2003-09-25 03:56:11 +04:00
|
|
|
Tue Sep 23 20:47:51 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* error.c (rb_warn_m): should not warn if -W0 is specified.
|
|
|
|
[ruby-talk:82675]
|
|
|
|
|
2003-09-22 16:29:33 +04:00
|
|
|
Mon Sep 22 21:28:57 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* MANIFEST: updated.
|
|
|
|
|
2003-09-22 14:25:24 +04:00
|
|
|
Mon Sep 22 19:22:26 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* configure.in (AC_CHECK_FUNCS): add setuid and setgid.
|
|
|
|
|
2003-09-25 03:56:11 +04:00
|
|
|
Mon Sep 22 12:34:55 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* util.c (ruby_strtod): skip preceding zeros before counting
|
2003-12-10 10:56:07 +03:00
|
|
|
digits in the mantissa. (ruby-bugs:PR#1181)
|
2003-09-25 03:56:11 +04:00
|
|
|
|
2003-09-20 23:18:22 +04:00
|
|
|
Sun Sep 21 04:12:36 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument
|
2003-09-24 11:42:06 +04:00
|
|
|
should be a String.
|
2003-09-20 23:18:22 +04:00
|
|
|
|
|
|
|
* ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): ditt.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): ditto.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Sat Sep 20 11:49:05 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-20 06:51:06 +04:00
|
|
|
|
|
|
|
* lib/logger.rb: typo fixed.
|
|
|
|
|
|
|
|
* test/logger/test_logger.rb: new file.
|
|
|
|
|
2003-09-19 06:48:46 +04:00
|
|
|
Fri Sep 19 11:39:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/testunit/*: Added.
|
|
|
|
|
|
|
|
* lib/test/unit.rb: Documentation update.
|
|
|
|
|
|
|
|
* lib/test/unit/ui/console/testrunner.rb (TestRunner#initialize):
|
|
|
|
Ditto.
|
|
|
|
|
|
|
|
* lib/test/unit.rb: Factored out an ObjectSpace collector.
|
|
|
|
|
|
|
|
* lib/test/unit/collector/objectspace.rb: Ditto.
|
|
|
|
|
|
|
|
* sample/testunit/*: Added.
|
|
|
|
|
2003-09-18 20:09:02 +04:00
|
|
|
Fri Sep 19 01:00:48 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/log.rb (BasicLog#log): get rid of as ineffectual
|
|
|
|
condition.
|
|
|
|
|
|
|
|
* lib/webrick/log.rb (BasicLog#format): add "\n" to message.
|
|
|
|
|
2003-09-18 17:57:53 +04:00
|
|
|
Thu Sep 18 22:43:20 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (proc_invoke): should push PROT_PCALL tag for orphans.
|
|
|
|
|
|
|
|
* eval.c (proc_invoke): should update "result" for orphans.
|
|
|
|
|
2003-09-24 11:42:06 +04:00
|
|
|
Thu Sep 18 20:33:03 2003 Tietew <tietew-ml-ruby-list@tietew.net>
|
|
|
|
|
|
|
|
* parse.y (str_xquote): do not prepend escapes in
|
|
|
|
backqoute literals. [ruby-list:38409]
|
|
|
|
|
2003-09-18 15:35:38 +04:00
|
|
|
Thu Sep 18 20:30:17 2003 Tanaka Akira <akr@m17n.org>
|
|
|
|
|
|
|
|
* lib/pathname.rb: update document.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Thu Sep 18 15:27:05 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-18 10:31:25 +04:00
|
|
|
|
|
|
|
* lib/logger.rb: new file. Logger, formerly called devel-logger or
|
|
|
|
Devel::Logger.
|
|
|
|
|
|
|
|
* sample/logger/*: new file. samples of logger.rb.
|
|
|
|
|
2003-09-17 18:45:25 +04:00
|
|
|
Wed Sep 17 23:41:45 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (localjump_destination): should not raise ThreadError
|
|
|
|
exception for "break". [ruby-dev:21348]
|
|
|
|
|
|
|
|
* eval.c (proc_invoke): use result instead of prot_tag->retval.
|
|
|
|
retval is no longer propagated to the ancestors.
|
|
|
|
|
2003-09-17 15:34:02 +04:00
|
|
|
Wed Sep 17 20:34:00 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (tokadd_string, parse_string, yylex): escaped terminator
|
|
|
|
is now interpreted as is. [ruby-talk:82206]
|
|
|
|
|
2003-09-17 13:52:50 +04:00
|
|
|
Wed Sep 17 18:52:36 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/fileutils/fileassertions.rb: new file.
|
|
|
|
|
|
|
|
* test/fileutils/test_fileutils.rb: new file.
|
|
|
|
|
|
|
|
* test/fileutils/test_nowrite.rb: new file.
|
|
|
|
|
2003-09-17 13:51:32 +04:00
|
|
|
Wed Sep 17 18:51:02 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/strscan/test_stringscanner.rb: require test/unit.
|
|
|
|
|
2003-09-17 13:36:04 +04:00
|
|
|
Wed Sep 17 18:35:34 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* test/strscan/test_stringscanner.rb: new file.
|
|
|
|
|
2003-09-17 13:05:02 +04:00
|
|
|
Wed Sep 17 18:03:30 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl: all files are reviewed to simplify and avoid memory leak.
|
|
|
|
|
|
|
|
* ext/openssl/extconf.rb: add check for assert.h.
|
|
|
|
|
2003-09-17 15:34:02 +04:00
|
|
|
* ext/openssl/ossl.c (ossl_buf2str): new function to convert
|
2003-09-17 13:05:02 +04:00
|
|
|
C buffer to String and free buffer.
|
|
|
|
|
|
|
|
* ext/openssl/ossl.c (ossl_x509_ary2sk): new function to convert
|
|
|
|
Array of OpenSSL::X509 to STACK_OF(X509) with exception safe.
|
|
|
|
|
|
|
|
* ext/openssl/ossl.c (ossl_to_der, ossl_to_der_if_possible): new
|
|
|
|
functions to convert object to DER string.
|
|
|
|
|
|
|
|
* ext/openssl/ossl.h: ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_bio.c (ossl_membio2str): new function to convert
|
|
|
|
BIO to String object and free BIO.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_bio.h: ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_to_der): add for "to_der".
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509name.c (ossl_x509name_to_der): ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (ossl_x509ext_to_der): ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (create_ext_from_array): removed
|
|
|
|
and reimplement in openssl/x509.rb.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509attr.c: reimplemented and disable some
|
|
|
|
method temporarily. this class doesn't work fine without ASN.1
|
|
|
|
data support;-) I'll rewrite in near future.
|
|
|
|
|
|
|
|
* ext/openssl/lib/openssl/x509.c (X509::Attribute): get rid off
|
|
|
|
unused code.
|
|
|
|
|
|
|
|
* ext/openssl/lib/openssl/x509.c (X509::ExtensionFactory): refine all.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Tue Sep 16 22:25:06 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-16 17:26:10 +04:00
|
|
|
|
|
|
|
* test/csv/test_csv.rb: add negative tests of row_sep.
|
|
|
|
|
2003-09-16 21:37:34 +04:00
|
|
|
Tue Sep 16 18:02:36 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* regex.c (re_compile_pattern): should not translate character
|
|
|
|
class range edge. [ruby-list:38393]
|
|
|
|
|
2003-09-16 11:50:00 +04:00
|
|
|
Tue Sep 16 16:47:56 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* MANIFEST: add test/csv/mac.csv.
|
|
|
|
|
|
|
|
* win32/Makefile.sub, bcc32/Makefile.sub (test): add phony NUL target.
|
|
|
|
|
2003-09-15 14:07:42 +04:00
|
|
|
Mon Sep 15 19:02:52 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/csv.rb: add extra pamameter to specify row(record) separater
|
|
|
|
character. To parse Mac's CR separated CSV, do like this.
|
2003-09-17 15:39:28 +04:00
|
|
|
CSV.open("mac.csv", "r", ?,, ?\r) { |row| p row.to_a }
|
2003-09-15 14:07:42 +04:00
|
|
|
The 3rd parameter in this example ?, is for column separater and the
|
|
|
|
4th ?\r is for row separater. Row separater is nil by default. Nil
|
|
|
|
separater means "\r\n" or "\n".
|
|
|
|
|
|
|
|
* test/csv/test_csv.rb: add tests for above feature.
|
|
|
|
|
|
|
|
* test/csv/mac.csv: added. Sample CR separated CSV file.
|
|
|
|
|
2003-09-12 17:46:48 +04:00
|
|
|
Fri Sep 12 22:41:48 2003 Michal Rokos <m.rokos@sh.cvut.cz>
|
|
|
|
|
|
|
|
* ext/openssl/ossl.c: move ASN.1 stuff to ossl_asn1.[ch]
|
|
|
|
|
|
|
|
* ext/openssl/ossl.c: move BIO stuff to ossl_bio.[ch]
|
|
|
|
|
|
|
|
* ext/openssl/ossl_asn1.[ch]: new files
|
|
|
|
|
|
|
|
* ext/openssl/ossl_bio.[ch]: new files
|
|
|
|
|
2003-09-12 07:30:45 +04:00
|
|
|
Fri Sep 12 12:30:41 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* intern.h (rb_disable_super, rb_enable_super): replace with dummy
|
|
|
|
expressions instead of prototypes. the functions remain yet for
|
|
|
|
binary compatibility. [ruby-talk:81758]
|
|
|
|
|
2003-09-12 07:16:31 +04:00
|
|
|
Fri Sep 12 12:09:54 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* bignum.c (rb_big_and): convert argument using 'to_int'.
|
|
|
|
|
|
|
|
* bignum.c (rb_big_or): ditto.
|
|
|
|
|
|
|
|
* bignum.c (rb_big_xor): ditto.
|
|
|
|
|
2003-09-12 02:13:50 +04:00
|
|
|
Fri Sep 11 22:06:14 2003 David Black <dblack@superlink.net>
|
|
|
|
|
2003-09-12 02:15:58 +04:00
|
|
|
* lib/scanf.rb: Took out useless @matched_item variable; some small
|
|
|
|
refactoring.
|
2003-09-12 02:13:50 +04:00
|
|
|
|
2003-09-12 07:16:31 +04:00
|
|
|
Thu Sep 11 08:43:44 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_f_require): allow "require" on $SAFE>0, if feature
|
|
|
|
name is not tainted.
|
|
|
|
|
2003-09-12 07:30:45 +04:00
|
|
|
* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::stream):
|
2003-09-12 07:16:31 +04:00
|
|
|
Supports StringIO.
|
|
|
|
|
2003-09-10 17:58:31 +04:00
|
|
|
Wed Sep 10 22:47:30 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-09-17 13:05:02 +04:00
|
|
|
* ext/openssl/ossl.h: add a workaround for win32 platform.
|
2003-09-10 17:58:31 +04:00
|
|
|
libeay32.dll doesn't export functions defined in conf_api.h.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_config.c (ossl_config_initialize): ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_config.c (ossl_config_add_value): ditto.
|
|
|
|
|
2003-09-12 07:30:45 +04:00
|
|
|
* ext/openssl/ossl_config.c (set_conf_section_i): should check
|
2003-09-10 17:58:31 +04:00
|
|
|
if the argument is Array.
|
|
|
|
|
2003-09-10 17:43:27 +04:00
|
|
|
Wed Sep 10 22:41:54 2003 Tietew <tietew@tietew.net>
|
|
|
|
|
|
|
|
* eval.c (win32_get_exception_list): avoid VC7 warning.
|
|
|
|
[ruby-win32:577]
|
|
|
|
|
2003-09-09 05:39:58 +04:00
|
|
|
Tue Sep 9 10:39:51 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (struct tag): dst should be VALUE.
|
|
|
|
|
|
|
|
Tue Sep 9 10:39:51 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (localjump_destination): stop at the scope where the current
|
|
|
|
block was created. [ruby-dev:21353]
|
|
|
|
|
2003-09-09 00:19:01 +04:00
|
|
|
Tue Sep 9 05:17:04 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.
|
|
|
|
|
2003-09-12 17:46:48 +04:00
|
|
|
Tue Sep 9 02:41:35 2003 Michal Rokos <m.rokos@sh.cvut.cz>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_config.c: Refine compatibility.
|
|
|
|
|
2003-09-08 20:57:25 +04:00
|
|
|
Tue Sep 9 01:50:45 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" to
|
|
|
|
the message.
|
|
|
|
|
2003-09-09 05:39:58 +04:00
|
|
|
* lib/webrick/log.rb (BasicLog#log): add "\n" only if needed.
|
2003-09-08 20:57:25 +04:00
|
|
|
|
2003-09-09 05:44:16 +04:00
|
|
|
Mon Sep 8 22:15:33 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
2003-09-08 17:16:57 +04:00
|
|
|
|
2003-09-09 05:39:58 +04:00
|
|
|
* ext/tk/lib/multi-tk.rb: modify security check at creating
|
2003-09-08 17:21:16 +04:00
|
|
|
a new interpreter
|
2003-09-08 17:16:57 +04:00
|
|
|
|
2003-09-08 15:00:17 +04:00
|
|
|
Mon Sep 8 20:00:12 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/optparse.rb, lib/optparse/version.rb: search also all
|
|
|
|
capital versions.
|
|
|
|
|
2003-09-08 14:28:46 +04:00
|
|
|
Mon Sep 8 19:26:33 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_config.c: refine all with backward compatibility.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_config.h: export GetConfigPtr() and DupConfigPtr().
|
|
|
|
|
2003-09-08 14:31:38 +04:00
|
|
|
* ext/openssl/ossl_x509.c: added new constants under X509 module.
|
|
|
|
DEFAULT_CERT_AREA, DEFAULT_CERT_DIR, DEFAULT_CERT_FILE,
|
|
|
|
DEFAULT_CERT_DIR_ENV, DEFAULT_CERT_FILE_ENV and DEFAULT_PRIVATE_DIR.
|
2003-09-08 14:28:46 +04:00
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_free): don't free
|
|
|
|
the members of the struct. it's left to GC.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (ossl_x509_set_config): add for config=.
|
|
|
|
|
2003-09-08 15:00:17 +04:00
|
|
|
* ext/openssl/ossl_x509ext.c (Xossl_x509extfactory_initialize):
|
2003-09-08 14:28:46 +04:00
|
|
|
add attr readers: issuer_certificate, subject_certificate,
|
|
|
|
subject_request, crl and config.
|
|
|
|
|
2003-09-08 13:52:34 +04:00
|
|
|
Mon Sep 8 18:26:41 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* lib/webrick/accesslog.rb (AccessLog::setup_params): use req.port
|
|
|
|
instead of config[:Port] or req.request_uri.port.
|
|
|
|
|
|
|
|
* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): ditto.
|
|
|
|
|
|
|
|
* lib/webrick/httpservlet/filehandler.rb (FileHandler#dir_list): ditto.
|
|
|
|
|
2003-09-08 15:00:17 +04:00
|
|
|
* lib/webrick/config.rb: :Listen option never be used.
|
2003-09-08 13:52:34 +04:00
|
|
|
|
|
|
|
* lib/webrick/server.rb (GenericServer#initialize): don't use :Listen
|
|
|
|
option and add warning message.
|
|
|
|
|
|
|
|
* lib/webrick/log.rb (BasicLog#<<): shortcut of log(INFO, ...).
|
|
|
|
|
|
|
|
* lib/webrick/httpserver.rb (HTTPServer#accesslog): use << for logging.
|
|
|
|
|
2003-09-09 05:44:16 +04:00
|
|
|
Sun Sep 7 16:08:28 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
2003-09-07 11:10:44 +04:00
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c (lib_mainloop_core): fixed signal-trap bug
|
|
|
|
|
|
|
|
* ext/tk/lib/*.rb : Ruby/Tk works at $SAFE == 4
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Sat Sep 6 02:26:34 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-06 21:27:58 +04:00
|
|
|
|
|
|
|
* test/ruby/test_*.rb: assert_same, assert_match, and so on.
|
|
|
|
|
2003-09-06 20:18:02 +04:00
|
|
|
Sat Sep 6 18:45:46 2003 Mauricio Fernandez <batsman.geo@yahoo.com>
|
|
|
|
|
|
|
|
* parse.y (assignable): call rb_compile_error(), not rb_bug().
|
|
|
|
[ruby-core:01523]
|
|
|
|
|
2003-09-06 12:56:09 +04:00
|
|
|
Sat Sep 6 17:40:41 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-09-08 15:00:17 +04:00
|
|
|
* ext/openssl/ruby_missing.c: rid of unnecessary backward
|
2003-09-06 12:56:09 +04:00
|
|
|
compatibility stuff. and remove DEFINE_ALLOC_WRAPPER from
|
|
|
|
all sources.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (X509::Extension.new): new method.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (X509::Extension#oid=): new method.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (X509::Extension#value=): new method.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_x509ext.c (X509::Extension#critical=): new method.
|
|
|
|
|
2003-09-05 20:25:55 +04:00
|
|
|
Sat Sep 6 01:23:22 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.
|
|
|
|
|
|
|
|
* win32/win32.c (CreateChild): fix condition about whether to call
|
|
|
|
shell or not.
|
|
|
|
|
2003-09-05 19:36:21 +04:00
|
|
|
Sat Sep 6 00:36:20 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
2003-09-05 19:21:59 +04:00
|
|
|
|
|
|
|
* Makefile.in (test): phony target.
|
2003-09-05 19:15:43 +04:00
|
|
|
|
2003-09-05 19:36:21 +04:00
|
|
|
* lib/mkmf.rb (have_library, find_library): configure by library
|
|
|
|
name.
|
|
|
|
|
2003-09-05 19:15:43 +04:00
|
|
|
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
|
|
|
|
array as argument.
|
|
|
|
|
|
|
|
* test/ruby/test_*.rb: moved invariants to left side in
|
|
|
|
assert_equal, and use assert_nil, assert_raises and so on.
|
|
|
|
|
2003-09-05 19:00:33 +04:00
|
|
|
* win32/win32.c (isInternalCmd): distinguish command.com and
|
|
|
|
cmd.exe.
|
|
|
|
|
|
|
|
* win32/win32.c (make_cmdvector): a character just after wildcard
|
|
|
|
was ignored. [ruby-core:01518]
|
|
|
|
|
2003-09-05 15:28:27 +04:00
|
|
|
Fri Sep 5 20:27:08 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
|
|
|
|
|
2003-09-05 13:08:40 +04:00
|
|
|
Fri Sep 5 18:00:51 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_digest.c: add ossl_digest_new().
|
|
|
|
|
|
|
|
* ext/openssl/ossl_digest.h: ditto.
|
|
|
|
|
|
|
|
* ext/openssl/ossl_cipher.c: add ossl_cipher_new().
|
|
|
|
|
|
|
|
* ext/openssl/ossl_cipher.h: ditto.
|
|
|
|
|
2003-09-05 10:32:07 +04:00
|
|
|
Fri Sep 5 15:32:04 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should not
|
|
|
|
search delimiter forward if found in backward.
|
|
|
|
|
2003-09-05 08:32:51 +04:00
|
|
|
Fri Sep 5 13:32:48 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/runner.rb: arguments should be keys.
|
|
|
|
|
2003-09-05 07:12:29 +04:00
|
|
|
Fri Sep 5 12:09:55 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_system.rb (test_system): check existence of ruby
|
|
|
|
interpreter.
|
|
|
|
|
2003-09-05 06:32:24 +04:00
|
|
|
Fri Sep 5 11:32:17 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/optparse.rb (--version): fix assignment/reference order.
|
|
|
|
|
|
|
|
* lib/optparse.rb (OptionParser#help): new; OptionParser#to_s may
|
|
|
|
be deprecated in future.
|
|
|
|
|
|
|
|
* lib/optparse/version.rb (OptionParser#show_version): hide Object.
|
|
|
|
|
|
|
|
* test/runner.rb: fix optparse usage.
|
|
|
|
|
|
|
|
* test/runner.rb: glob all testsuits if no tests given.
|
|
|
|
|
2003-09-05 05:47:41 +04:00
|
|
|
Fri Sep 5 10:42:58 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/runner.rb: added. gets testcases from command line and runs it.
|
|
|
|
|
|
|
|
* test/ruby/test_gc.rb: remove useless part which was for dumping test
|
|
|
|
result.
|
|
|
|
|
2003-09-05 04:36:47 +04:00
|
|
|
Fri Sep 5 09:28:59 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_gc.rb: added. splitter.rb which I made to split
|
|
|
|
sample/test.rb into test/ruby/test_* kindly removed GC test (the
|
|
|
|
last section in the original test) to reduce things to be worried.
|
|
|
|
|
2003-09-04 22:00:09 +04:00
|
|
|
Fri Sep 5 03:00:04 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* test/ruby/test_iterator.rb (test_block_in_arg): add no block
|
|
|
|
given tests.
|
|
|
|
|
|
|
|
* test/ruby/test_iterator.rb (test_ljump): uncomment LocalJumpError
|
|
|
|
test.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Fri Sep 5 01:10:11 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-04 20:18:59 +04:00
|
|
|
|
|
|
|
* test/ruby: tests for ruby itself.
|
|
|
|
|
|
|
|
* test/ruby/test_*.rb: split sample/test.rb into 28 test/unit testcases.
|
|
|
|
some tests could not be translates... search '!!' mark to see it.
|
|
|
|
|
|
|
|
* test/csv/test_csv.rb: should require 'csv', not '../lib/csv'. test
|
|
|
|
runner should set load path correctly.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Fri Sep 5 01:03:59 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-04 20:06:41 +04:00
|
|
|
|
|
|
|
* test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly.
|
|
|
|
opened file cannot be removed under win32 box.
|
|
|
|
|
2003-09-04 18:59:43 +04:00
|
|
|
Thu Sep 4 23:59:40 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (tokadd_string): newlines have no special meanings in
|
|
|
|
%w/%W, otherwise they are ignored only when interpolation is
|
|
|
|
enabled. [ruby-dev:21325]
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Thu Sep 4 19:38:25 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-04 14:39:29 +04:00
|
|
|
|
|
|
|
* ext/io/wait/.cvsignore: added.
|
|
|
|
|
|
|
|
* ext/openssl/.cvsignore: added.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Thu Sep 4 19:28:24 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-04 14:31:29 +04:00
|
|
|
|
|
|
|
* sample/openssl: added. Sample of standard distribution library
|
|
|
|
should be locate in sample/{module_name}/*.
|
|
|
|
|
|
|
|
* ext/openssl/sample/*: removed. move to sample/openssl/*.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Thu Sep 4 18:02:15 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-04 13:08:30 +04:00
|
|
|
|
|
|
|
* test/csv/test_csv.rb: use remove_const to reduce warnings. use
|
|
|
|
Dir.tmpdir to locate working files.
|
|
|
|
|
2003-09-04 12:41:34 +04:00
|
|
|
Thu Sep 4 17:41:31 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also is
|
|
|
|
valid delimiter.
|
|
|
|
|
|
|
|
* misc/ruby-mode.el (ruby-here-doc-end-match): must quote
|
|
|
|
arbitrary string to use as regexp.
|
|
|
|
|
|
|
|
* misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): must not
|
|
|
|
call `ruby-here-doc-end-match' unless `ruby-here-doc-beg-re'
|
|
|
|
matched.
|
|
|
|
|
2003-10-01 19:29:43 +04:00
|
|
|
Thu Sep 4 15:40:07 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-04 10:41:00 +04:00
|
|
|
|
|
|
|
* test/csv/test_csv.rb: run on test/unit original layer.
|
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Thu Sep 4 12:54:50 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-09-03 22:58:27 +04:00
|
|
|
|
|
|
|
* ext/syck/token.c: headerless documents with root-level spacing now
|
|
|
|
honored.
|
|
|
|
|
2003-09-05 09:07:54 +04:00
|
|
|
Thu Sep 4 00:06:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (mark_frame_adj): need to adjust argv pointer if using
|
|
|
|
system's alloca. [ruby-core:01503]
|
|
|
|
|
2003-09-03 16:45:36 +04:00
|
|
|
Wed Sep 3 21:33:20 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-09-04 10:41:00 +04:00
|
|
|
|
2003-09-03 16:45:36 +04:00
|
|
|
* test: add test directory. Test::Unit aware testcases and needed
|
|
|
|
files should be located in this directory. dir/file name convention;
|
|
|
|
test/{module_name}/test_{testcase_name}.rb
|
|
|
|
test/{module_name}/{needed_files}
|
|
|
|
someday, someone will write testrunner which searches test_*.rb and
|
|
|
|
run testcases automatically.
|
2003-09-04 10:41:00 +04:00
|
|
|
|
2003-09-03 16:45:36 +04:00
|
|
|
* test/csv/*: add testcase for lib/csv.rb.
|
|
|
|
|
2003-09-05 09:07:54 +04:00
|
|
|
Wed Sep 3 01:37:09 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* io.c (rb_f_gets): should call next_argv() before type check
|
|
|
|
current_file. [ruby-list:38336]
|
|
|
|
|
2003-09-02 15:41:33 +04:00
|
|
|
Tue Sep 2 20:37:15 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
|
|
|
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning
|
|
|
|
for skipping server verification.
|
|
|
|
|
2003-09-05 09:07:54 +04:00
|
|
|
Tue Sep 2 23:36:57 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (proc_invoke): should retrieve retval when pcall is true.
|
|
|
|
|
2003-09-02 09:12:39 +04:00
|
|
|
Tue Sep 2 14:09:20 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).
|
|
|
|
the patch is submitted by nmu <nmu@users.sourceforge.jp>.
|
|
|
|
|
|
|
|
* ext/socket/getaddrinfo.c (getaddrinfo): should use in6_addr8 on
|
|
|
|
some platforms.
|
|
|
|
|
|
|
|
* ext/socket/getnameinfo.c (getnameinfo): ditto.
|
|
|
|
|
2003-09-09 05:44:16 +04:00
|
|
|
Tue Sep 2 14:02:19 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
2003-09-02 09:04:30 +04:00
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception
|
|
|
|
|
2003-09-04 12:41:34 +04:00
|
|
|
* ext/tk/lib/{tk.rb, tkcanvas.rb, tkfont.rb, tktext.rb} :
|
2003-09-02 09:04:30 +04:00
|
|
|
bug fix and improvement of font control
|
|
|
|
|
2003-09-02 04:51:39 +04:00
|
|
|
Tue Sep 2 09:51:36 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): should not handle exceptions within rescue
|
|
|
|
argument. [ruby-talk:80804]
|
|
|
|
|
2003-09-01 19:44:39 +04:00
|
|
|
Tue Sep 2 00:44:37 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* re.c (rb_memsearch): fix overrun. [ruby-talk:80759]
|
|
|
|
|
2003-09-01 19:41:31 +04:00
|
|
|
Tue Sep 2 00:41:27 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (map_charset): use lower case keys.
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_fail): just yield error and return the
|
|
|
|
result if a block is given.
|
|
|
|
|
|
|
|
* ext/iconv/iconv.c (iconv_convert): yield error and append the
|
|
|
|
result if a block is given.
|
|
|
|
|
|
|
|
* ext/iconv/charset_alias.rb (charset_alias): optional third
|
|
|
|
argument.
|
|
|
|
|
|
|
|
* ext/iconv/charset_alias.rb (charset_alias): use CP932 instead of
|
|
|
|
SHIFT_JIS on cygwin.
|
|
|
|
|
2003-09-01 13:34:30 +04:00
|
|
|
Mon Sep 1 18:34:25 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): make tail recursion in ELSE clause of
|
|
|
|
RESCUE a jump.
|
|
|
|
|
2003-09-01 13:02:43 +04:00
|
|
|
Mon Sep 1 18:00:02 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* parse.y (aref_args): forgot to call NEW_SPLAT(). reported by
|
|
|
|
Dave Butcher.
|
|
|
|
|
|
|
|
* eval.c (Init_Thread): protect thgroup_default. suggested by Guy
|
|
|
|
Decoux in [ruby-talk:80623]
|
|
|
|
|
2003-09-01 11:59:18 +04:00
|
|
|
Mon Sep 1 16:59:10 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_thread_switch): add RESTORE_EXIT; exit by another
|
|
|
|
thread termination.
|
|
|
|
|
|
|
|
* eval.c (rb_thread_start_0): should not error_print() within
|
|
|
|
terminated thread, because $stderr used by it might be
|
|
|
|
overriden now. [ruby-dev:21280]
|
|
|
|
|
2003-08-31 17:47:48 +04:00
|
|
|
Sun Aug 31 22:46:55 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (TAG_DST()): take no argument.
|
|
|
|
|
2003-08-31 17:57:38 +04:00
|
|
|
* process.c (p_gid_sw_ensure): return VALUE.
|
|
|
|
|
2003-09-09 05:44:16 +04:00
|
|
|
Sun Aug 31 22:27:10 2003 Hidetoshi NAGAI <nagai@dumbo.ai.kyutech.ac.jp>
|
2003-08-31 17:29:54 +04:00
|
|
|
|
|
|
|
* process.c (p_gid_sw_ensure): lack of function type
|
|
|
|
|
2003-08-31 07:25:11 +04:00
|
|
|
Sun Aug 31 12:25:06 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
|
|
|
|
|
|
|
* lib/optparse.rb: --version takes an optional argument; "all" or
|
|
|
|
a list of package names.
|
|
|
|
|
2003-08-31 05:26:29 +04:00
|
|
|
Sun Aug 31 10:17:02 2003 Tadayoshi Funaba <tadf@dotrb.org>
|
|
|
|
|
|
|
|
* lib/date/format.rb: yyyy/mm is not an acceptable format.
|
|
|
|
|
|
|
|
* lib/time.rb: follow above.
|
|
|
|
|
2003-08-30 09:26:47 +04:00
|
|
|
Sat Aug 30 14:25:43 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_iter_break): should not call TAG_JUMP directly.
|
|
|
|
|
2003-08-30 04:04:02 +04:00
|
|
|
Sat Aug 30 03:58:21 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.
|
|
|
|
|
|
|
|
* eval.c (POP_TAG): no longer propagate retval. retval is now set
|
|
|
|
directly by localjump_destination().
|
|
|
|
|
|
|
|
* eval.c (localjump_destination): new function to cast
|
|
|
|
return/break local jump.
|
|
|
|
|
|
|
|
* eval.c (rb_yield_0): stop TAG_RETURN/TAG_BREAK escaping.
|
|
|
|
|
2003-08-29 17:37:44 +04:00
|
|
|
Fri Aug 29 22:35:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
|
|
|
|
* bigdecimal.c *.html: The 2nd arg. for add,sub,mult, and div is 0,
|
|
|
|
then result will be the same as +,-,*,/ respectively.
|
|
|
|
|
2003-08-29 12:34:14 +04:00
|
|
|
Fri Aug 29 17:30:15 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|
|
|
|
|
|
|
* process.c: bug fix
|
|
|
|
|
|
|
|
* process.c: add rb_secure(2) to methods of Process::{UID,GID,Sys}
|
|
|
|
|
2003-09-01 11:59:18 +04:00
|
|
|
* process.c: deny handling IDs during evaluating the block given to
|
2003-08-29 12:34:14 +04:00
|
|
|
the Process::{UID,GID}.switch method
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c : some methods have no effect if on slave-IP
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c : can create a interpreter without Tk
|
|
|
|
|
|
|
|
* ext/tcltklib/tcltklib.c : bug fix on handling exceptions
|
|
|
|
|
|
|
|
* ext/tcltklib/MANUAL.euc : modify
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb : freeze some core modules
|
|
|
|
|
|
|
|
* ext/tk/lib/multi-tk.rb : more secure
|
|
|
|
|
2003-09-01 11:59:18 +04:00
|
|
|
* ext/tk/lib/tk.rb: TkVariable.new(array) --> treat the array as the
|
2003-08-29 12:34:14 +04:00
|
|
|
Tk's list
|
|
|
|
|
|
|
|
* ext/tk/lib/tk.rb: improve accessibility of TkVariable object
|
|
|
|
|
2003-09-01 11:59:18 +04:00
|
|
|
* ext/tk/lib/tk.rb, ext/tk/lib/tkfont.rb, ext/tk/lib/tkcanvas.rb,
|
2003-08-29 12:34:14 +04:00
|
|
|
ext/tk/lib/tktext.rb : fix bug of font handling
|
|
|
|
|
|
|
|
* ext/tk/lib/tkfont.rb TkFont.new() accepts compound fonts
|
2003-09-01 11:59:18 +04:00
|
|
|
|
2003-08-30 04:04:02 +04:00
|
|
|
Thu Aug 28 22:07:12 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* variable.c (rb_autoload_load): call const_missing if autoloading
|
|
|
|
constant is not defined to allow hook.
|
|
|
|
|
|
|
|
* eval.c (rb_eval): use rb_const_get_from() instead of
|
|
|
|
rb_const_get_at().
|
|
|
|
|
|
|
|
* eval.c (is_defined): forgot to check NODE_COLON3.
|
|
|
|
|
2003-08-28 12:35:43 +04:00
|
|
|
Thu Aug 28 17:30:24 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* variable.c (rb_const_get_0): should check constants defined in
|
|
|
|
included modules, if klass is Object. [ruby-talk:79302]
|
|
|
|
|
|
|
|
* numeric.c (check_uint): check should be done using UINT_MAX, not
|
2003-09-02 09:12:39 +04:00
|
|
|
INT_MAX. this fix is submitted by Lyle Johnson
|
|
|
|
<lyle@knology.net> in [ruby-core:01486]
|
2003-08-28 12:35:43 +04:00
|
|
|
|
2003-08-28 00:04:23 +04:00
|
|
|
Thu Aug 28 05:02:52 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-12-10 10:56:07 +03:00
|
|
|
* parse.y (singleton): typo fixed (ruby-bugs-ja:PR#562)
|
2003-08-28 00:04:23 +04:00
|
|
|
|
2003-08-27 23:43:50 +04:00
|
|
|
Thu Aug 28 02:37:45 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.
|
|
|
|
consistent with *a = [1], which set [[1]] to a.
|
|
|
|
|
|
|
|
* node.h: merge NODE_RESTARY to NODE_SPLAT.
|
|
|
|
|
|
|
|
* parse.y: rules simplified a bit by removing NODE_RESTARY.
|
|
|
|
|
|
|
|
* sample/test.rb: updated for new assignment behavior.
|
|
|
|
|
2003-08-27 17:33:27 +04:00
|
|
|
Wed Aug 27 22:33:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* error.c (rb_bug): should not use other methods; this function is
|
|
|
|
not for ordinary use. [ruby-dev:21259]
|
|
|
|
|
2003-08-27 10:08:14 +04:00
|
|
|
Wed Aug 27 15:07:57 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
|
|
|
* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334
|
|
|
|
response. [ruby-list:38279]
|
|
|
|
|
* win32/win32.c (map_errno): support winsock error.
* win32/win32.c (pipe_exec, CreateChild, poll_child_status, waitpid,
kill, link, rb_w32_rename, unixtime_to_filetime, rb_w32_utime):
pass errno to map_errno().
* win32/win32.c (rb_w32_select, rb_w32_accept, rb_w32_bind,
rb_w32_connect, rb_w32_getpeername, rb_w32_getsockname,
rb_w32_getsockopt, rb_w32_ioctlsocket, rb_w32_listen, rb_w32_recv,
rb_w32_recvfrom, rb_w32_send, rb_w32_sendto, rb_w32_setsockopt,
rb_w32_shutdown, rb_w32_socket, rb_w32_gethostbyaddr,
rb_w32_gethostbyname, rb_w32_gethostname, rb_w32_getprotobyname,
rb_w32_getprotobynumber, rb_w32_getservbyname, rb_w32_getservbyport,
rb_w32_fclose, rb_w32_close): use map_errno().
* win32/win32.h: add winsock errors.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-08-27 00:17:18 +04:00
|
|
|
Wed Aug 27 05:10:15 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
|
|
|
* win32/win32.c (map_errno): support winsock error.
|
|
|
|
|
|
|
|
* win32/win32.c (pipe_exec, CreateChild, poll_child_status, waitpid,
|
|
|
|
kill, link, rb_w32_rename, unixtime_to_filetime, rb_w32_utime):
|
|
|
|
pass errno to map_errno().
|
|
|
|
|
|
|
|
* win32/win32.c (rb_w32_select, rb_w32_accept, rb_w32_bind,
|
|
|
|
rb_w32_connect, rb_w32_getpeername, rb_w32_getsockname,
|
|
|
|
rb_w32_getsockopt, rb_w32_ioctlsocket, rb_w32_listen, rb_w32_recv,
|
|
|
|
rb_w32_recvfrom, rb_w32_send, rb_w32_sendto, rb_w32_setsockopt,
|
|
|
|
rb_w32_shutdown, rb_w32_socket, rb_w32_gethostbyaddr,
|
|
|
|
rb_w32_gethostbyname, rb_w32_gethostname, rb_w32_getprotobyname,
|
|
|
|
rb_w32_getprotobynumber, rb_w32_getservbyname, rb_w32_getservbyport,
|
|
|
|
rb_w32_fclose, rb_w32_close): use map_errno().
|
|
|
|
|
|
|
|
* win32/win32.h: add winsock errors.
|
|
|
|
|
2003-08-26 18:54:51 +04:00
|
|
|
Tue Aug 26 23:53:23 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/ostruct.rb (OpenStruct::method_missing): prohibit modifying
|
|
|
|
frozen OpenStruct. [ruby-talk:80214]
|
|
|
|
|
2003-08-26 15:03:53 +04:00
|
|
|
Tue Aug 26 20:03:50 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* lib/mkmf.rb (create_tmpsrc): add the hook for source.
|
|
|
|
[ruby-list:38122]
|
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Tue Aug 26 15:59:53 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-08-26 11:02:19 +04:00
|
|
|
|
2003-08-26 15:03:53 +04:00
|
|
|
* implicit.c (syck_type_id_to_taguri): corrected detection of
|
|
|
|
x-private types.
|
2003-08-26 11:02:19 +04:00
|
|
|
|
2003-08-23 20:06:25 +04:00
|
|
|
Sun Aug 24 01:02:48 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-08-23 19:44:05 +04:00
|
|
|
|
|
|
|
* file.c (file_expand_path): performance improvement.
|
|
|
|
[ruby-talk:79748]
|
|
|
|
|
2003-08-23 21:06:55 +04:00
|
|
|
Sat Aug 23 23:41:16 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
|
|
|
* file.c (rb_file_s_expand_path): avoid calling rb_scan_args() for
|
|
|
|
apparent cases. [ruby-talk:79748]
|
|
|
|
|
2003-08-23 13:56:56 +04:00
|
|
|
Sat Aug 23 18:56:53 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
|
|
|
* ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just
|
2003-08-23 14:13:44 +04:00
|
|
|
resize a string, rb_str_cat() disallows NULL. [ruby-dev:21237]
|
2003-08-23 13:56:56 +04:00
|
|
|
|
2003-08-23 11:51:19 +04:00
|
|
|
Sat Aug 23 16:48:41 2003 Keiju Ishitsuka <keiju@ishitsuka.com>
|
2003-08-23 13:56:56 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]
|
2003-08-23 13:56:56 +04:00
|
|
|
|
2003-08-23 11:00:02 +04:00
|
|
|
Sat Aug 23 15:59:58 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_eval, rb_iterate, block_pass): reduce PUSH/POP_TAG and
|
|
|
|
EXEC_TAG() for retry. [ruby-dev:21216]
|
2003-08-22 21:43:57 +04:00
|
|
|
|
2003-08-23 11:00:02 +04:00
|
|
|
Sat Aug 23 02:32:33 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
2003-08-22 21:43:57 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_yield_splat): should check if "values" is array.
|
2003-08-23 13:56:56 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* enum.c (each_with_index_i): typo.
|
2003-08-22 21:43:57 +04:00
|
|
|
|
2003-08-22 12:09:58 +04:00
|
|
|
Fri Aug 22 17:07:05 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* enum.c (inject_i): use rb_yield_values.
|
2003-08-22 12:09:58 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* enum.c (each_with_index_i): ditto.
|
2003-08-22 12:09:58 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_yield_splat): new function to call "yield *values".
|
2003-08-22 12:09:58 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* string.c (rb_str_scan): use rb_yield_splat().
|
2003-08-22 12:09:58 +04:00
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Fri Aug 22 06:13:22 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-08-22 01:16:58 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/syck/rubyext.c: refactoring of the transfer method
|
|
|
|
dispatch. added yaml_org_handler for faster dispatch of
|
|
|
|
transfers to base types.
|
2003-08-22 01:16:58 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/yaml/rubytypes.rb: removed handling of builtins from
|
|
|
|
Ruby library.
|
2003-08-22 01:16:58 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/syck/token.c: quoted and block scalars are now implicit !str
|
2003-08-22 13:34:26 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/syck/implicit.c: empty string detected as !null.
|
2003-08-22 01:16:58 +04:00
|
|
|
|
2003-08-21 20:00:34 +04:00
|
|
|
Fri Aug 22 01:00:31 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (block_pass): improve passing current block.
|
2003-08-21 20:00:34 +04:00
|
|
|
|
2003-08-21 19:13:45 +04:00
|
|
|
Tue Aug 21 00:13:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/bigdecimal.c: Int. overflow bug in multiplication
|
|
|
|
fixed, and VpNmlz() speed up.
|
2003-08-21 19:13:45 +04:00
|
|
|
|
2003-08-20 11:44:53 +04:00
|
|
|
Wed Aug 20 16:44:49 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/socket/socket.c (ruby_connect): many systems seem to have
|
|
|
|
a problem in select() after EINPROGRESS. [ruby-list:38080]
|
2003-08-20 11:44:53 +04:00
|
|
|
|
2003-12-01 18:45:54 +03:00
|
|
|
Wed Aug 20 01:31:17 2003 why the lucky stiff <why@ruby-lang.org>
|
2003-08-19 20:38:02 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/syck/syck.h: Parser definition problems on HP-UX.
|
|
|
|
[ruby-talk:79389]
|
2003-08-19 20:38:02 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/syck/handler.c (syck_hdlr_get_anchor): Memory leak.
|
2003-08-19 20:38:02 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/syck/syck.s (syck_io_file_read): Bad arguments to fread.
|
2003-08-19 20:38:02 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/syck/rubyext.c: Tainting issues.
|
2003-08-19 20:38:02 +04:00
|
|
|
|
2003-08-19 18:21:13 +04:00
|
|
|
Tue Aug 19 23:20:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/bigdecimal.c .h .html: to_s("+") implemented.
|
2003-08-19 18:21:13 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/lib/bigdecimal/math.rb: E implemented.
|
2003-08-19 18:21:13 +04:00
|
|
|
|
2003-08-19 10:00:36 +04:00
|
|
|
Tue Aug 19 07:47:09 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/https.rb: SSLSocket handling is moved to webrick/ssl.rb.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/compat.rb (File::fnmatch): remove old migration code.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/httpserver.rb (HTTPServer#run): ditto.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/server.rb (GenericServer#listen): the body of this
|
|
|
|
method is pull out as Utils::create_lisnteners.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/utils.rb (Utils::create_lisnteners): new method.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-09-02 15:41:33 +04:00
|
|
|
* lib/webrick/server.rb (GenericServer#start): should rescue
|
|
|
|
unknown errors. and refine comments.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): should close
|
|
|
|
socket if SSLSocket raises error.
|
2003-08-19 10:00:36 +04:00
|
|
|
|
2003-08-19 06:21:04 +04:00
|
|
|
Tue Aug 19 11:19:33 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* io.c (next_argv): should not call GetOpenFile() if rb_stdout is
|
|
|
|
not a IO (T_FILE).
|
2003-08-19 06:21:04 +04:00
|
|
|
|
2003-08-19 02:49:48 +04:00
|
|
|
Tue Aug 19 07:47:09 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
|
|
|
|
a builtin.
|
2003-08-19 02:49:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/openssl/buffering.rb (Buffering#close): ditto.
|
2003-08-19 02:49:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/openssl/buffering.rb (Buffering#puts): should
|
|
|
|
add a return to the tails of each line.
|
2003-08-19 02:49:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/openssl/ssl.rb: new class OpenSSL::SSL::SSLServer.
|
2003-08-19 02:49:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): use sync_close.
|
2003-08-19 02:49:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/sample/echo_svr.rb: use SSLServer.
|
2003-08-19 02:49:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/sample/echo_cli.rb: add example of SSLSocket#sync_close.
|
2003-08-19 02:49:48 +04:00
|
|
|
|
2003-08-18 20:24:42 +04:00
|
|
|
Tue Aug 19 01:24:34 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard
|
|
|
|
headers are inconsistent at this macro. [ruby-core:01432]
|
2003-08-18 20:24:42 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/curses/extconf.rb: check if _XOPEN_SOURCE_EXTENDED breaks.
|
2003-08-18 20:24:42 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/tcltklib/stubs.c: Status macro in X11/Xthreads.h bothers
|
|
|
|
winspool.h
|
2003-08-18 20:24:42 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* instruby.rb: make list at first instead of iterator.
|
|
|
|
[ruby-talk:79347]
|
2003-08-18 20:24:42 +04:00
|
|
|
|
2003-08-18 06:23:13 +04:00
|
|
|
Mon Aug 18 11:23:11 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* dir.c (glob_helper): preserve raw order for **.
|
2003-08-18 06:23:13 +04:00
|
|
|
|
2003-08-17 18:40:00 +04:00
|
|
|
Sun Aug 17 23:39:55 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.
|
2003-08-17 18:40:00 +04:00
|
|
|
|
2003-08-17 12:22:45 +04:00
|
|
|
Sun Aug 17 17:10:03 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add a
|
|
|
|
method to specify if the underlying IO will be closed in
|
|
|
|
SSLSocket#close.
|
2003-08-17 12:22:45 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/openssl/buffering.rb: add forwarders to
|
|
|
|
setsockopt, getsockopt and fcntl.
|
2003-08-17 12:22:45 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/net/protocols.rb: enable sync for SSLSocket.
|
2003-08-17 12:22:45 +04:00
|
|
|
|
2003-08-17 06:32:07 +04:00
|
|
|
Sun Aug 17 11:32:04 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/extmk.rb (extmake): should not force to remake Makefile when
|
|
|
|
installation and so on.
|
2003-08-17 06:32:07 +04:00
|
|
|
|
2003-08-16 18:58:34 +04:00
|
|
|
Sat Aug 16 23:58:18 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* marshal.c (w_symbol, w_object): get rid of warnings.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* re.c (rb_memsearch): ditto.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* time.c (time_dump): ditto.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/extmk.rb (extmake): not continue making when extconf.rb
|
|
|
|
failed.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/extconf.rb: check __VA_ARGS__ macro more precisely.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/ossl.h: remove version.h dependency.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/ruby_missing.h: ditto.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/mkmf.rb (pkg_config): use --libs output except with
|
|
|
|
only-L for other options. [ruby-list:38099]
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/mkmf.rb (create_makefile): separate rule for static
|
|
|
|
library from shared object.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* win32/Makefile.sub, bcc32/Makefile.sub, wince/Makefile.sub:
|
|
|
|
define exec_prefix and libdir.
|
2003-08-16 18:58:34 +04:00
|
|
|
|
2003-08-15 18:13:49 +04:00
|
|
|
Fri Aug 15 23:15:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/bigdecimal.c .h: Bug in combination of limit & div
|
|
|
|
method fixed.
|
2003-08-15 18:13:49 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/lib/bigdecimal/math.rb: atan() & sqrt() added.
|
2003-08-15 18:13:49 +04:00
|
|
|
|
2003-08-15 07:01:52 +04:00
|
|
|
Fri Aug 15 12:01:43 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* configure.in (HUGE_ST_INO): check whether struct stat.st_ino
|
|
|
|
is larger than long. [ruby-dev:21194]
|
|
|
|
http://www.geocities.co.jp/SiliconValley-PaloAlto/1409/ruby/beos.html
|
2003-08-15 07:01:52 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* error.c (syserr_eqq): errno might exceed Fixnum limit.
|
2003-08-15 07:01:52 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* error.c (Init_Exception): moved base initialization from
|
|
|
|
init_syserr().
|
2003-08-15 07:01:52 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* inits.c (rb_call_inits): postpone initializing errnos until
|
|
|
|
Bignum is available.
|
2003-08-15 07:01:52 +04:00
|
|
|
|
|
|
|
Fri Aug 15 12:01:43 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): needed to let
|
|
|
|
keyname() and so on be declared.
|
2003-08-15 07:01:52 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/curses/curses.c (curses_resizeterm, window_resize):
|
|
|
|
arguments conflicted with macros in term.h.
|
2003-08-15 07:01:52 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/curses/curses.c (Curses module methods): ensure
|
|
|
|
initialized. [ruby-dev:21191]
|
2003-08-15 07:01:52 +04:00
|
|
|
|
2003-08-14 21:20:14 +04:00
|
|
|
Fri Aug 15 02:08:53 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* gc.c (id2ref): recycle check should be done by klass == 0.
|
|
|
|
[ruby-core:01408]
|
2003-08-14 21:20:14 +04:00
|
|
|
|
2003-09-12 17:46:48 +04:00
|
|
|
Fri Aug 15 01:34:23 2003 Michal Rokos <m.rokos@sh.cvut.cz>
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkey.c: move generate_cb here
|
|
|
|
|
|
|
|
* ext/openssl/ossl_pkey_{dh|dsa|rsa}.c: adapt to this cb
|
|
|
|
|
|
|
|
* ext/openssl/openssl_missing.[ch]: add (0.9.6x, x<j) missing BN funcs
|
2003-09-17 15:34:02 +04:00
|
|
|
|
2003-09-12 17:46:48 +04:00
|
|
|
* ext/openssl/ossl_bn.c: use supplied funcs from openssl_missing.c
|
|
|
|
|
2003-08-14 19:42:42 +04:00
|
|
|
Fri Aug 15 00:38:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/bigdecimal.c: Bug in div method fixed.
|
2003-08-14 19:42:42 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/lib/bigdecimal/math.rb: Newly added.
|
2003-08-14 19:42:42 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/sample/pi.rb: Changed so as to use math.rb.
|
2003-08-14 19:42:42 +04:00
|
|
|
|
2003-08-14 21:20:14 +04:00
|
|
|
Thu Aug 14 21:19:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (Init_Thread): Continuation#[] added. [ruby-talk:79028]
|
2003-08-14 21:20:14 +04:00
|
|
|
|
2003-08-14 15:01:43 +04:00
|
|
|
Thu Aug 14 20:03:34 2003 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/win32ole/win32ole.c (OLE_FREE): should not call
|
|
|
|
ole_message_loop.
|
2003-08-23 13:56:56 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/win32ole/win32ole.c (ole_event_free): ditto.
|
2003-08-14 15:01:43 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/win32ole/win32ole.c (ole_initialize): stop calling
|
|
|
|
OleUninitialize at exit.
|
2003-08-14 15:01:43 +04:00
|
|
|
|
2003-08-14 06:28:14 +04:00
|
|
|
Thu Aug 14 11:27:37 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* gc.c (rb_data_object_alloc): check type of 1st argument.
|
|
|
|
[ruby-dev:21192]
|
2003-08-14 06:28:14 +04:00
|
|
|
|
2003-08-14 21:20:14 +04:00
|
|
|
Thu Aug 14 00:21:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* parse.y (mlhs_node): should allow "::Foo" (colon3) as lhs.
|
2003-08-14 21:20:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* parse.y (lhs): ditto.
|
2003-08-14 21:20:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* parse.y (yylex): should return tCOLON3 right after kCLASS.
|
|
|
|
[ruby-talk:78918]
|
2003-08-14 21:20:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* error.c (exc_initialize): was converting argument to string too
|
|
|
|
eagerly. Only check was needed. [ruby-talk:78958]
|
2003-08-14 21:20:14 +04:00
|
|
|
|
2003-08-13 18:33:31 +04:00
|
|
|
Wed Aug 13 23:31:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal/bigdecimal.c .h .html: Ambiguity of
|
|
|
|
BigDecimal::limit removed.
|
2003-08-13 18:33:31 +04:00
|
|
|
|
2003-08-13 15:41:13 +04:00
|
|
|
Wed Aug 13 19:21:34 2003 Christian Neukirchen <chneukirchen@yahoo.de>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/https.rb (HTTPServer#run): should set syncing-mode
|
|
|
|
to SSLSocket. [ruby-talk:78919]
|
2003-08-13 15:41:13 +04:00
|
|
|
|
2003-08-13 14:31:33 +04:00
|
|
|
Wed Aug 13 18:13:49 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.
|
2003-08-13 14:31:33 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (proc_invoke): unpack return/break destination when block
|
|
|
|
is already left.
|
2003-08-13 14:31:33 +04:00
|
|
|
|
2003-08-13 11:13:45 +04:00
|
|
|
Wed Aug 13 15:58:31 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* object.c (rb_class_s_alloc): add function prototype to avoid VC++
|
|
|
|
warning.
|
2003-08-13 11:13:45 +04:00
|
|
|
|
2003-08-13 08:52:35 +04:00
|
|
|
Wed Aug 13 13:50:59 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/Win32API/Win32API.c (Win32API_initialize): should pass some
|
2003-12-10 10:56:07 +03:00
|
|
|
class to first argument of Data_Wrap_Struct(). (ruby-bugs:PR#1109)
|
2003-08-13 08:52:35 +04:00
|
|
|
|
2003-08-12 11:55:14 +04:00
|
|
|
Tue Aug 12 16:55:11 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-08-12 06:12:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* Makefile.in: static link libraries to LIBRUBY_SO with static linked
|
|
|
|
ext. [ruby-dev:21157]
|
2003-08-12 06:12:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/extmk.rb (extmake): sort extension library initialization order.
|
2003-08-12 06:12:48 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/extmk.rb (extmake): compact $extlibs.
|
2003-08-12 11:55:14 +04:00
|
|
|
|
2003-08-11 21:52:24 +04:00
|
|
|
Tue Aug 12 02:48:56 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off the
|
|
|
|
flag before calling getcontext(2).
|
2003-08-11 22:18:40 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (struct thread): add member to save backing store on
|
|
|
|
IA64. (ruby-bugs PR1086)
|
2003-08-11 21:52:24 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (thread_mark): mark IA64 backing store region.
|
2003-08-11 21:52:24 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (thread_free): free saved IA64 backing store.
|
2003-08-11 21:52:24 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_thread_save_context): save IA64 backing store as well.
|
2003-08-11 21:52:24 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_thread_restore_context): restore IA64 backing store.
|
2003-08-11 21:52:24 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (THREAD_ALLOC): initialize IA64 members.
|
2003-08-11 21:52:24 +04:00
|
|
|
|
2003-08-11 17:41:18 +04:00
|
|
|
Mon Aug 11 22:31:50 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/debug.rb(debug_command): inspection command should inspect
|
|
|
|
resulting value even if it's nil. [ruby-dev:21180] by OMAE, jun
|
|
|
|
<jun66j5@ybb.ne.jp>.
|
2003-08-11 17:41:18 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/debug.rb(debug_command): incomplete regexp.
|
2003-08-11 17:41:18 +04:00
|
|
|
|
2003-08-11 12:35:54 +04:00
|
|
|
Mon Aug 11 17:33:07 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_call_super): do not use rb_block_given_p() for
|
|
|
|
check. [ruby-talk:78656]
|
2003-08-11 12:35:54 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (BEGIN_CALLARGS): push ITER_NOT only when ITER_PRE.
|
2003-08-11 12:35:54 +04:00
|
|
|
|
2003-08-10 05:54:05 +04:00
|
|
|
Sun Aug 10 10:43:05 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZE
|
|
|
|
from 1k to 16k bytes. [ruby-talk:78603]
|
2003-08-10 05:54:05 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/openssl/ossl_ssl.c (ossl_sslctx_s_alloc): enable
|
|
|
|
partial write to allow interruption in SSLSocket#write.
|
2003-08-10 05:54:05 +04:00
|
|
|
|
2003-08-09 19:36:23 +04:00
|
|
|
Sun Aug 10 00:34:16 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)'
|
|
|
|
for ccache.
|
2003-08-09 19:36:23 +04:00
|
|
|
|
2003-08-09 19:19:17 +04:00
|
|
|
Sat Aug 9 10:36:21 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* marshal.c (w_object): do not dump generic instance variable when
|
|
|
|
marshal_dump is defined.
|
2003-08-09 19:19:17 +04:00
|
|
|
|
2003-08-08 19:38:46 +04:00
|
|
|
Sat Aug 9 00:35:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
2003-08-08 19:37:21 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal.c: F style output(like 1234.56789) implemented
|
|
|
|
to to_s method.
|
|
|
|
* ext/bigdecimal_??.html: F style output(like 1234.56789)
|
|
|
|
implemented to to_s method.
|
2003-08-08 19:37:21 +04:00
|
|
|
|
2003-08-08 07:35:46 +04:00
|
|
|
Fri Aug 8 12:33:17 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program.
|
|
|
|
add the -aa option to WLDFLAGS.
|
2003-08-08 07:35:46 +04:00
|
|
|
|
2003-08-08 07:48:33 +04:00
|
|
|
Fri Aug 8 11:29:26 2003 Koji Arai <jca02266@nifty.ne.jp>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* marshal.c (w_object): should set `c_arg' at first.
|
2003-08-08 07:48:33 +04:00
|
|
|
|
2003-08-07 22:24:27 +04:00
|
|
|
Fri Aug 8 03:22:28 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/webrick/httputils.rb (FormData#list): should not take
|
|
|
|
a side effect for the receiver.
|
2003-08-07 22:24:27 +04:00
|
|
|
|
2003-08-07 09:43:59 +04:00
|
|
|
Thu Aug 7 14:40:37 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* cygwin/GNUmakefile: better --disbale-shared option support.
|
2003-08-07 09:43:59 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* cygwin/GNUmakefile: add forwarding DLL target for cygwin.
|
2003-08-07 11:11:50 +04:00
|
|
|
|
2003-08-07 09:43:59 +04:00
|
|
|
Thu Aug 7 14:21:05 2003 Corinna Vinschen <vinschen@redhat.com>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* configure.in: Fix Cygwin specific naming of libraries to
|
2003-12-10 10:56:07 +03:00
|
|
|
be net distribution compliant. (ruby-bugs:PR#1077)
|
2003-08-23 13:58:56 +04:00
|
|
|
cygwin-ruby18.dll -> cygruby18.dll
|
2003-08-07 09:43:59 +04:00
|
|
|
|
2003-08-07 08:09:56 +04:00
|
|
|
Thu Aug 7 12:51:38 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_f_at_exit): should not be called without a block.
|
|
|
|
block_given check added.
|
2003-08-07 08:09:56 +04:00
|
|
|
|
2003-08-07 01:50:06 +04:00
|
|
|
Thu Aug 7 06:46:06 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_call0): forgot to pop ruby_class.
|
2003-08-07 01:54:46 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
|
2003-12-10 10:56:07 +03:00
|
|
|
(ruby-bugs-ja:PR#540)
|
2003-08-07 01:50:06 +04:00
|
|
|
|
|
|
|
Thu Aug 7 04:52:50 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_yield_0): remove ruby_frame->cbase and unify to
|
|
|
|
ruby_cref. [ruby-talk:78141]
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-06 23:21:24 +04:00
|
|
|
Thu Aug 7 04:19:15 2003 Akinori MUSHA <knu@iDaemons.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* gc.c: FreeBSD/ia64's mcontext_t is a bit different from that of
|
|
|
|
Linux/ia64. This makes gc.c compile but miniruby coredumps for
|
|
|
|
the moment.
|
2003-08-06 23:21:24 +04:00
|
|
|
|
2003-08-06 19:15:41 +04:00
|
|
|
Wed Aug 7 00:15:00 2003 Shigeo Kobayashi <shigek@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/bigdecimal.c: Comparison results adjusted to Float's.
|
|
|
|
* ext/bigdecimal.c: Use rb_num_coerce_????(x,y) instead of own.
|
2003-08-06 19:15:41 +04:00
|
|
|
|
2003-08-06 18:03:21 +04:00
|
|
|
Wed Aug 6 22:58:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/test/unit/testcase.rb: Added equality checking.
|
|
|
|
* lib/test/unit/testsuite.rb: Added equality checking.
|
|
|
|
* lib/test/unit/assertions.rb: Fixed a warning.
|
2003-08-06 18:03:21 +04:00
|
|
|
|
2003-08-06 12:28:52 +04:00
|
|
|
Wed Aug 6 17:28:10 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/extmk.rb (extmake): set library name as source file name in
|
|
|
|
Init_ext(). [ruby-dev:21137]
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/mkmf.rb (Logging::postpone): postpone logging messages after
|
|
|
|
heading message as the result of the block.
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/mkmf.rb (macro_defined?): append newline to src unless ended
|
|
|
|
with it.
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/mkmf.rb (have_library): treat nil function name as "main".
|
|
|
|
(ruby-bugs:PR#1083)
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/mkmf.rb (pkg_config): should append additional libraries to
|
|
|
|
$libs but not $LIBS. [ruby-dev:21137]
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/io/wait/extconf.rb: check DOSISH macro instead of platform.
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/digest/sha1/extconf.rb: have_library already appends library
|
|
|
|
name.
|
2003-08-06 07:11:14 +04:00
|
|
|
|
2003-08-07 01:50:06 +04:00
|
|
|
Wed Aug 6 17:23:57 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c: initialize /* OK */ variables by Qnil to stop warnings.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-05 23:58:43 +04:00
|
|
|
Wed Aug 6 04:58:32 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* ext/Setup*: add io/wait and openssl.
|
2003-08-05 23:58:43 +04:00
|
|
|
|
2003-08-07 01:50:06 +04:00
|
|
|
Wed Aug 6 01:13:38 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_f_autoload): use ruby_cbase instead of ruby_class.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_f_autoload_p): ditto.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* class.c (rb_mod_init_copy): no longer implements independent
|
|
|
|
clone and dup methods. override "initialize_copy" instead.
|
|
|
|
[ruby-core:01352]
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* object.c (rb_class_s_alloc): define Class allocation function.
|
|
|
|
this makes Classes to follow clone framework that uses
|
|
|
|
initialize_copy.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* object.c (rb_class_initialize): separate instantiation and
|
|
|
|
initialization.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* object.c (rb_obj_alloc): prohibit instantiation from
|
|
|
|
uninitialized class.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* object.c (rb_class_superclass): check uninitialized class.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* array.c (rb_ary_fill): wrong index processing with block. this
|
|
|
|
fix was done by Koji Arai <JCA02266@nifty.ne.jp> [ruby-list:38029]
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* marshal.c (w_object): should preserve generic ivar for nil,
|
|
|
|
true, false, symbols, and fixnums.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* marshal.c (w_uclass): base_klass check should be done after
|
|
|
|
rb_class_real().
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-05 20:12:05 +04:00
|
|
|
Wed Aug 6 01:18:50 2003 Minero Aoki <aamine@loveruby.net>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/net/http.rb: update document.
|
2003-08-05 20:12:05 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/net/pop.rb: ditto.
|
2003-08-05 20:12:05 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/net/protocol.rb: ditto.
|
2003-08-05 20:12:05 +04:00
|
|
|
|
2003-08-07 01:50:06 +04:00
|
|
|
Wed Aug 6 00:48:37 2003 Koji Arai <jca02266@nifty.ne.jp>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* marshal.c (w_object): should recommend marshal_dump rather than
|
|
|
|
_dump_data.
|
2003-08-07 01:50:06 +04:00
|
|
|
|
2003-08-05 13:09:35 +04:00
|
|
|
Tue Aug 5 17:58:57 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/fileutils.rb (install): should preserve timestamp only.
|
2003-08-05 13:09:35 +04:00
|
|
|
|
2003-08-05 13:27:21 +04:00
|
|
|
Tue Aug 5 17:31:59 2003 Ian Macdonald <ian@caliban.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):
|
|
|
|
simple typo.
|
2003-08-05 13:27:21 +04:00
|
|
|
|
2003-08-05 10:47:37 +04:00
|
|
|
Tue Aug 5 15:47:34 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* eval.c (rb_load): should preserve current source file/line.
|
2003-08-05 10:47:37 +04:00
|
|
|
|
2003-08-05 13:27:21 +04:00
|
|
|
Tue Aug 5 10:04:42 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* string.c (str_new4): ptr may refer null_str.
|
2003-08-05 13:27:21 +04:00
|
|
|
|
2003-08-04 12:31:24 +04:00
|
|
|
Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
2003-08-04 09:28:50 +04:00
|
|
|
|
2003-08-23 13:58:56 +04:00
|
|
|
* stable version 1.8.0 released.
|
2003-08-04 09:28:50 +04:00
|
|
|
|
2003-08-04 12:31:24 +04:00
|
|
|
For the changes before 1.8.0, see doc/ChangeLog-1.8.0
|
2003-04-25 12:54:52 +04:00
|
|
|
|
2003-08-26 15:37:45 +04:00
|
|
|
Local variables:
|
2003-07-24 09:18:47 +04:00
|
|
|
add-log-time-format: (lambda ()
|
|
|
|
(let* ((time (current-time))
|
2003-10-02 06:20:42 +04:00
|
|
|
(diff (+ (cadr time) 32400))
|
2003-08-26 15:37:45 +04:00
|
|
|
(lo (% diff 65536))
|
|
|
|
(hi (+ (car time) (/ diff 65536))))
|
2003-08-23 20:06:25 +04:00
|
|
|
(format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
|
2003-07-25 08:38:42 +04:00
|
|
|
indent-tabs-mode: t
|
|
|
|
tab-width: 8
|
2003-04-25 12:54:52 +04:00
|
|
|
end:
|