Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cb7317d7 | 2009-10-06 16:08:46 | mkdir, mkdirat: fix cygwin 1.5.x bug mkdir("dir/./",mode) mistakenly succeeded. * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug. * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move... * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin bug. (gl_PREREQ_MKDIR): Delete unused macro. * modules/mkdir (Files): Track file rename. (configure.ac): Update macro name. * modules/openat (Depends-on): Add mkdir. * doc/posix-functions/mkdir.texi (mkdir): Document the bug. Signed-off-by: Eric Blake <ebb9@byu.net> | ||
| 86a346fb | 2008-04-29 13:15:02 | * modules/mkdir (License): Re-license as LGPLv2+. | ||
| 3bd1a530 | 2007-05-01 10:42:29 | Depend on sys_stat, since it fixes an mkdir portability problem. | ||
| 5eeec029 | 2006-10-13 12:40:22 | gnulib-tool now synthesizes the EXTRA_DIST line. | ||
| e8684643 | 2006-10-12 18:52:30 | Distribute all lib/* source files through EXTRA_DIST. | ||
| 5143f4e9 | 2004-09-22 15:11:04 | Add a license tag to every module. | ||
| f8f8f782 | 2004-04-20 08:51:39 | Change UTILS_ macro name prefix to gl_. | ||
| 6f99528a | 2003-01-20 10:02:37 | Add a Maintainer. | ||
| 2e82f91f | 2003-01-13 16:07:17 | Add module descriptions. | ||
| 740e9a30 | 2002-12-31 13:46:30 | Module description. |