|
f7b182c1
|
2009-10-02T03:04:16
|
|
link: LoadLibrary is not needed.
* lib/link.c: Use GetModuleHandle.
|
|
a115e247
|
2009-09-23T06:10:36
|
|
link: fix test failure on Solaris 9
link("file/",name) mistakenly succeeded.
* lib/link.c (rpl_link): Don't assume link will catch bogus
trailing slash on source.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
2d9360ff
|
2009-09-09T15:25:26
|
|
link: fix platform bugs
* m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
* lib/link.c (link): Work around them. Fix related mingw bug.
* m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
* modules/unistd (Makefile.am): Substitute it.
* lib/unistd.in.h (link): Declare replacement.
* doc/posix-functions/link.texi (link): Document this.
* modules/link (Depends-on): Add strdup-posix, sys_stat.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
beb30248
|
2009-01-21T00:58:26
|
|
Make the 'link' module link on Windows NT 4.
|
|
d1ed8a81
|
2009-01-18T19:28:53
|
|
New module 'link'.
|