fenugrec

Results 77 issues of fenugrec

The combination of "static" and "volatile" seems to be problematic, as tested on http://cdecl.org : "static volatile int asdf" => syntax error

Here's a different implementation of bipbup_offer() : - if B is in use, append data there (no change) - if B is unused, and there is enough space after A,...

Hi, in the recent commits you added a crontab to periodically run the "partkeepr:cron:run" task. Great ! However I notice that the command is run as root by default; shouldn't...

Nice to see you guys have made lots of progress over the years. FYI I had started work on an opensource J2534 interface a few years ago and never finished...

KB1 is the first one received, but KB2 is the one that should always be 0x8F for iso14230. Actually it's probably just a wrong warning message, code seems ok at...

cppcheck-2.6 can't follow the sequence ``` msg = msg->next; if (msg == NULL) { return CMD_OK; } msg = msg->next; if (msg == NULL) { return CMD_OK; } ``` in...

for CLI args

removing from the build sys now. In a bit, delete files completely.

a weird Nissan ECU (4M860) stops responding and requires a re-connect when Mode 5 results are requested. behavior should be changed to either - abort scan when connection fails to...

from PR #64 , the ability to test compilation on MSVC + borland + mingw automatically would be nice. - [ ] run diag_test binary for some internal tests -...

help wanted