summaryrefslogtreecommitdiff
path: root/test/src/fileio-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii2024-05-221-0/+6
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Re-enable the /dev/urandom testEli Zaretskii2023-08-091-3/+2
* Disable failing test (bug#65156)Mattias Engdegård2023-08-091-0/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix file-name-case-insensitive-p in ffap (bug#56443)Mattias Engdegård2022-07-081-0/+16
* Make new fileio test more reliableLars Ingebrigtsen2022-06-111-0/+1
* fileio-tests.el (test-non-regular-insert): Fix thinkoStefan Monnier2022-06-111-3/+3
* Allow inserting parts of /dev/urandom with insert-file-contentsLars Ingebrigtsen2022-06-111-0/+7
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-5/+7
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-0/+9
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-251-17/+17
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-251-3/+6
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-241-0/+5
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-1/+7
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-0/+8
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Reject filenames containing NUL bytes.Philipp Stephani2020-12-231-0/+6
* 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