summaryrefslogtreecommitdiff
path: root/src/chartab.c
Commit message (Expand)AuthorAge
* Factor out char_table_ref_simple for readabilityStefan Kangas2021-07-21
* Merge from origin/emacs-27Glenn Morris2020-12-09
|\
| * ; * src/chartab.c, src/lisp.h: Fix typos in comments.Eli Zaretskii2020-12-02
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
|/
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-09
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-31
* Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\
| * Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-10
* Fix setting a range of char-table slots in a singular caseEli Zaretskii2016-06-19
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-24
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* * chartab.c (char_table_translate): Move to...Dmitry Antipov2014-07-08
* Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects.Dmitry Antipov2014-07-02
* Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-03
* Clean up array size calculationsDaniel Colascione2014-04-03
* Spelling and punctuation fixes.Paul Eggert2013-12-01
* * chartab.c (make_sub_char_table): Fix size typo.Paul Eggert2013-11-07
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* Use C99-style flexible array members if available.Paul Eggert2013-06-21
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong2012-09-24
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-26
* port new setting code to Sun C 5.8 2005/10/13Paul Eggert2012-08-18
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-17
* * lisp.h (CSET): Remove.Paul Eggert2012-08-17
* Fix previous char table change.Dmitry Antipov2012-08-16
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-16
* Doc fixes.Chong Yidong2012-08-15
* Merge from trunk.Paul Eggert2011-12-10
|\
| * Spelling fixes.Paul Eggert2011-11-19
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-17
| * Fix typos.Juanma Barranquero2011-11-14