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