-
On line 332 of the CVS version of src/vcd.c, there is what I believe to be an error:
} else if( (token[0] == 'r') || (token[0] == 'B') || carry_over ) {
I think the second expression should be (token[0] == 'R').
I have attached a patch.
Thanks!
2007-11-15 16:33:50 UTC in Covered
-
Logged In: YES
user_id=1309178
Did you try the Tutorial link on the right, which points to
http://www.tramontana.co.hu/wix/ ? It's quite good.
As far "the point of having a nice GUI" : there is no WiX
GUI, and screenshots of text don't really make sense.
However, you might find WixEdit useful (http://wixedit.sf.net/).
2006-09-01 13:48:32 UTC in WixEdit
-
Logged In: YES
user_id=1309178
Oops, that patch description should read "math.xsl and
math.test.xsl patches" ...
Do you think this could be assigned and patched soon? Thanks!
2006-08-11 14:25:04 UTC in XSLT Standard Library
-
Logged In: YES
user_id=1309178
Replaced patch with a new one, which includes three new test cases for the
template in question and reduces the size of the patch to math.xsl, which was at
first bloated by my editor's changing quote styles without my noticing.
2006-07-20 23:18:15 UTC in XSLT Standard Library
-
The implmementation of math:cvt-hex-decimal is wrong, and does not
work in general for input of three hex characters or more in length. It is
unfortunate that a more robust test set did not catch this error previously.
Attached find a patch against math.xsl version 1.6 from CVS.
2006-07-19 12:12:08 UTC in XSLT Standard Library
-
Logged In: YES
user_id=1309178
The actual problem is not in XmlFile, but in the
documentation; see bug 1518269. This bug can probably be closed.
2006-07-10 21:39:11 UTC in Windows Installer XML (WiX) toolset
-
Bug description copied from post to wix-users (has not
at this writing appeared in list archive).
XmlFile’s XPath implementation is incorrect with regard
to position indexing. Specifically, the first
"proximity position" (or NodeSet index) in the XPath
specification is 1
(http://www.w3.org/TR/xpath#dt-proximity-position); in
XmlFile, it is 0. In the following example XML file...
2006-07-05 20:50:56 UTC in Windows Installer XML (WiX) toolset
-
Logged In: YES
user_id=1309178
Right. Sorry for the false alarm.
2006-02-25 16:41:12 UTC in Smultron
-
Logged In: YES
user_id=1309178
I just realized that although I had deleted the preferences file, Smultron was
remembering my font choice. This may happen only with Profont 9 from the
Profont 2.2 distribution at
http://www.tobias-jung.de/seekingprofont/
At least, it does not appear to occur with the default Monaco 10 font.
2006-02-25 05:15:18 UTC in Smultron
-
After a fresh download of Smultron with no ~/Library/Preferences/
org.smultron.Smultron.plist file existing, open Smultron and type the
following characters into a new file:
l/
That is, a lowercase ell followed by a forward-slash.
On my machine, this causes the ell to disappear so that it appears that
nothing has been entered. Backspacing over the invisible slash reveals the
ell...
2006-02-25 05:07:58 UTC in Smultron