aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/lisp.h: Add comment (Bug#31996#25).Paul Eggert2018-06-291-0/+2
* Fix recently-introduced SAFE_FREE bugPaul Eggert2018-06-281-5/+11
* Tune SAFE_FREEPaul Eggert2018-06-2813-44/+51
* (format "%d" F) now truncates floating FPaul Eggert2018-06-253-9/+16
* Clean up redundant code from previous checkinsLars Ingebrigtsen2018-06-251-1/+0
* Don't use XCAR in possibly-nil situationsLars Ingebrigtsen2018-06-251-1/+1
* Tweak previous gnutls change for efficiencyLars Ingebrigtsen2018-06-241-6/+4
* Return the entire TLS certificate chain back to the callerLars Ingebrigtsen2018-06-242-34/+77
* Merge from origin/emacs-26Glenn Morris2018-06-231-8/+22
|\
| * * src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945)Eli Zaretskii2018-06-231-1/+2
| * Improve responsiveness while in 'replace-buffer-contents'Eli Zaretskii2018-06-231-7/+20
* | Merge from origin/emacs-26Glenn Morris2018-06-232-3/+19
|\ \ | |/
| * Avoid segfaults in replace-buffer-contents with large buffersEli Zaretskii2018-06-221-2/+3
| * Adjust for scaling for mode-line popup menus (Bug#31880)Robert Pluim2018-06-221-1/+16
* | Remove broken icon from tooltip (Bug#31884)memeplex2018-06-211-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+1
|\ \ | |/
| * Fix vertical-motion with 'visual' line-number displayEli Zaretskii2018-06-181-2/+1
| * Handle NSAttributedString inputs (bug#29837)Alan Third2018-06-171-2/+9
| * Allow inserting non-BMP charactersPhilipp Stephani2018-06-173-13/+43
* | Merge from origin/emacs-26Glenn Morris2018-06-181-1/+1
|\ \ | |/
| * Prevent errant scroll on mouse click (Bug#31546)Aaron Jensen2018-06-171-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-183-4/+17
|\ \ | |/
| * Reject invalid 5-byte sequences when detecting UTF-8 encodingEli Zaretskii2018-06-152-2/+6
| * Fix 'replace-buffer-contents' in multibyte buffersEli Zaretskii2018-06-151-2/+11
* | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+3
|\ \ | |/
| * Make 'tags' targets respect --with-silent-rules (Bug#31744)Noam Postavsky2018-06-121-2/+3
* | Restore old echo_truncate conditionDaniel Colascione2018-06-161-5/+1
* | Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-166-417/+446
* | Decouple dired from regex internalsDaniel Colascione2018-06-161-25/+12
* | Remove commented-out code in compile_pattern_1Daniel Colascione2018-06-161-7/+0
* | Tweak field ordering in re_pattern_bufferDaniel Colascione2018-06-161-4/+4
* | Rewrite memory-limit in LispPaul Eggert2018-06-161-19/+0
* | Use mint_ptr in w32notify.cEli Zaretskii2018-06-161-4/+4
* | Minor doc string fixes in json.cEli Zaretskii2018-06-161-2/+3
* | Formatting and doc fixes in recent changesEli Zaretskii2018-06-162-8/+9
* | Improve documentation of several recent changesEli Zaretskii2018-06-161-4/+4
* | Fix a typo in xmenu.cEli Zaretskii2018-06-161-2/+2
* | Fix --with-cairo buildAri Roponen2018-06-161-2/+2
* | * src/Makefile.in: Update paxctl comment.Paul Eggert2018-06-151-1/+1
* | Minor CANNOT_DUMP cleanupsPaul Eggert2018-06-151-1/+1
* | Fix typo in previous macfont.m changePaul Eggert2018-06-151-1/+2
* | Restore macfont.m casts to void *Paul Eggert2018-06-151-2/+2
* | Fix building --without-x and similarEli Zaretskii2018-06-151-6/+0
* | Remove Lisp_Misc_Save_ValuePaul Eggert2018-06-143-407/+5
* | New type Lisp_Misc_PtrPaul Eggert2018-06-145-11/+41
* | Avoid allocating Lisp_Save_Value for arraysPaul Eggert2018-06-143-3/+37
* | Avoid allocating Lisp_Save_Value for excursionsPaul Eggert2018-06-143-29/+45
* | Just use cons in macfont_descriptor_entityPaul Eggert2018-06-141-7/+6
* | Avoid allocating a Lisp_Save_Value in ftfont.cPaul Eggert2018-06-141-14/+12
* | Use record_unwind_protect_ptr to avoid allocationPaul Eggert2018-06-143-15/+27