Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A, E, F, G, X.
|
|
|
|
|
|
|
|
|
|
mgerhardy-incoming
|
|
|
|
|
|
* added myself to the AUTHORS file
|
|
fairfieldt-strcat-fix
|
|
|
|
It should return the "dest" pointer that was passed in.
test_strings has been updated with a test for the correct behavior.
|
|
emscripten requires python 2 but some systems have multiple versions of
python installed and the 'python' binary will correspond to python 3. We
now explicitly look for a python2 first when setting up a default
.emscripten config file.
|
|
|
|
|
|
|
|
|
|
|
|
No emcc exe
|
|
|
|
|
|
For example, sscanf("1 2 3", "%*d %d", &foo) stores 2 into foo.
|
|
|
|
agladysh-ag/clang-add-version2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
makeSetValue() returns multiple statements when in UNALIGNED_MEMORY
mode and thus have to be separated by commas in this context.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|