Releases: Siskin-framework/Rebol
Releases · Siskin-framework/Rebol
Rebol v3.15.0
Rebol v3.11.0
Bootstrap Alpine
This code should be used only to generate the initial Rebol version without use of any precompiled binaries (except standard make
).
The result of this build should be than used to build a normal Rebol.
To build 64bit version, use in the make
directory:
make -f rebol-linux-bootstrap-64bit.mk
or for 32bit targets:
make -f rebol-linux-bootstrap-32bit.mk
Rebol v3.10.2
Rebol v3.6.0
Features:
60cc1f
Simplified resolving of the path to the executable (as it is now resolved in C usingOS_Get_Boot_Path
)180dc3
Linux version ofOS_Get_Boot_Path
function39693b
MacOS version ofOS_Get_Boot_Path
function11b46d
Windows version ofOS_Get_Boot_Path
functiond99656
Win32 variant ofto-real-file
native31e7c2
Newto-real-file
native (posix version) for resolving canonicalized filenames (removing..
and.
path components, simplification of sequences of multiple slashes, removal of trailing slashes, and the resolution of symbolic links).e108cf
Optionally truncate output ofprobe
function2ee6c0
Improvedar
codec to be able decode also System V (or GNU) variant filesaaa70e
Minimalistic Unix Archive File (AR) decoderfb0daa
NewATz
action returning the seriest at 0-based position (index)101284
Newindexz?
action returning 0-based position (index) of the series7d3a04
PICKZ and POKEZ functions for 0-based indexing877514
Don't allowclear
on not opened port, allowsize?
on portdedf26
Allow making op! from action!d797a9
Supportto date! integer!
andto integer! date!
using unixtime as an integer value10a5b4
Implemented copy of nested maps14bc42
PDF encoder input validationcb0521
Initial implementation of the PDF codec770a06
Make PNG filter's native functions optionale0d567
PNG's pre-compression filter algorithms exposed asfilter
andunfilter
natives2947e8
Print a human friendly list of available codecs onhelp codecs
f27939
Define codec's types53167c
Optimize powerof2 memory allocatione5868f
Made parse'sahead
being a synonym forand
for better compatibility with Red19974e
MacOS support for DirectDraw Surfacedds
encoding/decoding5bf90d
codecs/dds/size?
function for resolving dds image size without need of decoding64734d
codecs/bmp/size?
function for resolving bmp image size without need of decoding1d3e2c
codecs/gif/size?
function for resolving gif image size without need of decoding7591f4
Allow FIND binary! char!547f35
Optimizedparse
when checkingref!
andtag!
datatypes384602
codecs/jpeg/size?
function for resolving jpeg image size without need of decodingb35117
MacOS basic clipboard port implementationdbe8aa
MacOS image codecs cleanup and added support forhaif
encoding/decoding894708
Using native system image codecs on macOS515c16
Conversion ofstruct!
tobinary!
319531
Add support forword!
struct fields476327
Including Atronix's source ofstruct!
datatype implementationaf7772
Better deal with stack size definition while compilationf1b74c
Store last console result insystem/state/last-result
4fab4c
REFLECT module! 'title
could return the module header titlec75649
Newblur
native function for fast Gaussian blur of images77426b
Munge code updated using the new built-in ZIP encoder52b269
AddedZIP
encoder13d7c9
Munge (quickly modified to be runnable from Oldes' R3 derivative)a2bcfe
Allow conversion fromobject!
tomap!
933514
Reimplementedmod
andmodulo
in C,//
is nowop!
formodulo
and%
is nowop!
forremainder
72a7b9
Allow makingop!
fromfunction!
c9aa62
Allow slash words30b179
Added simple test extension + handlingRXR_BAD_ARGS
value from extension command calle9b0bb
debase
acceptingany-string!
for it's value5ed41d
Allow creation ofpath!
from any value46e3a2
Extended PNG codec withchunks
functiona5ba0f
Added a simple codec for decoding/encoding ICO filesfd67a5
Added a simple codec for decoding/encoding ICO files3f45b9
Updatedprebol
(Rebol Preprocessor) to be a real module working with current Rebol22a6d0
Added possibility not to process default application arguments on boot
Changes:
2cd3c8
Rewrittencompress
anddecompress
so it's now compatible with the recent Red language. Now it also correctly handles output buffer expansion. It does not store the uncompress length at the tail of compressed data anymore!fb0daa
at
action on image with pair position was 0-based, now is 1-basedc8a593
Replaced internalboot-print
andloud-print
functions with system log calls117e16
Limit output ofhelp
to single line if used with some value typesc5c3b4
Made colors in console's prompt and result optionale4b1a8
Fine-tune decimal non-strict comparison (to cover also percent datatype)093728
Appending aword
into anobject
sets its value tounset
instead ofnone
- [
8bf1f2
](https...
Rebol v3.5.5
Fixes:
99b5db
Pass handle flags from external (extension) argument to the internal (host) value
Rebol v3.5.4
Features:
77426b
Munge code updated using the new built-in ZIP encoder52b269
AddedZIP
encoder13d7c9
Munge (quickly modified to be runnable from Oldes' R3 derivative)a2bcfe
Allow conversion fromobject!
tomap!
933514
Reimplementedmod
andmodulo
in C,//
is nowop!
formodulo
and%
is nowop!
forremainder
72a7b9
Allow makingop!
fromfunction!
c9aa62
Allow slash words30b179
Added simple test extension + handlingRXR_BAD_ARGS
value from extension command call
Changes:
9c5892
RL_Register_Handle
from extension returns word's symbol id99a5c2
Swappedcrc
anddata
values in ZIP decoder's result6dad57
Don't protectsystem/dialects
as it's not used anywaybc48fe
Allow direct comparison oftime!
withnumber!
typesc31151
Rename MAXIMUM-OF and MINIMUM-OF to FIND-MAX and FIND-MINc72b15
Better sorting of specific runtime extension module values
Fixes:
cf1a20
Crash when using special handle's object (HOB)a03a3b
Munge - a little bit more optimizations7d8c10
Munge - make working loading excel sheet even in case when there is no info about number of columnsda902d
Munge -sheets?
function was not working73b7f3
Munge - replaced ZIP unarchive code with R3's ZIP codece868db
Not truncating random time to seconds only512505
Import of native extension (library) on Windows
Rebol v3.5.3
Features:
e9b0bb
debase
acceptingany-string!
for it's value5ed41d
Allow creation ofpath!
from any value46e3a2
Extended PNG codec withchunks
functiona5ba0f
Added a simple codec for decoding/encoding ICO filesfd67a5
Added a simple codec for decoding/encoding ICO files3f45b9
Updatedprebol
(Rebol Preprocessor) to be a real module working with current Rebol22a6d0
Added possibility not to process default application arguments on boot552e2c
Parse string! using any-string!9249a3
Exporting new library functions for registering, creation and releasing handles (so these may be also used from external native modules.c990e8
Simple TCP port scanner (module)b6cbac
Do some minimal extension's module protection4d44e9
When $SHELL is not set on POSIX OS,/bin/sh
is used as a default
Changes:
aece05
Have%
to be a valid word and not an empty file1e71aa
Removed ANSI related functions from colors mezzanine filebbf89c
DELETE
returningfalse
if called on not existing file or directory6809c8
Registered new system ID 0.4.46 as a 64bit Linux usingmusl
compiler (musl.libc.org)d352af
Renamed module's local context fromlocal-lib
tolib-local
500d3d
Force UTF-8 console output code page on Windowsf09840
Using NOT_FOUND instead of 0 in handle's registration
Fixes:
69cd34
In cloud builds it's not possible to resolve console width1075e8
Not changing default definition ofbinary-base
fromprebol
module6384bc
Typo in ico's identify functiona7adc4
%
is not an empty path anymore4167ab
Allow various variants of arrow-like words (fixed CC warning)19f86b
Make sure that console's input buffer is not growing over 2GBcefbc9
Allow various variants of arrow-like words4b2eda
Allow comparison ofchar!
withinteger!
277ab5
Parse rule fails when input is modified and so does not advanceea3aab
Crash on boot on Windows7 (regression since 3.4.0)452893
Crash on boot on Windows7 (regression since 3.4.0)d83cf1
HTTP redirection does not handle correctly locations with url-encoded contenta2b1a4
UpdatingPWD
system environment variable after each directory change9b5723
Resolved crash in lower level (debugging) value formatter1864b6
Better results fromchange-dir
function (on error and also on success).
Rebol v3.5.2
Update old version numbers