summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-05-03* eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUMPaul Eggert
2011-05-03* term.c: Don't include <stdarg.h>, as <lisp.h> does that.Paul Eggert
2011-05-03Merge from mainline.Paul Eggert
2011-05-03Support :keylist and :crlfiles options to `gnutls-boot' and use them.Ted Zlatanov
2011-05-03Merge from mainline.Paul Eggert
2011-05-03Add Bug#.Paul Eggert
2011-05-03* xterm.c (x_set_frame_alpha): Do not set property on anythingJan Djärv
2011-05-03* floatfns.c (Fexpt): Likewise.Paul Eggert
2011-05-03Arithmetic 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-02Merge from mainline.Paul Eggert
2011-05-02Merge: Fixes for Bug#8600 and Bug#8601.Paul Eggert
2011-05-02src/sysdep.c (get_tty_size) [WINDOWSNT]: Implement.Juanma Barranquero
2011-05-01Add Bug#.Paul Eggert
2011-05-01* lread.c (read_integer): Be more consistent with string-to-number.Paul Eggert
2011-05-02src/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-01Add 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-01Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen
2011-04-30* doprnt.c (doprnt): Support arbitrary pI values, such as "I64".Paul Eggert
2011-04-30Merge from mainline.Paul Eggert
2011-04-30* dispnew.c (scrolling_window): Return 1 if we scrolled,Paul Eggert
2011-04-30Adapt the MSDOS build to latest changes.Eli Zaretskii
2011-04-30Don'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-29Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528).Eli Zaretskii
2011-04-29Don't abort in doprnt when passed unsupported %ll modifier.Eli Zaretskii
2011-04-29Fix 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-29Allow the Windows build to use upto 2GB of heap.Eli Zaretskii
2011-04-29Fix 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-29Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert
2011-04-28Merge 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-28src/w32.c (init_environment): Warn about defaulting HOME to C:\.Juanma Barranquero
2011-04-28Add delayed warnings support.Juanma Barranquero
2011-04-28Merge from mainline.Paul Eggert
2011-04-28Fix 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-28src/w32fns.c: #if-0 some functions entirely, not just the bodies.Juanma Barranquero