seki
c09dc0f725
adjust and reduce sleep
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-16 13:38:15 +00:00
gotoyuzo
67f4a393ba
* ext/openssl/ossl.c (ossl_raise): refine message format.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-16 09:39:54 +00:00
nagai
a247c7715d
* ext/tk/sample/demos-en/widget: modify version check for supporting features
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-16 07:32:01 +00:00
nagai
cd4ce67e50
* ChangeLog: forgot to commit
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-16 07:14:49 +00:00
nagai
9e51ec666b
* ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]
...
* ext/tk/lib/tk/timer.rb: accept :idle for the interval argument
* ext/tk/lib/tk.rb: add TkComm._callback_entry?()
* ext/tk/lib/multi-tk.rb: add MultiTkIp.cb_entry_class
* ext/tk/lib/tk/canvas.rb: use TkComm._callback_entry?()
* ext/tk/lib/tk/canvastag.rb: ditto
* ext/tk/lib/tk/dialog.rb: ditto
* ext/tk/lib/tk/optiondb.rb: ditto
* ext/tk/lib/tk/text.rb: ditto
* ext/tk/lib/tk/texttag.rb: ditto
* ext/tk/lib/tk/textwindow.rb: ditto
* ext/tk/lib/tk/timer.rb: ditto
* ext/tk/lib/tk/validation.rb: ditto
* ext/tk/lib/tkextlib/*: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-16 07:13:14 +00:00
usa
c89c302d3f
* 2004-12-16
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-16 00:40:23 +00:00
aamine
0ce6372dc1
* ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25191]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 19:02:42 +00:00
aamine
64b5b2b1a2
* lib/net/http.rb: remove junk.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 18:27:44 +00:00
matz
e0ddacfc36
* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]
...
* object.c (rb_obj_id_obsolete): warn always.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 16:01:11 +00:00
seki
8a92fc9709
changed default binded address family to use an available address family of host name. [druby-ja:101]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 15:46:53 +00:00
gotoyuzo
52d91fa402
* lib/webrick/server.rb (WEBrick::GenericServer#start_thread):
...
should log about all accepted socket. [ruby-core:03962]
* lib/webrick/accesslog.rb (WEBrick::AccessLog#setup_params):
"%%" and "%u" are supported. [webricken:135]
* lib/webrick/httpservlet/filehandler.rb
(WEBrick::HTTPServlet::FileHandler#check_filename):
:NondisclosureName is acceptable if it is Enumerable.
* lib/webrick/config.rb (WEBrick::Config::FileHandler):
default value of :NondisclosureName is [".ht*", "*~"].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 08:47:49 +00:00
matz
2edbb9d0f8
* lib/set.rb (Set#==): [ruby-dev:25206]
...
* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]
* utf8.c (utf8_is_mbc_ambiguous): [ruby-talk:123561]
* utf8.c (utf8_mbc_to_normalize): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 06:35:55 +00:00
usa
772396882f
* 2004-12-15
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 05:33:10 +00:00
usa
f598caf621
* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 05:32:53 +00:00
matz
6982d10a7e
* utf8.c (utf8_is_mbc_ambiguous): [ruby-talk:123561]
...
* utf8.c (utf8_mbc_to_normalize): ditto.
* lib/cgi/session.rb (CGI::Session::initialize): generate new
session if given session_id does not exist. [ruby-list:40368]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-14 13:04:28 +00:00
ttate
ba2fce1507
devided DL::Types#encode_type into three methods.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-14 12:42:42 +00:00
usa
2f35e1e146
* win32/win32.c (rb_w32_close): need to reset osfhnd().
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-14 08:10:32 +00:00
gotoyuzo
2235b8c36d
* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-14 05:05:17 +00:00
eban
a87ff1d339
* 2004-12-14
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-14 01:40:56 +00:00
matz
21ae9c745a
* eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-13 23:55:04 +00:00
ser
96439f2a4a
Merged in the changes from BSD bug report. shift-jis is now shift_jis, in
...
accordance with IANA
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-13 11:50:13 +00:00
akr
4497af1591
* gc.c (set_stack_end): new function to obtain stack end address.
...
set_stack_end obtains a stack end address by an address of local
variable in the function.
(SET_STACK_END, STACK_END): use set_stack_end. don't use alloca.
This makes the conservative garbage collector to scan a stack frame
of the garbage_collect function itself. This is required because
callee-save registers may be stored in the frame.
[ruby-dev:25158]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-13 09:57:41 +00:00
eban
ad36c25be8
* 2004-12-13
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-13 04:11:46 +00:00
shugo
562ddea6ba
* ext/curses/curses.c (window_subwin): call NUM2INT() before
...
GetWINDOW(). fixed: [ruby-dev:25161]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-12 17:47:53 +00:00
akr
4627c5a19b
* lib/pathname.rb (cleanpath_aggressive): make it private.
...
(cleanpath_conservative): ditto.
Suggested by Daniel Berger. [ruby-core:3914]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-12 16:04:31 +00:00
eban
329c2cd723
* 2004-12-12
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-12 13:47:06 +00:00
nobu
b6aba9ad54
* test/ruby/test_super.rb (TestSuper#test_define_method): now methods
...
from procs can call super.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-12 12:32:21 +00:00
dave
5f87cfb94c
Don't show r/w accessot flags if none were specified for custom attributes
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-12 01:36:57 +00:00
dave
05b5e64ac3
Never exclude files given on command line
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-12 01:16:19 +00:00
seki
a402acbbb6
add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-11 12:12:17 +00:00
usa
d4b0bf031d
* 2004-12-11
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-11 05:38:10 +00:00
nobu
0e01d2883b
* sample/optparse/subcommand.rb: a sample for sub commands like
...
cvs. contributed by Minero Aoki.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-11 04:09:07 +00:00
usa
12790683f3
* 2004-12-10
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-10 00:08:19 +00:00
nobu
bb59e412e1
* ext/socket/socket.c (sock_listen): get OpenFile just before calling
...
listen(2).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 23:39:57 +00:00
usa
d9a56b4fee
* ext/sdbm/init.c (GetDBM): typo.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 07:31:22 +00:00
gotoyuzo
3f06be1b9d
* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoid
...
SecurityError. [ruby-dev:24970]
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should wait
for reading request till data arrive. [ruby-talk:121068]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 07:22:45 +00:00
nobu
e326946b35
* string.c (rb_str_inspect): escape # which starts an expression
...
substitution. fixed: [ruby-core:03922]
* string.c (rb_str_dump): not escape # which isn't a substitution.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 05:38:59 +00:00
eban
b9c6120e07
* io.c (pipe_open): should set prog if argc != 0.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 03:34:47 +00:00
matz
3d66cc4c6b
* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]
...
* ext/sdbm/init.c: ditto.
* ext/gdbm/gdbm.c: ditto.
* eval.c (proc_invoke): merge Guy Decoux's argument preserve
patch in [ruby-core:03874].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 02:19:50 +00:00
nobu
32481c4126
* test/socket/test_socket.rb (test_setsockopt): use SO_LINGER instead
...
of SO_BINDTODEVICE. fixed: [ruby-dev:25133]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 01:19:30 +00:00
usa
bfb31fdd22
* 2004-12-09
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-09 00:09:55 +00:00
nagai
3e75f9b513
* ext/tk/ChangeLog.tkextlib: forgot to commit
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 18:19:53 +00:00
nagai
b9bdee95f1
* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when
...
the running script is '-e one-liner' or '-' (stdin).
* ext/tcltklib/extconf.rb: add find_library("#{lib}#{ver}",..) for stub libs
* ext/tk/lib/tk/textmark.rb: TkTextMarkCurrent and TkTextMarkAnchor
have a wrong parent class.
* ext/tk/lib/tk/dialog.rb: rename TkDialog2 --> TkDialogObj and
TkWarning2 --> TkWarningObj (old names are changed to alias names)
* ext/tk/lib/tk/dialog.rb: bug fix of treatment of 'prev_command'
option and hashes for configuration
* ext/tk/lib/tk/dialog.rb: add TkDialogObj#name to return the button name
* ext/tk/lib/tk/radiobutton.rb: rename enbugged method value() ==> get_value()
and value=(val) ==> set_value(val).
* ext/tk/lib/tk/menu.rb: add TkMenu.new_menuspec
* ext/tk/lib/tk/menu.rb: add alias (TkMenuButton = TkMenubutton,
TkOptionMenuButton = TkOptionMenubutton)
* ext/tk/lib/tk/event.rb: new method aliases (same as option keys of
event_generate) for Event object
* ext/tk/lib/tk/font.rb: configinfo returns proper types of values
* ext/tk/lib/tk.rb: bind methods accept subst_args + block
* ext/tk/lib/tk/canvas.rb: ditto
* ext/tk/lib/tk/canvastag.rb: ditto
* ext/tk/lib/tk/frame.rb: ditto
* ext/tk/lib/tk/text.rb: ditto
* ext/tk/lib/tk/texttag.rb: ditto
* ext/tk/lib/tk/toplevel.rb: ditto
* ext/tk/lib/tkextlib/*: ditto and bug fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 18:14:15 +00:00
dave
642e10156c
Fix CSS typo that meant h2 headings were invisible
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 14:56:55 +00:00
akr
78f7b7036b
* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:
...
create FILE object only when required: popen(3) and DL's IO#to_ptr.
[ruby-dev:25122]
* io.c (rb_io_binmode): use setmode for Human68k. [ruby-dev:25121]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 13:26:27 +00:00
eban
19f57ce144
* process.c (rb_spawn): support for DJGPP.
...
* lib/mkmf.rb (VPATH): specify the implicit path separator for DJGPP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 11:14:53 +00:00
usa
3f56463129
* win32/win32.c (rb_w32_pipe_exec): need to close original socket
...
handle.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 08:38:59 +00:00
matz
a0b3060708
* sprintf.c (rb_f_sprintf): [ruby-dev:25104]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 05:32:26 +00:00
usa
87a77c7174
* win32/win32.c (rb_w32_pipe_exec): must close original handle
...
before exec. fixed: [ruby-dev:25112]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 04:56:07 +00:00
usa
bc4088d768
* win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socket
...
before closesocket(). fixed: [ruby-dev:25112]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-08 02:54:24 +00:00