aboutsummaryrefslogtreecommitdiffstats
path: root/src/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 /src/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 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 463f2965baa..0ba2df42186 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -90,6 +90,8 @@
90 * process.c (make_process): Use printmax_t, not int, to format 90 * process.c (make_process): Use printmax_t, not int, to format
91 process-name gensyms. 91 process-name gensyms.
92 92
93 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
94
93 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger 95 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
94 to avoid potential buffer overrun. 96 to avoid potential buffer overrun.
95 97