Rebol v3.7.0 #40
Oldes
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Ahoj. Udělal jsem pár změn v https://[email protected]/ladislav/r3.git. Jmenovitě pár kosmetických změn (zjednodušení, optimalizace a zobecnění kódu) v t-integer.c a nahradil kód s nedefinovaným chováním v t-pair.c. Zatím jsem ty změny netestoval, ale měly by být v pohodě. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features:
3d83ca
Errors and debug messages printed to stderr95d535
Added possibility to change console output fromstdout
tostderr
(windows)9c4036
Added possibility to change console output fromstdout
tostderr
(posix)53b04b
Newlcm
native for resolving the least common multiple of two integers12794b
Newgcd
native for resolving the greatest common divisor of two integersf64cd3
Partialcrush
decompressionb7fb49
Optional custom LZ77-based compression algorithm (crush
)3a3076
Bincode - added padding commandPAD
fa46cb
BinCode - added commands:F16LE
,F16BE
,F32LE
,F32BE
,F64LE
andF64BE
15de62
QOI codec (The "Quite OK Image" format for fast, lossless image compression)cc1025
Added example how to prevent hacking attempts to the http test serverb4789f
Added example how to serverhumans.txt
data from the test server5fa5b8
Updated ZIP codecb49781
Possibility to resolve context handle's type27ab5a
Make context type handles comparablee837a8
Allowinsert
onobject!
cfe7e2
Allowselect
onmodule
5ae487
Register.deb
file extension fithAR
codec3a5f9e
Including last git commit version in thesystem/build/git
and full version info when used-v
boot argument4b321e
Extended maximum number of tuple values to 126f451f
Tweaked doc-string ofclear
actionab5ae7
Improved doc-string forat
andatz
actionsChanges:
3139f4
Keep/
at the head of the HTTP request target (httpd
module)f9fe06
Including some of modules as a delayed (required toimport
them before use)9458d4
Modified single-line doc string for modules in thehelp
outputd4e947
Storingsystem/modules
as anobject!
; added support to include delayed modules04c71d
More detailed info about used compilation target; new build output names; rewritten build specification to be better prepared for a future cross-compilation possibility.5d1a4c
New wording forrepend/only
function doc stringFixes:
84090f
Resolved possible buffer overrun warning738476
Using system output to print version info03a4b6
Make project compile able with Xcode v13.2d0aa12
Accidentally removed--do
option storage done in ca7c025ca7c02
Interpreter too eagerly consuming command-line arguments & arguments containing whitespace7f1343
Evaluate--do
boot argument6588c3
switch
withref!
value typed744ce
Memory corruption when usedcrush
compressionc33ff2
Force garbage collection before measuringdelta-profile
stats34e0e2
Missing change for: 15de62ca09ee2
httpd
module: don't keep opened connection if client (like Rebol2) don't want it5f9695
Enhanced precision in comparison of time with integerb1a65b
Usingcall/shell
in thelaunch
functiona14d3a
Use user context filtering only for pattern matches and withstrict-equal?
74d0c3
There must beget-word!
used in case that value is a functione26d3d
Include user context values in thehelp
output067fee
Length-specified script embeddingef13db
Improved resolving console width for help output trunctation43886c
Improved resolving console width for help output trunctation7a4a44
Improved resolving console width for help output trunctationa96c89
Improved resolving console width for help output trunctationcd1afe
Improved resolving console width for help output trunctatione3520a
Opening a library (extension import) requires absolute path2b7b6c
Use default terminal width 80 chars when not resolved from system (CI)502382
Generated RL defines were not counting with possibility of variadic arguments (like in RL_PRINT)cd463f
Make sure that TO_OSX define is used even for 64bit builds5fcb00
Using the newcompress
in build scripts720514
Wrong member name whenRAW_MAIN_ARGS
define is usedThis discussion was created from the release Rebol v3.7.0.
Beta Was this translation helpful? Give feedback.
All reactions