| | 1 | 2006-04-02 Paul Eggert <eggert@cs.ucla.edu> |
|---|
| | 2 | |
|---|
| | 3 | * b2m.c (main): Don't include <limits.h>. |
|---|
| | 4 | (TM_YEAR_BASE): New macro. |
|---|
| | 5 | (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so |
|---|
| | 6 | that s/ files can override this. Use the more-conservative range |
|---|
| | 7 | 1000-9999. |
|---|
| | 8 | (main): Check for asctime returning NULL. |
|---|
| | 9 | * fakemail.c: Likewise. |
|---|
| | 10 | |
|---|
| | 11 | 2006-03-27 Paul Eggert <eggert@cs.ucla.edu> |
|---|
| | 12 | |
|---|
| | 13 | * b2m.c: Include <limits.h>. |
|---|
| | 14 | (TM_YEAR_IN_ASCTIME_RANGE): New macro. |
|---|
| | 15 | (main): Check for out-of-range time stamps. |
|---|
| | 16 | * fakemail.c: Likewise. |
|---|
| | 17 | |
|---|
| | 18 | 2006-03-18 Andre Spiegel <spiegel@gnu.org> |
|---|
| | 19 | |
|---|
| | 20 | * vcdiff: Use "echo" as a default for $echo, otherwise we'll |
|---|
| | 21 | execute $DIFF twice, and once with the wrong options. |
|---|
| | 22 | |
|---|
| | 23 | 2006-02-23 Claudio Fontana <claudio@gnu.org> |
|---|
| | 24 | |
|---|
| | 25 | * Makefile.in (install, uninstall): Add DESTDIR variable to |
|---|
| | 26 | support staged installations. |
|---|
| | 27 | |
|---|