summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * add tag v1_8_5_39v1_8_5_39shyouhei2007-03-190-0/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_5_39@12099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 12080shyouhei2007-03-193-5/+11
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 12071shyouhei2007-03-163-2/+9
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 12065shyouhei2007-03-163-3/+8
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 12050shyouhei2007-03-163-4/+11
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * stable version 1.8.5-p35 released.shyouhei2007-03-132-1/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/fileasserts.rb: Fix wrong error message.shyouhei2007-03-134-8/+15
| | | | | | | | * lib/fileutils.rb (FileUtils::mv): Type Error; should utilize Strings instead of Symbols here. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (FileUtils::mv): fix incomplete backport ofshyouhei2007-03-123-2/+7
| | | | | | | FileUtils.mv changes at r11988 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* *merge -c 11946shyouhei2007-03-123-2/+11
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 12031shyouhei2007-03-116-16/+176
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 12028shyouhei2007-03-113-4/+14
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 12006shyouhei2007-03-083-4/+11
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 11988shyouhei2007-03-083-3/+12
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 11972shyouhei2007-03-083-2/+9
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* patchlevel 26shyouhei2007-03-081-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 11965shyouhei2007-03-085-3/+19
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 11960shyouhei2007-03-083-5/+12
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 11935shyouhei2007-02-283-9/+22
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merge -c 11918shyouhei2007-02-275-5/+66
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1usa2007-02-273-5/+40
| | | | | | | | | workaround. [ruby-core:10259] * win32/win32.c (NtInitialize): call above function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * signal.c (ruby_signal): don't set SA_RESTART. a backport fromshyouhei2007-02-263-12/+9
| | | | | | | the HEAD. [ruby-talk:220937] [ruby-talk:147220] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update the distribution information.shyouhei2007-02-202-12/+27
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_f_syscall): Fix buffer overflow with syscallshyouhei2007-02-133-4/+11
| | | | | | | arguments. [ruby-bugs:PR#8541] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* set svn:eol-styleshyouhei2007-02-120-0/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (ole_variant2val): sorry, fix the enbug.suke2007-02-102-1/+6
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (ole_variant2val): fix compile errorsuke2007-02-092-1/+6
| | | | | | | | on VC++. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (ole_variant2val): fix the bug whensuke2007-02-093-5/+14
| | | | | | | | SAFEARRAY pointer is NULL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-02-063-6/+12
| | | | | | | | | | before actually modifying the string. fixed: [ruby-dev:30211] (originally reported by zunda) * patchlevel 18. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * removed svn:keywords for compatibility.shugo2007-01-31321-495/+495
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (dyna_var_lookup): should not alter dvar->val not toshyouhei2007-01-274-7/+15
| | | | | | | | | | destroy living value. [ruby-core:10076] * parse.y (dyna_init): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* r11585@ruby: shyouhei | 2007-01-25 10:32:12 +0900shyouhei2007-01-253-5/+10
| | | | | | | | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix regexp font-lock bug. [ruby-talk:235758] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* r11545@ruby: shyouhei | 2007-01-11 02:07:53 +0900shyouhei2007-01-142-3/+9
| | | | | | | revert 11533 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* patchlevel 15.shyouhei2007-01-141-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11533 ↵shyouhei2007-01-142-9/+3
| | | | b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix memory leak of win32ole.suke2007-01-133-4/+21
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei2007-01-094-11/+20
| | | | | | | | | | | * ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctly convert uid/gid from VALUE. * ext/etc/etc.c (etc_getpwuid): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl.h: fixed compilation problem on gcc 3.2.shyouhei2006-12-253-8/+19
| | | | | | | [ruby-talk:214786] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2006-12-25shyouhei2006-12-251-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * stable version 1.8.5-p12 released.shyouhei2006-12-251-1/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* revert to p11shyouhei2006-12-253-22/+11
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* r13@ruby: shyouhei | 2006-12-21 21:11:10 +0900shyouhei2006-12-211-4/+4
| | | | | | | patchlevel 12 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* r12@ruby: shyouhei | 2006-12-21 21:09:03 +0900shyouhei2006-12-212-7/+18
| | | | | | | | * ext/openssl/ossl.h: fixed compilation problem on gcc 3.2. [ruby-talk:214786] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* r11@ruby: shyouhei | 2006-12-21 21:07:21 +0900shyouhei2006-12-210-0/+0
| | | | | | | ignore .document git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {bcc32,djgpp,win32,wince}/*.bat: change svn properties of DOSISH batch files.usa2006-12-213-0/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* backport from ruby_1_8shyouhei2006-12-153-14/+34
| | | | | | | | * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. [ruby-talk: 227408] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-12-16shyouhei2006-12-151-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* backport from ruby_1_8shyouhei2006-12-153-1/+6
| | | | | | | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* patchlevel 9shyouhei2006-12-141-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* backport from ruby_1_8 ([ruby-core:9024])shyouhei2006-12-143-32/+110
| | | | | | | | | | * dir.c (glob_helper): get rid of possible memory leak. * win32/win32.c (cmdglob, rb_w32_cmdvector, rb_w32_opendir, rb_w32_get_environ): not to use GC before initialization. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-12-14shyouhei2006-12-141-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e