This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] implementation of G77's getcwd


Paul Brook wrote:
> 
> Applied, after modifying getcwd.c as attached. errno is meaningful iff the 
> preceding system call failed. You also had some arguments in the wrong order.
...

> 
> 
> /* Implementation of the GETCWD intrinsic.
>    Copyright (C) 2004 Free Software Foundation, Inc.
>    Contributed by Steven G. Kargl <kargls@comcast.net>.
> 
> This file is part of the GNU Fortran 95 runtime library (libgfortran).
> 
> Libgfortran is free software; you can redistribute it and/or
> modify it under the terms of the GNU Lesser General Public
> License as published by the Free Software Foundation; either
> version 2.1 of the License, or (at your option) any later version.

Shouldn't that be GPL + exception?

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]