-
Notifications
You must be signed in to change notification settings - Fork 891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#fix can't use gdb for debug #26
base: main
Are you sure you want to change the base?
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a8ef17 - Browse repository at this point
Copy the full SHA 8a8ef17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d0f32 - Browse repository at this point
Copy the full SHA 47d0f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371bcd6 - Browse repository at this point
Copy the full SHA 371bcd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b3f754 - Browse repository at this point
Copy the full SHA 1b3f754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7073ef4 - Browse repository at this point
Copy the full SHA 7073ef4View commit details -
_Bool isn't just a 1-bit integer because when you convert a value to bool, the result is 1 if the original value is non-zero. This is contrary to the other small integral types, e.g. char, as you can see below: char x = 256; // x is 0 _Bool y = 256; // y is 1
Configuration menu - View commit details
-
Copy full SHA for 6cc4564 - Browse repository at this point
Copy the full SHA 6cc4564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25031d4 - Browse repository at this point
Copy the full SHA 25031d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3890917 - Browse repository at this point
Copy the full SHA 3890917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb743f - Browse repository at this point
Copy the full SHA 6cb743fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3bb29 - Browse repository at this point
Copy the full SHA cf3bb29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d061d - Browse repository at this point
Copy the full SHA b5d061dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0bd86 - Browse repository at this point
Copy the full SHA bc0bd86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5383d6b - Browse repository at this point
Copy the full SHA 5383d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e56cbd6 - Browse repository at this point
Copy the full SHA e56cbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283b737 - Browse repository at this point
Copy the full SHA 283b737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25210cc - Browse repository at this point
Copy the full SHA 25210ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 268cfe9 - Browse repository at this point
Copy the full SHA 268cfe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b502d - Browse repository at this point
Copy the full SHA 07b502dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b15151 - Browse repository at this point
Copy the full SHA 3b15151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1a59c - Browse repository at this point
Copy the full SHA 0f1a59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4049732 - Browse repository at this point
Copy the full SHA 4049732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ea11e - Browse repository at this point
Copy the full SHA 76ea11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126e3c9 - Browse repository at this point
Copy the full SHA 126e3c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69534d4 - Browse repository at this point
Copy the full SHA 69534d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551f41d - Browse repository at this point
Copy the full SHA 551f41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d8a78 - Browse repository at this point
Copy the full SHA d9d8a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for e06d3c4 - Browse repository at this point
Copy the full SHA e06d3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2738009 - Browse repository at this point
Copy the full SHA 2738009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb85f9 - Browse repository at this point
Copy the full SHA 1bb85f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f86cdb - Browse repository at this point
Copy the full SHA 0f86cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c79ba43 - Browse repository at this point
Copy the full SHA c79ba43View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7beccd - Browse repository at this point
Copy the full SHA a7beccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa46fc3 - Browse repository at this point
Copy the full SHA fa46fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8eb974 - Browse repository at this point
Copy the full SHA c8eb974View commit details -
Allow to omit array length if an initializer is given
So that you can write something like `int x[] = {1, 2, 3}` instead of `int x[3] = {1, 2, 3}`.
Configuration menu - View commit details
-
Copy full SHA for e19416e - Browse repository at this point
Copy the full SHA e19416eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f325b - Browse repository at this point
Copy the full SHA c2f325bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a90687a - Browse repository at this point
Copy the full SHA a90687aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68af1cd - Browse repository at this point
Copy the full SHA 68af1cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 609283e - Browse repository at this point
Copy the full SHA 609283eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 513f415 - Browse repository at this point
Copy the full SHA 513f415View commit details -
Configuration menu - View commit details
-
Copy full SHA for f969405 - Browse repository at this point
Copy the full SHA f969405View commit details -
Configuration menu - View commit details
-
Copy full SHA for eefa214 - Browse repository at this point
Copy the full SHA eefa214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e824d3 - Browse repository at this point
Copy the full SHA 5e824d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4115543 - Browse repository at this point
Copy the full SHA 4115543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4f152 - Browse repository at this point
Copy the full SHA 0c4f152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37fbe39 - Browse repository at this point
Copy the full SHA 37fbe39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 762b976 - Browse repository at this point
Copy the full SHA 762b976View commit details -
Accept
void
as a parameter list`foo(void)` indicate that function foo does not take a parameter.
Configuration menu - View commit details
-
Copy full SHA for d3e6bd9 - Browse repository at this point
Copy the full SHA d3e6bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d959a0 - Browse repository at this point
Copy the full SHA 2d959a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 859ce40 - Browse repository at this point
Copy the full SHA 859ce40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069559e - Browse repository at this point
Copy the full SHA 069559eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41687ed - Browse repository at this point
Copy the full SHA 41687edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd941c - Browse repository at this point
Copy the full SHA 3fd941cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e0907 - Browse repository at this point
Copy the full SHA a1e0907View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b5c4b - Browse repository at this point
Copy the full SHA e0b5c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89bd048 - Browse repository at this point
Copy the full SHA 89bd048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a99d1 - Browse repository at this point
Copy the full SHA 36a99d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac1a3a - Browse repository at this point
Copy the full SHA bac1a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c72ab - Browse repository at this point
Copy the full SHA f1c72abView commit details -
Handle a function returning bool, char or short
x86-64 psABI says that only the least significant 8 bits are significant if RAX has a return value of a function returning bool. Likewise, it looks like only the least significant 1 or 2 bytes are guaranteed to have a correct value for char and short return values, respectively.
Configuration menu - View commit details
-
Copy full SHA for e56dfc9 - Browse repository at this point
Copy the full SHA e56dfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6033be2 - Browse repository at this point
Copy the full SHA 6033be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2258e01 - Browse repository at this point
Copy the full SHA 2258e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046fd9e - Browse repository at this point
Copy the full SHA 046fd9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e919d1f - Browse repository at this point
Copy the full SHA e919d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cba5663 - Browse repository at this point
Copy the full SHA cba5663View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb00249 - Browse repository at this point
Copy the full SHA fb00249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 068e0d5 - Browse repository at this point
Copy the full SHA 068e0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b345ef8 - Browse repository at this point
Copy the full SHA b345ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ec849 - Browse repository at this point
Copy the full SHA 25ec849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab9353 - Browse repository at this point
Copy the full SHA 7ab9353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8514610 - Browse repository at this point
Copy the full SHA 8514610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6cf19 - Browse repository at this point
Copy the full SHA 1b6cf19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b191b - Browse repository at this point
Copy the full SHA 93b191bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e682e - Browse repository at this point
Copy the full SHA 60e682eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 932853f - Browse repository at this point
Copy the full SHA 932853fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e26bed - Browse repository at this point
Copy the full SHA 6e26bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c533a1 - Browse repository at this point
Copy the full SHA 8c533a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cac0ab2 - Browse repository at this point
Copy the full SHA cac0ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5957b4f - Browse repository at this point
Copy the full SHA 5957b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6c06e - Browse repository at this point
Copy the full SHA bd6c06eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c2ef2 - Browse repository at this point
Copy the full SHA b1c2ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab90669 - Browse repository at this point
Copy the full SHA ab90669View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b8a12 - Browse repository at this point
Copy the full SHA c8b8a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a6162 - Browse repository at this point
Copy the full SHA c5a6162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed5844 - Browse repository at this point
Copy the full SHA 0ed5844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3455895 - Browse repository at this point
Copy the full SHA 3455895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 809c0e4 - Browse repository at this point
Copy the full SHA 809c0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf60e5 - Browse repository at this point
Copy the full SHA fdf60e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c91ed - Browse repository at this point
Copy the full SHA e0c91edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0093ad6 - Browse repository at this point
Copy the full SHA 0093ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57f205 - Browse repository at this point
Copy the full SHA e57f205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a77cbf - Browse repository at this point
Copy the full SHA 2a77cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for db25108 - Browse repository at this point
Copy the full SHA db25108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 181db7b - Browse repository at this point
Copy the full SHA 181db7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3049c70 - Browse repository at this point
Copy the full SHA 3049c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d7234f - Browse repository at this point
Copy the full SHA 3d7234fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f8216 - Browse repository at this point
Copy the full SHA a7f8216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d11fb7 - Browse repository at this point
Copy the full SHA 8d11fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb24e04 - Browse repository at this point
Copy the full SHA cb24e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 482a4bb - Browse repository at this point
Copy the full SHA 482a4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 406d071 - Browse repository at this point
Copy the full SHA 406d071View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ef316 - Browse repository at this point
Copy the full SHA b4ef316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70442c3 - Browse repository at this point
Copy the full SHA 70442c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for db5b291 - Browse repository at this point
Copy the full SHA db5b291View commit details -
Configuration menu - View commit details
-
Copy full SHA for e141a91 - Browse repository at this point
Copy the full SHA e141a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0baf2 - Browse repository at this point
Copy the full SHA 2b0baf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 952355f - Browse repository at this point
Copy the full SHA 952355fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfff759 - Browse repository at this point
Copy the full SHA dfff759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c5b33 - Browse repository at this point
Copy the full SHA 09c5b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ce007 - Browse repository at this point
Copy the full SHA e3ce007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 995aa74 - Browse repository at this point
Copy the full SHA 995aa74View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e6f6f - Browse repository at this point
Copy the full SHA c5e6f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c681c - Browse repository at this point
Copy the full SHA 76c681cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f33a8 - Browse repository at this point
Copy the full SHA d6f33a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7dcbbf - Browse repository at this point
Copy the full SHA c7dcbbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b5931 - Browse repository at this point
Copy the full SHA c0b5931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5d75d - Browse repository at this point
Copy the full SHA 7c5d75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a5529 - Browse repository at this point
Copy the full SHA 88a5529View commit details -
Configuration menu - View commit details
-
Copy full SHA for e54105d - Browse repository at this point
Copy the full SHA e54105dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0dee1 - Browse repository at this point
Copy the full SHA ca0dee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ca66f - Browse repository at this point
Copy the full SHA d5ca66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4559ea7 - Browse repository at this point
Copy the full SHA 4559ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad60fe1 - Browse repository at this point
Copy the full SHA ad60fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ab35a - Browse repository at this point
Copy the full SHA e5ab35aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10102b3 - Browse repository at this point
Copy the full SHA 10102b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eec02c - Browse repository at this point
Copy the full SHA 5eec02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d737a1 - Browse repository at this point
Copy the full SHA 2d737a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61529cc - Browse repository at this point
Copy the full SHA 61529ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4116262 - Browse repository at this point
Copy the full SHA 4116262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3830b25 - Browse repository at this point
Copy the full SHA 3830b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4357e08 - Browse repository at this point
Copy the full SHA 4357e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b317dc - Browse repository at this point
Copy the full SHA 6b317dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76716c - Browse repository at this point
Copy the full SHA f76716cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e187b - Browse repository at this point
Copy the full SHA b0e187bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5195030 - Browse repository at this point
Copy the full SHA 5195030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f42093 - Browse repository at this point
Copy the full SHA 7f42093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd60c1 - Browse repository at this point
Copy the full SHA 7dd60c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b36506c - Browse repository at this point
Copy the full SHA b36506cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e64975f - Browse repository at this point
Copy the full SHA e64975fView commit details -
Dereferencing a function shouldn't do anything
This is an oddity in the C spec, but you can apply the unary `*` operator to a function as many times as you want. `*x` and `x` means exactly the same, given that `x` is a function.
Configuration menu - View commit details
-
Copy full SHA for 421a1a3 - Browse repository at this point
Copy the full SHA 421a1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b5c86c - Browse repository at this point
Copy the full SHA 7b5c86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a66595 - Browse repository at this point
Copy the full SHA 6a66595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe8a7b - Browse repository at this point
Copy the full SHA 0fe8a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 665b2b1 - Browse repository at this point
Copy the full SHA 665b2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a077f81 - Browse repository at this point
Copy the full SHA a077f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for d42d5b4 - Browse repository at this point
Copy the full SHA d42d5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8e758 - Browse repository at this point
Copy the full SHA 5f8e758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a1fe2 - Browse repository at this point
Copy the full SHA 66a1fe2View commit details -
Write to an in-memory buffer before writing to an actual output file
We don't want to leave a partial assembly output if the compiler fails during compilation. Technically speaking, there's still a risk of leaving a partially- written output file if the compiler dies during file copy. To fix that, we have to write to a temporary file in the same filesystem as the final output file and rename the temporary file to atomically replace the output file. We don't do that in this patch for the sake of succinctness, though.
Configuration menu - View commit details
-
Copy full SHA for c5dbab8 - Browse repository at this point
Copy the full SHA c5dbab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac475c - Browse repository at this point
Copy the full SHA 1ac475cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8809f6c - Browse repository at this point
Copy the full SHA 8809f6cView commit details -
Make an array of at least 16 bytes long to have alignment of at least…
… 16 bytes Quote from AMD64 System V ABI: "An array uses the same alignment as its elements, except that a local or global array variable of length at least 16 bytes or a C99 variable-length array variable always has alignment of at least 16 bytes."
Configuration menu - View commit details
-
Copy full SHA for a03f271 - Browse repository at this point
Copy the full SHA a03f271View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae60eaf - Browse repository at this point
Copy the full SHA ae60eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cf3ce - Browse repository at this point
Copy the full SHA d7cf3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50faed9 - Browse repository at this point
Copy the full SHA 50faed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a4f94 - Browse repository at this point
Copy the full SHA 68a4f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e6206 - Browse repository at this point
Copy the full SHA 69e6206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12dbc90 - Browse repository at this point
Copy the full SHA 12dbc90View commit details -
Accept multibyte character as wide character literal
On most Unix-like systems, wide character literal is 32-bit long and encodes a Unicode code point. On Windows, that is 16-bit long and encodes a UTF-16 code unit. Clearly, there's a portability issue here. Personally I've never used wide characters in my code as I didn't find it useful. Being said that, some header files contain wide character literal, so we need to support that so that chibicc can include such files. We assume that source files are always encoded in UTF-8.
Configuration menu - View commit details
-
Copy full SHA for 68fcfb2 - Browse repository at this point
Copy the full SHA 68fcfb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0818f - Browse repository at this point
Copy the full SHA cc0818fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dac24e5 - Browse repository at this point
Copy the full SHA dac24e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8824778 - Browse repository at this point
Copy the full SHA 8824778View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe75f9 - Browse repository at this point
Copy the full SHA fbe75f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a7909 - Browse repository at this point
Copy the full SHA 29a7909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c904b6 - Browse repository at this point
Copy the full SHA 6c904b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80c7ac - Browse repository at this point
Copy the full SHA f80c7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 477a7c0 - Browse repository at this point
Copy the full SHA 477a7c0View commit details -
Define __STDC_UTF_{16,32}__ macros
These predefined macros indicates that our u and U chars/strings are UTF-16 and UTF-32-encoded, respectively.
Configuration menu - View commit details
-
Copy full SHA for 3d417da - Browse repository at this point
Copy the full SHA 3d417daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0037a0b - Browse repository at this point
Copy the full SHA 0037a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e3cbf - Browse repository at this point
Copy the full SHA f4e3cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb5832 - Browse repository at this point
Copy the full SHA efb5832View commit details -
Configuration menu - View commit details
-
Copy full SHA for a87ff7a - Browse repository at this point
Copy the full SHA a87ff7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7468b1 - Browse repository at this point
Copy the full SHA f7468b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083e767 - Browse repository at this point
Copy the full SHA 083e767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ebbe9 - Browse repository at this point
Copy the full SHA 96ebbe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b0dc6 - Browse repository at this point
Copy the full SHA 11b0dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db650a - Browse repository at this point
Copy the full SHA 7db650aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 405315b - Browse repository at this point
Copy the full SHA 405315bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2319938 - Browse repository at this point
Copy the full SHA 2319938View commit details -
Configuration menu - View commit details
-
Copy full SHA for b96c22d - Browse repository at this point
Copy the full SHA b96c22dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68dffc3 - Browse repository at this point
Copy the full SHA 68dffc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1f2d1 - Browse repository at this point
Copy the full SHA ff1f2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0ccaa - Browse repository at this point
Copy the full SHA 6c0ccaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2746d4 - Browse repository at this point
Copy the full SHA b2746d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c76f9 - Browse repository at this point
Copy the full SHA 15c76f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4e257 - Browse repository at this point
Copy the full SHA 9b4e257View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec78c2e - Browse repository at this point
Copy the full SHA ec78c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d13b10a - Browse repository at this point
Copy the full SHA d13b10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cf40f - Browse repository at this point
Copy the full SHA 86cf40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec844b9 - Browse repository at this point
Copy the full SHA ec844b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2f303 - Browse repository at this point
Copy the full SHA 7f2f303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b284c - Browse repository at this point
Copy the full SHA 91b284cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13b1d6 - Browse repository at this point
Copy the full SHA e13b1d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9620653 - Browse repository at this point
Copy the full SHA 9620653View commit details -
Configuration menu - View commit details
-
Copy full SHA for c147cde - Browse repository at this point
Copy the full SHA c147cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2e7f9 - Browse repository at this point
Copy the full SHA 6c2e7f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a1bdb - Browse repository at this point
Copy the full SHA 24a1bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e0053 - Browse repository at this point
Copy the full SHA 18e0053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8aeb6 - Browse repository at this point
Copy the full SHA 6d8aeb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1886c09 - Browse repository at this point
Copy the full SHA 1886c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1284e90 - Browse repository at this point
Copy the full SHA 1284e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b19ec6f - Browse repository at this point
Copy the full SHA b19ec6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86003b6 - Browse repository at this point
Copy the full SHA 86003b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2b8ef - Browse repository at this point
Copy the full SHA ac2b8efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1656f1 - Browse repository at this point
Copy the full SHA f1656f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1481d1b - Browse repository at this point
Copy the full SHA 1481d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d401baf - Browse repository at this point
Copy the full SHA d401bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for e048508 - Browse repository at this point
Copy the full SHA e048508View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8e09c - Browse repository at this point
Copy the full SHA bb8e09cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ae421 - Browse repository at this point
Copy the full SHA c6ae421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 442ea3c - Browse repository at this point
Copy the full SHA 442ea3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9622e - Browse repository at this point
Copy the full SHA 5a9622eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 470645d - Browse repository at this point
Copy the full SHA 470645dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d385947 - Browse repository at this point
Copy the full SHA d385947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9218c - Browse repository at this point
Copy the full SHA 0b9218cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37ec40 - Browse repository at this point
Copy the full SHA f37ec40View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92240d - Browse repository at this point
Copy the full SHA f92240dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9652442 - Browse repository at this point
Copy the full SHA 9652442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8df9c - Browse repository at this point
Copy the full SHA 6b8df9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c688a49 - Browse repository at this point
Copy the full SHA c688a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a40b2 - Browse repository at this point
Copy the full SHA 55a40b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb4106 - Browse repository at this point
Copy the full SHA 0fb4106View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3618bb - Browse repository at this point
Copy the full SHA a3618bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3523f2 - Browse repository at this point
Copy the full SHA a3523f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db128c - Browse repository at this point
Copy the full SHA 8db128cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f33e711 - Browse repository at this point
Copy the full SHA f33e711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004cbb0 - Browse repository at this point
Copy the full SHA 004cbb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 205bb4d - Browse repository at this point
Copy the full SHA 205bb4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2a0dc - Browse repository at this point
Copy the full SHA 7f2a0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb50b62 - Browse repository at this point
Copy the full SHA fb50b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240265d - Browse repository at this point
Copy the full SHA 240265dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcf7403 - Browse repository at this point
Copy the full SHA fcf7403View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf57bf - Browse repository at this point
Copy the full SHA fdf57bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 866cb64 - Browse repository at this point
Copy the full SHA 866cb64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3ab57 - Browse repository at this point
Copy the full SHA 3c3ab57View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2db713 - Browse repository at this point
Copy the full SHA b2db713View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2ee2c - Browse repository at this point
Copy the full SHA cf2ee2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f955405 - Browse repository at this point
Copy the full SHA f955405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc5c64 - Browse repository at this point
Copy the full SHA 9bc5c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 296ce42 - Browse repository at this point
Copy the full SHA 296ce42View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9a9d3 - Browse repository at this point
Copy the full SHA aa9a9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb084e - Browse repository at this point
Copy the full SHA 1bb084eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9996a - Browse repository at this point
Copy the full SHA 7a9996aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6af0d - Browse repository at this point
Copy the full SHA 8e6af0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23be507 - Browse repository at this point
Copy the full SHA 23be507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 364fab6 - Browse repository at this point
Copy the full SHA 364fab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e9f21 - Browse repository at this point
Copy the full SHA 86e9f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for e054dd7 - Browse repository at this point
Copy the full SHA e054dd7View commit details
Commits on Oct 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf436cc - Browse repository at this point
Copy the full SHA bf436ccView commit details
Commits on Nov 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d576106 - Browse repository at this point
Copy the full SHA d576106View commit details