index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
files-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix failures in recent files tests
Lars Ingebrigtsen
2021-08-21
1
-2
/
+2
*
Fix documentation of recently-added tests for files.el
Eli Zaretskii
2021-08-21
1
-18
/
+17
*
; * test/lisp/files-tests.el: Add tests for save-some-buffers (Bug#46374)
Tino Calancha
2021-08-20
1
-0
/
+214
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
Another fix for parse-colon-path
Eli Zaretskii
2021-08-08
1
-18
/
+15
*
Fix files-tests broken on MS-Windows by a recent change
Eli Zaretskii
2021-08-07
1
-3
/
+5
*
Fix problem with relative directories in CDPATH
Lars Ingebrigtsen
2021-08-07
1
-1
/
+4
*
Fix files-tests on non-Posix systems
Eli Zaretskii
2021-08-05
1
-15
/
+28
*
Make the test for auto-mode-alist from .dir-local.el stricter
Lars Ingebrigtsen
2021-07-24
1
-1
/
+7
*
Add auto-mode-alist functionality to .dir-locals.el
Tom Tromey
2021-07-23
1
-0
/
+5
*
Add new user option lock-file-name-transforms
Lars Ingebrigtsen
2021-07-07
1
-0
/
+38
*
Add new function file-name-with-extension
Colin Woodbury
2021-06-30
1
-0
/
+18
*
Revert "Add `file-name-set-extension'"
Michael Albinus
2021-06-19
1
-20
/
+0
*
Add `file-name-set-extension'
Michael Albinus
2021-06-19
1
-0
/
+20
*
Always heed the `lexical-binding' local variable
Lars Ingebrigtsen
2021-05-10
1
-0
/
+13
*
Fix unquoting of file names in subprocesses (Bug#48177)
Michael Albinus
2021-05-03
1
-11
/
+13
*
Fix lisp/files-tests on MS-Windows
Eli Zaretskii
2021-03-27
1
-12
/
+43
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Move some test data to follow our conventions
Stefan Kangas
2020-10-23
1
-1
/
+2
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-2
/
+2
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-2
/
+2
*
|
; Fix more trivial typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
|
New command: revert-buffer-with-fine-grain
Mauro Aranda
2020-09-20
1
-0
/
+54
*
|
Put files in mhtml-mode when they have <!DOCTYPE, case-insensitive
Daniel Martín
2020-09-19
1
-0
/
+12
*
|
Do not truncate /foo//bar to /bar/ in parse-colon-path
Tino Calancha
2020-08-12
1
-1
/
+4
*
|
Combine archive-int-to-mode and tar-grind-file-mode
Tino Calancha
2020-05-14
1
-0
/
+36
*
|
Add ‘nofollow’ flag to set-file-times
Paul Eggert
2020-03-07
1
-2
/
+2
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Spelling fixes
Paul Eggert
2019-12-09
1
-2
/
+2
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-2
/
+2
*
Fix file-tests.el on MS-Windows
Eli Zaretskii
2019-11-03
1
-1
/
+7
*
Fix formatting of (file-size-human-readable 2047)
Lars Ingebrigtsen
2019-10-10
1
-0
/
+6
*
Clean up file-size-function
Mattias Engdegård
2019-08-02
1
-1
/
+6
*
Make REs in magic-(fallback-)mode-alist case-sensitive.
Benjamin Riefenstahl
2019-07-20
1
-0
/
+27
*
Optional space and unit in `file-size-human-readable' (bug#35756)
Mattias Engdegård
2019-06-23
1
-0
/
+23
*
Don't rewrite buffer contents after saving by rename (Bug#35497)
Jonathan Tomer
2019-05-08
1
-0
/
+15
*
; Fix files-tests-executable-find on w32 (Bug#35241)
Noam Postavsky
2019-04-17
1
-1
/
+1
*
Fix Bug#35241
Michael Albinus
2019-04-17
1
-0
/
+26
*
* test/lisp/files-tests.el: Unify test names
Michael Albinus
2019-04-17
1
-13
/
+13
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add file name handler support for 'make-process' (Bug#28691)
Philipp Stephani
2018-12-22
1
-0
/
+10
*
|
Fix selinux test in files-tests.el
Michael Albinus
2018-06-05
1
-1
/
+2
*
|
Extend file-name-non-special
Michael Albinus
2018-06-03
1
-68
/
+421
*
|
Test notify handlers only if file notification
Paul Eggert
2018-03-28
1
-0
/
+1
*
|
Don't require all file-attributes to be equal (Bug#30327)
Noam Postavsky
2018-02-03
1
-3
/
+17
*
|
* test/lisp/files-tests.el (files-tests--with-temp-non-special):
Michael Albinus
2018-02-03
1
-1
/
+2
*
|
; Merge from emacs-26
Noam Postavsky
2018-02-02
1
-12
/
+10
|
\
|
|
*
; Let files-tests.el pass multiple times in a session
Noam Postavsky
2018-02-02
1
-12
/
+10
*
|
Handle quoted remote file names for file notifications
Michael Albinus
2018-02-02
1
-1
/
+8
[next]