mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/mkexports.rb: revert r29320 and r29402.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3dabbca71
commit
349c3c7a8c
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Oct 5 22:17:02 2010 wanabe <s.wanabe@gmail.com>
|
||||||
|
|
||||||
|
* win32/mkexports.rb: revert r29320 and r29402.
|
||||||
|
|
||||||
Mon Oct 4 12:43:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Oct 4 12:43:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* parse.y (regexp): dregexp has literal string only at the head
|
* parse.y (regexp): dregexp has literal string only at the head
|
||||||
|
|
|
@ -151,10 +151,7 @@ end
|
||||||
|
|
||||||
class Exports::Mingw < Exports::Cygwin
|
class Exports::Mingw < Exports::Cygwin
|
||||||
def each_export(objs)
|
def each_export(objs)
|
||||||
objdump(objs) do |l|
|
super
|
||||||
next if /@.*@/ =~ l
|
|
||||||
yield $2, !$1 if /\s(?:(T)|[[:upper:]])\s_?((?!_?Init_|_?.*_threadptr_|_?DllMain[@\n]).*)$/ =~ l
|
|
||||||
end
|
|
||||||
yield "strcasecmp", "_stricmp"
|
yield "strcasecmp", "_stricmp"
|
||||||
yield "strncasecmp", "_strnicmp"
|
yield "strncasecmp", "_strnicmp"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue