Go to file
Nat Goodspeed d24c59bb13 Add logic to attempt to look up large Windows negative return codes.
A large negative return code doesn't do a human reader any good, even for
lookup purposes, because Microsoft's lookup tables list the hex representation
of that integer. So at least format the return code as hex.
Going further, we've captured the content of the web page
https://msdn.microsoft.com/en-us/library/cc704588.aspx
as windows-rcs.html. If we can parse that file, and if we understand the
structure of its table entries, and if the hex form of the actual return code
is in fact listed there, we can display the symbol name and description as
well as the hex return code.
All those maybes are to support refreshing the file from the URL above (or
wherever it might get moved) from time to time. Later versions of that file
might change in unexpected ways.
If we can't look up the hex rc, oh well, just display that to the user instead
of crumping.
2015-03-25 13:28:15 -04:00
debian merge 2013-03-11 15:17:13 -04:00
doc merge changes for 3.7.25-release 2015-02-24 15:48:28 -05:00
etc Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
indra Add logic to attempt to look up large Windows negative return codes. 2015-03-25 13:28:15 -04:00
scripts Rationalize use of AUTOBUILD environment variable across languages. 2015-01-08 16:48:29 -05:00
.hgignore We don't want to see all of build-vc120 in 'hg status' output. 2014-12-04 15:54:06 -05:00
.hgtags Added tag 3.7.25-release for changeset 9978a8c3a2ff 2015-02-24 15:43:03 -05:00
BuildParams remove support for Debug builds 2015-01-14 13:37:19 -05:00
autobuild.xml Align ReleaseOS / RelWithDebInfoOS more closely with Release, etc. 2015-03-03 10:12:53 -05:00
build.sh Ensure AUTOBUILD is in native_path form for non-cygwin tools. 2015-01-22 14:43:08 -05:00