| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Reported by Huang Haiyang. #1451
|
| | |
|
| | |
|
| |
|
|
| |
Reported by Sergey Kaplun. #1114
|
| | |
|
| |
|
|
|
|
| |
Reported by minoki.
Recent C compilers 'take advantage' of the undefined behavior.
This completely changes the meaning of expressions like (k == -k).
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Thanks to Roman Tsisyk.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This works like the GCC extension, e.g.:
FILE *fopen(const char *fn, const char *mode) __asm__("" "fopen64");
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|