| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out char_table_ref_simple for readability | Stefan Kangas | 2021-07-21 | 1 | -60/+44 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-12-09 | 1 | -3/+3 |
|\ |
|
| * | ; * src/chartab.c, src/lisp.h: Fix typos in comments. | Eli Zaretskii | 2020-12-02 | 1 | -3/+3 |
* | | Prefer more inline functions in character.h | Paul Eggert | 2020-04-17 | 1 | -5/+5 |
|/ |
|
* | Do not alter match data in Fcapitalize etc. | Paul Eggert | 2019-07-09 | 1 | -1/+1 |
* | Add HarfBuzz font backend for MS-Windows | Eli Zaretskii | 2019-05-31 | 1 | -6/+9 |
* | Add make_vector and make_nil_vector | Paul Eggert | 2018-12-09 | 1 | -8/+5 |
* | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -2/+2 |
|\ |
|
| * | Prefer NILP (x) to EQ (x, Qnil) | Paul Eggert | 2018-07-19 | 1 | -2/+2 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -22/+22 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -26/+26 |
|/ |
|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Add PVSIZE function to return the size of a pseudovector. | Lars Brinkhoff | 2017-04-10 | 1 | -1/+1 |
* | Fix setting a range of char-table slots in a singular case | Eli Zaretskii | 2016-06-19 | 1 | -1/+1 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -3/+3 |
* | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -1/+0 |
* | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -1/+1 |
* | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -11/+0 |
* | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -2/+4 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -3/+1 |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -2/+2 |
* | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -1/+1 |
* | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -3/+1 |
* | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+2 |
* | * chartab.c (uniprop_encode_value_numeric): | Dmitry Antipov | 2014-09-24 | 1 | -7/+2 |
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -1/+1 |
* | * chartab.c (char_table_translate): Move to... | Dmitry Antipov | 2014-07-08 | 1 | -13/+0 |
* | Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects. | Dmitry Antipov | 2014-07-02 | 1 | -30/+17 |
* | Rename EARRAYSIZE to ARRAYELTS | Daniel Colascione | 2014-04-03 | 1 | -2/+2 |
* | Clean up array size calculations | Daniel Colascione | 2014-04-03 | 1 | -6/+2 |
* | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -1/+1 |
* | * chartab.c (make_sub_char_table): Fix size typo. | Paul Eggert | 2013-11-07 | 1 | -1/+2 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -2/+2 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -2/+2 |
* | Use C99-style flexible array members if available. | Paul Eggert | 2013-06-21 | 1 | -3/+3 |
* | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+16 |
* | Remove several obsolete vars and functions unlikely to be still in use. | Chong Yidong | 2012-09-24 | 1 | -10/+0 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
* | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert | 2012-08-26 | 1 | -9/+10 |
* | port new setting code to Sun C 5.8 2005/10/13 | Paul Eggert | 2012-08-18 | 1 | -4/+2 |
* | * lisp.h (set_char_table_extras): Rename from char_table_set_extras. | Paul Eggert | 2012-08-17 | 1 | -27/+23 |
* | * lisp.h (CSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -18/+18 |
* | Fix previous char table change. | Dmitry Antipov | 2012-08-16 | 1 | -4/+8 |
* | Simple interface to set Lisp_Object fields of chararcter tables. | Dmitry Antipov | 2012-08-16 | 1 | -43/+43 |
* | Doc fixes. | Chong Yidong | 2012-08-15 | 1 | -5/+5 |
* | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -1/+1 |
|\ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
| * | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -1/+1 |