index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
chartab.c
Age
Commit message (
Expand
)
Author
2017-04-10
Add PVSIZE function to return the size of a pseudovector.
Lars Brinkhoff
2016-06-19
Fix setting a range of char-table slots in a singular case
Eli Zaretskii
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2014-09-30
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-29
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-24
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
* chartab.c (uniprop_encode_value_numeric):
Dmitry Antipov
2014-09-15
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-07-08
* chartab.c (char_table_translate): Move to...
Dmitry Antipov
2014-07-02
Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects.
Dmitry Antipov
2014-04-03
Rename EARRAYSIZE to ARRAYELTS
Daniel Colascione
2014-04-03
Clean up array size calculations
Daniel Colascione
2013-12-01
Spelling and punctuation fixes.
Paul Eggert
2013-11-07
* chartab.c (make_sub_char_table): Fix size typo.
Paul Eggert
2013-11-03
Port to stricter C99 platforms.
Paul Eggert
2013-09-24
Use union for the payload of struct Lisp_Vector.
Dmitry Antipov
2013-06-21
Use C99-style flexible array members if available.
Paul Eggert
2013-06-16
Use functions, not macros, for XINT etc.
Paul Eggert
2012-09-24
Remove several obsolete vars and functions unlikely to be still in use.
Chong Yidong
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-26
* character.c, charset.c, chartab.c: Use bool for booleans.
Paul Eggert
2012-08-18
port new setting code to Sun C 5.8 2005/10/13
Paul Eggert
2012-08-17
* lisp.h (set_char_table_extras): Rename from char_table_set_extras.
Paul Eggert
2012-08-17
* lisp.h (CSET): Remove.
Paul Eggert
2012-08-16
Fix previous char table change.
Dmitry Antipov
2012-08-16
Simple interface to set Lisp_Object fields of chararcter tables.
Dmitry Antipov
2012-08-15
Doc fixes.
Chong Yidong
2011-12-10
Merge from trunk.
Paul Eggert
2011-11-19
Spelling fixes.
Paul Eggert
2011-11-18
Merge from trunk.
Paul Eggert
2011-11-17
Spelling fixes.
Paul Eggert
2011-11-14
Fix typos.
Juanma Barranquero
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-08-23
Fix default values of character properties.
Kenichi Handa
2011-08-15
Use uniprop tables instead of biditype.h and bidimirror.h.
Eli Zaretskii
2011-08-02
Merge from trunk.
Paul Eggert
2011-07-08
Fix minor problems found by static checking.
Paul Eggert
2011-07-07
chartab.c (sub_char_table_set_range): Fix previous change.
Kenichi Handa
2011-07-07
Add C interface for Unicode character property table.
Kenichi Handa
2011-06-12
* chartab.c (Fchar_table_range): Use CHARACTERP to check range.
Paul Eggert
2011-04-25
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
* chartab.c (chartab_chars, chartab_bits): Now static.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
[next]