- Jan 20, 2025
-
-
Rob Swindell authored
Throws an exception now instead of using uninitialized args: ;eval Parameter(s): bbs.compare_ars() InternalError: allocation size overflow Updated JSDOCS for methods (mostly just adding punctuation). Fixed a typo or two.
-
Deucе authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Likely will fail for Linux if we need some OS-specific suppressions like we do for FreeBSD.
-
Rob Swindell authored
... an exception (e.g. chat_sec.js), so return false instead. This fixes issue #864 Thank you Accession and Nelgin for the report
-
Deucе authored
Now that valgrind is working, remove the verbose flag, and have it return 1 if any errors occur.
-
Deucе authored
-
Deucе authored
We need some JS_GC() suppressions though.
-
Rob Swindell authored
make the output less 'chatty'
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
sysctl() doesn't guarantee to copy data when the destination buffer isn't large enough. Makes Valgrind a lot easier to use on BSD systems by remove at tonne of violations.
-
Rob Swindell authored
Log levels ERROR, NOTICE, and DEBUG
-
Deucе authored
-
Rob Swindell authored
these functions just return the 'not found' equivalent return type when passed null or undefined for the search string.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Argument count wasn't checked before checking/parsing each optional argument. Also noticed/ that the 'match_del' parameter added in commit e61eb77b didn't advance the argument index, fixed that issue.
-
Rob Swindell authored
Just trying to get the output into the gitlab test failure output
-
Rob Swindell authored
raspian-armhf-on-aarch64
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
And corresponding tests
-
Deucе authored
It looks like the ChromeOS WM is resizeing the window. :(
-
Deucе authored
-
Deucе authored
Maybe we can figure out what the Chromebook is doing...
-
Deucе authored
Fixes cur/bar weirdness when in VGA80X25 mode changing the current mode
-
Deucе authored
-
Rob Swindell authored
This is how the max files/age of files in directories is enforced.
-
Deucе authored
If SBBSDIR is set, add $(SBBSDIR)/exec to rpath. Always add the original output directory to rpath. I'm not sure what the old LD_RUN_PATH stuff was trying to do, but I think these are the bits that make it work.
-
- Jan 19, 2025
-
-
Deucе authored
-
Deucе authored
Fixes error where toprow may end up past the bottom of the screen when the screen size decreases.
-
Deucе authored
Any change to any double-height bit anywhere on the screen can potentially change the display of every character after it on the screen. If the bit changes, force a full redraw from vmem (Luckily there's no graphics in Prestel mode). Fixes ticket 181 Ugh.
-
Deucе authored
Visible in the double height graphics and engineering test pages.
-
Deucе authored
With the performance enhancements, ciolib didn't realize reveal chars needed to be redrawn when reveal was toggled. Use a FG colour bit to indicate if it needs to be, and hack it up in same_cell()
-
Deucе authored
-