Mamoru TASAKA
Mamoru TASAKA
With Fedora alexandria-0.7.8-3.fc33 (with corresponding patch removed), gettext catalogue files are installed under `/usr/share/locale/ja/LC_MESSAGES/alexandria.mo` , for example, however translation for alexandria glade files is not available. For example, popup for...
Forwarded from https://github.com/kkos/oniguruma/issues/61 , slightly modified for onigumo. Test code: ``` #include #include "onigmo.h" static int scan_callback(OnigPosition n, OnigPosition r, OnigRegion* region, void* arg) { return 0; } static int...
NOTE: Mark this as "Draft" because this depends on #63 and #60 On grib_bitsPerValue.sh, restrict maximum bitsPerValue value (MAX_BPV) to 31 on linux 32 bit, higher value is not supported....
Currently grib_encode_size_t / grib_decode_size_t are defined and especially on windows where size_t is 64 bit, encode_double_array and decode_double_array use them. So especially for 32 bit linux system, define uint64_t type...
On 32 bit system, unsigned 32 bit value cannot be read with atol. Use atoll and cast the result to long. The proposal patch fixes the following test failure on...
In grib_decode_unsigned_long and so on, when input argument nbits is 32 (which should be supported on 32bit) and in the case "bitsToRead might now be negative (too many bits read)"...
stdio.seek, which calls fseeko, uses "off_t" for argument, and when seeking toward head of the file, passing negative off_t value must be passed. Currently when callling stdio.seek, "size_t" variable is...
With 2022.08.15 `folly/concurrency/test/ThreadCachedSynchronizedBench.cpp` doesn't compile with gcc-12.1.1-4.fc38 on Fedora 38: ``` [ 40%] Building CXX object CMakeFiles/thread_cached_synchronized_benchmark.dir/folly/concurrency/test/ThreadCachedSynchronizedBench.cpp.o /usr/bin/g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB...
On ppc64le, Fedora 38, with gcc-12.1.1-4.fc38, 2022.08.15 `folly/container/test/F14MapTest.cpp` does not compile: error log is large, so attaching. [error1-ppc64le.log.txt](https://github.com/facebook/folly/files/9355924/error1-ppc64le.log.txt)
On ppc64le, Fedora 38, with gcc-12.1.1-4.fc38, 2022.08.15 `folly/experimental/test/StringKeyedTest.cpp` does not compile. Error log is large, so attaching. [error2-ppc64le.log.txt](https://github.com/facebook/folly/files/9355947/error2-ppc64le.log.txt)