You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
71e7aa Not using _To_Upper_Case and _To_Lower_Case functions in debug buids
053f84 Necessary changes related to having import's module argument not evaluated
bd09ce Using lit-word as a module argument of the import function, so one can just use import module-name (no need to use lit-word for the module's name)
79c3e6 Associate p7s file suffix with the DER codec
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Features:
8a44ea
Implemented passing a struct value to an extension5b6e84
Including API_EXPORT define for the external extension use43c02f
Handle's context accessible from an external extensione6c778
New script which amalgamate Rebol extension related include files into a single one5337c8
Newswap-endian
native function for swapping binary byte orderChanges:
6e7fa5
Includingsystem/build/os-version
information (if known)1dbefc
Usingsystem/platform
instead ofsystem/build/os
to get an extension url0d5d91
Better information insystem/build/os
about build on Linux759609
Modified version info937c97
Includedsystem/build/libc
info on systems where available555f89
Display directories before files in thelist-dir
outputf5016c
JSON codec code cleanup3faac7
Including download link to Rebol/MathPresso extension5f4f43
Replaced crash report url4ef198
Enhanced number of possible series flags from 8 to 32 (could be lowered in the future and use some of these bits for something else)a27822
Including download link to Rebol/Easing extension and updated Rebol/SQLitee34c37
Updated ZLIB code to version 1.2.1371e7aa
Not using _To_Upper_Case and _To_Lower_Case functions in debug buids053f84
Necessary changes related to havingimport
's module argument not evaluatedbd09ce
Using lit-word as amodule
argument of theimport
function, so one can just useimport module-name
(no need to use lit-word for the module's name)79c3e6
Associatep7s
file suffix with theDER
codec7680e4
Allow plain words as a logid
argumentFixes:
1bc5cd
Avoid overwritingsys
417992
Makedelta-time
a little bit more precise29ada6
Regression related to the recent series changes4bac74
Removed unnecessary castingee9b2a
Usingread
with a wildcard path without any result was throwing an error on macOS instead of an empty block8f9e3b
Regression incrush
compressiondb3818
Invalid data in loaded images with an alpha channel on macOSff5e13
Safely handle a case when path to the exe is not resolved0cdee8
Regression in importing an unnamed module3725ef
It was possible to modify a hidden value usingextend
78f683
Regression in debase 36eae5e6
Theinfo
struct member is now calledsizes
6fb6e0
Disallowed loop variable context access8503e0
Clang warning: function declared 'noreturn' should not return7af6eb
Crash when usingforeach
with a set-word and values not in a block87e010
Not usingREB_NORETURN
define inside a struct13e361
Mark OS_Exit and OS_Crash functions asnoreturn
0a0757
Warning: unreferenced local variablef7a9e9
Warning: 'puts' undefined; assuming extern returninga14b4b
Allow bincode/init size value to be zerodc9401
Warning: 'puts' undefined; assuming extern returning149789
Many unsigned/signed variable conflict warnings1742fa
Warning: differs in levels of indirection6e8f18
Warning: unreferenced local variablee28909
Not including winerror.h as it redefines IS_ERROR52cf02
Warning: unreferenced local variablee86310
Msvc warning: conversion to a greater size6d914c
Possible use of uninitialized variablecacaf5
Avoid redefinition of typedef warnings when using amalgamated extension includes with-std=c99
compilation flage7273e
Have reb-args.h included also in external Rebol extensions4ebb17
Make sure that there is REBARGS define as a part of extension includeb5179c
RL defined in host-lib.c file, in all embedded extensions it must be used as extern47b542
RL defined in host-lib.c file, in all embedded extensions it must be used as extern16a4ea
Silent compiler's warnings6d7fa4
Warning: incompatible pointer types passinga12dd9
Warning C4018: signed/unsigned mismatch982a42
Warning: incompatible pointer types passing41a828
Don't redefine MIN/MAX5eb72e
Silent dereferencing NULL pointer warnings287398
Clang warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808e347ad
Using extern link to RL_LIB in the test extension (GCC was failing without it)c337fe
Warning C4003 (not enough arguments for function-like macro invocation)b95505
Warning C6308 (possible memory leak)361b4d
Silent "The prior call to 'wcsncpy' might not zero-terminate string" warnings3f3bea
find/any
failing in some cases76cb96
Visual Studio compiler not knowinguint*_t
typesde9a63
Warning: incompatible pointer types initializinge8a0f7
Warning: format specifies typebda36a
Warning: incompatible pointer types assigningbe4656
Warning: non-void function does not return a value05f7f9
Warning: incompatible integer to pointer conversionaeeb6a
Pair'sarea
was not correctly computed for decimal values93b62c
Warning: incompatible-pointer-types-discards-qualifiersa1f8e8
Warning: for loop has empty body235ade
Warning: expression result unused (in unused asserts)dba08b
Regression: failed boot of BASE build versions. Added tests to the Github workflow.This discussion was created from the release Rebol v3.10.3.
Beta Was this translation helpful? Give feedback.
All reactions