-
dpkg version:
ii dpkg 1.10.21-1224 The Debian package manager
This fails on every machine I try it on. Are you running Leopard?.
2007-11-22 17:51:26 UTC in Fink
-
% echo hello > foo
% md5sum foo > MD5SUMS
% md5sum -c MD5SUMS
usage: md5sum [-bv] [-c [file]] | [file...]
Generates or checks MD5 Message Digests
-c check message digests (default is generate)
-v verbose, print file names when checking
-b read files in binary mode
The input for -c should be the list of message digests and file names
that is printed on stdout by this...
2007-11-18 18:28:19 UTC in Fink
-
The attached example code exhibits a segfault on x86 when compiled with
"-O3 --fomit-frame-pointer". This is the binary gdc downloaded from the web.
% gdc --version
gdc (GCC) 4.1.2 20070214 ( (gdc 0.24, using dmd 1.020))
...
% gdc -o bug -O3 bug.d
% ./bug
10,240kB
% gdc -o bug -O3 -fomit-frame-pointer bug.d
% ./bug
Segmentation fault
% gdc -g -o bug -O3 -fomit-frame-pointer...
2007-10-08 02:41:51 UTC in GDC: D Compiler for GCC
-
The following program causes a segfault on EOF with gdc-0.24. I've reproduced this on amd64, x86 both with the binary distribution and with the gentoo emerged version (gcc-4.1.2). This does not appear to happen with dmd.
======================================================================
module readline;
import std.stdio;
void main ()
{
while (1) {
char[] buf =...
2007-10-01 03:51:20 UTC in GDC: D Compiler for GCC
-
The following program causes a segfault on EOF with gdc-0.24. I've reproduced this on amd64, x86 both with the binary distribution and with the gentoo emerged version (gcc-4.1.2). This does not appear to happen with dmd.
======================================================================
module readline;
import std.stdio;
void main ()
{
while (1) {
char[] buf =...
2007-10-01 02:07:32 UTC in GDC: D Compiler for GCC
-
The following program causes a segfault on EOF with gdc-0.24. I've reproduced this on amd64, x86 both with the binary distribution and with the gentoo emerged version (gcc-4.1.2). This does not appear to happen with dmd.
======================================================================
module readline;
import std.stdio;
void main ()
{
while (1) {
char[] buf =...
2007-09-30 22:17:08 UTC in GDC: D Compiler for GCC
-
dlbrown committed patchset 1942 of module vim to the vim CVS repository, changing 2 files.
2006-03-20 18:01:30 UTC in vim
-
dlbrown committed patchset 1941 of module vim to the vim CVS repository, changing 2 files.
2006-03-15 15:49:11 UTC in vim
-
dlbrown committed patchset 1940 of module vim to the vim CVS repository, changing 2 files.
2006-02-25 16:13:50 UTC in vim
-
dlbrown committed patchset 1939 of module vim to the vim CVS repository, changing 2 files.
2006-02-08 16:46:42 UTC in vim