summaryrefslogtreecommitdiff
path: root/src/scroll.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-8/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Fix overflow lockup with frames > 255 linesScott Corley2018-10-071-3/+3
* | * src/scroll.c (calculate_scrolling): Remove casts.Paul Eggert2018-10-071-2/+2
* | Fix overflow lockup with frames > 255 linesScott Corley2018-10-071-3/+3
* | Rename Emacs-specific INFINITY constantsPaul Eggert2018-08-311-18/+12
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* Fix subscript error in calculate_direct_scrollingPaul Eggert2015-07-271-31/+32
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-9/+19
* Avoid undefined behavior with signed left shift.Paul Eggert2014-08-031-9/+11
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Omit some unnecessary casts.Paul Eggert2013-08-101-5/+3
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-6/+6
* region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert2013-03-081-10/+7
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-5/+5
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-3/+3
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-5/+5
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-4/+4
|/
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-11/+4
* * scroll.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-26/+15
* GLYPH_DEBUG fixesPaul Eggert2011-06-221-4/+4
* * scroll.c (scroll_cost): Remove; unused.Paul Eggert2011-04-131-38/+0
* src/scroll.c, src/w32.c: Trivial whitespace changes.Juanma Barranquero2011-03-291-3/+8
* * scroll.c (do_scrolling): Work around GCC bug 48228.Paul Eggert2011-03-221-2/+2
* * cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert2011-03-081-5/+8
* * scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.Paul Eggert2011-02-261-2/+3
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * scroll.c: Fix comment.Andreas Schwab2010-12-271-2/+1