BeBits Information Developer Central Submit Application Your Account Web Links Contact Us
BeBits
REBOL/Core
Version History
  Go back to the REBOL/Core Page

PPC experimental version for BeOS R5:
 
Version 2.4.40.5.1
 License:   Commercial Demo
 Updated:   January 29, 2001
 Source:   Source Not Available
Changes doc will be forthcoming. This is the last experimental REBOL Technologies will post before the Core 2.5 release.

PowerPC Version - requires R5   (272 KB) 471 downloads
  Working Link Download REBOL Technologies

Version 2.4.39.5.1
 License:   Commercial
 Updated:   December 1, 2000
 Source:   Source Not Available
======================================================= CHANGES --- REBOL/core 2.4.39 experimental ======================================================= Added GET-MODES and SET-MODES for file and network ports. (These functions are NOT documented at this time and are subject to change in later versions. Use at own risk.)

Added fork selection to the /custom block for OPEN, READ etc.

Added /skip refinment to SELECT, FIND, UNION, INTERSECT, EXCLUDE, DIFFERENCE, UNIQUE.

Added garbage collection of unreferenced open ports.

Added CHECKSUM/hash.

Removed /only refinement from DIFFERENCE (EXCLUDE is equivalent).

Numerous fixes, enhancements and optimizations for list! and hash!.

Added SYSTEM/SCRIPT/HEADER/CONTENT. When a REBOL script has the field CONTENT within the REBOL header and CONTENT is set to TRUE, the source code of the script will be placed in SYSTEM/SCRIPT/HEADER/CONTENT if the script is evaluated with DO, or included in the REBOL header oject found in the loaded block if imported with LOAD/header (or LOAD/next/header).

Added NOW/precise refinement.

Added asynchronous 'wait-able DNS for Unix and Windows:
open dns:///async, then insert/wait/copy.

UNIQUE uses the /case refinement.

TO-BINARY of tuples now uses the tuple values instead of forming the tuple.

LOAD/next/header now works as you would expect, resulting in a block with the evaluated header followed by the rest of the script as a string.

JOIN on binary values now joins as binaries, not formed strings.

Time! values can convert to integers and decimals.

Weekdays fixed in system/locale/days.

MOLD/only - does not include the outermost [] in the outer block.

WAIT now works correctly on /lines ports opened without /with.

WAIT now supports ports handlers (http, tcp etc.) in /direct mode.

Added 'awake field in port-spec and root protocol to specify a block or function called when wait is about to wake up. Used to implement background processing.

RANDOM now accepts series values picking a random item from that series.

Subtraction of a date! value months bug fixed.

Indefinite extent fixed, more or less.

Numerous other bug fixes.



PowerPC Version - requires R5   (168 KB) 79 downloads
  Working Link Download REBOL Technologies

Version 2.4.37.5.1
 License:   Commercial
 Updated:   September 30, 2000
 Source:   Source Not Available
 (no information provided)

PowerPC Version - requires R5   (159 KB) 132 downloads
  Working Link Download REBOL Technologies

PPC release version for BeOS R4:
 
Version 2.5.0.5.1
 License:   Commercial
 Updated:   March 26, 2001
 Source:   Source Not Available
Contains hundreds of improvements and bug fixes. Highlights include:
  • New APOP (authenticated POP) and IMAP email protocols.
  • Fully revised HASH and LIST datatypes. More complete, consistent, reliable, and faster!
  • Multiple enhancements to file/network ports.
  • Extensive file/network port mode support, including Macintosh forks.
  • More support for asynchronous port operations.
  • All new SORT function with many new modes.
  • New and fixed command line options.
  • Cryptographically secure and hashed checksum generation.
  • New method of object merging and object access.
  • Useful extensions to data set operations.
  • Improvements to LOAD and MOLD functions.


PowerPC Version - requires R4   (182 KB) 140 downloads
  Working Link Download REBOL Technologies

Version 2.2.0.5.1
 License:   Commercial
 Updated:   September 30, 2000
 Source:   Source Not Available
 (no information provided)

PowerPC Version - requires R4   (152 KB) 104 downloads
  Working Link Download REBOL Technologies

x86 experimental version for BeOS R5:
 
Version 2.4.40.5.2
 License:   Commercial Demo
 Updated:   January 29, 2001
 Source:   Source Not Available
Changes doc will be forthcoming. This is the last experimental REBOL Technologies will post before the Core 2.5 release.

Intel Version - requires R5   (294 KB) 439 downloads
  Working Link Download REBOL Technologies

Version 2.4.39.5.2
 License:   Commercial
 Updated:   December 1, 2000
 Source:   Source Not Available
======================================================= CHANGES --- REBOL/core 2.4.39 experimental ======================================================= Added GET-MODES and SET-MODES for file and network ports. (These functions are NOT documented at this time and are subject to change in later versions. Use at own risk.)

Added fork selection to the /custom block for OPEN, READ etc.

Added /skip refinment to SELECT, FIND, UNION, INTERSECT, EXCLUDE, DIFFERENCE, UNIQUE.

Added garbage collection of unreferenced open ports.

Added CHECKSUM/hash.

Removed /only refinement from DIFFERENCE (EXCLUDE is equivalent).

Numerous fixes, enhancements and optimizations for list! and hash!.

Added SYSTEM/SCRIPT/HEADER/CONTENT. When a REBOL script has the field CONTENT within the REBOL header and CONTENT is set to TRUE, the source code of the script will be placed in SYSTEM/SCRIPT/HEADER/CONTENT if the script is evaluated with DO, or included in the REBOL header oject found in the loaded block if imported with LOAD/header (or LOAD/next/header).

Added NOW/precise refinement.

Added asynchronous 'wait-able DNS for Unix and Windows:
open dns:///async, then insert/wait/copy.

UNIQUE uses the /case refinement.

TO-BINARY of tuples now uses the tuple values instead of forming the tuple.

LOAD/next/header now works as you would expect, resulting in a block with the evaluated header followed by the rest of the script as a string.

JOIN on binary values now joins as binaries, not formed strings.

Time! values can convert to integers and decimals.

Weekdays fixed in system/locale/days.

MOLD/only - does not include the outermost [] in the outer block.

WAIT now works correctly on /lines ports opened without /with.

WAIT now supports ports handlers (http, tcp etc.) in /direct mode.

Added 'awake field in port-spec and root protocol to specify a block or function called when wait is about to wake up. Used to implement background processing.

RANDOM now accepts series values picking a random item from that series.

Subtraction of a date! value months bug fixed.

Indefinite extent fixed, more or less.

Numerous other bug fixes.



Intel Version - requires R5   (182 KB) 105 downloads
  Working Link Download REBOL Technologies

Version 2.4.37.5.2
 License:   Commercial
 Updated:   September 30, 2000
 Source:   Source Not Available
 (no information provided)

Intel Version - requires R5   (172 KB) 163 downloads
  Working Link Download REBOL Technologies

x86 release version for BeOS R5:
 
Version 2.5.0.5.2
 License:   Commercial
 Updated:   March 26, 2001
 Source:   Source Not Available
Contains hundreds of improvements and bug fixes. Highlights include:
  • New APOP (authenticated POP) and IMAP email protocols.
  • Fully revised HASH and LIST datatypes. More complete, consistent, reliable, and faster!
  • Multiple enhancements to file/network ports.
  • Extensive file/network port mode support, including Macintosh forks.
  • More support for asynchronous port operations.
  • All new SORT function with many new modes.
  • New and fixed command line options.
  • Cryptographically secure and hashed checksum generation.
  • New method of object merging and object access.
  • Useful extensions to data set operations.
  • Improvements to LOAD and MOLD functions.


Intel Version - requires R5   (194 KB) 494 downloads
  Working Link Download REBOL Technologies

Version 2.3.0.5.2
 License:   Commercial
 Updated:   September 30, 2000
 Source:   Source Not Available
 (no information provided)

Intel Version - requires R5   (186 KB) 285 downloads
  Working Link Download REBOL Technologies

 
BeGroovy
  Recent Downloads  -  # 152
Total Downloads  -  # 1,090
Total Views  -  # 1,001
User Ratings  -  N/A
  Dev. Languages
Misc. Network
Misc. WebDev Tools
1.  BePodder - 9.80
2.  QEMU - 9.68
3.  ScummVM - 9.57
4.  Jukebox - 9.44
5.  Haiku AGP busm... - 9.35
6.  cpu_fix - 9.31
7.  vim6 - 9.31
8.  VNCServer - 9.30
9.  Beezer - 9.26
10.  HandBrake - 9.25
1.  Ati Radeon G... - 32,893
2.  BeOS 5 Perso... - 32,461
3.  Realtek RTL8... - 20,354
4.  Ensoniq Audi... - 17,698
5.  USB Joystick... - 16,558
6.  BePDF - 15,353
7.  ATI Rage 128... - 13,355
8.  S3 Trio 64 v... - 10,305
9.  VLC Media Pla... - 9,562
10.  DOSBox - 9,475
You are not logged in.
 Login

 
Unless otherwise noted, everything is copyright © 1999-2011 Haikuware. All Rights Reserved.
For more legal trivia, take a gander at our
Legal Stuff page and our Privacy Statement.