summaryrefslogtreecommitdiff
path: root/test/src/fileio-tests.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix file-name-case-insensitive-p in ffap (bug#56443)Mattias Engdegård2022-07-08
* Make new fileio test more reliableLars Ingebrigtsen2022-06-11
* fileio-tests.el (test-non-regular-insert): Fix thinkoStefan Monnier2022-06-11
* Allow inserting parts of /dev/urandom with insert-file-contentsLars Ingebrigtsen2022-06-11
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-18
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-25
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-25
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-24
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-24
* Add new function `directory-append'Lars Ingebrigtsen2021-07-24
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19
* Update copyright year to 2021Paul Eggert2021-01-01
* Reject filenames containing NUL bytes.Philipp Stephani2020-12-23
* Fix 'expand-file-name' for remote filesEli Zaretskii2020-09-03
* Mark failing fileio test on MS-WindowsPaul Eggert2020-08-29
* * test/src/fileio-tests.el: Preserve HOME when a test failsMattias Engdegård2020-08-28
* Fix most of fileio-tests on MS-WindowsEli Zaretskii2020-08-28
* Fix recently-introduced expand-file-name bugPaul Eggert2020-08-27
* Fix expand-file-name symlink-to-dir bugPaul Eggert2020-08-26
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix fileio.c infloops on circular listsPaul Eggert2019-10-30
* Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-26
* Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-24
* Fix expand-file-name for names starting with '~'Ken Brown2019-07-21
* * src/fileio.c: Fix bug#36431Stefan Monnier2019-07-09
* Ensure that expand-file-name returns an absolute file nameKen Brown2019-07-08
* (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-02
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix regression in expand-file-name with drive-relative HOMEEli Zaretskii2018-12-12
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-13
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
| * Unbreak a fileio test on non-Mac OS X systemsGlenn Morris2017-12-20
| * Use utf-8-hfs-unix on macOS (Bug#29712)Alan Third2017-12-16
|/
* Adapt fileio-tests--symlink-failure to CygwinKen Brown2017-09-18
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix 'directory-file-name' on DOS_NT systems as wellEli Zaretskii2017-09-08
* Fix bug: (directory-file-name "///") returned "//"Paul Eggert2017-09-07
* Do not munge contents of local symbolic linksPaul Eggert2017-08-26
* Change recent symlink tests to just test ASCIIPaul Eggert2017-08-19
* Don’t adjust CRLF in file namesPaul Eggert2017-08-19