- 27 Apr, 2011 15 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Eli Zaretskii authored
nt/inc/inttypes.h: New file. nt/config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX) (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
-
Juanma Barranquero authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Eli Zaretskii authored
src/doprnt.c (doprnt): Make sure `format' is never accessed beyond `format_end'. Remove support for %l as a conversion specifier. Don't use xrealloc. Improve diagnostics when the %l size modifier is used. Update the commentary. src/eval.c (verror): Simplify calculation of size_t. src/coding.c (Ffind_operation_coding_system): Fix diagnostic error messages.
-
Ulf Jasper authored
lisp/ChangeLog: 2011-04-27 Niels Giesen <niels.giesen@gmail.com> * calendar/icalendar.el (diary-lib): Added require statement. (icalendar--create-uid): Read out a uid from a text-property on the first character in the entry. This allows for code to add its own uid to the entry. (icalendar--convert-float-to-ical): Add export of `diary-float'-entries save for those with the optional DAY
-
Daniel Colascione authored
when we spot a variable reference in a string.
-
Paul Eggert authored
-
Glenn Morris authored
-
Paul Eggert authored
-
Paul Eggert authored
This makes this file independent of the recent pseudovector change.
-
Daniel Colascione authored
quoted strings and bail out.
-
Ben Key authored
-
- 26 Apr, 2011 20 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
* lisp/erc/erc.el (erc-mode-map): Use completion-at-point. (erc-mode): Tell completion-at-point to obey erc-complete-functions. (erc-complete-word-at-point): New function. (erc-complete-word): Make it obsolete. * lisp/erc/erc-pcomplete.el (erc-pcompletions-at-point): New function. (pcomplete): Use it. * lisp/erc/erc-dcc.el (erc-dcc-chat-mode-map): Use completion-at-point. (erc-dcc-chat-mode): Tell completion-at-point to obey erc-complete-functions. * lisp/erc/erc-button.el (erc-button-next-function): New function extracted from erc-button-next. (button, erc-button-next): Use it.
-
Ted Zlatanov authored
* gnutls.c (emacs_gnutls_handshake): Return an error if we're not supposed to be handshaking. Reported by Paul Eggert <eggert@cs.ucla.edu>.
-
Ted Zlatanov authored
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
Expect the caller to check whether GNUTLS_STAGE_HANDSHAKE_CANDO <= proc->gnutls_initstage, if the check is needed. The check isn't needed for one caller, Fgnutls_boot. (emacs_gnutls_read): Do that check. This is the other caller.
-
Paul Eggert authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 25 Apr, 2011 5 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Dan Nicolaescu authored
* src/alloc.c (check_sblock, check_string_bytes) (check_string_free_list): Convert to standard C.
-
Paul Eggert authored
(ASIZE): Now contains previous implementation of XVECTOR_SIZE instead of invoking XVECTOR_SIZE.
-
Paul Eggert authored
(struct vectorlike_header): Rename from struct vector_header. (XVECTORLIKE_HEADER_SIZE): Renamed from XVECTOR_HEADER_SIZE. All uses changed.
-