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