summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAge
...
* | (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-02
* | * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-02
* | * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-02
* | Revert O_PATH change to fileio.cPaul Eggert2019-06-28
* | Work around Cygwin bug with O_PATHPaul Eggert2019-06-27
* | Omit a few minor unnecessary range checksPaul Eggert2019-06-27
* | Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* | Merge from emacs-26Noam Postavsky2019-06-25
|\|
| * Rename 'make-symbolic-link' argument NEWNAME to LINKNAMEJuanma Barranquero2019-06-21
* | Fix an off-by-one error in assertionEli Zaretskii2019-06-22
* | Fix minor ssize_t / ptrdiff_t confusionPaul Eggert2019-06-07
* | Use copy_file_range to copy filesPaul Eggert2019-06-07
* | Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* | * src/fileio.c: Don't convert \r to \n just because of C-x $Stefan Monnier2019-03-18
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* | Improve pdump file search and 'pdumper-stats'Eli Zaretskii2019-01-26
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-08
| * Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-06-02
* | Use "file name handler" consequentlyMichael Albinus2018-12-22
* | Fix regression in expand-file-name with drive-relative HOMEEli Zaretskii2018-12-12
* | Fix a thinko in fileio.cEli Zaretskii2018-11-14
* | Fix recent change in fileio.cEli Zaretskii2018-11-13
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-13
* | file-attributes cleanupPaul Eggert2018-09-23
* | Shrink pseudovectors a bitPaul Eggert2018-09-06
* | Simplify bignum->intmax conversionPaul Eggert2018-09-04
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Fix file-name-case-insensitive-p on non-existent filesKen Brown2018-07-27
| * | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-07-22
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | unbind_to performance tuningPaul Eggert2018-06-29
* | Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert2018-06-14
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-05-18
* | Do not assume --with-file-notificationPaul Eggert2018-03-30
* | Avoid infinite recursion in file_directory_pEli Zaretskii2018-02-10
* | Work around macOS faccessat bugPaul Eggert2018-02-05
* | Avoid EOVERFLOW problems with file-directory-pPaul Eggert2018-02-03
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Merge from origin/emacs-26Paul Eggert2017-11-25
|\|
| * Tweak copy-file, rename-file docPaul Eggert2017-11-25
| * Reflect changes in copy-file and rename-file in doc stringsEli Zaretskii2017-11-24