Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
238Filtered Results

Detail

2016.10.23.Log1246.txt

📄SVN 📅2016-10-23 💾1,3 KB 3 Parsed entries FIX

Revision r5908

C-CON and M32script: Only accept hex literals beginning with '0' and not any other digit.

Revision r5907

Defs: Fix the parser so tokens with 'x' or 'X' as a second character are only treated as hex constants when the first character is '0'. Introduced in r5822.

Revision r5906

Defs: Fix the off-by-one error when printing line numbers.
Raw Content
------------------------------------------------------------------------
r5909 | hendricks266 | 2016-10-23 12:47:36 -0700 (Sun, 23 Oct 2016) | 1 line

To avoid potential compiler bugs when inlining inline assembly, remove the asm variants of msqrtasm and always use the C version. Compilers generate equivalent or better assembly, and the function is used exactly once, in a routine called during startup.
------------------------------------------------------------------------
r5908 | hendricks266 | 2016-10-23 12:47:33 -0700 (Sun, 23 Oct 2016) | 1 line

C-CON and M32script: Only accept hex literals beginning with '0' and not any other digit.
------------------------------------------------------------------------
r5907 | hendricks266 | 2016-10-23 12:47:29 -0700 (Sun, 23 Oct 2016) | 1 line

Defs: Fix the parser so tokens with 'x' or 'X' as a second character are only treated as hex constants when the first character is '0'. Introduced in r5822.
------------------------------------------------------------------------
r5906 | hendricks266 | 2016-10-23 12:47:23 -0700 (Sun, 23 Oct 2016) | 1 line

Defs: Fix the off-by-one error when printing line numbers.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.