aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of XBM images on MS-WindowsEli Zaretskii2017-02-111-2/+2
* Fix handling of PBM dataEli Zaretskii2017-02-111-1/+11
* Fix warnings in debug tracing codeNoam Postavsky2017-02-102-6/+6
* Fix a few integer-overflow glitchesPaul Eggert2017-02-104-55/+50
* Fix a bug with displaying an image after a TABEli Zaretskii2017-02-101-1/+4
* Restore special setting of this-command-keys by M-xEli Zaretskii2017-02-101-0/+25
* Make FOR_EACH_TAIL more like other FOR_EACH macrosPaul Eggert2017-02-063-111/+123
* Port to clang 3.8.0Paul Eggert2017-02-051-3/+9
* FOR_EACH_TAIL now checks for quitPaul Eggert2017-02-051-20/+32
* Signal list cycles in ‘length’ etc.Paul Eggert2017-02-053-216/+146
* Simplify use of FOR_EACH_TAILPaul Eggert2017-02-053-23/+33
* Re-port alloc.c to Solaris sparc and simplifyPaul Eggert2017-02-021-120/+69
* Fix scrolling with partial linesNoam Postavsky2017-02-023-2/+30
* Make limit on scroll-margin variableNoam Postavsky2017-02-022-5/+22
* Don't count mode line for scroll-margin limitNoam Postavsky2017-02-021-4/+2
* Refactor uses of scroll_margin to a functionNoam Postavsky2017-02-023-74/+39
* Pacify Oracle Studio 12.5Paul Eggert2017-02-021-1/+1
* Fix lisp.h underparenthesizationPaul Eggert2017-02-021-3/+2
* Fix quitting bug when buffers are frozenPaul Eggert2017-02-017-80/+70
* Revamp quitting and fix infloopsPaul Eggert2017-02-0116-220/+295
* Remove immediate_quit.Paul Eggert2017-02-0116-210/+28
* * src/alloc.c, src/lisp.h: Fix minor glitches in recent changes.Paul Eggert2017-01-312-16/+12
* Revert two accidental commitsDima Kogan2017-01-312-54/+0
* stashDima Kogan2017-01-302-0/+54
* Add delq list arg checkPaul Eggert2017-01-301-0/+1
* More fixes to prevent crashes on C-gEli Zaretskii2017-01-301-3/+3
* Avoid crashes on C-g in TTY sessionsEli Zaretskii2017-01-301-1/+1
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-3010-16/+123
* Use access-file in EWW to check before downloading a fileMark Oteiza2017-01-281-1/+1
* Restore a test that was removed by a recent commitEli Zaretskii2017-01-271-1/+2
* Slightly tune file-accessible-directory-p fixPaul Eggert2017-01-271-7/+9
* Don't report zero errno for inaccessible directoryEli Zaretskii2017-01-271-1/+8
* Replace QUIT with maybe_quitPaul Eggert2017-01-2537-197/+192
* A quicker check for quitPaul Eggert2017-01-256-68/+108
* Simplify make-list implementationPaul Eggert2017-01-251-33/+3
* Build fix for older gnutls versionsLars Ingebrigtsen2017-01-251-0/+2
* Tweak TLS error messaging on closed connectionsLars Ingebrigtsen2017-01-251-1/+8
* Fix comment detection on open parensNoam Postavsky2017-01-231-55/+62
* Improve uses of CHECK_LIST etc.Paul Eggert2017-01-226-190/+94
* Don't wait for frame to become visibleNoam Postavsky2017-01-201-54/+4
* Check that variable lists are actually listsPhilipp Stephani2017-01-191-0/+2
* Remove lock file when auto-saving into the visited fileEli Zaretskii2017-01-181-4/+11
* Fix a bug with signaling a thread that waits for condvarEli Zaretskii2017-01-181-17/+24
* Rudimentary error handling for non-main threadsEli Zaretskii2017-01-181-3/+17
* Fix NS main thread check (bug#25265)Alan Third2017-01-141-2/+2
* Fix a bug in waiting for condition variableEli Zaretskii2017-01-131-2/+41
* Use expanded stack during regex matchesNoam Postavsky2017-01-083-40/+62
* Fix computation of regex stack limitNoam Postavsky2017-01-081-9/+6
* Remove apploopnrAlan Third2017-01-081-70/+43
* Remove unnecessary blankp codePaul Eggert2017-01-081-5/+0