Prefer intptr_t/uintptr_t for integers the same widths as pointers.
[bpt/emacs.git] / src / ChangeLog
2011-04-29 Paul EggertPrefer intptr_t/uintptr_t for integers the same widths...
2011-04-28 Paul EggertMerge from mainline.
2011-04-28 Paul EggertMerge: doprnt: Omit useless test; int overflow check...
2011-04-28 Paul Eggert* doprnt.c (SIZE_MAX): Move defn after all includes...
2011-04-28 Paul Eggert* doprnt.c (doprnt): Omit useless test; int overflow...
2011-04-28 Juanma Barranquerosrc/w32.c (init_environment): Warn about defaulting...
2011-04-28 Juanma BarranqueroAdd delayed warnings support.
2011-04-28 Paul EggertMerge from mainline.
2011-04-28 Eli ZaretskiiFix return value from doprnt when message is truncated...
2011-04-28 Paul Eggert* sysdep.c (get_random): Don't assume EMACS_INT is...
2011-04-28 Paul Eggert* lread.c (hash_string): Use size_t, not int, for hash...
2011-04-28 Juanma Barranquerosrc/w32fns.c: #if-0 some functions entirely, not just...
2011-04-28 Paul Eggert* dbusbind.c: Don't possibly lose pointer info when...
2011-04-28 Paul Eggert* eval.c (Fautoload): Don't double-shift a pointer.
2011-04-28 Paul Eggert* fns.c (Frandom): Let EMACS_UINT be wider than unsigne...
2011-04-27 Paul EggertMerge: * doprnt.c (doprnt): Support "ll" length modifie...
2011-04-27 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-04-27 Paul EggertMerge from mainline.
2011-04-27 Juanma BarranqueroFix ChangeLog typos.
2011-04-27 Paul Eggert* doprnt.c (doprnt): Support "ll" length modifier,...
2011-04-27 Eli ZaretskiiImprove `doprnt' and its usage. (Bug#8545)
2011-04-27 Paul Eggert* buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust...
2011-04-27 Paul EggertMerge: nsmenu.m: Replace all uses of XVECTOR with ASIZE...
2011-04-27 Paul Eggert* nsmenu.m: Replace all uses of XVECTOR with ASIZE...
2011-04-26 Paul Eggert* keyboard.c (handle_user_signal): Fix pointer signedne...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Juanma Barranquerosrc/keyboard.c (QCrtl): Rename from Qrtl. All uses...
2011-04-26 Ted ZlatanovDon't return in emacs_gnutls_handshake without an expli...
2011-04-26 Daniel ColascioneImplement debug-on-event
2011-04-26 Paul EggertAdd bug numbers.
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_write): Don't use uninitialize...
2011-04-26 Paul Eggert* gnutls.c: Remove unused local.
2011-04-26 Paul Eggert* gnutls.c (Fgnutls_boot): gnutls_certificate_verify_pe...
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_handle_error): Remove unused...
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_handshake): Don't return a...
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Paul EggertCombine changelog entries.
2011-04-25 Paul Eggert* lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only...
2011-04-25 Dan NicolaescuConvert some function definitions to standard C.
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul Eggert* lisp.h: Say "vectorlike header" rather than "vector...
2011-04-25 Ted ZlatanovFix typo in GnuTLS W32 support.
2011-04-25 Eli ZaretskiiAvoid compilation warnings in gnutls.c on 64-bit hosts.
2011-04-25 Eli ZaretskiiImprove doprnt and its use in verror. (Bug#8545)
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-25 Ted ZlatanovAdd GnuTLS support for W32 and certificate and hostname...
2011-04-24 Eli ZaretskiiMinor cleanup in src/xdisp.c.
2011-04-24 Eli ZaretskiiMinor cleanup in src/textprop.c.
2011-04-24 Eli ZaretskiiRepair the MSDOS build following latest changes.
2011-04-24 Eli ZaretskiiFallout from resurrecting doprnt.
2011-04-24 Eli ZaretskiiFix a minor bug in src/makefile.w32-in.
2011-04-24 Eli ZaretskiiDelete char-direction-table and char-direction.
2011-04-24 Paul Eggert* bytecode.c (exec_byte_code): Don't use XVECTOR before...
2011-04-23 Eli ZaretskiiFix doprnt so it could be used safely in `verror'....
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-21 Paul Eggertstrtoimax -> strtoumax, fixing a typo.
2011-04-21 Paul Eggert* lread.c (string_to_number): Use strtoumax, to convert...
2011-04-21 Paul EggertTreat large integers as floats in the Lisp reader and...
2011-04-20 Paul Eggert* textprop.c (set_text_properties_1): Rewrite for clarity,
2011-04-20 Paul Eggert* intervals.c (offset_intervals): Tell GCC not to worry...
2011-04-20 Paul Eggert* intervals.h (struct interval): Use EMACS_INT for...
2011-04-20 Paul Eggert* alloc.c (overrun_check_malloc, overrun_check_realloc...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-20 Paul EggertMake the Lisp reader and string-to-float more consistent.
2011-04-19 Paul Eggert* alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Eli ZaretskiiSupport buffers > 2GB on 64-bit hosts.
2011-04-19 Paul Eggert* gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu...
2011-04-19 Paul Eggert* lread.c (openp): Don't stuff size_t into an 'int'.
2011-04-19 Paul Eggert* gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu...
2011-04-19 Paul EggertAvoid 0 flag with %p printf format.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul Eggert* process.c (Fnetwork_interface_info): Avoid left-shift...
2011-04-19 Paul Eggert* xfns.c (Fx_window_property): Simplify a bit,
2011-04-19 Paul Eggert* fns.c (internal_equal): Don't assume size_t fits...
2011-04-19 Paul Eggert* alloc.c (compact_small_strings): Tighten assertion...
2011-04-19 Paul EggertReplace pEd with more-general pI, and fix some printf...
2011-04-18 Paul Eggert* frame.c (frame_name_fnn_p): Get rid of strtol, which...
2011-04-18 Chong YidongAllow glyphless-char-display to distinguish between...
2011-04-18 Eli ZaretskiiFix a bug in time functions when timezone is changed...
2011-04-18 Paul Eggert* alloc.c (check_sblock, check_string_bytes, check_stri...
2011-04-18 Paul Eggert* alloc.c: Remove unportable assumptions about struct...
2011-04-18 Paul Eggert* alloc.c (allocate_buffer): Don't assume sizeof (struc...
2011-04-18 Paul Eggert* alloc.c (allocate_string_data) [GC_CHECK_STRING_OVERR...
2011-04-18 Paul Eggert* alloc.c (string_overrun_cookie): Now const. Use...
2011-04-18 Paul Eggert* alloc.c (BLOCK BYTES): Fix typo by changing "ablock...
2011-04-17 Chong YidongMinor redisplay cleanups.
2011-04-16 Glenn MorrisChangeLog fix.
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul Eggert* xdisp.c (x_produce_glyphs): Mark var as initialized...
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):...
2011-04-16 Paul Eggert* process.c (keyboard_bit_set): Define only if SIGIO.
2011-04-16 Paul Eggert* s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra...
2011-04-16 Paul Eggert* eval.c: Include <stdio.h>, for vsnprintf on non-GNU...
2011-04-16 Paul Eggert* data.c (arith_error): Mark with NO_RETURN if it doesn...
2011-04-16 Paul Eggert* alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
2011-04-16 Paul Eggert* xterm.c (xembed_send_message): Likewise.
2011-04-16 Paul Eggert* xfaces.c (USG, __TIMEVAL__): Likewise.
next