diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-11-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify by assuming __fpending. | ||
| 4 | Now that Emacs is using the gnulib fpending module, | ||
| 5 | there's no need for Emacs to have a separate implementation. | ||
| 6 | * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks. | ||
| 7 | (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove. | ||
| 8 | |||
| 1 | 2012-11-03 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-11-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and | 11 | * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and |