summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-298-69/+123
* Merge from mainline.Paul Eggert2011-04-2813-73/+185
|\
| * Merge: doprnt: Omit useless test; int overflow check (Bug#8545).Paul Eggert2011-04-282-7/+22
| |\
| | * Document doprnt's behavior a bit better.Paul Eggert2011-04-281-2/+7
| | * Remove confusing word from comment.Paul Eggert2011-04-281-1/+1
| | * Improve comment.Paul Eggert2011-04-281-5/+5
| | * * doprnt.c (SIZE_MAX): Move defn after all includes, as they might #define it.Paul Eggert2011-04-282-3/+5
| | * * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).Paul Eggert2011-04-282-2/+10
| * | nt/gmake.defs (ARCH): Fix error message in case of unknown architecture.Eli Zaretskii2011-04-282-1/+6
| * | nt/INSTALL: More details about problems with MSYS Bash.Eli Zaretskii2011-04-281-6/+10
| * | * lisp/net/rcirc.el (rcirc-handler-353): Fix bug for channels which theDeniz Dogan2011-04-282-2/+10
| |/
| * src/w32.c (init_environment): Warn about defaulting HOME to C:\.Juanma Barranquero2011-04-282-1/+17
| * * lisp/pcomplete.el (pcomplete-completions-at-point): Return nil if thereStefan Monnier2011-04-282-51/+60
| * Add delayed warnings support.Juanma Barranquero2011-04-286-1/+53
| * etc/NEWS: Fix typos.Juanma Barranquero2011-04-281-5/+5
| * nt/INSTALL: Mention problems with MSYS/Cygwin Bash right at the beginning.Eli Zaretskii2011-04-281-0/+3
* | Merge from mainline.Paul Eggert2011-04-289-65/+127
|\ \ | |/
| * Make MH-E use completion-at-pointStefan Monnier2011-04-286-55/+111
| * Fix return value from doprnt when message is truncated at non-ASCII character.Eli Zaretskii2011-04-282-1/+8
| * src/w32fns.c: #if-0 some functions entirely, not just the bodies.Juanma Barranquero2011-04-282-9/+8
* | * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.Paul Eggert2011-04-283-16/+13
* | * lread.c (hash_string): Use size_t, not int, for hash computation.Paul Eggert2011-04-272-10/+18
* | * dbusbind.c: Don't possibly lose pointer info when converting.Paul Eggert2011-04-272-3/+8
* | * eval.c (Fautoload): Don't double-shift a pointer.Paul Eggert2011-04-272-1/+3
* | * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.Paul Eggert2011-04-272-2/+6
|/
* * 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