summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set svn:eol-styleruby_1_6shyouhei2007-02-120-0/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@11708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-202-9/+21
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@9254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2005-09-01matz2005-09-011-5/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@9066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-012-19/+31
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@9065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (method_arity): should handle NODE_BMETHOD andmatz2004-10-244-4/+15
| | | | | | | NODE_DMETHOD. [ruby-core:01138] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@7110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cgi/session.rb: typo fix.matz2004-07-281-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@6712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cgi/session.rb: FileStore data should be umasked 0600.matz2004-07-261-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@6701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/extconf.rb: Merge from 1.8: explicity specifyknu2004-04-162-0/+8
| | | | | | | | | IPPROTO_TCP as a SOCK_STREAM protocol to use, when it is not the only protocol. KAME, for example, supports other SOCK_STREAM protocols such as SCTP. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@6174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cygwin/GNUmakefile: allow "B" type in defined symbols.eban2003-11-022-1/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-10-15knu2003-10-151-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra argumentsknu2003-10-152-3/+8
| | | | | | | correctly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/digest.c (rb_digest_base_s_new): Zero the newlyknu2003-10-152-1/+7
| | | | | | | allocated buffer to avoid letting ALGO_Equal() fail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. backport fromnahi2003-08-033-6/+16
| | | | | | | 1.8. Thu Jul 10 14:42:02 2003 WATANABE Hirofumi <eban@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-07-27nobu2003-07-261-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu2003-07-262-22/+31
| | | | | | | to get rid of a msvcrt bug. [ruby-dev:20919] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban2003-07-172-1/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-07-09nobu2003-07-091-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu2003-07-092-2/+7
| | | | | | | [ruby-dev:20516] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * instruby.rb: do not install shared libraries as man pages.eban2003-07-092-1/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-06-282-2/+7
| | | | | | | non-versioned found. [ruby-dev:19759] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-06-28nobu2003-06-281-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (rb_gc_mark_locations): remove margin. [ruby-dev:20462]nobu2003-06-282-3/+9
| | | | | | | * gc.c (Init_stack): add safety margin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").eban2003-05-302-1/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa.aamine2003-05-242-2/+13
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-05-20usa2003-05-191-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* removed garbage.nobu2003-05-191-1/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-195-2/+17
| | | | | | | | | (ruby-bugs-ja:PR#469) * eval.c (rb_f_require): clear ruby_errinfo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-05-15nobu2003-05-151-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_block_given_p): false if ruby_block is null.nobu2003-05-152-93/+98
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-04-20eban2003-04-191-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (void_expr0): node might become NULL after callingeban2003-04-192-1/+6
| | | | | | | remove_begin(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb.in (create_makefile): link @LIBS@.usa2003-04-092-1/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-03-26nobu2003-03-261-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-262-1/+8
| | | | | | | path names. (ruby-bugs-ja:PR#412) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * jcode.rb: add n option.eban2003-03-231-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-232-2/+9
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-03-23nobu2003-03-231-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu2003-03-232-1/+10
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-192-1/+7
| | | | | | | Fixed by Fukumoto Atsushi <fukumoto@imasy.or.jp> [ruby-dev:19830] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-03-11nobu2003-03-111-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' ↵aamine2003-03-112-1/+6
| | | | | | when user name is too long (ruby-bugs-ja:PR#404). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/Win32API/Win32API.c: no longer use inline-asms.eban2003-03-064-163/+82
| | | | | | | * ext/Win32API/extconf.rb: no need to add gcc options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: cleanups.eban2003-03-051-1/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-02-28nobu2003-02-281-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (flock): maps error code.nobu2003-02-282-26/+30
| | | | | | | | | | * win32/win32.c (win32_asynchronize): returns errno from child thread. * win32/win32.c (win32_fclose, win32_close): ensures unlocked. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-02-25nobu2003-02-251-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_dup): set FL_EXIVAR when copied generic ivar.nobu2003-02-252-1/+8
| | | | | | | (ruby-bugs-ja:PR#400) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * intern.h (rb_define_private_method): duplicated.eban2003-02-233-5/+4
| | | | | | | * configure.in (__NO_ISOCEXT): need not to add this definition on MinGW. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-02-22eban2003-02-221-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_thread_create): may called from place higher thanmatz2003-02-213-0/+32
| | | | | | | | | | rb_gc_stack_start. * gc.c (Init_stack): update rb_gc_stack_start if it is lower (or higher if stack grows down) than the previous value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e