log mercurial/osutil.c @ 22583:23c995ed466b

age author description
Mon, 03 Dec 2012 13:17:01 -0800 Bryan O'Sullivan osutil: tab damage, how i hate thee
Mon, 03 Dec 2012 12:40:24 -0800 Bryan O'Sullivan osutil: write a C implementation of statfiles for unix
Fri, 30 Nov 2012 17:40:11 -0800 Bryan O'Sullivan osutil: fix tab damage
Fri, 30 Nov 2012 15:55:09 -0800 Bryan O'Sullivan osutil: factor out creation and init of listdir_stat
Fri, 18 May 2012 14:34:33 -0500 Matt Mackall osutil: handle deletion race with readdir/stat (issue3463) stable
Wed, 14 Sep 2011 14:37:10 -0500 Matt Mackall merge with stable
Thu, 08 Sep 2011 11:34:59 +0100 Steve Streeting osutil: avoid accidentally destroying the True object in isgui (issue2937) stable
Wed, 13 Jul 2011 16:58:51 -0500 Matt Mackall osutil: emulate os.listdir's OSError for long names (issue2898)
Wed, 23 Mar 2011 23:05:32 +0100 Dan Villiom Podlaski Christiansen osutil: replace #import with #include, and add a check for it
Wed, 23 Mar 2011 09:41:58 -0500 Matt Mackall osutil: fix up check-code issues
Wed, 23 Mar 2011 09:43:34 +0100 Dan Villiom Podlaski Christiansen util: add Mac-specific check whether we're in a GUI session (issue2553)
Thu, 27 Jan 2011 11:15:08 +0100 Martin Geisler backout of 613b8bd2284e
Wed, 26 Jan 2011 12:05:01 +0100 Martin Geisler specify C indention style using Emacs file local variables
Sat, 15 Jan 2011 23:54:01 +0100 Adrian Buehlmann osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha osutil.c: Support for py3k added.