10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b384e81 commit 31d1468Copy full SHA for 31d1468
ChangeLog
@@ -1,3 +1,7 @@
1
+Sun Nov 2 17:53:09 2003 WATANABE Hirofumi <eban@ruby-lang.org>
2
+
3
+ * cygwin/GNUmakefile: allow "B" type in defined symbols.
4
5
Wed Oct 15 23:04:25 2003 Akinori MUSHA <knu@iDaemons.org>
6
7
* lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra arguments
cygwin/GNUmakefile.in
@@ -38,4 +38,4 @@ $(WPROGRAM): $(RUBYW_INSTALL_NAME).res.@OBJEXT@
38
$(RUBYDEF): $(LIBRUBY_A)
39
echo EXPORTS > $(RUBYDEF)
40
@NM@ --extern-only --defined-only $(LIBRUBY_A) | \
41
- @MINIRUBY@ -ne 'puts $$1 if / [CDT] _(.*)$$/' >> $(RUBYDEF)
+ @MINIRUBY@ -ne 'puts $$1 if / [BCDT] _(.*)$$/' >> $(RUBYDEF)
0 commit comments