[bug-gnulib] Re: new modules for C# interoperability

2005-06-01 Thread Bruno Haible
There were no comments on csharpexec, no I committed this module. Here comes the module for compiling a C# program. = modules/csharpcomp = Description: Compile a C# program. Files: lib/csharpcomp.h lib/csharpcomp.c lib/csharpcomp.sh.in

[bug-gnulib] work around poll() bug in MacOS X 10.4

2005-06-01 Thread Bruno Haible
Hi, It has been reported that MacOS X 10.4 has the poll() system call, but it is completely broken: it does not work any files in /dev/*. This includes /dev/tty, normal stdin and stdout, and even /dev/null. See http://lists.apple.com/archives/darwin-dev/2005/May/msg00220.html

Re: [bug-gnulib] New GNULIB glob module?

2005-06-01 Thread Derek Price
Paul Eggert wrote: Derek Price [EMAIL PROTECTED] writes: 1. Corrects an incorrect check for a successful return from getlogin_r to assume only 0 means success, per the POSIX2 spec: http://www.opengroup.org/onlinepubs/009695399/functions/getlogin_r.html. 2. Moves the check