- Jul 01, 2016
-
-
Martin Nilsson authored
-
- Jun 30, 2016
-
-
Henrik (Grubba) Grubbström authored
-
- Jun 29, 2016
-
-
Henrik (Grubba) Grubbström authored
Ensure that the formatted headers are valid. Fixes the entire class of bugs that [bug 7737] represents.
-
Marcus Wellhardh authored
-
- Jun 27, 2016
-
-
Henrik (Grubba) Grubbström authored
Fixes various obscure failures with modules randomly failing to compile.
- Jun 23, 2016
-
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
Hides the output from type when it fails to find binaries.
-
Henrik (Grubba) Grubbström authored
Adds a bit of logging to config.log. This should make it easier to find out why it sometimes doesn't find the include files.
-
- Jun 22, 2016
-
-
Henrik (Grubba) Grubbström authored
-
- Jun 20, 2016
-
-
Anders Johansson authored
-
- Jun 19, 2016
-
-
Henrik (Grubba) Grubbström authored
The timezone definitions have started containing years beyond 2050 (eg the Egypt rule set has rules up to year 2055). Fixes testsuite failures.
-
- Jun 18, 2016
-
-
Henrik (Grubba) Grubbström authored
-
- Jun 17, 2016
-
-
Henrik (Grubba) Grubbström authored
The string_builder API no longer maintains NUL-termination of the buffer. This caused combine_path_nt() et al to fail intermittently due to reading past the buffer end. Also adds a corresponding test. Fixes [bug 7723].
-
- Jun 08, 2016
-
-
Jonas Wallden authored
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
This avoids prefixing the path with a slash in eg: Standards.URI("<foo@example.com>", "mailto:<bar@example.com>");
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
Fixes "Bad argument 1 to sizeof()." for eg Standards.URI("<foo@example.com>", "mailto:<bar@example.com>");
-
- Jun 07, 2016
-
-
Anders Johansson authored
-
- Jun 06, 2016
-
-
Peter Bortas authored
-
- Jun 03, 2016
-
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
This makes the default value follow the usual calling conventions where UNDEFINED is equivalent to a left out value.
-
- May 31, 2016
-
-
Jonas Wallden authored
-
When preparing a new Debian package of 8.0.240, I noticed that some documentation disappeared, apparently due to the following. The error in Nettle.Sign is already corrected but not the others, AFAICT, and I'm guessing that @exp should be @expr. Patch below, which I home someone can apply right away. ERROR: <Invalid error container: Tools.AutoDoc.AutoDocError(SourcePosition(File: /build/pike8.0-8.0.240/src/modules/Gmp/mpz_glue.c, lines: 668..668), "DocParser", "@exp cannot be used like this: @exp{ ... @}")> ERROR: <Invalid error container: Tools.AutoDoc.AutoDocError(SourcePosition(File: /build/pike8.0-8.0.240/lib/modules/__builtin.pmod/Nettle.pmod/Sign.pike, lines: 102..102), "DocParser", "@item is not allowed inside @array (allowed children are: @elem)")> ERROR: <Invalid error container: Tools.AutoDoc.AutoDocError(SourcePosition(File: /build/pike8.0-8.0.240/lib/modules/Crypto.pmod/ECC.pmod, lines: 286..286), "DocParser", "@item is not allowed inside @array (allowed children are: @elem)")> ERROR: <Invalid error container: Tools.AutoDoc.AutoDocError(SourcePosition(File: /build/pike8.0-8.0.240/lib/modules/Crypto.pmod/RSA.pmod, lines: 368..368), "DocParser", "@item is not allowed inside @array (allowed children are: @elem)")>
-
Martin Nilsson authored
-
- May 30, 2016
-
-
Jonas Wallden authored
-