-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
934 additions
and
848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.100.100.3.1 | ||
2.100.101.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
/*********************************************************************** | ||
** | ||
** REBOL 3.0 "Invasion" | ||
** Copyright 2010 REBOL Technologies | ||
** All rights reserved. | ||
** | ||
************************************************************************ | ||
** | ||
** Title: Extension Types (Isolators) | ||
** Build: A101 | ||
** Date: 20-Jul-2010/16:01:51-7:00 | ||
** File: ext-types.h | ||
** | ||
** AUTO-GENERATED FILE - Do not modify. (From: make-boot.r) | ||
** | ||
***********************************************************************/ | ||
|
||
|
||
enum REBOL_Ext_Types | ||
{ | ||
RXT_END = 0, // 0 | ||
RXT_UNSET, // 1 | ||
RXT_NONE, // 2 | ||
RXT_HANDLE, // 3 | ||
RXT_LOGIC = 4, // 4 | ||
RXT_INTEGER, // 5 | ||
RXT_DECIMAL, // 6 | ||
RXT_PERCENT, // 7 | ||
RXT_CHAR = 10, // 8 | ||
RXT_PAIR, // 9 | ||
RXT_TUPLE, // 10 | ||
RXT_TIME, // 11 | ||
RXT_DATE, // 12 | ||
RXT_WORD = 16, // 13 | ||
RXT_SET_WORD, // 14 | ||
RXT_GET_WORD, // 15 | ||
RXT_LIT_WORD, // 16 | ||
RXT_REFINEMENT, // 17 | ||
RXT_STRING = 24, // 18 | ||
RXT_FILE, // 19 | ||
RXT_EMAIL, // 20 | ||
RXT_URL, // 21 | ||
RXT_TAG, // 22 | ||
RXT_ISSUE, // 23 | ||
RXT_BLOCK = 32, // 24 | ||
RXT_PAREN, // 25 | ||
RXT_PATH, // 26 | ||
RXT_SET_PATH, // 27 | ||
RXT_GET_PATH, // 28 | ||
RXT_LIT_PATH, // 29 | ||
RXT_BINARY = 40, // 30 | ||
RXT_BITSET, // 31 | ||
RXT_IMAGE, // 32 | ||
RXT_VECTOR, // 33 | ||
RXT_GOB = 47, // 34 | ||
RXT_OBJECT = 48, // 35 | ||
RXT_MODULE, // 36 | ||
RXT_MAX | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.