Add forward declarations. --- fasthenry-3.0/src/fasthenry/sparse/spUtils.c.orig 2015-07-22 12:12:52.579370846 +0200 +++ fasthenry-3.0/src/fasthenry/sparse/spUtils.c 2015-07-22 12:14:09.636275633 +0200 @@ -107,6 +107,7 @@ #include "spDefs.h" +static RealNumber ComplexCondition( MatrixPtr, RealNumber, int* ); dy>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
AgeCommit message (Expand)Author
2020-06-18database: 'register-items' takes an open database....Ludovic Courtès
2020-06-06vm: 'expression->derivation-in-linux-vm' always returns a native build....Ludovic Courtès
2020-05-05Merge branch 'master' into core-updatesMarius Bakke
2020-05-05vm: Remove obsolete procedures....Mathieu Othacehe
2020-05-05build: bootloader: Add install-efi procedure....Mathieu Othacehe
2020-04-11vm: Make the device node procedure a parameter....Ludovic Courtès
2020-04-11linux-boot: 'make-essential-device-nodes' root parameter is optional....Ludovic Courtès
2020-04-11vm: Preserve file permissions on /dev....Ludovic Courtès
2020-04-11vm: 'qemu-image' can pass options to the 'mkfs' command....Ludovic Courtès
2020-04-11vm: 'qemu-image' accepts a list of extra populate directives....Ludovic Courtès
2020-04-10vm: Transparently compress iso9660 images....Tobias Geerinckx-Rice
2020-03-26vm: Distinguish between success and failure of the guest code....Ludovic Courtès
2019-12-18gnu: Remove uses of deprecated Qemu network configuration....Marius Bakke
2019-12-01build: vm: Fix qemu-command procedure....Mathieu Othacehe
2019-11-22system: vm: Add arm64 support....Mathieu Othacehe
2019-11-22build: vm: Fix arm32 support....Mathieu Othacehe
2019-05-18vm: Create installation media with MBR and HFS only, no GPT....Danny Milosavljevic