Merge: Import crypto/md5 and stdint modules from gnulib.
[bpt/emacs.git] / src / ChangeLog
index 9839c7f..54d912c 100644 (file)
@@ -1,5 +1,27 @@
+2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Import crypto/md5 and stdint modules from gnulib.
+       * Makefile.in (base_obj): Remove md5.o, since this file
+       is in lib now.
+       * config.in: Regenerate.
+       * md5.h, md5.h: Move to ../lib.
+       * deps.mk (md5.o): Remove.
+       (fns.o): Depend on ../lib/md5.h, not md5.h.
+
+2011-02-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * termcap.c (tputs): Don't declare baud_rate.
+
+       * s/msdos.h (strtold): Define to _strtold.
+
 2011-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * process.c (Fstart_process, Fmake_serial_process)
+       (Fmake_network_process, server_accept_connection):
+       Use empty_unibyte_string.
+
+       * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.
+
        * lread.c (Qdir_ok): New constant.
        (syms_of_lread): Initialize it.
        (openp): Don't ignore directories if the predicate returns dir-ok.