index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sysstdio.h
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
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-08-07
Fix some emacs_fopen confusion
Paul Eggert
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-05-27
Add ATTRIBUTE_DEALLOC to extern functions
Paul Eggert
2022-03-08
Do not include <attribute.h> from <config.h>
Paul Eggert
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-17
Pacify gcc -Wsuggest-attribute=malloc
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-08-24
extern function cleanup
Paul Eggert
2019-07-14
Fix recent changes
Eli Zaretskii
2019-07-13
Use a better buffer size in emacs_perror
Paul Eggert
2019-07-13
Avoid interleaving stderr in a few cases
Paul Eggert
2019-07-08
Use fewer locks when accessing stdio
Paul Eggert
2019-07-06
Don’t ignore stderr failure when ADDRESS_SANITIZER
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-06-22
Use unlocked stdio more systematically
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-16
Make src headers idempotent and standalone
Paul Eggert
2015-02-19
Simplify binary I/O configuration
Paul Eggert
2013-07-05
Use emacs_open more consistently when opening files.
Paul Eggert