This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] implementation of G77's getcwd
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: fortran at gcc dot gnu dot org,Steve Kargl <sgk at troutmask dot apl dot washington dot edu>,gcc-patches at gcc dot gnu dot org
- Date: Sat, 18 Sep 2004 13:19:59 +0200
- Subject: Re: [gfortran] implementation of G77's getcwd
- References: <20040903194819.GA25662@troutmask.apl.washington.edu> <200409151509.19350.paul@codesourcery.com>
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