| Age | Commit message (Expand) | Author |
| 2011-05-03 | * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM | Paul Eggert |
| 2011-05-03 | * term.c: Don't include <stdarg.h>, as <lisp.h> does that. | Paul Eggert |
| 2011-05-03 | Merge from mainline. | Paul Eggert |
| 2011-05-03 | Support :keylist and :crlfiles options to `gnutls-boot' and use them. | Ted Zlatanov |
| 2011-05-03 | Merge from mainline. | Paul Eggert |
| 2011-05-03 | Add Bug#. | Paul Eggert |
| 2011-05-03 | * xterm.c (x_set_frame_alpha): Do not set property on anything | Jan Djärv |
| 2011-05-03 | * floatfns.c (Fexpt): Likewise. | Paul Eggert |
| 2011-05-03 | Arithmetic overflows now return float rather than wrapping around. | Paul Eggert |
| 2011-05-02 | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert |
| 2011-05-02 | * process.c (Fformat_network_address): Fix typo: args2 -> *args2. | Paul Eggert |
| 2011-05-02 | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times). | Paul Eggert |
| 2011-05-02 | Merge from mainline. | Paul Eggert |
| 2011-05-02 | Merge: Fixes for Bug#8600 and Bug#8601. | Paul Eggert |
| 2011-05-02 | src/sysdep.c (get_tty_size) [WINDOWSNT]: Implement. | Juanma Barranquero |
| 2011-05-01 | Add Bug#. | Paul Eggert |
| 2011-05-01 | * lread.c (read_integer): Be more consistent with string-to-number. | Paul Eggert |
| 2011-05-02 | src/gnutls.c: Make static a bunch of variables. | Juanma Barranquero |
| 2011-05-01 | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). | Paul Eggert |
| 2011-05-01 | Add Bug#. | Paul Eggert |
| 2011-05-01 | * charset.h (struct charset.code_space): Now has 15 elements, not 16. | Paul Eggert |
| 2011-05-01 | * src/callproc.c: Indentation fixup. | Andreas Schwab |
| 2011-05-01 | * src/sysdep.c (wait_for_termination_1): Make static. | Andreas Schwab |
| 2011-05-01 | Extend `call-process' to take the `(:file "file")' syntax to redirect | Lars Magne Ingebrigtsen |
| 2011-04-30 | * doprnt.c (doprnt): Support arbitrary pI values, such as "I64". | Paul Eggert |
| 2011-04-30 | Merge from mainline. | Paul Eggert |
| 2011-04-30 | * dispnew.c (scrolling_window): Return 1 if we scrolled, | Paul Eggert |
| 2011-04-30 | Adapt the MSDOS build to latest changes. | Eli Zaretskii |
| 2011-04-30 | Don't test HAVE_INTTYPES_H in process.c. | Eli Zaretskii |
| 2011-04-29 | * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify. | Paul Eggert |
| 2011-04-29 | * dbusbind.c: Do not use XPNTR on a value that may be an integer. | Paul Eggert |
| 2011-04-29 | Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528). | Eli Zaretskii |
| 2011-04-29 | Don't abort in doprnt when passed unsupported %ll modifier. | Eli Zaretskii |
| 2011-04-29 | Fix bug #7952 with vertical motion in Grep buffers. | Eli Zaretskii |
| 2011-04-29 | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. | Paul Eggert |
| 2011-04-29 | Allow the Windows build to use upto 2GB of heap. | Eli Zaretskii |
| 2011-04-29 | Fix doprnt when buffer is too small for multibyte sequences. | Eli Zaretskii |
| 2011-04-29 | * lisp.h: Prefer 64-bit EMACS_INT if available. | Paul Eggert |
| 2011-04-29 | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. | Paul Eggert |
| 2011-04-29 | Prefer intptr_t/uintptr_t for integers the same widths as pointers. | Paul Eggert |
| 2011-04-28 | Merge from mainline. | Paul Eggert |
| 2011-04-28 | * doprnt.c (SIZE_MAX): Move defn after all includes, as they might #define it. | Paul Eggert |
| 2011-04-28 | * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545). | Paul Eggert |
| 2011-04-28 | src/w32.c (init_environment): Warn about defaulting HOME to C:\. | Juanma Barranquero |
| 2011-04-28 | Add delayed warnings support. | Juanma Barranquero |
| 2011-04-28 | Merge from mainline. | Paul Eggert |
| 2011-04-28 | Fix return value from doprnt when message is truncated at non-ASCII character. | Eli Zaretskii |
| 2011-04-28 | * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long. | Paul Eggert |
| 2011-04-27 | * lread.c (hash_string): Use size_t, not int, for hash computation. | Paul Eggert |
| 2011-04-28 | src/w32fns.c: #if-0 some functions entirely, not just the bodies. | Juanma Barranquero |