summaryrefslogtreecommitdiff
path: root/test/lisp/files-tests.el
Commit message (Expand)AuthorAgeFilesLines
...
| * Add some unit tests for 'abbreviate-file-name'Jim Porter2021-11-071-0/+33
* | Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-071-127/+121
* | Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-061-12/+4
* | ; * test/lisp/files-tests.el: Fix last commit.Stefan Kangas2021-10-271-1/+0
* | Add test for file-name-baseStefan Kangas2021-10-271-0/+9
|/
* Don't rely on lexical-binding being nil in testsMattias Engdegård2021-09-221-0/+2
* Fix failures in recent files testsLars Ingebrigtsen2021-08-211-2/+2
* Fix documentation of recently-added tests for files.elEli Zaretskii2021-08-211-18/+17
* ; * test/lisp/files-tests.el: Add tests for save-some-buffers (Bug#46374)Tino Calancha2021-08-201-0/+214
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Another fix for parse-colon-pathEli Zaretskii2021-08-081-18/+15
* Fix files-tests broken on MS-Windows by a recent changeEli Zaretskii2021-08-071-3/+5
* Fix problem with relative directories in CDPATHLars Ingebrigtsen2021-08-071-1/+4
* Fix files-tests on non-Posix systemsEli Zaretskii2021-08-051-15/+28
* Make the test for auto-mode-alist from .dir-local.el stricterLars Ingebrigtsen2021-07-241-1/+7
* Add auto-mode-alist functionality to .dir-locals.elTom Tromey2021-07-231-0/+5
* Add new user option lock-file-name-transformsLars Ingebrigtsen2021-07-071-0/+38
* Add new function file-name-with-extensionColin Woodbury2021-06-301-0/+18
* Revert "Add `file-name-set-extension'"Michael Albinus2021-06-191-20/+0
* Add `file-name-set-extension'Michael Albinus2021-06-191-0/+20
* Always heed the `lexical-binding' local variableLars Ingebrigtsen2021-05-101-0/+13
* Fix unquoting of file names in subprocesses (Bug#48177)Michael Albinus2021-05-031-11/+13
* Fix lisp/files-tests on MS-WindowsEli Zaretskii2021-03-271-12/+43
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Move some test data to follow our conventionsStefan Kangas2020-10-231-1/+2
* Merge from origin/emacs-27Glenn Morris2020-10-021-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+2
* | ; Fix more trivial typosStefan Kangas2020-09-211-1/+1
* | New command: revert-buffer-with-fine-grainMauro Aranda2020-09-201-0/+54
* | Put files in mhtml-mode when they have <!DOCTYPE, case-insensitiveDaniel Martín2020-09-191-0/+12
* | Do not truncate /foo//bar to /bar/ in parse-colon-pathTino Calancha2020-08-121-1/+4
* | Combine archive-int-to-mode and tar-grind-file-modeTino Calancha2020-05-141-0/+36
* | Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-071-2/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Spelling fixesPaul Eggert2019-12-091-2/+2
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Fix file-tests.el on MS-WindowsEli Zaretskii2019-11-031-1/+7
* Fix formatting of (file-size-human-readable 2047)Lars Ingebrigtsen2019-10-101-0/+6
* Clean up file-size-functionMattias Engdegård2019-08-021-1/+6
* Make REs in magic-(fallback-)mode-alist case-sensitive.Benjamin Riefenstahl2019-07-201-0/+27
* Optional space and unit in `file-size-human-readable' (bug#35756)Mattias Engdegård2019-06-231-0/+23
* Don't rewrite buffer contents after saving by rename (Bug#35497)Jonathan Tomer2019-05-081-0/+15
* ; Fix files-tests-executable-find on w32 (Bug#35241)Noam Postavsky2019-04-171-1/+1
* Fix Bug#35241Michael Albinus2019-04-171-0/+26
* * test/lisp/files-tests.el: Unify test namesMichael Albinus2019-04-171-13/+13
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani2018-12-221-0/+10
* | Fix selinux test in files-tests.elMichael Albinus2018-06-051-1/+2
* | Extend file-name-non-specialMichael Albinus2018-06-031-68/+421