index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
charset.c
Age
Commit message (
Expand
)
Author
2026-05-23
Avoid memsets in charset.c
Paul Eggert
2026-05-18
Prefer singed type to size_t in Fdefine_charset_internal
Paul Eggert
2026-04-29
; Spelling fixes.
Paul Eggert
2026-04-02
; * src/charset.c (Ffind_charset_string): Fix a typo (bug#80707).
Manuel Giraud
2026-03-26
; Fix comments and doc strings in some C files
Eli Zaretskii
2026-03-21
* src/charset.c (Fdefine_charset_internal): Fix memory leak.
Helmut Eller
2026-03-21
* src/charset.c (shrink_charset_table): Simplify.
Helmut Eller
2026-03-21
Introduce a struct charset_table
Helmut Eller
2026-03-21
Remove the charset_table_init array
Helmut Eller
2026-03-21
Move the attribute field of charsets to a separate vector
Helmut Eller
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-04-19
Avoid name clashes with static GnuTLS
Paul Eggert
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-11-30
; * src/charset.c (Fmap_charset_chars): Fix last change (bug#74555).
Eli Zaretskii
2024-11-30
Add more error-checking to Fmap_charset_chars
altermo
2024-10-24
Fix error message in charset.c
Eli Zaretskii
2024-07-25
Standardize possessive apostrophe usage in manuals, docs, and comments
Stefan Kangas
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-01-24
(struct composition): Remove dependency on hash-table internals
Stefan Monnier
2024-01-23
(struct charset): Remove dependency on hash-table internals
Stefan Monnier
2024-01-20
Be more systematic about parens in C source code
Paul Eggert
2024-01-13
Inlined and specialised hash table look-up
Mattias Engdegård
2024-01-13
Store hash values as integers instead of Lisp_Object
Mattias Engdegård
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-07-27
Update Android port
Po Lu
2023-04-29
Update Android port
Po Lu
2023-03-07
Update Android port
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-08-18
Copy-edit doc strings and comments wrt bignum and fixnum
Mattias Engdegård
2022-03-12
Merge from origin/emacs-28
Stefan Kangas
2022-03-10
Improve documentation of 'map-charset-chars'
Eli Zaretskii
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-15
Fix crash when dumping charset_table with portable dumper (Bug#52461)
YAMAMOTO Mitsuharu
2021-03-19
Do not load native code when `load' is explicitly called on a .elc file
Andrea Corallo
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-09
Merge from origin/emacs-27
Glenn Morris
2020-12-02
; * src/charset.c (Fmap_charset_chars): Doc fix.
Eli Zaretskii
2020-08-15
Prefer Fvector to make_uninit_vector
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-04-05
Improve integer range checking
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-15
Improve directory-access diagnostics
Paul Eggert
2019-07-20
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-07-08
Use fewer locks when accessing stdio
Paul Eggert
2019-03-17
Fix 'define-charset' after dumping with pdumper
Eli Zaretskii
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-01-31
Prefer static to extern where either will do
Paul Eggert
[next]