| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -7/+7 |
| * | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -8/+3 |
| * | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -5/+8 |
| * | * chartab.c (uniprop_encode_value_numeric): | Dmitry Antipov | 2014-09-24 | 1 | -7/+9 |
| * | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy. | Paul Eggert | 2014-09-23 | 1 | -1/+1 |
| * | Use known length of a Lisp string to copy it faster. | Dmitry Antipov | 2014-09-23 | 1 | -1/+1 |
| * | Avoid extra call to oblookup when interning symbols. | Dmitry Antipov | 2014-09-22 | 1 | -8/+5 |
| * | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -7/+7 |
| * | Prefer ptrdiff_t to int and avoid integer overflows. | Dmitry Antipov | 2014-09-13 | 1 | -1/+1 |
| * | Fix the MS-Windows build broken by SAFE_ALLOCA changes. | Eli Zaretskii | 2014-09-07 | 1 | -0/+4 |
| * | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -13/+26 |
| * | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -3/+3 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -3/+3 |
| * | 2014-07-19 Kenichi Handa <handa@gnu.org> | Kenichi Handa | 2014-07-20 | 1 | -1/+5 |
| * | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more natural | Dmitry Antipov | 2014-07-16 | 1 | -3/+9 |
| * | * font.c, font.h (font_unparse_fcname): Now static. | Paul Eggert | 2014-07-09 | 1 | -2/+9 |
| * | * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]: | Dmitry Antipov | 2014-07-08 | 1 | -1/+27 |
| * | Use convenient alists to manage per-frame font driver-specific data. | Dmitry Antipov | 2014-07-03 | 1 | -37/+18 |
| * | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca | Glenn Morris | 2014-06-21 | 1 | -0/+3 |
| |\ |
|
| | * | * font.c (font_make_object): Avoid dangling pointer which may | Dmitry Antipov | 2014-06-19 | 1 | -0/+3 |
| * | | * lisp.h (STRING_COPYIN): Remove; unused. | Dmitry Antipov | 2014-06-17 | 1 | -4/+2 |
| * | | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | Dmitry Antipov | 2014-06-10 | 1 | -1/+0 |
| * | | * font.c (font_matching_entity): Extract font-entity object | Dmitry Antipov | 2014-05-19 | 1 | -1/+1 |
| * | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -7/+2 |
| * | | * font.c (font_list_entities): Do not add empty vector to font cache. | Dmitry Antipov | 2014-04-02 | 1 | -15/+18 |
| |/ |
|
| * | Fix bug #16930 with broken build --without-x. | Eli Zaretskii | 2014-03-03 | 1 | -1/+8 |
| * | * font.c (toplevel): Adjust comment about font cache layout. | Dmitry Antipov | 2014-03-03 | 1 | -5/+17 |
| * | Avoid "." at end of error diagnostics. | Paul Eggert | 2014-02-10 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2014-01-09 | 1 | -1/+1 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 1 | -1/+21 |
| * | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -16/+8 |
| * | * font.c (font_close_object): Check for live frame (Bug#16128). | Dmitry Antipov | 2013-12-13 | 1 | -2/+6 |
| * | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov | 2013-12-12 | 1 | -8/+12 |
| * | * font.c (font_find_for_lface): Ensure SAFE_FREE on return. | Dmitry Antipov | 2013-12-10 | 1 | -1/+4 |
| * | * font.c (font_list_entities): Remove dummy assignment. | Dmitry Antipov | 2013-12-04 | 1 | -1/+1 |
| * | Add pre-redisplay-function and rectangular region | Stefan Monnier | 2013-10-29 | 1 | -3/+3 |
| * | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -2/+2 |
| * | Fix syms_of_(mac|ms)font calls. | Jan Djärv | 2013-09-16 | 1 | -6/+0 |
| * | Fix compilation for GNUStep due to font changes. | Jan Djärv | 2013-09-15 | 1 | -0/+2 |
| * | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -0/+1 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -4/+4 |
| * | Attempt to make redisplay more selective when changing fonts. | Dmitry Antipov | 2013-09-06 | 1 | -3/+3 |
| * | Make --without-x compatible with --enable-gcc-warnings. | Dmitry Antipov | 2013-09-05 | 1 | -0/+2 |
| * | * font.c (clear_font_cache): New function, stripped from... | Dmitry Antipov | 2013-08-13 | 1 | -24/+26 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -31/+31 |
| * | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -29/+16 |
| * | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -1/+1 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -7/+6 |
| * | font.c (Ffont_spec): Signal an error for an invalid font name. | Kenichi Handa | 2013-06-18 | 1 | -1/+2 |