Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -3/+1 |
* | Add and change modules to make it easier for coreutils to use | Paul Eggert | 2006-08-21 | 1 | -17/+3 |
* | Use a consistent style for including <config.h>. | Paul Eggert | 2005-09-19 | 1 | -1/+1 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | Remove dependencies on unlocked-io. | Paul Eggert | 2004-10-04 | 1 | -1/+3 |
* | * getndelim2.c: Include stddef.h, for ptrdiff_t. | Paul Eggert | 2004-07-10 | 1 | -0/+1 |
* | getline cleanup. This changes the getndelim2 API: both order of arguments, | Paul Eggert | 2004-05-16 | 1 | -47/+76 |
* | (getndelim2): Upon realloc failure, don't leak memory. | Jim Meyering | 2004-04-25 | 1 | -3/+5 |
* | (getndelim2): When size calculation overflows, | Paul Eggert | 2003-10-22 | 1 | -10/+7 |
* | Don't trash errno when a read fails. | Paul Eggert | 2003-09-15 | 1 | -2/+3 |
* | Remove K&R cruft. | Paul Eggert | 2003-09-09 | 1 | -5/+1 |
* | New module 'getndelim2'. | Bruno Haible | 2003-07-18 | 1 | -12/+12 |
* | New module 'getnline'. | Bruno Haible | 2003-07-17 | 1 | -0/+127 |