[Guile-commits] branch main updated: Check return value of nice

2023-07-17 Thread Mike Gran via Guile-commits
This is an automated email from the git hooks/post-receive script. mike121 pushed a commit to branch main in repository guile. The following commit(s) were added to refs/heads/main by this push: new 58723e026 Check return value of nice 58723e026 is described below commit

[Guile-commits] 04/04: In test-extensions test, must export library fuctions when built as DLL

2023-07-17 Thread Mike Gran via Guile-commits
mike121 pushed a commit to branch main in repository guile. commit 0e9ccaf47cb956f70c8ecd4b9fba64fea4023dfc Author: Michael Gran AuthorDate: Fri Jun 2 13:43:57 2023 -0700 In test-extensions test, must export library fuctions when built as DLL The test-extensions standalone test

[Guile-commits] 02/04: Test for clearenv function

2023-07-17 Thread Mike Gran via Guile-commits
mike121 pushed a commit to branch main in repository guile. commit df225a87b91db1785a24fb5bed599286054dcf70 Author: Michael Gran AuthorDate: Mon Jul 17 16:07:37 2023 -0700 Test for clearenv function clearenv() may not be provided by non-glibc systems. As a fallback, just set

[Guile-commits] 01/04: Avoid inline assembly in VM when using Clang

2023-07-17 Thread Mike Gran via Guile-commits
mike121 pushed a commit to branch main in repository guile. commit b9a40cdc18eb6f785a0f437da78d336046dfbaa1 Author: Michael Gran AuthorDate: Mon Jul 17 14:50:41 2023 -0700 Avoid inline assembly in VM when using Clang Clang uses a different format for inline assembly. Also, as

[Guile-commits] branch main updated (58723e026 -> 0e9ccaf47)

2023-07-17 Thread Mike Gran via Guile-commits
mike121 pushed a change to branch main in repository guile. from 58723e026 Check return value of nice new b9a40cdc1 Avoid inline assembly in VM when using Clang new df225a87b Test for clearenv function new dc3a3a84f Modify SCM_API for DLLs new 0e9ccaf47 In test-extensions

[Guile-commits] 03/04: Modify SCM_API for DLLs

2023-07-17 Thread Mike Gran via Guile-commits
mike121 pushed a commit to branch main in repository guile. commit dc3a3a84f908f4a16e95a2c3bb412861521960dc Author: Michael Gran AuthorDate: Thu Jun 1 18:51:27 2023 -0700 Modify SCM_API for DLLs In https://gcc.gnu.org/wiki/Visibility, they recommend _WIN32 and __CYGWIN__ as the