aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/w32.c (init_environment): Warn about defaulting HOME to C:\.Juanma Barranquero2011-04-282-1/+17
* Add delayed warnings support.Juanma Barranquero2011-04-282-0/+27
* 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
* 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-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