log mercurial/osutil.c @ 5432:0d154bce2341

age author description
Tue, 09 Oct 2007 08:39:37 -0700 Bryan O'Sullivan osutil: Solaris build fix
Mon, 08 Oct 2007 22:45:48 -0700 Bryan O'Sullivan Fix build error with Sun C compiler.
Mon, 08 Oct 2007 21:37:25 -0300 Alexis S. L. Carvalho osutil.c: use strncpy instead of strncat
Mon, 08 Oct 2007 18:47:21 -0500 Matt Mackall osutil: more tidying
Mon, 08 Oct 2007 18:47:18 -0500 Matt Mackall osutil: move file list loop to its own function
Mon, 08 Oct 2007 18:47:17 -0500 Matt Mackall osutil: simplify DT_REG support
Mon, 08 Oct 2007 18:47:16 -0500 Matt Mackall osutils: pull file stat loop into its own function
Mon, 08 Oct 2007 18:47:15 -0500 Matt Mackall osutil: fold stat paths together
Mon, 08 Oct 2007 18:47:14 -0500 Matt Mackall osutil: more cleanups
Mon, 08 Oct 2007 18:47:12 -0500 Matt Mackall osutil: eliminate alloca call
Mon, 08 Oct 2007 18:47:06 -0500 Matt Mackall osutil: cleanups
Sun, 07 Oct 2007 21:56:36 +0300 Giorgos Keramidas osutil.c: style fix - delete trailing end-of-line spaces
Sat, 06 Oct 2007 14:14:11 -0300 Alexis S. L. Carvalho osutil.c: use readdir instead of readdir64
Sat, 06 Oct 2007 14:14:11 -0300 Alexis S. L. Carvalho osutil.c: include Python.h before the other headers
Fri, 05 Oct 2007 15:01:06 -0700 Bryan O'Sullivan Add osutil module, containing a listdir function.