summaryrefslogtreecommitdiff
path: root/lib/unistd.in.h
Commit message (Expand)AuthorAgeFilesLines
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-221-1/+1
* Large File Support for native Windows platforms.Bruno Haible2012-04-211-4/+14
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* Improve support for MSVC 9.Bruno Haible2012-01-151-1/+8
* New module 'isatty'.Bruno Haible2012-01-031-0/+21
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Tweak last commit.Bruno Haible2011-12-031-25/+27
* Integrate the sethostname module into unistdBen Walton2011-12-031-0/+25
* write: Support for MSVC 9.Bruno Haible2011-09-241-1/+1
* read: Support for MSVC 9.Bruno Haible2011-09-241-1/+1
* New module 'dup'.Bruno Haible2011-09-241-6/+14
* New module 'chdir'.Bruno Haible2011-09-231-2/+15
* rmdir: Support for mingw, MSVC 9.Bruno Haible2011-09-231-2/+2
* getcwd: Tweak for MSVC 9.Bruno Haible2011-09-231-2/+3
* putenv: Support for MSVC.Bruno Haible2011-09-171-1/+2
* Support for MSVC compiler: Ensure off_t gets defined.Bruno Haible2011-09-161-0/+6
* fdatasync: port to MacOS X 10.7Eric Blake2011-09-161-1/+1
* unistd: update refs to newer POSIXEric Blake2011-09-161-33/+34
* fdatasync: new moduleEric Blake2011-09-161-1/+20
* getcwd: fix compilation on mingw64Eric Blake2011-08-171-1/+2
* sys_select: Fix compilation error on mingw, introduced on 2011-06-30.Bruno Haible2011-07-071-71/+70
* pread, pwrite: Avoid cc warning on AIX.Bruno Haible2011-06-181-0/+2
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-7/+7
* group-member: Declare function in <unistd.h>.Bruno Haible2011-05-121-0/+16
* Support non-blocking pipe I/O in read() on native Windows.Bruno Haible2011-04-151-1/+24
* Support non-blocking pipe I/O in write() on native Windows.Bruno Haible2011-04-131-1/+1
* Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-02-071-0/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* gethostname: Ensure declaration on NonStop Kernel.Bruno Haible2010-12-241-2/+4
* getlogin_r: Work around portability problem on OSF/1.Bruno Haible2010-12-221-2/+11
* ttyname_r: Add missing declaration on HP-UX 11.Bruno Haible2010-12-201-1/+1
* Document some different function declarations on OSF/1 5.1.Bruno Haible2010-12-191-1/+2
* fchdir: Add missing declaration on OSF/1 5.1.Bruno Haible2010-12-191-0/+4
* Oops, fix mistake in last commit.Bruno Haible2010-12-111-8/+2
* pipe-posix: Make it work in C++ mode.Bruno Haible2010-12-111-9/+13
* pipe-posix: new moduleEric Blake2010-12-101-2/+22
* getdomainname: Use the system function when possible.Bruno Haible2010-11-301-4/+19
* unistd: Refine workaround from 2009-12-23 against Cygwin bug.Bruno Haible2010-10-271-2/+4
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* readlinkat: split into its own moduleEric Blake2010-08-091-1/+1
* New module pwrite.Peter O'Gorman2010-05-051-1/+35
* ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.Bruno Haible2010-04-251-2/+13
* write: Fix a C++ test error on mingw.Bruno Haible2010-04-101-1/+4
* fchdir: Fix regression introduced on 2010-03-08.Bruno Haible2010-04-031-5/+3
* getpagesize: Fix C++ test error on mingw.Bruno Haible2010-04-031-0/+2
* unistd: Fix C++ test error on mingw.Bruno Haible2010-04-031-1/+3
* unistd: Avoid #define replacements in C++ mode.Bruno Haible2010-03-281-36/+73
* maint: use pragma consistently across replacement headersEric Blake2010-03-251-4/+4
* gethostname: further tweaksEric Blake2010-03-221-3/+4
* gethostname: fix build on mingwEric Blake2010-03-221-3/+25