> Date: Fri, 23 Jan 2026 21:38:46 -0500 > From: [email protected] > > Did you incorporate that patches from > https://gitlab.com/FreeDOS/devel/bcc/-/merge_requests/4 > <https://gitlab.com/FreeDOS/devel/bcc/-/merge_requests/4> ?
Thanks for making me aware of those patches. I reviewed them this morning. * Added standard headers and fixed old-style prototypes. This looks like a lot of changes! I might wait on this change. * Fixed a segmentation fault in as86. It looks like this was already fixed prior to 0.16.21 and 1.0.1, so it doesn't affect my builds. * Fixed a potential infinite loop in bcc I merged this change and posted new builds of 0.16.21 and 1.0.1. * Quoted the modulus operator %= in the cpp token list. This looks like a lot of changes! I might wait on this one too. While reviewing these changes, i found that i had posted outdated sources for 1.0.1. (cpp.c required a change in order to be able to build libc, and there was a show-stopping error in mkdos.bat that i fixed but forgot to update the source archive.) I posted updated sources too. https://gopher.tildeverse.org/tilde.pink/1/~bencollver/files/dos/devel/bcc/ gopher://tilde.pink/1/~bencollver/files/dos/devel/bcc/ _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
