• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Installation Manager Tool


Commit MetaInfo

修订版43241dca4f990758dff5434894c52ebd3e3dca99 (tree)
时间2011-06-11 21:39:01
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Fix MinGW-Bug #3313806.

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
1+2011-06-11 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Fix MinGW-Bug #3313806.
4+
5+ * src/pkginfo/pkginfo.l (CMS_KEYWORDS): Do not match them within the
6+ PACKAGE_NAME field; this avoids misinterpretation as a release status
7+ qualifier when intended as part of the package name, as in msys-cvs.
8+
19 2011-06-07 Keith Marshall <keithmarshall@users.sourceforge.net>
210
3- Provisional correction for MinGW-bug #3309438.
11+ Provisional correction for MinGW-Bug #3309438.
412
513 * src/debug.h [DEBUGLEVEL == 0]: Provide defaults for...
614 (DEBUG_ENABLED, DEBUG_REQUEST): ...these macros.
--- a/src/pkginfo/pkginfo.l
+++ b/src/pkginfo/pkginfo.l
@@ -153,7 +153,7 @@ CMS_KEYWORDS (bzr|cms|cvs|darcs|git|hg|mono|scm|svn|vcs)
153153 * revert to INITIAL state, to continue the <archive-name> scan.
154154 */
155155 BEGIN INITIAL; yyless( 0 );
156- if( index < PACKAGE_RELEASE_STATUS )
156+ if( (PACKAGE_NAME < index) && (index < PACKAGE_RELEASE_STATUS) )
157157 {
158158 /* and, when the <status> descriptor is appropriately placed,
159159 * set up `signature' storage to capture it, adjusting phase to