Index Search ←Prev date Next date→
Timestamps are in GMT/BST.
| 02:58:00 | BFLogBot Pull request #755 closed by eykamp | Title: Fix findPointerOfArg whitespace handling and add unit tests | https://github.com/bitfighter/bitfighter/pull/755 | |
| 02:58:00 | BFLogBot Repo: bitfighter | Commit: fb799a67d1 | Author: eykamp | Message: Fix findPointerOfArg to robustly handle whitespace (#755) Modified findPointerOfArg in zap/stringUtils.cpp to correctly handle: 1. Leading whitespace at the beginning of the message. 2. Multiple consecutive whitespace characters between arguments. 3. Different types of whitespace using isspace(). The function now correctly skips leading whitespace for any requested argument index | |
| 02:58:01 | BFLogBot and returns a pointer to the first non-whitespace character of that argument. Added corresponding unit tests in bitfighter_test/TestStringUtils.cpp. I am an AI agent. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 05:47:28 | BFLogBot Repo: bitfighter | Commit: 63c08e7b43 | Author: eykamp | Message: Progress on vehicle desiner | |
| 06:54:18 | BFLogBot Repo: bitfighter | Commit: 4479df327d | Author: google-labs-jules[bot] | Message: Fix undefined behavior in | |
| 06:54:20 | BFLogBot undefined behavior. Modified files: - zap/stringUtils.cpp: cast to (unsigned char) in caseInsensitiveStringCompare - zap/UIMenuItems.cpp: cast to (unsigned char) in handleTextInput - zap/md5wrapper.cpp: cast to (unsigned char) in lcase - tnl/platform.cpp: cast to (unsigned char) in stricmp and strnicmp - master/authenticator.cpp: cast to (unsigned char) in isSqlSafe - bitfighter_test/TestFileLogging.cpp: cast to (unsigned char) in lineContainsTi | |
| 06:54:21 | BFLogBot mestamp - updater/src/TinyXml/tinyxml.h & tinyxmlparser.cpp: cast to (unsigned char) in various places Added unit tests in bitfighter_test/TestStringUtils.cpp to verify correct handling of non-ASCII characters in string comparisons. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 06:54:21 | BFLogBot Pull request #756 opened by eykamp | Title: Fix undefined behavior in |
Index Search ←Prev date Next date→
These logs were automatically created by BFLogBot on irc.freenode.net.