summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-04-19Merge: Make the Lisp reader and string-to-float more consistent.Paul Eggert
2011-04-19Make the Lisp reader and string-to-float more consistent.Paul Eggert
2011-04-19* alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime checkPaul Eggert
2011-04-19Merge from mainline.Paul Eggert
2011-04-19Support buffers > 2GB on 64-bit hosts.Eli Zaretskii
2011-04-19* gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.Paul Eggert
2011-04-19* lread.c (openp): Don't stuff size_t into an 'int'.Paul Eggert
2011-04-19* gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.Paul Eggert
2011-04-18Avoid 0 flag with %p printf format.Paul Eggert
2011-04-18Merge from mainline.Paul Eggert
2011-04-18* process.c (Fnetwork_interface_info): Avoid left-shift undefinedPaul Eggert
2011-04-18* xfns.c (Fx_window_property): Simplify a bit,Paul Eggert
2011-04-18* fns.c (internal_equal): Don't assume size_t fits in int.Paul Eggert
2011-04-18* alloc.c (compact_small_strings): Tighten assertion a little.Paul Eggert
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert
2011-04-18* frame.c (frame_name_fnn_p): Get rid of strtol, which isn't rightPaul Eggert
2011-04-18Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong
2011-04-18Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii
2011-04-17* alloc.c (check_sblock, check_string_bytes, check_string_free_list): Protoize.Paul Eggert
2011-04-17* alloc.c: Remove unportable assumptions about struct layout.Paul Eggert
2011-04-17* alloc.c (allocate_buffer): Don't assume sizeof (struct buffer) is aPaul Eggert
2011-04-17* alloc.c (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo thatPaul Eggert
2011-04-17* alloc.c (string_overrun_cookie): Now const. Use initializers thatPaul Eggert
2011-04-17* alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".Paul Eggert
2011-04-17Minor redisplay cleanups.Chong Yidong
2011-04-16ChangeLog fix.Glenn Morris
2011-04-16Static checks with GCC 4.6.0 and non-default toolkits.Paul Eggert
2011-04-16* xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).Paul Eggert
2011-04-16Merge from mainline.Paul Eggert
2011-04-16* s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.Paul Eggert
2011-04-16* process.c (keyboard_bit_set): Define only if SIGIO.Paul Eggert
2011-04-16* s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.Paul Eggert
2011-04-16* eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.Paul Eggert
2011-04-16* data.c (arith_error): Mark with NO_RETURN if it doesn't return.Paul Eggert
2011-04-16* alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):Paul Eggert
2011-04-16* xterm.c (xembed_send_message): Likewise.Paul Eggert
2011-04-16* xfaces.c (USG, __TIMEVAL__): Likewise.Paul Eggert
2011-04-16* termhooks.h (struct terminal): Likewise.Paul Eggert
2011-04-16* sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglierPaul Eggert
2011-04-16* dispextern.h (struct redisplay_interface): Rename paramPaul Eggert
2011-04-16* insdel.c (make_gap_smaller): Define only ifPaul Eggert
2011-04-16* keyboard.c (read_char): Make a var volatile so longjmp won't clobberPaul Eggert
2011-04-16* emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,Paul Eggert
2011-04-16Add bug#.Paul Eggert
2011-04-16* xfns.c (Fx_file_dialog): Rename local to avoid shadowing.Paul Eggert
2011-04-16* xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var.Paul Eggert
2011-04-16Fix argument to `error' in `gnutls-boot'.Eli Zaretskii
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii
2011-04-16* xterm.c (x_dispatch_event): More accurate ifdefs.Paul Eggert
2011-04-16* xfns.c (x_real_positions): Mark locals as initialized.Paul Eggert