Skip to content
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

Browse #6

Open
wants to merge 3,265 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3265 commits
Select commit Hold shift + click to select a range
a614ed8
Turn ROOT and TASK contexts into just ROOT and TASK arrays
hostilefork Mar 31, 2017
56e9fac
Two Android fixes for RIGOROUS=yes
hostilefork Mar 31, 2017
1ae907f
Make C++11 builds test `-funsigned-char`
hostilefork Mar 31, 2017
c4e7d04
Fix some definitional return and definitional leave bugs
hostilefork Mar 31, 2017
c81c21e
Simplify HIJACK operation w/zero dispatch overhead, COPY of FUNCTION!
hostilefork Mar 31, 2017
830dd13
Update sys-base.r
gchiu Mar 31, 2017
ec2d32d
Rethink previous HIJACK commit in light of problems
hostilefork Apr 1, 2017
de46d25
Customizable userspace ECHO based on HIJACK
hostilefork Apr 1, 2017
fc1a43a
Make casting to a target type part of VAL_HANDLE_POINTER
hostilefork Apr 1, 2017
3f1ed17
Update sys-load.r
gchiu Apr 1, 2017
d90b504
Merge pull request #447 from metaeducation/gchiu-patch-3
gchiu Apr 1, 2017
9859d12
Update sysobj.r
gchiu Apr 2, 2017
9efe754
Update sys-load.r
gchiu Apr 2, 2017
127cc93
Update sys-base.r
gchiu Apr 2, 2017
42bb25f
Merge pull request #448 from metaeducation/gchiu-patch-3
gchiu Apr 2, 2017
a388d05
Merge pull request #449 from metaeducation/gchiu-patch-4
gchiu Apr 2, 2017
a65de09
Fix HTTPS false alarm error
hostilefork Apr 2, 2017
8e33314
Put UNUSED() declarations after asserts to avoid #ifdefs
hostilefork Apr 2, 2017
a72124d
Correct bug in help/dump-obj spec-of does not allow datatype!
IngoHohmann Apr 2, 2017
4fcacf2
Update sys-ports.r
gchiu Apr 2, 2017
daa2177
Add "phase" to FRAME!, fix specializations of CHAINs
hostilefork Apr 3, 2017
33b8f02
voiding SELECT*, PICK*, TAKE* w/convenience wraps SELECT, PICK, TAKE
hostilefork Apr 3, 2017
933211d
Make system/options/boot a Rebol-formatted file
hostilefork Apr 3, 2017
92cbbcf
HELP patches to permit FOR-EACH [key val] lib [help :key]
hostilefork Apr 3, 2017
eb7b18f
Polymorphic fail() => takes UTF-8 C strings, REBVAL*, REBCTX*
hostilefork Apr 3, 2017
0cb63de
Get rid of Is_Array_Series()
hostilefork Apr 3, 2017
a4209aa
GC Guard catalogs during boot
hostilefork Apr 3, 2017
9989bc3
Get rid of "basic LOAD"
hostilefork Apr 3, 2017
d10cc41
Reorganize series flags in anticipation of eliminating MKS_XXX
hostilefork Apr 3, 2017
7698bc5
Eliminate MKS_XXX flags in favor of direct SERIES_FLAG_XXX use
hostilefork Apr 4, 2017
e8e3caa
Move OPT_REBSYM C++ checking to debug build only
hostilefork Apr 4, 2017
2fd86b4
Fix STRUCT! symbol comparison problem exposed by Haiku build
hostilefork Apr 4, 2017
7de7562
Init_XXX/Shutdown_XXX => Startup_XXX/Shutdown_XXX
hostilefork Apr 4, 2017
0f7e550
Shorten coercion operations (AS_ARRAY => ARR, AS_SERIES => SER, etc.)
hostilefork Apr 4, 2017
7e95564
Fix NOD() test on uninitialized memory
hostilefork Apr 4, 2017
75fc507
Q for quitting console compromise, upgrade, non-static default
hostilefork Apr 4, 2017
f3a1354
Fix incorrect pool determination in Remake_Series
hostilefork Apr 5, 2017
ba8314a
Make symbol and boot words interning startup more clear
hostilefork Apr 5, 2017
163bf0d
Rewrite and frame optimization of varargs, DECLARE_FRAME macro
hostilefork Apr 5, 2017
9232b3b
Disallow PICK on MAP!
hostilefork Apr 5, 2017
b24f1ce
Allow hard-quoting of BAR!, yet still disallow QUOTE |
hostilefork Apr 6, 2017
4f6bfed
Update .travis.yml
zsx Apr 7, 2017
cb09b55
Move END handling into vararg common code
hostilefork Apr 7, 2017
45fbbde
use dump-obj in dump, clip strings and blocks
IngoHohmann Apr 7, 2017
eb1a31a
Re-enable bootstrap on Travis
zsx Apr 7, 2017
2550788
Upgrade travis image to trusty for bootstrapping
zsx Apr 7, 2017
95b0c34
Skip u-zlib.c in make-header.r
zsx Apr 7, 2017
f3fb2da
Update sanitizer flags
zsx Apr 7, 2017
6cd80f9
Fix a syntax error
zsx Apr 7, 2017
82e20e2
correct length? -> length and adjoin to delimit
IngoHohmann Apr 8, 2017
5edb677
Delete obsolete Fail() bulletproofing
hostilefork Apr 9, 2017
56680b5
Make Detect_Rebol_Pointer 100% robust, simpler
hostilefork Apr 9, 2017
a320695
Update base-defs.r
gchiu Apr 9, 2017
080b9c6
Bring back DUMP changes, move DUMP out of base
hostilefork Apr 10, 2017
9e79156
Tidy up %prot-tls.r for readability / state isolation
hostilefork Apr 10, 2017
d6db6a7
Fix access of END markers in copy for negative indexes
hostilefork Apr 11, 2017
7a0c18e
Run vector initialization through standard series initialization
hostilefork Apr 11, 2017
a954e2e
Change head of object keylists to unreadable blank vs. trash
hostilefork Apr 11, 2017
e5737b9
Rearrange datatypes for "bindable" split
hostilefork Apr 11, 2017
54bedf7
Update TCC
zsx Apr 9, 2017
23e46c1
Mark ignored not used
zsx Apr 9, 2017
71e8a7e
Avoid casting between function pointer and void *
zsx Apr 10, 2017
ef5ae0e
Only add "extern" to const array in C++
zsx Apr 11, 2017
70f9f5c
Support building user natives with make-make
zsx Apr 9, 2017
6934ded
Trying to build with user natives on Travis
zsx Apr 11, 2017
8830f5d
Make #ifdef unnecessary by splitting into two lines, comment updates
hostilefork Apr 11, 2017
46cf8e7
Introduce source checking of Rebol files.
Apr 12, 2017
c1692fb
Add testing for mixed newline or CRLF line endings in text files.
Apr 12, 2017
4d0b012
Whitespace cleanup based on updated checks
hostilefork Apr 12, 2017
523a890
Check for end of file newline for all text formats. (#471)
Apr 13, 2017
6d69673
Resolve problem with DS_TOP asserts, bolster DS_AT assert
hostilefork Apr 15, 2017
01d290e
Fix invalid use of VAL_TYPE_RAW() on what could be an internal END
hostilefork Apr 16, 2017
29ae001
LENGTH-OF, HEAD-OF, TAIL-OF as core names...aliased to shorter
hostilefork Apr 17, 2017
dec7ab6
IMPORT 'FOO falls back to IMPORT <FOO> (#474)
giuliolunati Apr 17, 2017
62d137e
Make APPEND on port act as WRITE/APPEND in slightly less hacky way
hostilefork Apr 17, 2017
d9114c8
Update MAKE DATE! and MAKE TIME! for BLOCK! input
hostilefork Apr 17, 2017
47b9dfc
Mark ARG(series) as unused after assert
zsx Apr 17, 2017
89dfd9a
Initialize the maybe-uninitialized variable
zsx Apr 17, 2017
a8be5eb
Do not link to stdlib
zsx Apr 12, 2017
4e27637
Take a look at the preprocessed sys-core.h
zsx Apr 12, 2017
9dd043a
Fix the name of debug executable on S3
zsx Apr 12, 2017
5fcc5e6
Hide benchmark behind "bench" option
zsx Apr 12, 2017
260c5ad
Run basic testing with user natives
zsx Apr 12, 2017
02619ff
Update TCC
zsx Apr 12, 2017
238d1a5
Trying to work around glibc bug #18604
zsx Apr 13, 2017
6f89103
assert=>error on `eval ()`, patch EVAL/ONLY for SET-WORD/PATH!
hostilefork Apr 17, 2017
ce6774b
Update TCC
zsx Apr 17, 2017
615af39
Update TCC
zsx Apr 18, 2017
dec615d
Add missing break in void change, fix test, scanner tweak
hostilefork Apr 18, 2017
2ceaaf5
Finer-grained errors from scanner, detect mismatched delimiters
hostilefork Apr 24, 2017
d2a7a3d
Change `scan_state` to just `ss`
hostilefork Apr 24, 2017
f672f12
Beginnings of userspace encap, ELF format add/update, zip
hostilefork Apr 14, 2017
3bb52cf
"Clean" rebol path before setting to systems/options/boot
hostilefork Apr 24, 2017
922658f
Added REPL object to allow skinning (#475)
draegtun Apr 24, 2017
01da58f
Boot error tolerance patches for REPL skin and Encap
hostilefork Apr 25, 2017
b502b2c
Move shortcut check in %host-repl.r inside non-error block
hostilefork Apr 25, 2017
2955730
REPL - simple fixes and refactoring
draegtun Apr 26, 2017
5e128e6
Improve performance with DEBUG=asserts, including -O2
hostilefork Apr 27, 2017
098412d
%l-scan.c patch for clobbering warning given by some compilers
hostilefork Apr 27, 2017
cb11ba7
Merge pull request #481 from draegtun/repl-fixes
draegtun Apr 28, 2017
00def28
REPL renamed to CONSOLE (#484)
draegtun Apr 29, 2017
ffe8413
Update host-start.r
gchiu Apr 30, 2017
38002c9
Update host-start.r
gchiu Apr 30, 2017
177adb1
Merge pull request #486 from metaeducation/gchiu-patch-5
gchiu Apr 30, 2017
601ee30
Update host-start.r
gchiu Apr 30, 2017
497349f
Update .travis.yml
gchiu Apr 30, 2017
b978c99
Update host-start.r
gchiu Apr 30, 2017
ce023e9
Fix bootup on Windows
zsx May 1, 2017
8ef2488
Add an encapper for Windows PE
zsx May 1, 2017
e0ff829
Make GET-ENV return blank instead of void when variable not present
hostilefork May 2, 2017
b1df8c0
Plain GET returns BLANK! for not set variables, GET-VALUE will error
hostilefork May 2, 2017
25a40c6
Add just DETAB-FILE from pull request, with note, no line deletions
hostilefork May 2, 2017
a17a144
Simplify legacy GET and SET for contexts
hostilefork May 2, 2017
10b3f63
Unify semantics of GET-PATH + PICK*, and SET-PATH! + POKE
hostilefork Apr 25, 2017
e34f64e
Fix stack labeling of functions dispatched from mid-path
hostilefork May 2, 2017
17f6a7e
Fix encapped executable name on non-Windows
zsx May 2, 2017
6e13604
Fix another instance of DS_AT() asserting on END in stack internals
hostilefork May 3, 2017
2c50316
Don't try to take VAL_WORD_CANON() on non-words in uncased matching
hostilefork May 3, 2017
2b37730
Update a-constants.c
gchiu May 3, 2017
f34a77c
Update mezz-debug.r
gchiu May 3, 2017
5337611
Update mezz-debug.r
gchiu May 3, 2017
b86b5eb
Allow SET/PAD to be used with BLANK on BLOCK! targets
hostilefork May 3, 2017
3ea6651
Patch for Windows Unicode support in console
hostilefork May 3, 2017
16aff4c
Make WHAT-DIR return copy of system variable
hostilefork May 3, 2017
9879880
Check that LOGICAL and NOT are only used on integral types
hostilefork May 3, 2017
fab2b19
Fix the syntax error in printf.r
zsx May 4, 2017
06bee0f
Fix the assert in Routine_Dispatch
zsx May 4, 2017
d801858
Fix the testing for variadic routine
zsx May 4, 2017
1a5428c
Fix syntax errors in ms-drives.r
zsx May 4, 2017
d5aba7a
Allow #"!" in the url path
zsx May 4, 2017
8133498
Fix system/options/home + other related changes (#489)
draegtun May 5, 2017
82c799e
Update sysobj.r
gchiu May 5, 2017
f0f8dd7
Merge pull request #490 from metaeducation/gchiu-patch-8
gchiu May 5, 2017
96121b7
Fix DNS reverse lookup when given a string
hostilefork May 5, 2017
29f1e3a
Fix import 'test by SET/PAD instead of plain SET in LOAD-MODULE
hostilefork May 5, 2017
9aaa539
Fix Ctrl-C handling in Windows console IO
hostilefork May 6, 2017
ad228cd
Add UNUSED() to No-Op Ctrl-C handler.
hostilefork May 6, 2017
19e0513
Error message when voids are hit in path dispatch
hostilefork May 6, 2017
c1d6173
Add /ONLY refinement to SET, permit single value to block sets
hostilefork May 6, 2017
71df76f
Update sysobj.r
gchiu May 6, 2017
62b94df
Update mezz-files.r
gchiu May 6, 2017
b421a03
Update mezz-help.r
gchiu May 6, 2017
fbd8fc4
Move extensions into subdirectories with relevant code
hostilefork May 7, 2017
ba8174e
Add FLATTEN native from R3 ODBC extension
hostilefork May 7, 2017
458313c
Add field selectors by pointer to spelling of word for contexts
hostilefork May 9, 2017
c510a6a
Change lingering SET_XXX functions to Init_XXX functions
hostilefork May 9, 2017
84b5214
Added back %user.r start-up script (#495)
draegtun May 9, 2017
be75b52
Make code, type, id blank for "user" errors - release build file/line
hostilefork May 9, 2017
0de61a9
Correct bug in prior fix for frame labeling, add file and line debug
hostilefork May 9, 2017
663e5ce
Re-adopt convention of array heads passed as [] not * as args
hostilefork May 9, 2017
2cad72a
Fix aggressive warning in gcc 4.9.2 in %f-deci.c
hostilefork May 9, 2017
c7a4f6e
Only write output if there's changes
zsx May 10, 2017
0b7640d
Remove generation time from the header
zsx May 10, 2017
b652439
Avoid uploading unnecessary files to S3
zsx May 10, 2017
5ebf790
Correct the filename to be removed
zsx May 10, 2017
2b444be
Correct the name of the file to be removed
zsx May 10, 2017
012c4ae
Update host-start.r
gchiu May 11, 2017
ac0b67d
Update host-start.r
gchiu May 11, 2017
825235c
Update host-start.r
gchiu May 11, 2017
f14b5a3
Add optional EXTRA_CC_FLAGS env var (#498)
giuliolunati May 11, 2017
9e21049
Compare binary!s directly instead of their MD5s
zsx May 11, 2017
d0d54eb
Added DIE, a graceful way to FAIL in host-start (#501)
draegtun May 11, 2017
c84a02b
Console banner changes
draegtun May 11, 2017
994be93
Merge pull request #502 from draegtun/console-banner
gchiu May 11, 2017
727fe6c
Add Android5 (0.13.2) to Travis builds
giuliolunati May 11, 2017
3e6f879
Add Android5 release build for Travis
giuliolunati May 12, 2017
6d8a0a9
Set FFI=[dynamic|no] in every Travis build
giuliolunati May 12, 2017
d4c80b8
More lightweight banner/intro to Console (#505)
draegtun May 12, 2017
50e015f
Host-start --verbose changes (#507)
draegtun May 12, 2017
41a1a83
Update mezz-help.r
gchiu May 12, 2017
fbe5237
Command-line option improvements (#508)
draegtun May 13, 2017
ac10b9c
Update host-start.r
gchiu May 13, 2017
7071a63
Import 'foo no more fallback to import <foo>
giuliolunati May 14, 2017
840ef2e
Android Travis build: rigorous=yes (#512)
giuliolunati May 16, 2017
544ff72
Cleans up the object pe-format
zsx May 16, 2017
b5a2d9e
Fix the startup script of an extension is a binary!
zsx May 16, 2017
e263431
Fix the home directory on Windows
zsx May 17, 2017
9d790a4
Only process one segment in path at a time
zsx May 17, 2017
c712df7
BLANK! vs. error for `read dns://` when network works, but not found
hostilefork May 17, 2017
134a9e1
Move init code of crypt extension to its own file
zsx May 18, 2017
cd939a3
Trying to fix make-ext-init.r for R3-Alpha
zsx May 18, 2017
a44b80e
Change the script string to of type REBYTE []
zsx May 18, 2017
d503c1d
Fix the make-ext-init.r for Ren-C
zsx May 18, 2017
79015eb
CHANGES.md added (#515)
draegtun May 22, 2017
ed1606a
Updated .gitignore
draegtun May 22, 2017
7fcddc5
Convert CHANGES.md into CHANGELOG format (#517)
draegtun May 22, 2017
fa34e01
Standardize OS_Browse API to boolean result
hostilefork May 22, 2017
9e96275
Update prot-http.r
gchiu May 25, 2017
4fba639
Update base-files.r
gchiu May 25, 2017
b849ace
Merge pull request #521 from metaeducation/gchiu-patch-8
gchiu May 25, 2017
58d6d5b
* Make SET have /PAD semantics by default, add SET/SOME refinement
hostilefork May 25, 2017
cda7cdb
Update prot-http.r
gchiu May 26, 2017
84e1b6a
Update prot-http.r
gchiu May 26, 2017
2dba411
Return from host-start helper functions fixed (#524)
draegtun May 26, 2017
9f38464
Prevent sendmsg/write raising SIGPIPE the TCP socket is closed:
zsx May 26, 2017
21f0ac7
added modules and utils to library
gchiu May 27, 2017
c487c06
allow net-log to display server response and body
gchiu May 27, 2017
98ef570
Add a function to retrieve executable path
zsx May 27, 2017
9fd50b6
Set system/options/boot in case of no argv
zsx May 27, 2017
53d73b3
Fix include for HAVE_PROC_PATHNAME
zsx May 28, 2017
4c29aae
Fixes size? modified?
gchiu May 28, 2017
e14b5a0
Git ignore tmp-* in any subdirectory
hostilefork May 29, 2017
959c126
Change VAL_TIME() to VAL_NANO(), add checking for REB_DATE/REB_TIME
hostilefork May 29, 2017
b953008
Console skin update bug fix (#525)
draegtun May 29, 2017
2fb6445
Remove-macro does not need to return anything
zsx May 29, 2017
eb53463
Prep needs to be after clean
zsx May 29, 2017
aa11f7f
Speedup binary-to-c by 5 times
zsx May 29, 2017
15a2f3e
Make it possible to explicitly set optimization level
zsx May 29, 2017
6e44460
Build using multiple jobs by default
zsx May 29, 2017
f832ce3
Default number of jobs to number of processors
zsx May 29, 2017
b52b5b6
Move Android builds after Linux ones
zsx May 29, 2017
2eb6182
Move OSX builds to front
zsx May 29, 2017
9ea2779
Fix RESUME
hostilefork May 30, 2017
5eea944
Trying to speed up make-embedded-header.r
zsx May 28, 2017
ceb6b99
Fail instead of panicking on bad casting
zsx May 30, 2017
c4c6592
Move JPEG and network includes out of core includes, add README
hostilefork May 31, 2017
ac32639
improve tls fatal alert handling
gchiu May 31, 2017
efbc483
Improve TLS fatal alert handling and message
gchiu May 31, 2017
4dfa0f3
Remove OS_Get_Boot_Path
zsx May 31, 2017
cb687b2
Increase the debug level to 3
zsx May 31, 2017
2eba71f
Adding the missing space
zsx May 31, 2017
2f6cbfa
Avoid situations of leaking void-containing blocks to userspace
hostilefork Jun 2, 2017
9323286
Move CALL and BROWSE into an extension
hostilefork Jun 4, 2017
44c34ae
* Move BROWSE into userspace, built upon CALL
hostilefork Jun 5, 2017
24cb61b
Clean up formatting in mezz-help.r
rgchris Jun 5, 2017
a5d5d01
Add space to output of HELP function
rgchris Jun 5, 2017
985b33a
Print list of words set to given type for HELP on DATATYPE!
rgchris Jun 5, 2017
2801a9c
Search both USER and LIB contexts for HELP on word partials/datatypes
rgchris Jun 5, 2017
29c7f26
Move SLEEP native from being in the core to the call extension
hostilefork Jun 5, 2017
ff326fd
Fallback to /usr/bin/open/ for browser launching on all platforms
hostilefork Jun 5, 2017
222b40f
Begin removing redundancy and using internal APIs in CALL
hostilefork Jun 5, 2017
a1836c8
Switch CALL to use malloc/free vs OS_ALLOC/OS_FREE, simplify
hostilefork Jun 5, 2017
ceac02b
Assgin canonical form to extension words
zsx Jun 6, 2017
5f52305
Move locale functions to an extension
zsx Jun 6, 2017
3f6dc63
Fix the incompatibility of long* and i32*
zsx Jun 6, 2017
0da70da
Save bootstrapping r3-make locally
zsx Jun 6, 2017
9fe3259
Hijack "locale" instead of chaining calls
zsx Jun 6, 2017
bf0d6ff
Move tables into the function
zsx Jun 6, 2017
b7330e6
Add "falls through" comments
zsx Jun 7, 2017
21823cd
Add a compilation switch to turn off implicit-fallthrough
zsx Jun 7, 2017
4ae9c7a
Merge pull request #536 from metaeducation/fall-thru
zsx Jun 7, 2017
52139b5
Rename extension "Call" to "Process"
zsx Jun 7, 2017
9f50c9e
Remove access-os
zsx Jun 7, 2017
17a431a
Refuse to terminate current process
zsx Jun 7, 2017
126ed58
Allow source on <tag> functions
gchiu Jun 8, 2017
11da999
Fix malloc bugs introduced in CALL, honor locked series
hostilefork Jun 9, 2017
4f68158
Platform independent tests for CALL (#541)
draegtun Jun 9, 2017
d5de96e
Create CHANGES.md
gchiu Jun 9, 2017
47fefa7
Create browse stub and then hijack
gchiu Jun 10, 2017
2b229f4
restore mezz-help.r
gchiu Jun 10, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
Expand Down
64 changes: 56 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,73 @@
## .gitignore strategy
#
# Only keep ren-c project specific file exclusions in .gitignore
#
# For files created by...
#
# * Editors (for eg. Vim, Eclipse, etc)
# * Machines (Windows, Linux, OSX, etc)
# * or any artifacts of your development environment
#
# then please keep these exclusions in a global .gitignore file which
# should not be commited into the ren-c repo.
#
# For more info please see "Create a global .gitignore" at:
#
# https://help.github.com/articles/ignoring-files/
#
# Our recommended advice is to use a .gitignore_global file described
# in link.
#
# Here is an example .gitignore_global used on OS X (Mac):
#
# ## Mac stuff
# .DS_Store
#
# ## Vim stuff
# *.un~
# *.swp
#
# This is kept in the users home directory: ~/.gitignore_global
#


#################
## REBOL R3
#################

make/makefile
make/r3*
make/objs/

# It can be convenient if you are doing multiple builds of the same Rebol
# codebase for different platforms to put them in separate make
# directories (such as make-win32 or make-osx-x64) so they don't erase
# each other's state
#
make-*
!tests/**/make-*

# While some generated files are intended to be semi-persistent products
# (e.g. an API file), many generated files are temporary and not meant to be
# the concern of users. Over time, these have been standardized to start
# with "tmp-". Ignore any such file in any directory.
#
tmp-*

src/boot/boot-code.r
src/boot/host-init.r

src/core/b-boot.c
src/include/ext-types.h
src/include/host-*

src/include/host-ext-*
src/include/host-init.h
src/include/host-lib.h
src/include/host-table.inc
src/include/reb-dialect.h
src/include/reb-evtypes.h
src/include/reb-lib-lib.h
src/include/reb-lib.h
src/include/reb-types.h
src/include/tmp-*
src/tools/reb-lib-doc.txt
src/reb-lib-doc.txt

#################
## Eclipse
Expand Down Expand Up @@ -178,6 +229,3 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg

# Mac crap
.DS_Store
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "external/libffi"]
path = external/libffi
url = git://github.com/metaeducation/libffi.git
[submodule "external/tcc"]
path = external/tcc
url = git://github.com/metaeducation/tcc.git
Loading