src/gnutls.c, src/image.c: Make function pointers static.
[bpt/emacs.git] / src / ChangeLog
2011-05-06 Juanma Barranquerosrc/gnutls.c, src/image.c: Make function pointers static.
2011-05-05 Andreas Schwab* src/lread.c (lisp_file_lexically_bound_p): Stop scann...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-05 Ted ZlatanovAdd fn_NAME alias for `gnutls_certificate_set_x509_key_...
2011-05-05 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-05-04 Juanma Barranquerosrc/gnutls.c: Remove unused parameter `fildes'.
2011-05-04 Juanma BarranqueroFix previous change: the library cache is defined in...
2011-05-04 Juanma BarranqueroImplement dynamic loading of GnuTLS on Windows.
2011-05-04 Ted ZlatanovSupport :keylist and :crlfiles options to `gnutls-boot...
2011-05-03 Jan Djärv* xterm.c (x_set_frame_alpha): Do not set property...
2011-05-02 Juanma Barranquerosrc/sysdep.c (get_tty_size) [WINDOWSNT]: Implement.
2011-05-02 Juanma Barranquerosrc/gnutls.c: Make static a bunch of variables.
2011-05-01 Andreas Schwab* src/callproc.c: Indentation fixup.
2011-05-01 Andreas Schwab* src/sysdep.c (wait_for_termination_1): Make static.
2011-05-01 Lars Magne Ingebri... Extend `call-process' to take the `(:file "file")'...
2011-04-30 Eli ZaretskiiAdapt the MSDOS build to latest changes.
2011-04-30 Eli ZaretskiiDon't test HAVE_INTTYPES_H in process.c.
2011-04-29 Eli ZaretskiiLift the MOST_POSITIVE_FIXNUM/4 limitation on visited...
2011-04-29 Eli ZaretskiiDon't abort in doprnt when passed unsupported %ll modifier.
2011-04-29 Eli ZaretskiiFix bug #7952 with vertical motion in Grep buffers.
2011-04-29 Eli ZaretskiiAllow the Windows build to use upto 2GB of heap.
2011-04-29 Eli ZaretskiiFix doprnt when buffer is too small for multibyte seque...
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 Eli ZaretskiiFix return value from doprnt when message is truncated...
2011-04-28 Juanma Barranquerosrc/w32fns.c: #if-0 some functions entirely, not just...
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 Chong Yidong* src/nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
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...
next