summaryrefslogtreecommitdiff
path: root/src/casetab.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+2
|\ \
| * | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-1/+2
| |/
* | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-10/+10
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-2/+0
* Add set operations for bool-vector.Daniel Colascione2013-09-221-2/+2
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-261-8/+1
* * src/casetab.c (init_casetab_once): Fix last change.Barry O'Reilly2013-05-221-1/+1
* * lisp/case-table.el (case-table-get-table): New function.Stefan Monnier2013-03-271-2/+10
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert2012-08-241-2/+2
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-4/+4
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-7/+7
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-1/+1
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-8/+8
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-4/+4
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-201-1/+1
* | * casetab.c (set_identity, shuffle): Use lint_assume.Paul Eggert2011-09-211-4/+8
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+4
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.Paul Eggert2011-04-101-2/+4
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+3
* * casetab.c (set_identity, shuffle): Likewise.Paul Eggert2011-04-091-4/+6
* Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert2011-03-151-6/+0
* Change B_ to BVARTom Tromey2011-02-161-5/+5
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-5/+5
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0