| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | Add Bug#. | Paul Eggert | 2011-05-03 | 1 | -0/+1 |
| | | * | * floatfns.c (Fexpt): Likewise. | Paul Eggert | 2011-05-03 | 2 | -17/+30 |
| | | * | Arithmetic overflows now return float rather than wrapping around. | Paul Eggert | 2011-05-03 | 3 | -49/+91 |
| | | * | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-05-02 | 2 | -4/+15 |
| | | * | * process.c (Fformat_network_address): Fix typo: args2 -> *args2. | Paul Eggert | 2011-05-02 | 2 | -1/+3 |
| | | * | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times). | Paul Eggert | 2011-05-02 | 2 | -3/+5 |
| | | * | Merge from mainline. | Paul Eggert | 2011-05-02 | 5 | -185/+302 |
| | | |\
| |_|/
|/| | |
|
| * | | | src/sysdep.c (get_tty_size) [WINDOWSNT]: Implement. | Juanma Barranquero | 2011-05-02 | 2 | -8/+22 |
| * | | | src/gnutls.c: Make static a bunch of variables. | Juanma Barranquero | 2011-05-02 | 2 | -17/+30 |
| * | | | * src/callproc.c: Indentation fixup. | Andreas Schwab | 2011-05-01 | 2 | -149/+151 |
| * | | | * src/sysdep.c (wait_for_termination_1): Make static. | Andreas Schwab | 2011-05-01 | 2 | -16/+23 |
| * | | | Extend `call-process' to take the `(:file "file")' syntax to redirect | Lars Magne Ingebrigtsen | 2011-05-01 | 4 | -15/+96 |
| | | * | Merge: Fixes for Bug#8600 and Bug#8601. | Paul Eggert | 2011-05-02 | 4 | -11/+19 |
| | | |\ |
|
| | | | * | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). | Paul Eggert | 2011-05-01 | 2 | -2/+4 |
| | | | * | Add Bug#. | Paul Eggert | 2011-05-01 | 1 | -1/+1 |
| | | | * | * charset.h (struct charset.code_space): Now has 15 elements, not 16. | Paul Eggert | 2011-05-01 | 3 | -6/+16 |
| | |_|/
|/| | |
|
| | | * | Add Bug#. | Paul Eggert | 2011-05-01 | 1 | -1/+1 |
| | | * | * lread.c (read_integer): Be more consistent with string-to-number. | Paul Eggert | 2011-05-01 | 2 | -48/+66 |
| | | * | * doprnt.c (doprnt): Support arbitrary pI values, such as "I64". | Paul Eggert | 2011-04-30 | 2 | -32/+28 |
| | | * | Merge from mainline. | Paul Eggert | 2011-04-30 | 7 | -28/+83 |
| | | |\
| |_|/
|/| | |
|
| * | | | Adapt the MSDOS build to latest changes. | Eli Zaretskii | 2011-04-30 | 2 | -3/+6 |
| * | | | Don't test HAVE_INTTYPES_H in process.c. | Eli Zaretskii | 2011-04-30 | 2 | -2/+6 |
| * | | | Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528). | Eli Zaretskii | 2011-04-29 | 3 | -10/+27 |
| * | | | Don't abort in doprnt when passed unsupported %ll modifier. | Eli Zaretskii | 2011-04-29 | 2 | -2/+7 |
| * | | | Fix bug #7952 with vertical motion in Grep buffers. | Eli Zaretskii | 2011-04-29 | 2 | -6/+17 |
| * | | | Fix doprnt when buffer is too small for multibyte sequences. | Eli Zaretskii | 2011-04-29 | 3 | -4/+21 |
| | | * | * dispnew.c (scrolling_window): Return 1 if we scrolled, | Paul Eggert | 2011-04-30 | 2 | -2/+6 |
| | | * | * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify. | Paul Eggert | 2011-04-29 | 2 | -24/+16 |
| | | * | * dbusbind.c: Do not use XPNTR on a value that may be an integer. | Paul Eggert | 2011-04-29 | 2 | -3/+13 |
| | | * | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. | Paul Eggert | 2011-04-29 | 8 | -65/+56 |
| | | * | * lisp.h: Prefer 64-bit EMACS_INT if available. | Paul Eggert | 2011-04-29 | 2 | -1/+15 |
| | | * | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. | Paul Eggert | 2011-04-29 | 3 | -5/+3 |
| | | * | Prefer intptr_t/uintptr_t for integers the same widths as pointers. | Paul Eggert | 2011-04-29 | 8 | -69/+123 |
| | | * | Merge from mainline. | Paul Eggert | 2011-04-28 | 4 | -8/+66 |
| | | |\
| |_|/
|/| | |
|
| * | | | Document doprnt's behavior a bit better. | Paul Eggert | 2011-04-28 | 1 | -2/+7 |
| * | | | Remove confusing word from comment. | Paul Eggert | 2011-04-28 | 1 | -1/+1 |
| * | | | Improve comment. | Paul Eggert | 2011-04-28 | 1 | -5/+5 |
| * | | | * doprnt.c (SIZE_MAX): Move defn after all includes, as they might #define it. | Paul Eggert | 2011-04-28 | 2 | -3/+5 |
| * | | | * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545). | Paul Eggert | 2011-04-28 | 2 | -2/+10 |
| * | | | src/w32.c (init_environment): Warn about defaulting HOME to C:\. | Juanma Barranquero | 2011-04-28 | 2 | -1/+17 |
| * | | | Add delayed warnings support. | Juanma Barranquero | 2011-04-28 | 2 | -0/+27 |
| | | * | Merge from mainline. | Paul Eggert | 2011-04-28 | 3 | -10/+16 |
| | | |\
| |_|/
|/| | |
|
| * | | | Fix return value from doprnt when message is truncated at non-ASCII character. | Eli Zaretskii | 2011-04-28 | 2 | -1/+8 |
| * | | | src/w32fns.c: #if-0 some functions entirely, not just the bodies. | Juanma Barranquero | 2011-04-28 | 2 | -9/+8 |
| | | * | * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long. | Paul Eggert | 2011-04-28 | 3 | -16/+13 |
| | | * | * lread.c (hash_string): Use size_t, not int, for hash computation. | Paul Eggert | 2011-04-27 | 2 | -10/+18 |
| | | * | * dbusbind.c: Don't possibly lose pointer info when converting. | Paul Eggert | 2011-04-27 | 2 | -3/+8 |
| | | * | * eval.c (Fautoload): Don't double-shift a pointer. | Paul Eggert | 2011-04-27 | 2 | -1/+3 |
| | | * | * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long. | Paul Eggert | 2011-04-27 | 2 | -2/+6 |
| | |/
|/| |
|
| * | | Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long. | Paul Eggert | 2011-04-27 | 3 | -8/+36 |
| |\ \ |
|