summaryrefslogtreecommitdiff
path: root/src/scroll.c
AgeCommit message (Expand)Author
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-07-27Fix subscript error in calculate_direct_scrollingPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-03Avoid undefined behavior with signed left shift.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov
2013-03-08region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-06-28* configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* scroll.c: Integer and memory overflow fixes.Paul Eggert
2011-06-22GLYPH_DEBUG fixesPaul Eggert
2011-04-13* scroll.c (scroll_cost): Remove; unused.Paul Eggert
2011-03-29src/scroll.c, src/w32.c: Trivial whitespace changes.Juanma Barranquero
2011-03-22* scroll.c (do_scrolling): Work around GCC bug 48228.Paul Eggert
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert
2011-02-26* scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.Paul Eggert
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-27* scroll.c: Fix comment.Andreas Schwab
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu
2010-09-24Fix EMACS_INT/int conversion in scroll.c.Lars Magne Ingebrigtsen
2010-07-12Convert old-style definitionsAndreas Schwab
2010-07-12Convert more function definitions to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-31Merge from emacs--devo--0Miles Bader