File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ 2023-03-26 (12.26)
2
+ ANDROID: Fix setenv error #187
3
+ ANDROID: update web UI dependencies
4
+ COMMON: Fix bug in BGETC when using sockets (Joe7M)
5
+ COMMON: Fix EQV bug. "0 EQV 0" will return correct result "1" (Joe7M)
6
+ COMMON: Fix: "0 IMP 0" returns now correct result 1 (Joe7M)
7
+ UI: FLTK and SDL version numbers now included in SBVER
8
+ UI: fix editor display issues with DOS line-endings
9
+
1
10
2023-02-19 (12.26)
2
11
SDL: Fixed an issue with window resizing #144
3
12
COMMON: Fixed "make dist" so it can produce a package with all internal dependencies
4
13
5
14
2023-01-20 (12.26)
6
- COMMON: Fixed DIM lower bound
7
- COMMON: RGB and RGBF now clamp parameters
8
- COMMON: Fix for BIN and changes to return values of POLYCENT and POLYAREA
15
+ COMMON: Fixed DIM lower bound (Joe7M)
16
+ COMMON: RGB and RGBF now clamp parameters (Joe7M)
17
+ COMMON: Fix for BIN and changes to return values of POLYCENT and POLYAREA (Joe7M)
9
18
10
19
2023-01-09 (12.26)
11
20
COMMON: INPUT #F; now supports up to 64 parameters
12
- COMMON: Implemented STATMEDIAN() to calculate the median of a data sample in statistics.
13
- COMMON: Implemented STATSTD() to calculate standard deviation
21
+ COMMON: Implemented STATMEDIAN() to calculate the median of a data sample in statistics (Joe7M)
22
+ COMMON: Implemented STATSTD() to calculate standard deviation (Joe7M)
14
23
15
24
2023-01-09 (12.26)
16
25
COMMON: Fix printing chr(0) into a file or network interface
You can’t perform that action at this time.
0 commit comments