X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=7dc5491349547083a6f87ffa147b4a43738ba9bd;hp=5f02b175d56b48c7b9b65f7ab2dce7d42467c2e6;hb=9be69008c0dd066816b4a9b04d47fade2282664a;hpb=f7c1a8a53c452b75aa84ff4bf9de7f47af7b881c diff --git a/ChangeLog b/ChangeLog index 5f02b17..7dc5491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-08-05 Eric Gillespie + + * uip/folder.c: chdir(nmhdir) in main rather than in dodir, which + is called many times. Drop the chdir in get_folder_info, which + served no purpose at all. If struct stat has d_type (BSD), use + that to skip processing (strcmp, stat, and so on) of message + files, mostly undoing the slow-down from the last change. + + * configure.in: Call CHECK_TYPE_STRUCT_DIRENT_D_TYPE. + + * aclocal.m4: Add CHECK_TYPE_STRUCT_DIRENT_D_TYPE from + GNU coreutils. + 2008-08-04 Eric Gillespie * uip/folder.c: Simplify dodir/addir/addfold. Dump hacky