summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-05-181-15/+60
* | Do not assume --with-file-notificationPaul Eggert2018-03-301-0/+2
* | Avoid infinite recursion in file_directory_pEli Zaretskii2018-02-101-1/+1
* | Work around macOS faccessat bugPaul Eggert2018-02-051-5/+8
* | Avoid EOVERFLOW problems with file-directory-pPaul Eggert2018-02-031-9/+37
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-251-2/+4
|\ \ | |/
| * Tweak copy-file, rename-file docPaul Eggert2017-11-251-8/+4
| * Reflect changes in copy-file and rename-file in doc stringsEli Zaretskii2017-11-241-0/+6
* | Merge from origin/emacs-26Paul Eggert2017-11-131-1/+2
|\ \ | |/
| * Fix Bug#29225Michael Albinus2017-11-121-1/+2
* | Merge from origin/emacs-26Paul Eggert2017-11-021-1/+9
|\ \ | |/
| * * src/fileio.c (Fset_default_file_modes): Fix typo in doc string.Eli Zaretskii2017-10-271-1/+1
| * Improve documentation of set-default-file-modesEli Zaretskii2017-10-271-1/+9
* | Merge from origin/emacs-26Paul Eggert2017-10-201-1/+1
|\ \ | |/
| * Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-10-121-2/+12
|\ \ | |/
| * Let rename-file rename dirs across filesystemsPaul Eggert2017-10-121-2/+12
* | Merge from origin/emacs-26Paul Eggert2017-10-121-1/+1
|\ \ | |/
| * ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* | Add file name handler support for file-system-infoMichael Albinus2017-10-031-0/+13
* | Port file-system-info to non-MicrosoftPaul Eggert2017-10-011-0/+39
|/