Fossil

Search Results
Login

Search Results

  1. Check-in [301edfc0a9eca826] on 2024-01-04 09:32:35
    Use an unsigned int in Th_SetResultInt() to address issues with GCC for INT_MIN. (user: preben, tags: trunk) Use an unsigned int in Th_SetResultInt() to address issues with GCC for INT_MIN. (user ...

  2. Check-in [fd288be35672136f] on 2023-11-28 14:58:26
    Fix sort order in json_page_finfo() on systems where char is unsigned. (user: preben, tags: signed-chars) Fix sort order in json_page_finfo() on systems where char is unsigned. (user: preben, tags: signed ...

  3. Check-in [c71f711ec907cc6b] on 2023-02-17 14:37:16
    ... signed/unsigned comparison from Daniel D. (user: stephan, tags: compiler-warnings) A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. (user: stephan, tags: compiler-warnings)

  4. Check-in [1bf6686e76252efd] on 2022-04-20 09:38:57
    Changed zlib crc type from int to unsigned long, as that's the type returned by zlib's crc32() and doing so reportedly resolves the CRC error reported in forum post 7a9097e557. (user: stephan, tags ...

  5. Check-in [92221aaa192e82e8] on 2022-02-09 19:38:37
    Fix a misuse of an unsigned integer in the blobReallocMalloc() which can lead to redundant memory reallocations. (user: george, tags: markdown-footnotes) Fix a misuse of an unsigned integer in the blobReallocMalloc() which can lead ...

  6. Check-in [8cb972e7dafbe571] on 2021-07-01 22:00:37
    Replaced a char with an int to fix incorrect /json/branch/create handling on platforms where char is unsigned by default. Problem discovered by Daniel Dumitriu. (user: stephan, tags: trunk) Replaced a char with an ...

  7. Check-in [5c92bbfca7e36751] on 2020-09-17 19:31:14
    Misuse of a potentially unsigned value, caught by clang. Only affected platforms where char is unsigned by default. (user: stephan, tags: trunk) Misuse of a potentially unsigned value, caught by clang. Only affected platforms where ...

  8. Check-in [8f6b78e7b20a9f64] on 2016-01-29 07:00:45
    fixed type of JsonPageDef::runMode from char to int because it uses negative values and char is unsigned by ARM platforms. (user: stephan, tags: trunk) fixed type of JsonPageDef::runMode from char to int because ...

  9. Check-in [57f0bb98c6cc0e02] on 2014-09-11 17:25:48
    ... caused underflow (and thus incorrect is-flag-set results) on platforms where char is unsigned (Linux/ARM). (user: stephan, tags: trunk) char-vs-int fixes in the JSON API: caused underflow (and thus incorrect is ...

  10. Check-in [8247784beb5b700e] on 2014-03-04 04:16:05
    Update to the latest SQLite with new performance enhancements - now tested to ensure that it works on systems like ARM that default to unsigned characters. (user: drh, tags: trunk) Update to the latest SQLite with ...

  11. Check-in [17f7b650afe14ebf] on 2014-01-24 10:04:56
    Eliminate two unneeded type-casts and a compiler warning (signed<>unsigned compare) (user: jan.nijtmans, tags: trunk) Eliminate two unneeded type-casts and a compiler warning (signed<>unsigned compare) (user: jan.nijtmans, tags: trunk)

  12. Check-in [32b8fc7dcddf6893] on 2013-03-07 09:56:01
    Since the blob size is unsigned, looks_like_utf16() cannot easily process the content if the size is not even. (user: mistachkin, tags: trunk) Since the blob size is unsigned, looks_like_utf16() cannot easily ...

  13. Check-in [0c99a1554a22b74a] on 2008-10-24 16:36:34
    Modify the TH1 script interperter to use native characters rather than unsigned characters. Fix a bug in the combobox extension command of TH1. (user: drh, tags: trunk) Modify the TH1 script interperter to use native ...