From: Paul Eggert Date: Sun, 30 Jan 2011 22:22:58 +0000 (-0800) Subject: Use SSDATA when the context wants char *. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~68 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4eec7f8b2b465c6fc2c09d37d4da2b540f607df0;p=emacs.git Use SSDATA when the context wants char *. --- 4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 diff --cc src/ChangeLog index 06600c92e37,aea3d94f0a8..5213669e319 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,7 -1,14 +1,18 @@@ + 2011-01-30 Paul Eggert + + Use SSDATA when the context wants char *. + * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c: + * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c: + * fns.c, font.c, frame.c, image.c, indent.c, keyboard.c: + * lread.c, minibuf.c, print.c, process.c, search.c, widget.c: + * xdisp.c, xfaces.c, xfns.c, xml.c, xselect.c, xterm.c: + Use SSDATA (not SDATA) when the context of the expression wants + char * (not unsigned char *). + +2011-01-30 Jan Djärv + + * .gdbinit: Read global lisp variables as globals.f_V*. + 2011-01-30 Andreas Schwab * font.c (PROP_MATCH): Remove parameter N and use strlen instead.