Skip to content
Snippets Groups Projects
  1. Jan 24, 2021
  2. Jan 23, 2021
  3. Nov 12, 2020
  4. Apr 28, 2018
    • Marcus Comstedt's avatar
      export.pike: Fix fix_configure · 4458e00a
      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.
      4458e00a
  5. Jan 13, 2018
  6. Oct 14, 2017
  7. Sep 25, 2017
  8. Apr 14, 2017
  9. Mar 08, 2017
  10. Feb 03, 2017
  11. Jan 04, 2017
  12. Dec 19, 2016
  13. Jul 05, 2016
    • Henrik (Grubba) Grubbström's avatar
      mkpackage: Reorder the contents somewhat. · 5fc49420
      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.
      5fc49420
  14. Jul 01, 2016
    • Henrik (Grubba) Grubbström's avatar
      mkpackage: Added EXTRA_PLATFORM_TEST. · 88c9fcc0
      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].
      88c9fcc0
  15. Jan 03, 2016
  16. Apr 20, 2015
  17. Apr 04, 2015
  18. Feb 27, 2015
  19. Nov 01, 2014
  20. Oct 20, 2014
  21. Oct 03, 2014
  22. Oct 02, 2014
  23. Sep 15, 2014
  24. Aug 30, 2014
  25. Aug 23, 2014
  26. Jul 14, 2014
  27. Jun 25, 2014
  28. Jun 20, 2014
  29. May 24, 2014
  30. May 05, 2014
  31. Apr 28, 2014
    • Henrik (Grubba) Grubbström's avatar
      Optimizer: Fixed reference underflow in treeopt. · b702d851
      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++)
          ;
      b702d851
  32. Feb 26, 2014
    • Arne Goedeke's avatar
      printf is not portable · c756df7f
      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.
      c756df7f
  33. Feb 25, 2014
    • Arne Goedeke's avatar
      echo is not portable · 65b2ed4a
      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.
      65b2ed4a
    • Per Hedbor's avatar
      Re-added the needed espaces. · 19e464ce
      Per Hedbor authored
      Revert "whitespace: removed extra escape"
      
      This reverts commit a2ecb8f8.
      19e464ce
  34. Feb 24, 2014
  35. Feb 17, 2014
  36. Feb 16, 2014
Loading