- Jan 24, 2021
-
-
Marcus Comstedt authored
This prevents overwriting executable binaries, something which confuses the code signing logic on macOS.
-
- Jan 23, 2021
-
-
Marcus Comstedt authored
-
Marcus Comstedt authored
-
- Nov 12, 2020
-
-
H William Welliver authored
-
- Apr 28, 2018
-
-
Marcus Comstedt authored
This was broken in multiple ways: * Did not consider timestamp on aclocal.m4 * Did not consider post_modules * Did not check configure scripts directly under modules or post_modules * When fixing modules, it looked for the configure scripts in the build directory rather than the source directory * Did not use the run_autoconfig wrapper This has caused xenofarm to export snapshots with out of date configure scripts.
-
- Jan 13, 2018
-
-
Martin Nilsson authored
-
- Oct 14, 2017
-
-
William Welliver authored
-
- Sep 25, 2017
-
-
Henrik (Grubba) Grubbström authored
Reorder the assignments of EXIT and EXITCODE, so that the assignment of EXIT doesn't clear $? before it is used for the assignment of EXITCODE. Fixes [PIKE-40].
-
- Apr 14, 2017
-
-
William Welliver authored
this should prevent "compiled against version x but linking against version y" warnings.
-
- Mar 08, 2017
-
-
Henrik (Grubba) Grubbström authored
Gnu-tar doesn't like being asked to extract the same file multiple times from the same tar-file. It claims that the second file doesn't exist in the archive. This can happen when a sub-package has been replaced with a fixed version.
-
- Feb 03, 2017
-
-
William Welliver authored
build: smartlink chooses better deployment options on new releases OSX, should help with C++ library compatibility
-
- Jan 04, 2017
-
-
Martin Nilsson authored
-
- Dec 19, 2016
-
-
Henrik (Grubba) Grubbström authored
Make sure that the first string in the mkdirhier loop has the correct character range by preloading the initial non-empty string. Needed by the Roxen build system.
-
- Jul 05, 2016
-
-
Henrik (Grubba) Grubbström authored
Make sure that the $EXTRA_PLATFORM_TEST file (if any) comes after the install script in the generated tar file, so that it becomes part of $CONTENTS when the installer is executed. Fixes issue where the $EXTRA_PLATFORM_TEST file wasn't extracted. Fixes [bug 7740] some more.
-
- Jul 01, 2016
-
-
Henrik (Grubba) Grubbström authored
This is intended to be a script to test that the destination platform has sufficient prerequisites installed. Also makes the install script return the exit code from the installer. Preparation for fixing [bug 7740].
-
- Jan 03, 2016
-
-
Martin Nilsson authored
-
- Apr 20, 2015
-
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
-
- Apr 04, 2015
-
-
Henrik (Grubba) Grubbström authored
This can cause the export to hang and/or fail.
-
- Feb 27, 2015
-
-
Martin Nilsson authored
-
- Nov 01, 2014
-
-
Henrik (Grubba) Grubbström authored
A short-hand notation may now be used to match operator calls. Eg the following fragment: F_APPLY(F_CONSTANT[TYPEOF($$->u.sval) == T_FUNCTION] [SUBTYPEOF($$->u.sval) == FUNCTION_BUILTIN] [$$->u.sval.u.efun->function == f_ge], F_ARG_LIST(X, Y)) can now be written as: F_GE(X, Y)
-
Henrik (Grubba) Grubbström authored
-
- Oct 20, 2014
-
-
Henrik (Grubba) Grubbström authored
-
- Oct 03, 2014
-
-
Jonas Walldn authored
-
- Oct 02, 2014
-
-
Martin Karlgren authored
-
- Sep 15, 2014
-
-
Henrik (Grubba) Grubbström authored
-
- Aug 30, 2014
-
-
Henrik (Grubba) Grubbström authored
Converted from using static to using protected.
-
- Aug 23, 2014
-
-
Martin Nilsson authored
-
- Jul 14, 2014
-
-
Martin Nilsson authored
-
- Jun 25, 2014
-
-
Henrik (Grubba) Grubbström authored
Fixes the support for LONGUPPERDELTA (which caused the broken lower_case tests). Cleans up the code somewhat.
-
- Jun 20, 2014
-
-
Martin Nilsson authored
-
- May 24, 2014
-
-
Henrik (Grubba) Grubbström authored
-
- May 05, 2014
-
-
Per Hedbor authored
-
- Apr 28, 2014
-
-
Henrik (Grubba) Grubbström authored
The reference count for reused nodes needs to be bumped once for every occurence... This bug was triggered at least by the empty loop ==> assignment rules, with the effect that the free list in block alloc got corrupted. Example code that triggered the bug: int i; array a; for(; i < sizeof(a); i++) ;
-
- Feb 26, 2014
-
-
Arne Goedeke authored
printf is not available on many unix like system (e.g. embedded ARM fan controllers). cat with here-document should be even more widely available. Thanks to Chris Angelico for proposing this solution.
-
- Feb 25, 2014
-
-
Arne Goedeke authored
backslashes in arguments to echo are undefined. more specifically, in some implementations backslash escapes will be interpreted, in some they won't. printf should be fine.
-
Per Hedbor authored
Revert "whitespace: removed extra escape" This reverts commit a2ecb8f8.
-
- Feb 24, 2014
-
-
Arne Goedeke authored
-
- Feb 17, 2014
-
-
Martin Nilsson authored
-
- Feb 16, 2014
-
-
Martin Nilsson authored
-