aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-274-39/+52
| |\ \
| * | | 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
| |/ / |/| |
* | | Fix ChangeLog typos.Juanma Barranquero2011-04-271-4/+4
* | | Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-274-28/+46
|/ /
* | * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-272-1/+6
* | * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-04-262-37/+41
* | * 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-265-15/+58
|\ \
| * | src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.Juanma Barranquero2011-04-262-5/+9
| * | Don't return in emacs_gnutls_handshake without an explicit value.Ted Zlatanov2011-04-262-1/+7
| * | Implement debug-on-eventDaniel Colascione2011-04-264-3/+39
* | | 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-2529-195/+859
|\ \ \ | |/ /
| * | Convert some function definitions to standard C.Dan Nicolaescu2011-04-252-5/+8
| * | 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
| * | Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii2011-04-253-14/+70
| * | Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-247-40/+464
| * | Minor cleanup in src/xdisp.c.Eli Zaretskii2011-04-242-4/+9
| * | Minor cleanup in src/textprop.c.Eli Zaretskii2011-04-242-10/+7
| * | Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-245-10/+27
| * | Fallout from resurrecting doprnt.Eli Zaretskii2011-04-246-9/+52
| * | Fix a minor bug in src/makefile.w32-in.Eli Zaretskii2011-04-242-0/+4
| * | Delete char-direction-table and char-direction.Eli Zaretskii2011-04-242-18/+6
| * | Fix typos in comments in character.c and textprop.c.Eli Zaretskii2011-04-232-9/+8
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-2313-83/+165
| * | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-228-4/+47
| |\ \ | | |/
| | * Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii2011-04-183-0/+30
| | * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-132-0/+5
| | * Fix typos.Juanma Barranquero2011-04-132-3/+3
| | * Fix wait_for_termination on GNU Hurd (Bug#8467)Samuel Thibault2011-04-102-1/+6
| | * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-102-1/+6
* | | Combine changelog entries.Paul Eggert2011-04-251-23/+9
* | | * lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.Paul Eggert2011-04-252-6/+4
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-2529-94/+97
* | | * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-259-20/+27
* | | Fix minor typos in previous change.Paul Eggert2011-04-252-2/+2
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-2540-210/+274
* | | * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert2011-04-232-1/+9
* | | strtoimax -> strtoumax, fixing a typo.Paul Eggert2011-04-211-2/+2