aboutsummaryrefslogtreecommitdiffstats
path: root/src/chartab.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-17Prefer more inline functions in character.hPaul Eggert1-5/+5
2019-07-09Do not alter match data in Fcapitalize etc.Paul Eggert1-1/+1
2019-05-31Add HarfBuzz font backend for MS-WindowsEli Zaretskii1-6/+9
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-8/+5
2018-08-07More macro renamings for bignumTom Tromey1-22/+22
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-26/+26
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff1-1/+1
2016-06-19Fix setting a range of char-table slots in a singular caseEli Zaretskii1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-3/+3
2015-10-20Include-file cleanup for src directoryPaul Eggert1-1/+0
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-1/+1
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-11/+0
2015-01-25Count MANY function args more reliablyPaul Eggert1-2/+4
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-3/+1
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert1-2/+2
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert1-1/+1
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov1-3/+1
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert1-0/+2
2014-09-24* chartab.c (uniprop_encode_value_numeric):Dmitry Antipov1-7/+2
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov1-1/+1
2014-07-08* chartab.c (char_table_translate): Move to...Dmitry Antipov1-13/+0
2014-07-02Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects.Dmitry Antipov1-30/+17
2014-04-03Rename EARRAYSIZE to ARRAYELTSDaniel Colascione1-2/+2
2014-04-03Clean up array size calculationsDaniel Colascione1-6/+2
2013-12-01Spelling and punctuation fixes.Paul Eggert1-1/+1
2013-11-07* chartab.c (make_sub_char_table): Fix size typo.Paul Eggert1-1/+2
2013-11-03Port to stricter C99 platforms.Paul Eggert1-2/+2
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov1-2/+2
2013-06-21Use C99-style flexible array members if available.Paul Eggert1-3/+3
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert1-0/+16
2012-09-24Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong1-10/+0
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-08-26* character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert1-9/+10
2012-08-18port new setting code to Sun C 5.8 2005/10/13Paul Eggert1-4/+2
2012-08-17* lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert1-27/+23
2012-08-17* lisp.h (CSET): Remove.Paul Eggert1-18/+18
2012-08-16Fix previous char table change.Dmitry Antipov1-4/+8
2012-08-16Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov1-43/+43
2012-08-15Doc fixes.Chong Yidong1-5/+5
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-17Spelling fixes.Paul Eggert1-1/+1
2011-11-14Fix typos.Juanma Barranquero1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-5/+5
2011-08-23Fix default values of character properties.Kenichi Handa1-2/+0
2011-08-15Use uniprop tables instead of biditype.h and bidimirror.h.Eli Zaretskii1-8/+17
2011-08-02Merge from trunk.Paul Eggert1-1/+1
2011-08-02Make uniprop_table non-static.Kenichi Handa1-1/+1
2011-07-09src/chartab.c (uniprop_table_uncompress): Remove unused local variable.Juanma Barranquero1-1/+0