aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-271-0/+4
|\
| * Merge from mainline.Paul Eggert2011-04-271-4/+17
| |\
| * | * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-271-0/+4
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-04-281-0/+4
| |/ |/|
* | Fix ChangeLog typos.Juanma Barranquero2011-04-271-4/+4
* | Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-271-0/+13
|/
* * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-271-0/+5
* * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-04-261-0/+5
* * keyboard.c (handle_user_signal): Fix pointer signedness problem.Paul Eggert2011-04-261-0/+2
* Merge from mainline.Paul Eggert2011-04-261-7/+20
|\
| * src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.Juanma Barranquero2011-04-261-2/+6
| * Don't return in emacs_gnutls_handshake without an explicit value.Ted Zlatanov2011-04-261-0/+6
| * Implement debug-on-eventDaniel Colascione2011-04-261-0/+8
* | Add bug numbers.Paul Eggert2011-04-261-3/+3
* | * gnutls.c (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.Paul Eggert2011-04-261-0/+1
* | * gnutls.c: Remove unused local.Paul Eggert2011-04-261-0/+1
* | * gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.Paul Eggert2011-04-261-0/+1
* | * gnutls.c (emacs_gnutls_handle_error): Remove unused local.Paul Eggert2011-04-261-0/+1
* | * gnutls.c (emacs_gnutls_handshake): Don't return a garbage value.Paul Eggert2011-04-261-0/+6
* | Merge from mainline.Paul Eggert2011-04-251-7/+171
|\ \ | |/
| * Convert some function definitions to standard C.Dan Nicolaescu2011-04-251-0/+5
| * Fix typo in GnuTLS W32 support.Ted Zlatanov2011-04-251-0/+4
| * Avoid compilation warnings in gnutls.c on 64-bit hosts.Eli Zaretskii2011-04-251-0/+3
| * Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii2011-04-251-0/+11
| * Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-241-0/+35
| * Minor cleanup in src/xdisp.c.Eli Zaretskii2011-04-241-0/+5
| * Minor cleanup in src/textprop.c.Eli Zaretskii2011-04-241-0/+5
| * Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-241-0/+15
| * Fallout from resurrecting doprnt.Eli Zaretskii2011-04-241-0/+12
| * Fix a minor bug in src/makefile.w32-in.Eli Zaretskii2011-04-241-0/+3
| * Delete char-direction-table and char-direction.Eli Zaretskii2011-04-241-0/+6
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-0/+48
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-0/+18
| |\
| | * Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii2011-04-181-0/+7
| | * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-131-0/+4
| | * Fix wait_for_termination on GNU Hurd (Bug#8467)Samuel Thibault2011-04-101-0/+5
| | * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-101-0/+4
* | | Combine changelog entries.Paul Eggert2011-04-251-23/+9
* | | * lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.Paul Eggert2011-04-251-0/+1
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-0/+4
* | | * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-0/+6
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-0/+55
* | | * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert2011-04-231-0/+4
* | | strtoimax -> strtoumax, fixing a typo.Paul Eggert2011-04-211-2/+2
* | | * lread.c (string_to_number): Use strtoumax, to convert more integers without...Paul Eggert2011-04-211-2/+5
* | | Treat large integers as floats in the Lisp reader and in string-to-number.Paul Eggert2011-04-201-23/+29
* | | * textprop.c (set_text_properties_1): Rewrite for clarity,Paul Eggert2011-04-201-0/+3
* | | * intervals.c (offset_intervals): Tell GCC not to worry about length overflowPaul Eggert2011-04-201-0/+2
* | | * intervals.h (struct interval): Use EMACS_INT for membersPaul Eggert2011-04-201-0/+7
* | | * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.Paul Eggert2011-04-201-0/+3