aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcHelmut Eller2026-01-021-22/+1
|\
| * ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
| * Fix some C symbol extern visibilityPaul Eggert2025-12-081-21/+0
* | Merge branch 'master' into feature/igcPip Cet2025-05-081-1/+5
|\ \ | |/
| * (decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier2025-05-021-1/+5
* | Merge branch 'master' into feature/igcGerd Möllmann2025-04-051-0/+2
|\ \ | |/
| * (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier2025-03-291-0/+2
* | Merge from 'savannah/master'Pip Cet2025-03-181-1/+4
|\ \ | |/
| * Merge from origin/emacs-30Sean Whitton2025-03-121-1/+4
| |\
| | * Document return values of the various read-* functionsEli Zaretskii2025-03-091-1/+4
| | * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-9/+9
|\ \ \ | |/ /
| * | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-9/+9
| |\ \
| | * | Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-9/+9
* | | | Merge branch 'master' into feature/igcGerd Möllmann2025-01-191-3/+3
|\ \ \ \ | |/ / /
| * | | Replace call[1-8] with callnStefan Kangas2025-01-191-3/+3
* | | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-2/+2
|\ \ \ \ | |/ / /
| * | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| * | | Merge from origin/emacs-30Eli Zaretskii2024-12-211-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * ; Fix call to 'decode_string_utf_8' in #ifdef'ed-away codeEli Zaretskii2024-12-211-1/+1
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-1/+3
|\ \ \ | |/ /
| * | Merge from origin/emacs-30Eli Zaretskii2024-10-121-1/+3
| |\ \ | | |/
| | * Avoid segfaults in Rmail-MIMEEli Zaretskii2024-10-091-1/+3
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-11/+11
|\ \ \ | |/ /
| * | Merge from origin/emacs-30Eli Zaretskii2024-07-271-11/+11
| |\ \ | | |/
| | * Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-11/+11
* | | Merge branch 'master' into scratch/igcPip Cet2024-07-101-1/+1
|\ \ \ | |/ /
| * | Use cheaper string constructorsMattias Engdegård2024-07-091-1/+1
| |/
* | Add END_DO_MARKERS to allow break in DO_MARKERSGerd Möllmann2024-06-291-32/+40
* | More FIXME/igcGerd Möllmann2024-06-271-1/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-06-231-5/+8
|\ \ | |/
| * "Insert before markers" in read_and_insert_process_output properlyDmitry Gutov2024-06-141-5/+8
* | Use weak vector for buffer markersGerd Möllmann2024-06-141-13/+4
* | coding_system_categoriesGerd Möllmann2024-06-141-15/+4
* | coding systemsGerd Möllmann2024-06-141-0/+18
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-05-261-2/+5
|\ \ | |/
| * Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-2/+5
* | ; * src/coding.c (syms_of_coding) [HAVE_MPS]: Add commentary.Eli Zaretskii2024-05-021-0/+8
* | Fix a typoGerd Möllmann2024-04-301-1/+1
* | Staticpro coding_categories only if HAVE_MPSHelmut Eller2024-04-301-0/+2
* | Staticpro coding_categoriesHelmut Eller2024-04-301-0/+10
|/
* (en/decode_coding_object): Fix `after-change-functions`Stefan Monnier2024-04-101-8/+39
* * src/coding.c (produce_chars): Fix a thinko (bug#69966).Eli Zaretskii2024-03-231-2/+2
* Enable calling decode_coding_object with both SRC and DST_OBJECT QnilPo Lu2024-03-231-11/+23
* ; Pacify -Wmaybe-uninitialized in coding.c.Basil L. Contovounesios2024-03-161-1/+1
* Be more systematic about parens in C source codePaul Eggert2024-01-201-7/+7
* Use `min`/`max` macros in a few more placesStefan Kangas2024-01-091-2/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-2/+2