log mercurial/osutil.c @ 14176:dea68bddfb87

age author description
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.
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Fri, 14 Aug 2009 11:18:23 +0200 Sebastien Binet osutil: fix compilation with -ansi
Sat, 06 Jun 2009 13:37:41 -0700 Brendan Cully Merge with crew-stable
Fri, 05 Jun 2009 15:08:45 +0200 Arne Babenhauserheide Some platforms lack the PATH_MAX definition (eg. GNU/Hurd).
Sun, 24 May 2009 16:27:50 +0200 Patrick Mezard osutil: silence uninitialized variable warning
Fri, 08 May 2009 15:52:26 -0700 Bryan O'Sullivan Windows: improve performance via buffered I/O
Mon, 20 Oct 2008 15:19:05 +0200 Thomas Arendsen Hein Some additional space/tab cleanups
Sat, 18 Oct 2008 11:43:45 -0700 Brendan Cully _listdir only uses dfd if AT_SYMLINK_NOFOLLOW is defined