2 files changed
+2
-2
lines changed- .gitmodules+4
- .onedev-buildspec.yml+166
- Makefile+59-8
- Makefile.wasm+20
- bindings/c/Makefile.ecrt_c+15-26
- bindings/c/Makefile.ecrt_c.static+11-12
- bindings/c/ecrt.c+8-8
- bindings/c/ecrt.h+23-12
- bindings/cpp/Makefile.ecrt_cpp+13-14
- bindings/py/build_ecrt.py+1-1
- bindings/py/cffi-ecrt.h+12-12
- bindings/py/ecrt.py+8-1
- bindings/rust/Makefile.ecrt+2-2
- bindings/rust/Makefile.ecrt-sys+3-3
- bindings/rust/ecrt_cffi.rs+12-12
- bootstrap/ecc/bootstrap/ecc.c+7-5
- bootstrap/ecc/bootstrap/ecc.main.c+4-4
- bootstrap/ecp/bootstrap/ecp.c+7-5
- bootstrap/ecp/bootstrap/ecp.main.c+4-4
- bootstrap/ecrt/bootstrap/AVLTree.c+7-7
- bootstrap/ecrt/bootstrap/Array.c+19.1k-102
- bootstrap/ecrt/bootstrap/BTNode.c+7-7
- bootstrap/ecrt/bootstrap/BinaryTree.c+7-7
- bootstrap/ecrt/bootstrap/BufferedFile.c+7-7
- bootstrap/ecrt/bootstrap/BuiltInContainer.c+7-7
- bootstrap/ecrt/bootstrap/Container.c+7-7
- bootstrap/ecrt/bootstrap/CustomAVLTree.c+7-7
- bootstrap/ecrt/bootstrap/DualPipe.c+7-7
- bootstrap/ecrt/bootstrap/File.c+7-7
- bootstrap/ecrt/bootstrap/LinkList.c+8-8
- bootstrap/ecrt/bootstrap/List.c+7-7
- bootstrap/ecrt/bootstrap/Map.c+7-7
- bootstrap/ecrt/bootstrap/OldList.c+7-7
- bootstrap/ecrt/bootstrap/String.c+7-7
- bootstrap/ecrt/bootstrap/System.c+7-7
- bootstrap/ecrt/bootstrap/TempFile.c+14-7
- bootstrap/ecrt/bootstrap/dataTypes.c+10-10
- bootstrap/ecrt/bootstrap/ecrt.main.c+7-7
- bootstrap/ecrt/bootstrap/i18n.c+7-7
- bootstrap/ecrt/bootstrap/instance.c+72-65
- bootstrap/ecrt/bootstrap/memory.c+21-21
- bootstrap/ecs/bootstrap/ecs.c+4-4
- bootstrap/ecs/bootstrap/ecs.main.c+4-4
- bootstrap/ectp/bootstrap/ast.c+4-4
- bootstrap/ectp/bootstrap/copy.c+4-4
- bootstrap/ectp/bootstrap/dbpass.c+4-4
- bootstrap/ectp/bootstrap/ecdefs.c+4-4
- bootstrap/ectp/bootstrap/ectp.main.c+4-4
- bootstrap/ectp/bootstrap/expression.c+4-4
- bootstrap/ectp/bootstrap/firstPass.c+4-4
- bootstrap/ectp/bootstrap/freeAst.c+4-4
- bootstrap/ectp/bootstrap/grammar.c+4-4
- bootstrap/ectp/bootstrap/lexer.c+4-4
- bootstrap/ectp/bootstrap/loadSymbols.c+4-4
- bootstrap/ectp/bootstrap/output.c+4-4
- bootstrap/ectp/bootstrap/pass0.c+4-4
- bootstrap/ectp/bootstrap/pass1.c+4-4
- bootstrap/ectp/bootstrap/pass15.c+4-4
- bootstrap/ectp/bootstrap/pass16.c+4-4
- bootstrap/ectp/bootstrap/pass2.c+4-4
- bootstrap/ectp/bootstrap/pass3.c+4-4
- bootstrap/ectp/bootstrap/shortcuts.c+4-4
- bootstrap/ectp/bootstrap/type.c+4-4
- crossplatform.mk+10-2
- default.cf+20-1
- deps/zlib/Makefile+190
- deps/zlib/src+1
- deps/zlib/zlib.epj+66
- ecc/ecc.ec+1-1
- ecp/ecp.ec+1-1
- ecrt/Makefile+5-3
- ecrt/Makefile.bootstrap+1-1
- ecrt/Makefile.static+5-2
- ecrt/ecrt.epj+1-1
- ecrt/src/files/TempFile.ec+8
- ecrt/src/json/JSON.ec+7-5
- ecrt/src/types/dataTypes.ec+2
- ecrt/src/types/instance.ec+64-54
- ecrt/src/types/memory.ec+7-7
- ectp/Makefile+8-7
- ectp/Makefile.bootstrap+1-1
- ectp/ectp.epj+1-1
- extras/BinaryTriangle.ec+109
- extras/FileSystemAPI.ec+394
- extras/JSONSchema.ec+121
- extras/XMLParser.ec+315
- extras/base64.ec+72
- extras/iso8601.ec+50
- extras/md5.ec+312
- extras/protocolBuffer.ec+206
- extras/stringTools.ec+160
- extras/stringUtils.ec+324
- extras/threadedProcessing.ec+801
- wasm.cf+128
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments