Skip to content

Commit 1a70fe6

Browse files
committed
merge revision(s) 29933:
* re.c (rb_reg_regcomp): should succeed the taint status from the origin. [ruby-core:33338] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@30080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent de7048c commit 1a70fe6

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Sat Dec 4 11:25:02 2010 NAKAMURA Usaku <usa@ruby-lang.org>
2+
3+
* re.c (rb_reg_regcomp): should succeed the taint status from the
4+
origin. [ruby-core:33338]
5+
16
Thu Dec 2 21:13:42 2010 URABE Shyouhei <shyouhei@ruby-lang.org>
27

38
* Makefile.in (fake.rb): need to expand the topdir in case of it

re.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,7 @@ rb_reg_regcomp(str)
15061506
case_cache = ruby_ignorecase;
15071507
kcode_cache = reg_kcode;
15081508
reg_cache = rb_reg_new(RSTRING(str)->ptr, RSTRING(str)->len, ruby_ignorecase);
1509+
OBJ_INFECT(reg_cache, str);
15091510
RB_GC_GUARD(save_str);
15101511
return reg_cache;
15111512
}

version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#define RUBY_VERSION "1.8.7"
2-
#define RUBY_RELEASE_DATE "2010-12-02"
2+
#define RUBY_RELEASE_DATE "2010-12-04"
33
#define RUBY_VERSION_CODE 187
4-
#define RUBY_RELEASE_CODE 20101202
5-
#define RUBY_PATCHLEVEL 327
4+
#define RUBY_RELEASE_CODE 20101204
5+
#define RUBY_PATCHLEVEL 328
66

77
#define RUBY_VERSION_MAJOR 1
88
#define RUBY_VERSION_MINOR 8
99
#define RUBY_VERSION_TEENY 7
1010
#define RUBY_RELEASE_YEAR 2010
1111
#define RUBY_RELEASE_MONTH 12
12-
#define RUBY_RELEASE_DAY 2
12+
#define RUBY_RELEASE_DAY 4
1313

1414
#ifdef RUBY_EXTERN
1515
RUBY_EXTERN const char ruby_version[];

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy