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
Copy file name to clipboardexpand all lines: CHANGES.md
+23
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,37 @@ This is just generated output from commits in [this repository](https://github.c
7
7
8
8
### Features:
9
9
10
+
*[`60cc1f`](https://github.com/Oldes/Rebol3/commit/60cc1f98e494239d6c119c24e5a8cf84dc4fd286) Simplified resolving of the path to the executable (as it is now resolved in C using `OS_Get_Boot_Path`)
11
+
*[`180dc3`](https://github.com/Oldes/Rebol3/commit/180dc3500f5631a7309adf55073b80b05d9c6bce) Linux version of `OS_Get_Boot_Path` function
12
+
*[`39693b`](https://github.com/Oldes/Rebol3/commit/39693bf5302268e0d0af0d7a8a6aa770ff66e2e8) MacOS version of `OS_Get_Boot_Path` function
13
+
*[`11b46d`](https://github.com/Oldes/Rebol3/commit/11b46de53915ecb76bb18404f1500021118503fe) Windows version of `OS_Get_Boot_Path` function
14
+
*[`d99656`](https://github.com/Oldes/Rebol3/commit/d9965674030d1faf622a19645299d163eb4aeb05) Win32 variant of `to-real-file` native
15
+
*[`31e7c2`](https://github.com/Oldes/Rebol3/commit/31e7c24befef74034ec41f3723f0bb9504808ccc) New `to-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).
16
+
*[`e108cf`](https://github.com/Oldes/Rebol3/commit/e108cfc88b98a76cbbb63b957f87d8df31d781ad) Optionally truncate output of `probe` function
17
+
*[`2ee6c0`](https://github.com/Oldes/Rebol3/commit/2ee6c0ab964158554a6e44143fb32f14a0ab0b55) Improved `ar` codec to be able decode also System V (or GNU) variant files
*[`fb0daa`](https://github.com/Oldes/Rebol3/commit/fb0daad20211a8f5acc9f870c70cf130e011ec19) New `ATz` action returning the seriest at 0-based position (index)
20
+
21
+
CHANGE: `at` action on image with pair position was 0-based, now is 1-based
22
+
*[`101284`](https://github.com/Oldes/Rebol3/commit/101284b78663859639c4f56a1596d5581dea4af5) New `indexz?` action returning 0-based position (index) of the series
23
+
*[`7d3a04`](https://github.com/Oldes/Rebol3/commit/7d3a040091167ae11364d1ea21e938d3cc925f68) PICKZ and POKEZ functions for 0-based indexing
24
+
10
25
*[`877514`](https://github.com/Oldes/Rebol3/commit/8775144375e930c6c1981d7153367823b0607455) Don't allow `clear` on not opened port, allow `size?` on port
11
26
12
27
### Changes:
28
+
*[`c8a593`](https://github.com/Oldes/Rebol3/commit/c8a59362bc977556ed1876b6cb5c78f915cf29dd) Replaced internal `boot-print` and `loud-print` functions with system log calls
29
+
*[`117e16`](https://github.com/Oldes/Rebol3/commit/117e1607d7adaa826a55c6f2855fd3393d2a9a8b) Limit output of `help` to single line if used with some value types
30
+
*[`c5c3b4`](https://github.com/Oldes/Rebol3/commit/c5c3b45c31465971057edc051d76c7d76a0b8b62) Made colors in console's prompt and result optional
13
31
14
32
*[`e4b1a8`](https://github.com/Oldes/Rebol3/commit/e4b1a8c33f62c54d05e743be9f064ac3312b6e29) Fine-tune decimal non-strict comparison (to cover also percent datatype)
*[`811bb3`](https://github.com/Oldes/Rebol3/commit/811bb35576964ea98b9df42a9968f4faa81c586f) Missing log traces in boot sequence
38
+
*[`14a003`](https://github.com/Oldes/Rebol3/commit/14a003d29f9a102465043b798be92e5360276ebc) Resolve correct canonized absolute path to main process executable
39
+
*[`4c6e88`](https://github.com/Oldes/Rebol3/commit/4c6e884252f3299ce2fb523c5e49653d487fdcd2) Non-void function does not return a value
40
+
*[`226461`](https://github.com/Oldes/Rebol3/commit/226461eda95012bc60965bb844ba190ea636ed8e) Convert TAB in the terminal input to 4 spaces (posix)
18
41
*[`2ac8c1`](https://github.com/Oldes/Rebol3/commit/2ac8c158cf701aaf5509f31ae3833dccf2d8e56e) Update file info after clearing file-port (posix)
19
42
*[`f1395c`](https://github.com/Oldes/Rebol3/commit/f1395c880bea0b8b941c90c0705fc4fd551f656b) Update index after `write` into a file-port
20
43
*[`c6276d`](https://github.com/Oldes/Rebol3/commit/c6276dd94671523aea55c87b57fc51f4f49ba683) Making sure that image codecs extensions are included after image codecs
0 commit comments