- Jan 14, 2025
-
-
Rob Swindell authored
do_source_file: Parsing: sha1.c as language C parse_cleanup(479): pc orig line is 257, orig col is 33, Text() is '}', type is BRACE_CLOSE parse_cleanup(485): (frm.top().type + 1) is VBRACE_CLOSE parse_cleanup(492): File: sha1.c, orig line is 257, orig col is 33, Error: Unexpected '}' for 'VBRACE_OPEN', which was on line 256
-
Rob Swindell authored
-
Rob Swindell authored
Causing uncrustify (0.80) to assert: do_source_file: Parsing: execmisc.cpp as language CPP parse_cleanup(479): pc orig line is 1257, orig col is 55, Text() is ')', type is PAREN_CLOSE parse_cleanup(485): (frm.top().type + 1) is SQUARE_CLOSE parse_cleanup(492): File: execmisc.cpp, orig line is 1257, orig col is 55, Error: Unexpected ')' for 'SQUARE_OPEN', which was on line 1257
-
Rob Swindell authored
Uncrustify-0.80.1-47-ba7fc1679
-
Deucе authored
Some of these likely break WinCE support.
-
Deucе authored
-
- Jan 13, 2025
-
-
Deucе authored
-
Deucе authored
That *is* the write lock!
-
Deucе authored
Don't go digging around in the filesystem when you don't have to.
-
Deucе authored
-
Deucе authored
-
Deucе authored
Some Coverity issues, some deadlocks, some crashes... Just misc stuff.
-
Rob Swindell authored
-
Deucе authored
Also, we can now use a read lock.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Rob Swindell authored
(e.g. new user)
-
Rob Swindell authored
Similar bug fix as that just made to system.datestr()
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Actually use the return value of datestr() Fixes issue reported by Deuce, regression introduced in commit 490e86fa
-
Deucе authored
-
Deucе authored
"Scan for New Files since Never" is gibberish.
-
Deucе authored
-
Rob Swindell authored
To fix jsdoor build
-
Rob Swindell authored
Helpful for scripts that want to know what file types (extensions) are supported by the Archive class object. Still need to work out the JSDOC support for this. Similar to the Socket class object properties, this will have no documentation/description.
-
- Jan 12, 2025
-
-
Deucе authored
We need to set the "has pixels set" flag in both vmem and in the bitmap_drawn array to prevent the update from erasing the pixels. This is likely what the duplicated line was originally, then it got broken when I switched to the vmem_cell_*() functions.
-
Rob Swindell authored
DDMsgReader: %% should be used with printf() to show a percent sign. "% " seemed to be showing <error> in some cases (but not always) See merge request !491
-
Deucе authored
-
Eric Oulashin authored
DDMsgReader: %% should be used with printf() to show a percent sign. "% " seemed to be showing <error> in some cases (but not always)
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
We're building these one byte at a time, we know the length. 1.98s
-
Deucе authored
For now we're still using strlen, but we can avoid the call for the common case of zero-length returns.
-
Deucе authored
2.1 seconds.
-
Deucе authored
-
Deucе authored
This should avoid angering Coverity.
-
Deucе authored
-
Deucе authored
Also, no, Coverity still doesn't know from recursive mutexes.
-