wip II wip2
authorJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 03:51:34 +0000 (23:51 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 03:51:34 +0000 (23:51 -0400)
commit1fe01ced1978ecd046accfc810ac6a2735942829
tree7da96108e43df0da76a3b2cabae28289a1b877ad
parent22f4910c35cbe3549e33b75a90399a7fec92de12
wip II
122 files changed:
compiler/bootstrap/ecc/bootstrap/ecc.c
compiler/bootstrap/ecc/bootstrap/ecc.main.c
compiler/bootstrap/ecere/bootstrap/AVLTree.c
compiler/bootstrap/ecere/bootstrap/Array.c
compiler/bootstrap/ecere/bootstrap/BTNode.c
compiler/bootstrap/ecere/bootstrap/BinaryTree.c
compiler/bootstrap/ecere/bootstrap/BufferedFile.c
compiler/bootstrap/ecere/bootstrap/BuiltInContainer.c
compiler/bootstrap/ecere/bootstrap/Container.c
compiler/bootstrap/ecere/bootstrap/CustomAVLTree.c
compiler/bootstrap/ecere/bootstrap/DualPipe.c
compiler/bootstrap/ecere/bootstrap/File.c
compiler/bootstrap/ecere/bootstrap/LinkList.c
compiler/bootstrap/ecere/bootstrap/List.c
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecere/bootstrap/OldList.c
compiler/bootstrap/ecere/bootstrap/String.c
compiler/bootstrap/ecere/bootstrap/System.c
compiler/bootstrap/ecere/bootstrap/TempFile.c
compiler/bootstrap/ecere/bootstrap/dataTypes.c
compiler/bootstrap/ecere/bootstrap/ecere.main.c
compiler/bootstrap/ecere/bootstrap/i18n.c
compiler/bootstrap/ecere/bootstrap/instance.c
compiler/bootstrap/ecere/bootstrap/memory.c
compiler/bootstrap/ecp/bootstrap/ecp.c
compiler/bootstrap/ecp/bootstrap/ecp.main.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/ecs/bootstrap/ecs.main.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/copy.c
compiler/bootstrap/libec/bootstrap/dbpass.c
compiler/bootstrap/libec/bootstrap/ec.main.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/lexer.c
compiler/bootstrap/libec/bootstrap/loadSymbols.c
compiler/bootstrap/libec/bootstrap/output.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass1.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/bootstrap/libec/bootstrap/shortcuts.c
compiler/bootstrap/libec/bootstrap/type.c
compiler/ecc/ecc.ec
compiler/libec/precompiled/expression.c
compiler/libec/precompiled/grammar.c
compiler/libec/precompiled/type.c
compiler/libec/src/ast.ec
compiler/libec/src/dbpass.ec
compiler/libec/src/ecdefs.ec
compiler/libec/src/expression.ec
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y
compiler/libec/src/lexer.ec
compiler/libec/src/lexer.l
compiler/libec/src/loadSymbols.ec
compiler/libec/src/pass15.ec
compiler/libec/src/pass2.ec
compiler/libec/src/pass3.ec
compiler/libec/src/type.ec
compiler/libec/src/type.y
default.cf
deps/libffi-3.0.11/ffi.epj
doc/ecere.eCdoc
doc/ecereCOM.eCdoc
documentor/src/Documentor.ec
ecere/ecere.epj
ecere/src/com/BTNode.ec
ecere/src/com/String.ec
ecere/src/com/containers/Array.ec
ecere/src/com/containers/BuiltInContainer.ec
ecere/src/com/containers/Container.ec
ecere/src/com/containers/CustomAVLTree.ec
ecere/src/com/containers/Map.ec
ecere/src/com/dataTypes.ec
ecere/src/com/instance.ec
ecere/src/gfx/Bitmap.ec
ecere/src/gfx/bitmaps/PNGFormat.ec
ecere/src/gui/Window.ec
ecere/src/gui/controls/Button.ec
ecere/src/gui/controls/EditBox.ec
ecere/src/gui/drivers/Win32Interface.ec
ecere/src/net/HTTPFile.ec
ecere/src/net/Socket.ec
ecere/src/sys/File.ec
eda/libeda/src/gui/TableEditor.ec
extras/Regex.ec
extras/SSLSocket.ec
extras/genericEditor.ec [moved from samples/db/MovieCollection/genericEditor.ec with 100% similarity]
extras/gui/skins/SimSkin.ec
extras/html/HTMLView.ec
extras/html/htmlParser.ec
extras/html/lines.ec
extras/html/tables.ec
extras/types/DynamicString.ec
ide/ide.epj
ide/src/debugger/Debugger.ec
ide/src/designer/CodeEditor.ec
ide/src/dialogs/FindInFilesDialog.ec
installer/coursework/Chapter 3 - Operators/exercises - chapter 3.odt
installer/coursework/Chapter 5 - Structures and Enumerations/exercises - chapter 5.odt
samples/3D/hello3D/hello3D.ec
samples/db/MedDB/mainForm.ec
samples/db/MedDB/med.edb
samples/db/MedDB/med.epj
samples/eC/FindPrime/findPrime.ec
samples/games/blokus/blokus.epj
samples/guiAndGfx/childWindows/ex1.ec
samples/guiAndGfx/childWindows/start.epj
samples/guiAndGfx/openrider/form1.ec
samples/guiAndGfx/openrider/game.ec
samples/net/XMLSample/xmlSample.ec
samples/net/browser/browser.ec [new file with mode: 0644]
samples/net/browser/browser.epj [new file with mode: 0644]
samples/net/browser/newb.ico [new file with mode: 0644]
samples/net/browser/newb.png [new file with mode: 0644]
samples/net/browser/resources.rc [new file with mode: 0644]