aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lisp/pcomplete.el (pcomplete-completions-at-point):Stefan Monnier2011-04-272-23/+37
* Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-273-8/+36
|\
| * Fix comments.Paul Eggert2011-04-271-2/+4
| * * doprnt.c (doprnt): Fix two typos for long long.Paul Eggert2011-04-271-2/+2
| * Merge from mainline.Paul Eggert2011-04-279-76/+203
| |\
| * | Add FIXME comment.Paul Eggert2011-04-271-0/+2
| * | * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-272-3/+32
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-04-282-4/+15
| |/ |/|
* | Support inttypes.h and strtoumax in non-MinGW builds on Windows.Eli Zaretskii2011-04-283-0/+51
* | Fix ChangeLog typos.Juanma Barranquero2011-04-273-11/+11
* | Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-274-28/+46
* | Applied icalendar patches from Niels Giesen.Ulf Jasper2011-04-272-33/+96
|/
* * subr.el (shell-quote-argument): Use alternate escaping strategyDaniel Colascione2011-04-272-1/+6
* * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-272-1/+6
* Auto-commit of generated files.Glenn Morris2011-04-274-293/+1306
* Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-04-262-37/+41
|\
| * * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-04-262-37/+41
* | * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions inDaniel Colascione2011-04-262-4/+19
* | Fixed a bug that caused configure with --enable-checking=stringoverrun to hav...Ben Key2011-04-262-1/+6
|/
* Update from gnulib.Paul Eggert2011-04-264-9/+128
* * lisp.h: Add comments about struct vectorlike_header.Paul Eggert2011-04-261-4/+19
* * keyboard.c (handle_user_signal): Fix pointer signedness problem.Paul Eggert2011-04-262-5/+7
* Merge from mainline.Paul Eggert2011-04-2618-86/+285
|\
| * Fix typos in ChangeLogs.Juanma Barranquero2011-04-262-4/+4
| * src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.Juanma Barranquero2011-04-262-5/+9
| * Make ERC use completion-at-pointStefan Monnier2011-04-265-26/+53
| * Don't return in emacs_gnutls_handshake without an explicit value.Ted Zlatanov2011-04-262-1/+7
| * Fix verb tense in ChangeLog message.Ted Zlatanov2011-04-261-1/+1
| * Implement debug-on-eventDaniel Colascione2011-04-268-3/+58
| * Improve Windows quoting robustnessDaniel Colascione2011-04-264-41/+151
* | 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-262-1/+2
* | * gnutls.c: Remove unused local.Paul Eggert2011-04-262-2/+3
* | * gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.Paul Eggert2011-04-262-1/+2
* | * gnutls.c (emacs_gnutls_handle_error): Remove unused local.Paul Eggert2011-04-262-1/+2
* | * gnutls.c (emacs_gnutls_handshake): Don't return a garbage value.Paul Eggert2011-04-262-4/+8
* | Merge from mainline.Paul Eggert2011-04-25160-1394/+3116
|\ \ | |/
| * * admin/notes/bzr: Small updates.Glenn Morris2011-04-251-3/+10
| * * admin/notes/years: Small updates.Glenn Morris2011-04-251-0/+8
| * Convert some function definitions to standard C.Dan Nicolaescu2011-04-252-5/+8
| * * lisp/emulation/cua-base.el (cua-selection-mode): Make it toggle again.Stefan Monnier2011-04-252-5/+13
| * * trampver.texi: Update release number.Michael Albinus2011-04-252-1/+5
| * * net/tramp.el (tramp-process-actions): Add POS argument. DeleteMichael Albinus2011-04-255-9/+31
| * * lisp/custom.el (defcustom): Obey lexical-binding.Stefan Monnier2011-04-252-5/+15
| * Fix octave-inf completion problems reported by Alexander Klimov.Stefan Monnier2011-04-253-48/+64
| * lisp/net/gnutls.el (gnutls-errorp): Declare before first use.Juanma Barranquero2011-04-252-5/+9
| * Fix typo in GnuTLS W32 support.Ted Zlatanov2011-04-252-1/+5
| * Avoid compilation warnings in gnutls.c on 64-bit hosts.Eli Zaretskii2011-04-252-2/+5
| * Auto-commit of generated files.Glenn Morris2011-04-252-0/+29
| * Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii2011-04-253-14/+70