[bug #65181] */ not working

2024-01-19 Thread anonymous
Follow-up Comment #1, bug#65181 (group gforth): brain fart. delete the 65181 bug report ___ Reply to this item at: ___ Message sent via Savannah

[bug #65181] */ not working

2024-01-19 Thread anonymous
mments: --- Date: Fri 19 Jan 2024 05:41:45 PM UTC By: Anonymous 355 113 */ :42: Stack underflow 355 113 >>>*/<<< Backtrace: ___ Reply to this item at: <https://s

[bug #64444] Building from git should NOT install swig in /usr/local!

2023-07-18 Thread anonymous
mments: --- Date: Tue 18 Jul 2023 06:16:42 PM UTC By: Anonymous The script install-dep.sh installs swig in /usr/local, overwriting whatever is there. Some packaging systems, notably brew at least, install all their files in /usr/local, and it's a common

[bug #64436] Building from git on macOS Montery fails because install-deps.sh exports CC=gcc-11

2023-07-17 Thread anonymous
k: Any ___ Follow-up Comments: --- Date: Mon 17 Jul 2023 05:45:54 PM UTC By: Anonymous The current version of GCC in brew for macOS is gcc-13, but install-deps.sh explicitly exports CC=gcc-11 in install_osx(), which is not found and causes the swig con

[bug #63801] add FCLEARSTACK analagous to CLEARSTACK

2023-02-13 Thread anonymous
mments: --- Date: Mon 13 Feb 2023 08:04:46 PM UTC By: Anonymous I noticed that CLEARSTACK doesn't affect the floating point stack. I guess having it do so would be non-standard and/or break things. So there should be a new word FCLEARSTACK that clears the FP stack.

[bug #62518] Source code and examples are unpacked on internal flash instead of external SD-card

2022-05-24 Thread anonymous
k: Any ___ Follow-up Comments: --- Date: Tue 24 May 2022 03:07:43 PM UTC By: Anonymous I've installed Gforth for Android 0.7.9_20211223 on my phone and have an external SD card, but the source code and examples are unpacked on the internal flash memory

[bug #62214] Building from source on Debian auto-installs outdated version

2022-03-23 Thread anonymous
URL: Summary: Building from source on Debian auto-installs outdated version Project: Gforth Submitted by: None Submitted on: Wed 23 Mar 2022 04:24:55 PM UTC Category: None

[bug #57340] ekey goes into strange mode when reading shift-backspace

2019-12-02 Thread anonymous
Follow-up Comment #6, bug #57340 (project gforth): I'M SO SORRY -- I don't know why I typed shift-backspace What I meant (really) was shift-tab could you give that a try? (again my apologies... some weird dissonance) ___ Reply to this

[bug #57340] ekey goes into strange mode when reading shift-backspace

2019-12-02 Thread anonymous
Follow-up Comment #4, bug #57340 (project gforth): One more thing: I have created a test account on the VPS that runs Ubuntu, in case you would like to log onto that machine and test with your terminal. Just let me know, and I'll email you the login details. cheers. RdR

[bug #57340] ekey goes into strange mode when reading shift-backspace

2019-12-02 Thread anonymous
Follow-up Comment #3, bug #57340 (project gforth): On one machine (Linux Mint 18) the output of ls -l /etc/alternatives/x-terminal-emulator is: lrwxrwxrwx 1 root root 31 Feb 16 2019 /etc/alternatives/x-terminal-emulator -> /usr/bin/xfce4-terminal.wrapper On another machine (Ubuntu submodule of

[bug #57340] ekey goes into strange mode when reading shift-backspace

2019-12-01 Thread anonymous
URL: Summary: ekey goes into strange mode when reading shift-backspace Project: Gforth Submitted by: None Submitted on: Mon 02 Dec 2019 06:02:49 AM UTC Category: None

[bug #57324] does not install on Windows 10 LSM

2019-12-01 Thread anonymous
Follow-up Comment #3, bug #57324 (project gforth): (updated) strangely even though the 'make install' says it failed on those libraries, when I run gforth, it says that the version is now 0.7.3 So, it installed at least partially. ___

[bug #57324] does not install on Windows 10 LSM

2019-12-01 Thread anonymous
Follow-up Comment #2, bug #57324 (project gforth): Thanks. Following you comment, I tried `sudo make clean` followed by `sudo ./install-deps.sh` and `./BUID-FROM-SCRATCH` and `sudo make install` Unfortunately, I still get 'libtool: error:

[bug #57324] does not install on Windows 10 LSM

2019-11-28 Thread anonymous
URL: Summary: does not install on Windows 10 LSM Project: Gforth Submitted by: None Submitted on: Fri 29 Nov 2019 05:16:18 AM UTC Category: None Severity: 3 - Normal

[Bug-gforth] [bug #50221] FP operations produce unexpected NaNs

2017-02-05 Thread anonymous
Follow-up Comment #4, bug #50221 (project gforth): So, a possible fix would be (in engine/ecvt_r.c): .. *exp=(x==0)?-1:(int)floor(log10(x)); if(*exp < -300) { /* maybe a denormal: do this in two steps */ x = x * pow10(300.); x = x / pow10((double)(*exp)+300.); } else { x =

[Bug-gforth] [bug #50013] "file-size" returns three items on the stack when it should only return two

2017-01-10 Thread anonymous
URL: Summary: "file-size" returns three items on the stack when it should only return two Project: Gforth Submitted by: None Submitted on: Tue 10 Jan 2017 10:19:40 AM UTC Category:

[Bug-gforth] [bug #46722] Makefile rule to avod excess rebuilds has the opposite effect

2015-12-19 Thread anonymous
URL: Summary: Makefile rule to avod excess rebuilds has the opposite effect Project: Gforth Submitted by: None Submitted on: Sa 19 Dez 2015 18:09:25 UTC Category: None

[Bug-gforth] [bug #44496] Add GitHub metadata

2015-03-09 Thread anonymous
URL: http://savannah.gnu.org/bugs/?44496 Summary: Add GitHub metadata Project: Gforth Submitted by: None Submitted on: Mon 09 Mar 2015 06:34:19 PM UTC Category: None Severity: 3 - Normal Item

[Bug-gforth] [bug #40978] Failed to compile GForth on MACOSX 10.8.5

2013-12-21 Thread anonymous
Additional Item Attachment, bug #40978 (project gforth): File name: compile-on-macosx-#40987.patch Size:10 KB ___ Reply to this item at: http://savannah.gnu.org/bugs/?40978 ___ Message