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