- Apr 12, 2021
-
-
Henrik (Grubba) Grubbström authored
Fixes warnings on versions of Linux where mallinfo(3C) has been deprecated.
-
- Mar 16, 2021
-
-
Tobias S. Josefowitz authored
Clang 11 has either learned to inline find_stack_direction(), or it may have inlined find_stack_direction() before but changed allocation order for our "objects with automatic storage duration" that we use to check the stack direction. Calling find_stack_direction() through a volatile function pointer should reliably prevent it from getting inlined and thus flush out the real stack direction. Thanks to Cezary Cerekwicki <ccerekwicki@opera.com> for the report.
-
Tobias S. Josefowitz authored
-
- Feb 07, 2021
-
-
Marcus Comstedt authored
-
- Jan 23, 2021
-
-
Marcus Comstedt authored
-
Marcus Comstedt authored
The prototype is not available with _POSIX_C_SOURCE.
-
Marcus Comstedt authored
-
-
- Dec 15, 2020
-
-
H William Welliver authored
-
H William Welliver authored
configure: add --with-exclude-site-prefixes option which excludes a path from being used for bin/lib/incudes
-
- Dec 03, 2020
-
-
Henrik (Grubba) Grubbström authored
/opt/local on MacOS X can contain libraries that conflict with and are incompatible with the system libraries (eg libiconv.dylib). This has a tendency to break stuff. If you need /opt/local, please use --with-site-prefixes. Fixes linking with MariaDB and MySQL.
-
- Dec 02, 2020
-
-
H William Welliver authored
-
- Feb 18, 2020
-
-
Henrik (Grubba) Grubbström authored
-
- Feb 10, 2020
-
-
Henrik (Grubba) Grubbström authored
Setting the window size should now work.
-
- Feb 07, 2020
-
-
Henrik (Grubba) Grubbström authored
Preparation for supporting ptys on NT.
-
Henrik (Grubba) Grubbström authored
-
- Oct 01, 2019
-
-
Henrik (Grubba) Grubbström authored
Attempt to use paxctl to alter the PaX flags for the pike binary to allow for generation of machine code. Note that paxctl on NetBSD and Linux are incompatible.
-
- Apr 26, 2019
-
-
Henrik (Grubba) Grubbström authored
Adds variant using timezone/altzone (eg Solaris). Fixes the fallback implementation (using gmtime(3F)) to not drift by an hour when the local time zone has tm_isdst == 1.
-
- Nov 09, 2018
-
-
Henrik (Grubba) Grubbström authored
The ioctl-based /proc API was obsoleted in Solaris 2.6 (July 1997), but to be supported "until the next major release". In Solaris 11.4 (August 2018) the support has now finally been removed. Most of the removed code was from 1995, and was thus older than Pike...
-
- May 14, 2018
-
-
Henrik (Grubba) Grubbström authored
Configure should now detect working == some correctly on Solaris.
-
- May 13, 2018
-
-
Henrik (Grubba) Grubbström authored
On Solaris getcwd(NULL, x) only works if x is > 0. Fixes building issues on Solaris.
-
- May 09, 2018
-
-
Henrik (Grubba) Grubbström authored
Also consolidates the two implementations.
-
- Apr 25, 2018
-
-
Henrik (Grubba) Grubbström authored
-
- Apr 24, 2018
-
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
-
- Oct 14, 2017
-
-
William Welliver authored
-
William Welliver authored
-
- Jul 11, 2017
-
-
Stephen R. van den Berg authored
-
Bill Welliver authored
-
- Jan 04, 2017
-
-
Henrik (Grubba) Grubbström authored
The LDSHARED test attempted to link the shared object with crt1.o, which failed due to relocation errors. As we don't want to link with the startup files anyway, make sure to ask gcc to not do it.
-
- Mar 30, 2016
-
-
Henrik (Grubba) Grubbström authored
The previous patch broke the AC_CHECK_SIZEOF-tests when using a non-default ABI.
-
Henrik (Grubba) Grubbström authored
Fixes compiler propagation to sub-configures when eg compiling --with-abi.
-
- Feb 09, 2016
-
-
Henrik (Grubba) Grubbström authored
Solaris 11 installs the header files for gmp and mpfr in sub- directories of /usr/include/, but it also installs corresponding pkg-config files. Use pkg-config to adjust the search paths so that the following configure tests can find the header files.
-
- Jul 23, 2015
-
-
Jonas Walldn authored
when the defaults are better (+3% on average on pike -x benchmark on MBP Core i7). Also avoid -read_only_relocs since it's not applicable on 64-bit ABI.
-
Jonas Walldn authored
deprecated on OS X.
-
- May 12, 2015
-
-
Henrik (Grubba) Grubbström authored
-
- Apr 28, 2015
-
-
Jonas Walldn authored
depend on HAVE_FUNCTION_ATTRIBUTES being available, and the configure test refused to set that if it detected __declspec before.
-
- Apr 08, 2015
-
-
Henrik (Grubba) Grubbström authored
Running uncached configure with rntcl et al takes considerable time...
-
- Mar 24, 2015
-
-
Henrik (Grubba) Grubbström authored
-
- Dec 16, 2014
-
-
Bill Welliver authored
-