Artur Efimov

Results 6 issues of Artur Efimov

On my Debian 32 bit, procedure `Reals.Expo` (for `REAL`) didn't work right, whereas `ExpoL` (for `LONGREAL`) did work. As a result, `Texts.WriteReal` and `Texts.WriteRealFix` did not work (`Texts.WriteLongReal` did work)....

stage0 subfolder is missing in the repo, thus running: ``` ./configure make ``` issues an error about stage0 and installation fails. Need to update file `INSTALL` or restore stage0.

```oberon TYPE Color* = RECORD r, g, b, a: REAL END; PROCEDURE Line*(x1, y1, x2, y2: INTEGER; color: Color); BEGIN END Line; ... VAR c: G.Color; BEGIN G.Line(0, 0, 0,...

I've been porting Free Oberon on macOS, and the Unix-way of doing GetAppDir does not work there. MacOS has a special procedure to get the application path (the same as...

Turns out that some Linux distributions (including Ubuntu) delete temporary files from `/tmp` once in an hour. So if you open a file using an OfrontPlus-compiled program, it will put...

There is a nice cross-platform procedure `GetLang` in `Platform.Unix.cp` and `Platform.Windows.cp`, that tries to identify and return the current OS user language. (I just noticed, that on Windows it is...