Re: Cygwin 1.5.11-1 breaks the Hans Boehm-gc (garbage collector)

2004-09-14 Thread Peter Hinely
Hi, Additional info: I meant to say "gcc 3.3.1, 3.3.3, and 3.4.1" in my first email. I am running Windows XP, SP1. I compiled and tested the boehm-gc that's under the GNU gcc project's source tree (used by the GNU java compiler), and it also fails the gctest with Cygwin 1.5.11-1, but works

Cygwin 1.5.11-1 breaks the Hans Boehm-gc (garbage collector)

2004-09-14 Thread Peter Hinely
Hi, It appears that Cygwin 1.5.11-1 break the Hans Boehm-gc (garbage collector), v6.2 and v6.3. http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ The gctest test application of the the boehm-gc runs correctly (it shows a passed result) compiled with gcc 3.3.1, 3.3.1, and 3.4.1 under Cygw

_PC_SYMLINK_MAX and other #defines missing from

2004-08-19 Thread Peter Hinely
Hi, It seems _PC_SYMLINK_MAX and some other #defines missing from Here is a description of the values: http://www.opengroup.org/onlinepubs/009695399/functions/pathconf.html http://www.greatsnakes.com/Sepal/d9/d7/unistd_8h.html Some of them are there in the implementation, while some of them are

__const use instead of const in one place

2004-08-18 Thread Peter Hinely
Hi, I noticed that __const is used in one and only one place in the header files. Line 76 of \user\include\sys\unistd.h char_EXFUN(*getpass, (__const char *__prompt)); That's the only place in all the header files. Shouldn't it be changed to const? Regards, Peter -- Unsubscribe inf