| Commit message (Expand) | Author | Age | Files | Lines |
| * | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -28/+10 |
| * | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -4/+0 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| * | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -1/+2 |
| |\ |
|
| | * | Fix rendering of composed caharacters on the mode line. (Bug#19435) | Eli Zaretskii | 2014-12-25 | 1 | -1/+2 |
| * | | Cleanup terminal handling code. | Dmitry Antipov | 2014-10-14 | 1 | -1/+1 |
| * | | Pacify --enable-gcc-warnings when no window system is used. | Paul Eggert | 2014-09-10 | 1 | -15/+10 |
| * | | Consistently use validate_subarray to verify substring. | Dmitry Antipov | 2014-06-25 | 1 | -21/+14 |
| * | | * fileio.c (Fread_file_name): Do not pass redundant args and ... | Dmitry Antipov | 2014-06-17 | 1 | -15/+16 |
| |/ |
|
| * | * composite.c (fill_gstring_header): Pass positions as C integers | Dmitry Antipov | 2014-02-13 | 1 | -33/+31 |
| * | composite.c (composition_update_it): Fix previous change. | Kenichi Handa | 2014-01-19 | 1 | -1/+1 |
| * | composite.c (composition_update_it): Fix indexing of LGSTRING_CHAR (Bug#15984). | Kenichi Handa | 2014-01-13 | 1 | -1/+1 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | src/composite.c (composition_reseat_it): Fix a typo in a comment. | Eli Zaretskii | 2013-12-02 | 1 | -1/+1 |
| * | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 |
| * | * lisp.h (eassume): New macro. | Paul Eggert | 2013-10-10 | 1 | -1/+0 |
| * | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 |
| * | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -1/+1 |
| * | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -2/+0 |
| * | * composite.h: Minor fixups. | Paul Eggert | 2013-08-03 | 1 | -1/+1 |
| * | Do not use global Lisp_Object in composition macros. | Dmitry Antipov | 2013-08-03 | 1 | -15/+11 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -1/+1 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -9/+4 |
| * | * composite.c (get_composition_id, fill_gstring_header): | Dmitry Antipov | 2013-03-05 | 1 | -2/+2 |
| * | * composite.c (fill_gstring_header): Remove useless prototype. | Dmitry Antipov | 2013-02-15 | 1 | -5/+2 |
| * | * font.c (font_range): Add pos_byte argument. Adjust comment | Dmitry Antipov | 2013-02-13 | 1 | -9/+5 |
| * | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -1/+1 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | | Use ad-hoc comparison function for the profiler's hash-tables. | Stefan Monnier | 2012-11-08 | 1 | -2/+2 |
| |/ |
|
| * | composite.c (composition_reseat_it): Handle the case that a grapheme cluster ... | Kenichi Handa | 2012-09-22 | 1 | -31/+20 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -10/+12 |
| * | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -2/+2 |
| * | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
| * | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -0/+3 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -1/+1 |
| * | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -2/+2 |
| * | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -10/+2 |
| * | Introduce fast path for the widely used marker operation. | Dmitry Antipov | 2012-07-06 | 1 | -5/+2 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -1/+1 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
| * | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -3/+0 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -2/+2 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -2/+2 |
| |\ |
|
| | * | composite.c: use 'double' consistently | Paul Eggert | 2012-04-08 | 1 | -2/+2 |
| * | | 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 |
| * | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
| |\ \
| |/ |
|