Deleted user
Deleted user
Mr. ghost (#1038) is absolutely right. Please run static analyzers on your code. Or at least try compiling using latest GCC and Clang with the highest diagnostics. Goodbye.
> Thanks for the note, but the issue should be kept open as it is unresolved (please opt out of subscription instead if you don't want to receive any updates)....
Look at this for a reference on POSIX system (how to spawn new processes, environment variables, blah blah...): https://github.com/rmyorston/pdpmake Btw, I suggest using `POSIX` instead of Linux. You don't want...
Your code is GPL-ed, and since the GPL can absorb code written in weaker licenses, I don't see there are any reasons to not look into the code of GNU...
`uname` woes on MSYS2: https://codeberg.org/schilytools/schilytools/issues/60 Note: CDDL is not `compatible` with GPL.
> Please consider MSYS and possibly cygwin - using a test for the shell may break some parts if that's for finding the OS... > > You do know about...
And as @mh466lfa has noted, the executables have `.exe` extensions even on Linux and FreeBSD.
And why `-D__MSVCRT__` is there even on Linux and FreeBSD?
Note that I didn't wait to long for the attempt that this log is from, but I've also left it open for more than 10 mins. in earlier attempts on...
I don't agree. In the given example, MSSQL/Oracle also traverses all pages of the table. For the sake of clarity, I deliberately included reading with a WHERE condition in the...