- 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.
-
- 15 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 14 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
The type for map() now validates that the arguments to the callback funtion match the arguments to map().
-
- 13 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Support type nodes other than T_FUNCTION and T_MANY in the cdr of T_FUNCTION nodes. Needed for #10048.
-
- 12 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes #10047.
-
- 11 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes #10046.
-
- 10 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fixes #10043.
-
- 09 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Fall-out from the operator assignment type checker. Fixes #10042.
-
- 08 Jul, 2020 2 commits
-
-
Henrik (Grubba) Grubbström authored
* patches/bug10033-fallout: Protocols.HTTP.Server: Fixed bug in Request()->update_mime_var().
-
Henrik (Grubba) Grubbström authored
Detected by the type-checker for +=. Fall-out from fixing bug #10033.
-
- 07 Jul, 2020 2 commits
-
-
Henrik (Grubba) Grubbström authored
low_get_f_name() is only present --with-debug...
-
Henrik (Grubba) Grubbström authored
Fixes most of bug #10033.
-
- 06 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Attempting to get a constant from an expression like ({ "abc", "cde" })[*] is not possible and generates the compilation error "[*] not supported here", so don't attempt to. Fixes #10039.
-
- 05 Jul, 2020 2 commits
-
-
Stephen R. van den Berg authored
-
Henrik (Grubba) Grubbström authored
-
- 04 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
This helps the module dumper to do the right thing when encountering 8.0::Crypto.CBC or 8.0::Crypto.Buffer. Fixes #10037.
-
- 03 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
If the mutex was already locked when lock() was called in a threads_disabled context, the wait count was increased but no corresponding wait was performed.
-
- 02 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
Also fixes a reference leak on error in shared_lock().
-
- 01 Jul, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-
- 30 Jun, 2020 1 commit
-
-
Henrik (Grubba) Grubbström authored
-