summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-261-1/+2
* Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-241-66/+55
* Port double-slash test to z/OSPaul Eggert2019-07-241-12/+10
* Fix expand-file-name for names starting with '~'Ken Brown2019-07-211-24/+44
* Clarify the expand-file-name doc stringLars Ingebrigtsen2019-07-111-10/+16
* * src/fileio.c: Fix bug#36431Stefan Monnier2019-07-091-30/+89
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-7/+7
* Ensure that expand-file-name returns an absolute file nameKen Brown2019-07-081-1/+16
* Merge from origin/emacs-26Glenn Morris2019-07-061-1/+1
|\
| * Fix typo in doc string of file-exists-p (bug#36408)Stefan Kangas2019-06-291-1/+1
* | (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-021-43/+22
* | * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-021-11/+1
* | * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-021-1/+1
* | Revert O_PATH change to fileio.cPaul Eggert2019-06-281-4/+0
* | Work around Cygwin bug with O_PATHPaul Eggert2019-06-271-0/+4
* | Omit a few minor unnecessary range checksPaul Eggert2019-06-271-1/+1
* | Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-3/+3
* | Merge from emacs-26Noam Postavsky2019-06-251-5/+5
|\ \ | |/
| * Rename 'make-symbolic-link' argument NEWNAME to LINKNAMEJuanma Barranquero2019-06-211-5/+5
* | Fix an off-by-one error in assertionEli Zaretskii2019-06-221-1/+1
* | Fix minor ssize_t / ptrdiff_t confusionPaul Eggert2019-06-071-1/+2
* | Use copy_file_range to copy filesPaul Eggert2019-06-071-8/+33
* | Remove fixnum restriction on some display varsPaul Eggert2019-05-221-2/+7
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* | * src/fileio.c: Don't convert \r to \n just because of C-x $Stefan Monnier2019-03-181-1/+1
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-2/+3
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-2/+2
* | Improve pdump file search and 'pdumper-stats'Eli Zaretskii2019-01-261-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-081-5/+13
| * Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-06-021-15/+60
* | Use "file name handler" consequentlyMichael Albinus2018-12-221-37/+37
* | Fix regression in expand-file-name with drive-relative HOMEEli Zaretskii2018-12-121-0/+28
* | Fix a thinko in fileio.cEli Zaretskii2018-11-141-1/+1
* | Fix recent change in fileio.cEli Zaretskii2018-11-131-12/+14
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-4/+58
* | file-attributes cleanupPaul Eggert2018-09-231-7/+5
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-2/+2
* | Simplify bignum->intmax conversionPaul Eggert2018-09-041-8/+4
* | Improve bignum support for system typesPaul Eggert2018-08-271-3/+10
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-6/+29
|\ \
| * | Fix file-name-case-insensitive-p on non-existent filesKen Brown2018-07-271-0/+15
| * | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-07-221-5/+13
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-24/+24
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-48/+48
|/ /
* | unbind_to performance tuningPaul Eggert2018-06-291-2/+1
* | Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert2018-06-141-11/+18
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-10/+7