Guile-Gnome 2.16.5 released

2017-06-04 Thread David Pirotte
Hello, We are pleased to announce Guile-Gnome 2.16.5, the next maintenance release for the 2.16 series. * Guile-Gnome Homepage http://www.gnu.org/software/guile-gnome * Guile-Gnome 2.16.5 release tarball GPG signature [*] http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-pl

Re: feature request: realpath

2017-06-04 Thread j kalbhenn
> Guile provides "readlink". Isn't it the thing you need? no, i am afraid not. readlink returns the target of a symbolic link. realpath resolves all directory references like ".." and "." and all symbolic links in a path and returns a path that does not include those things. i have now impleme

Re: feature request: realpath

2017-06-04 Thread Alex Kost
j kalbhenn (2017-06-03 17:20 +) wrote: > guile does not offer "realpath", which is part of the posix standard as > far as i can tell. http://pubs.opengroup.org/onlinepubs/9699919799/ Guile provides "readlink". Isn't it the thing you need? -- Alex