index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
casetab.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-08-05
Rename src/regex.c to src/regex-emacs.c.
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-10-10
* lisp.h (eassume): New macro.
Paul Eggert
2013-09-22
Add set operations for bool-vector.
Daniel Colascione
2013-08-26
* syntax.c (init_syntax_once): Adjust comment and do an early
Dmitry Antipov
2013-05-22
* src/casetab.c (init_casetab_once): Fix last change.
Barry O'Reilly
2013-03-27
* lisp/case-table.el (case-table-get-table): New function.
Stefan Monnier
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-24
* casefiddle.c, casetab.c, category.c: Use bool for boolean.
Paul Eggert
2012-08-17
* buffer.h (BSET): Remove.
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
Simple interface to set Lisp_Object fields of chararcter tables.
Dmitry Antipov
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-12-10
Merge from trunk.
Paul Eggert
2011-11-20
Fix typos.
Juanma Barranquero
2011-09-21
* casetab.c (set_identity, shuffle): Use lint_assume.
Paul Eggert
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
* casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
Paul Eggert
2011-04-10
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-09
* casetab.c (set_identity, shuffle): Likewise.
Paul Eggert
2011-03-15
Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
Paul Eggert
2011-02-16
Change B_ to BVAR
Tom Tromey
[next]