summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-04-27* dbusbind.c: Don't possibly lose pointer info when converting.Paul Eggert
2011-04-27* eval.c (Fautoload): Don't double-shift a pointer.Paul Eggert
2011-04-27* fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.Paul Eggert
2011-04-27Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert
2011-04-28src/makefile.w32-in: Update dependencies.Juanma Barranquero
2011-04-27Merge from mainline.Paul Eggert
2011-04-27Fix ChangeLog typos.Juanma Barranquero
2011-04-27* doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert
2011-04-27Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii
2011-04-27* buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert
2011-04-26* nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert
2011-04-26* src/nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).Chong Yidong
2011-04-26* keyboard.c (handle_user_signal): Fix pointer signedness problem.Paul Eggert
2011-04-26Merge from mainline.Paul Eggert
2011-04-26src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.Juanma Barranquero
2011-04-26Don't return in emacs_gnutls_handshake without an explicit value.Ted Zlatanov
2011-04-26Implement debug-on-eventDaniel Colascione
2011-04-26Add bug numbers.Paul Eggert
2011-04-26* gnutls.c (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.Paul Eggert
2011-04-26* gnutls.c: Remove unused local.Paul Eggert
2011-04-26* gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.Paul Eggert
2011-04-26* gnutls.c (emacs_gnutls_handle_error): Remove unused local.Paul Eggert
2011-04-26* gnutls.c (emacs_gnutls_handshake): Don't return a garbage value.Paul Eggert
2011-04-25Merge from mainline.Paul Eggert
2011-04-25Combine changelog entries.Paul Eggert
2011-04-25* lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.Paul Eggert
2011-04-25Convert some function definitions to standard C.Dan Nicolaescu
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert
2011-04-25* lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert
2011-04-25Fix typo in GnuTLS W32 support.Ted Zlatanov
2011-04-25Avoid compilation warnings in gnutls.c on 64-bit hosts.Eli Zaretskii
2011-04-25Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-24Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov
2011-04-24Minor cleanup in src/xdisp.c.Eli Zaretskii
2011-04-24Minor cleanup in src/textprop.c.Eli Zaretskii
2011-04-24Repair the MSDOS build following latest changes.Eli Zaretskii
2011-04-24Fallout from resurrecting doprnt.Eli Zaretskii
2011-04-24Fix a minor bug in src/makefile.w32-in.Eli Zaretskii
2011-04-24Delete char-direction-table and char-direction.Eli Zaretskii
2011-04-23* bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert
2011-04-23Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii
2011-04-22Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris
2011-04-21strtoimax -> strtoumax, fixing a typo.Paul Eggert
2011-04-21* lread.c (string_to_number): Use strtoumax, to convert more integers without...Paul Eggert
2011-04-20Treat large integers as floats in the Lisp reader and in string-to-number.Paul Eggert
2011-04-20* textprop.c (set_text_properties_1): Rewrite for clarity,Paul Eggert
2011-04-20* intervals.c (offset_intervals): Tell GCC not to worry about length overflowPaul Eggert
2011-04-20* intervals.h (struct interval): Use EMACS_INT for membersPaul Eggert
2011-04-20* alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.Paul Eggert