| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-30 | stdopen: remove unused code | Eric Blake | 1 | -74/+0 | |
| * m4/stdopen.m4: Delete now-unused file. * lib/stdopen.h: Likewise. * lib/stdopen.c: Likewise. | |||||
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | 1 | -5/+4 | |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | 1 | -1/+1 | |
| 2006-08-26 | Include <config.h> unconditionally, since we now assume config.h exists. | Paul Eggert | 1 | -4/+2 | |
| 2005-11-09 | Use /dev/full if possible for descriptor 0 -- like glibc now does. | Jim Meyering | 1 | -1/+11 | |
| Fall back on /dev/null if opening /dev/full fails. | |||||
| 2005-09-24 | Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with ↵ | Jim Meyering | 1 | -1/+1 | |
| gnulib. | |||||
| 2005-09-13 | tweak comment | Jim Meyering | 1 | -2/+2 | |
| 2005-08-24 | (stdopen): Revert to iterating over descriptors, but | Jim Meyering | 1 | -30/+22 | |
| rather than using fstat, use fcntl with its F_GETFD flag, which is more efficient. Unlike the 2-syscall dup-close approach, this one doesn't apply any unnecessary pressure on the file descriptor pool -- thus there is one fewer way to fail. | |||||
| 2005-08-19 | (stdopen): Return `bool' so caller can detect failure. | Jim Meyering | 1 | -3/+11 | |
| 2005-06-30 | Add copyright. | Jim Meyering | 1 | -6/+28 | |
| Include <fcntl.h> and <unistd.h> unconditionally -- it seems to be ok to do this, these days. | |||||
| 2005-06-30 | Rewritten by Paul Eggert. | Jim Meyering | 1 | -18/+32 | |
| Now, the minimum overhead is just two system calls: dup and close. | |||||
| 2005-06-30 | New file. As yet unused. | Jim Meyering | 1 | -0/+31 | |
