aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-20Work better if stat etc. are interruptedPaul Eggert1-2/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-04Fix last change in dired.cEli Zaretskii1-2/+2
2019-11-03Fix case-insensitive completion of non-ASCII file namesEli Zaretskii1-35/+66
2019-09-17Improve reporting of I/O, access errorsPaul Eggert1-5/+4
2019-09-17Pacify GCC -Wmaybe-uninitializedPaul Eggert1-1/+1
2019-09-16directory-files cleanup and speed tweakingPaul Eggert1-80/+49
2019-09-12Fix file name encoding when open_directory signalsPaul Eggert1-6/+6
2019-09-11Fix directory-files-and-attributes racePaul Eggert1-1/+2
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-06-29Simplify workaround for Cygwin O_PATH bugKen Brown1-5/+1
2019-06-27Work around Cygwin bug with O_PATHPaul Eggert1-0/+4
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-27Avoid assertion violation in directory-filesEli Zaretskii1-0/+3
2018-12-22Use "file name handler" consequentlyMichael Albinus1-9/+10
2018-09-23file-attributes cleanupPaul Eggert1-12/+8
2018-09-08Fix documentation for conversion to bignumsEli Zaretskii1-9/+8
2018-08-27Improve bignum support for system typesPaul Eggert1-9/+8
2018-08-07More macro renamings for bignumTom Tromey1-1/+1
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-1/+1
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-10/+10
2018-06-16Decouple dired from regex internalsDaniel Colascione1-25/+12
2018-06-01Improve documentation of 'directory-files-and-attributes'Eli Zaretskii1-1/+8
2018-05-31Fdirectory_files_and_attributes doc string clarificationLars Ingebrigtsen1-0/+10
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-01Avoid wrong value from file-attributes on Linux kernel before 3.6Andreas Schwab1-1/+8
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-25Fix file-attributes race on GNU hostsPaul Eggert1-22/+64
2017-07-31Avoid most stat calls when completing file namesPaul Eggert1-30/+41
2017-02-01Remove immediate_quit.Paul Eggert1-3/+0
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-5/+5
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25regex.h now includes sys/types.hPaul Eggert1-1/+0
2016-10-25Revert fixes to allocation of regex matchingNoam Postavsky1-3/+1
2016-10-21Fix handling of allocation in regex matchingNoam Postavsky1-1/+3
2016-05-27* src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)Eli Zaretskii1-2/+1
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii1-4/+6
2016-03-19No need to block input when reading directoriesPaul Eggert1-13/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-03-04Add accessors for `file-attributes'Lars Ingebrigtsen1-0/+8
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-12-23Fix dired.c typo with ptrdiff_t vs Lisp_ObjectPaul Eggert1-11/+12
2015-12-23Fix file-name completion on OS XEli Zaretskii1-8/+45
2015-10-20Include-file cleanup for src directoryPaul Eggert1-3/+0
2015-10-01Improve doc strings in dired.cStephen Leake1-3/+10
2015-09-01Docstring fixes re quotes in C codePaul Eggert1-1/+1
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-25/+4
2015-01-31Fix last commit, which confused WINDOWSNT with MSDOS.Eli Zaretskii1-1/+1
2015-01-30Simplify read_dirent's MSDOS hacksPaul Eggert1-13/+8