summaryrefslogtreecommitdiff
path: root/m4/readdir.m4
AgeCommit message (Collapse)Author
2006-09-29[ChangeLog]Jim Meyering
Since any system may be affected by the Darwin readdir bug, perform the extra rewinddir unconditionally. The performance impact of rewinding a directory is negligible. * src/remove.c (NEED_REWIND): Define to use CONSECUTIVE_READDIR_UNLINK_THRESHOLD unconditionally. [m4/ChangeLog] * readdir.m4: Remove file once again. * jm-macros.m4: Remove reference to gl_FUNC_READDIR.
2006-09-28* readdir.m4: Increment serial number.Jim Meyering
2006-09-28* jm-macros.m4: Require the new macro.Jim Meyering
* readdir.m4 (gl_FUNC_READDIR): Rename from GL_FUNC_READDIR.
2006-09-28* readdir.m4: Revivify this file.Jim Meyering
We need it to work around a bug on Darwin 0.7.x.
2005-05-13(GL_FUNC_READDIR): Remove, now that remove.c no longer needs it.Jim Meyering
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2003-09-13(GL_FUNC_READDIR): Don't check for string.h.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2003-05-02(GL_FUNC_READDIR): Revive dead file. Change name toJim Meyering
have GL_ (not jm_) prefix. Adjust cache variables similarly. Create 500 rather than just 300 files, to exercise bug on Darwin6.5, too.
2003-05-02revive dead fileJim Meyering
2002-07-28(jm_FUNC_READDIR): Remove file/macro. No longer needed.Jim Meyering
2002-05-28(jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.Jim Meyering
2002-05-27(jm_FUNC_READDIR): Undefine `rmdir' so we don't try toJim Meyering
use the replacement function; it wouldn't resolve at link time. Reported by Volker Borchert.
2001-09-17Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side ↵Jim Meyering
need not be expanded by the shell.
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2000-02-08(jm_FUNC_READDIR): Remove now-unnecessary uses of changequote.Jim Meyering
1999-01-10Use the new 3-arg form of AC_DEFINE instead of my gross kludge.Jim Meyering
1997-11-08*** empty log message ***Jim Meyering
1997-11-08cleanupJim Meyering
use abort for framework errors
1997-11-07.Jim Meyering