aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-31 15:18:16 -0700
committerPaul Eggert2011-08-31 15:18:16 -0700
commit55e5faa18952a5608cf653f8fd268a7645a2f876 (patch)
tree5056032a9e9270cb79639f2e1fa515d0bbde8d8b /ChangeLog
parente91caa6011949f45790cd131883b2b3b26d6a0a2 (diff)
downloademacs-55e5faa18952a5608cf653f8fd268a7645a2f876.tar.gz
emacs-55e5faa18952a5608cf653f8fd268a7645a2f876.zip
Add a stub for snprintf, for ancient hosts lacking it.
* configure.in (snprintf): New check. * nt/config.nt (HAVE_SNPRINTF): New macro. * src/sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f38dbf71ca..c973a82e8a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12011-08-31 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.in (snprintf): New check.
4
12011-08-30 Paul Eggert <eggert@cs.ucla.edu> 52011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * configure.in (opsys): Change pattern to *-*-linux* 7 * configure.in (opsys): Change pattern to *-*-linux*