summaryrefslogtreecommitdiff
path: root/test/src/fileio-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Fix 'expand-file-name' for remote filesEli Zaretskii2020-09-031-37/+0
* Mark failing fileio test on MS-WindowsPaul Eggert2020-08-291-0/+3
* * test/src/fileio-tests.el: Preserve HOME when a test failsMattias Engdegård2020-08-281-6/+4
* Fix most of fileio-tests on MS-WindowsEli Zaretskii2020-08-281-7/+23
* Fix recently-introduced expand-file-name bugPaul Eggert2020-08-271-0/+8
* Fix expand-file-name symlink-to-dir bugPaul Eggert2020-08-261-0/+11
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix fileio.c infloops on circular listsPaul Eggert2019-10-301-0/+9
* Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-261-10/+10
* Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-241-0/+11
* Fix expand-file-name for names starting with '~'Ken Brown2019-07-211-1/+5
* * src/fileio.c: Fix bug#36431Stefan Monnier2019-07-091-5/+6
* Ensure that expand-file-name returns an absolute file nameKen Brown2019-07-081-0/+5
* (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-021-0/+19
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix regression in expand-file-name with drive-relative HOMEEli Zaretskii2018-12-121-0/+4
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-0/+8
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| * Unbreak a fileio test on non-Mac OS X systemsGlenn Morris2017-12-201-1/+4
| * Use utf-8-hfs-unix on macOS (Bug#29712)Alan Third2017-12-161-1/+2
|/
* Adapt fileio-tests--symlink-failure to CygwinKen Brown2017-09-181-0/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix 'directory-file-name' on DOS_NT systems as wellEli Zaretskii2017-09-081-0/+30
* Fix bug: (directory-file-name "///") returned "//"Paul Eggert2017-09-071-0/+19
* Do not munge contents of local symbolic linksPaul Eggert2017-08-261-11/+10
* Change recent symlink tests to just test ASCIIPaul Eggert2017-08-191-4/+2
* Don’t adjust CRLF in file namesPaul Eggert2017-08-191-0/+49