- 10 Aug, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 09 Aug, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes several testsuite failures (eg with Sql.Sql("null://")).
-
- 08 Aug, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Use a stricter typed alias to help the type checker. Fixes some of #10040.
-
- 07 Aug, 2020 2 commits
-
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
Fixes some of #10040.
-
- 06 Aug, 2020 3 commits
-
-
Henrik (Grubba) Grubbström authored
The password was not validated properly if the syntax was valid, but not the nonce. Fixes some of #10040.
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
Don't store raw backtraces, they may contain references to stuff that the user doesn't expect to get extra references.
-
- 05 Aug, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 04 Aug, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes some warnings in __builtin.Nettle.Hash. Fixes some of #10040.
-
- 03 Aug, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Soft casting of complex function types (ie not consisting only of a chain of T_FUNCTION and T_MANY nodes) was broken. Potential fix for a SIGSEGV in the testsuite.
-
- 02 Aug, 2020 5 commits
-
-
Henrik (Grubba) Grubbström authored
check_threads_etc() may in some circumstances execute code that destructs the object that we are attempting to apply a function in. Make sure to call check_threads_etc() before we check that the object isn't destructed. Otherwise we may be in for a surprise...
-
Henrik (Grubba) Grubbström authored
This reverts commit 01543a00. This commit was part of a set of speculative fixes that introduced other issues (SIGSEGV in testsuite).
-
Henrik (Grubba) Grubbström authored
This reverts commit 5884c9d6. This commit was part of a set of speculative fixes that introduced other issues (SIGSEGV in testsuite).
-
Henrik (Grubba) Grubbström authored
This reverts commit 73003705. This commit was part of a set of speculative fixes that introduced other issues (SIGSEGV in testsuite).
-
Henrik (Grubba) Grubbström authored
This reverts commit 2317b255. This commit was part of a set of speculative fixes that introduced other issues (SIGSEGV in testsuite).
-
- 01 Aug, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 31 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 30 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 29 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Also adds some FIXMEs regarding the API.
-
- 28 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes some warnings.
-
- 27 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes warnings in Tools.Standalone.test_pike (which has an abstract base class with prototypes for lfuns).
-
- 26 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes warning in Crypto.DH. Fixes #10045.
-
- 25 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 24 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 23 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Analogous to `+(). Fixes #10041.
-
- 22 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes some of #10041.
-
- 21 Jul, 2020 3 commits
-
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Henrik (Grubba) Grubbström authored
-
- 20 Jul, 2020 2 commits
-
-
Henrik (Grubba) Grubbström authored
Master()->locale_werror() caused infinite recursion when the call of main_resolve() triggered code that used werror(). An easy way to trigger the issue was to turn on the resolver debug (like with eg -DMODULE_TRACE).
-
Henrik (Grubba) Grubbström authored
Fixes various issues triggered when Stdio was first resolved from master()->locale_werror(). One such issue was "Got placeholder object when indexing module String with 'SplitIterator'. (Resolver problem.)" when compiling lib/modules/Stdio.pmod/module.pmod.
-
- 19 Jul, 2020 5 commits
-
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Stephen R. van den Berg authored
-
Henrik (Grubba) Grubbström authored
Fixes several obscure issues.
-
Henrik (Grubba) Grubbström authored
Fixes some of #10040.
-
- 18 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
This operator returns the type for the specified lfun in the first argument. Typical intended use is for type- checking of operators. Fixes some of #10048.
-
- 17 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Added generic support for 127 + 127 type operator functions. This reduces the amount of special cases needed to implement type operators (like eg find_lfun() or zzap_return()). Needed for #10048.
-
- 16 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes warning. Fixes some of #10041.
-