Cygwin 1.3.8: bison failed with new dll version

2002-01-21 Thread Benoit Perrin
Hello, as a "me too" mail, I noted that bison core dumped with this yacc file: <---> %{ %} %token NUMBER %token WORD %type rule %type signed_number %% rule: WORD= { $$ = $1; } | /* empty */ = { $$ = NULL; }; signed_number: NUMBER

1.3.6-6: fchdir broken

2002-01-15 Thread Benoit Perrin
Hello, fchdir() function is broken for version 1.3.6-6. The symptom is the same as for the early 1.3.3: chdir("/some/dir/foo") fd=open(".", RDONLY) chdir("/some/dir/bar") fchdir(fd) will not change to "/some/dir/foo" but remain in "/some/dir/bar". Hope this helps, Benoit -- Unsubscribe info: