summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve doc strings in dired.cStephen Leake2015-10-011-3/+10
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-1/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-25/+4
* Fix last commit, which confused WINDOWSNT with MSDOS.Eli Zaretskii2015-01-311-1/+1
* Simplify read_dirent's MSDOS hacksPaul Eggert2015-01-301-13/+8
* Fix error messages when readdir cannot open a directory on MS-WindowsEli Zaretskii2015-01-301-5/+20
* Refactor calls to opendir for simplicityPaul Eggert2015-01-291-15/+8
* Report readdir failuresPaul Eggert2015-01-291-55/+29
* Merge from origin/emacs-24Paul Eggert2015-01-291-8/+7
|\
| * Improve the fix for bug #19701Eli Zaretskii2015-01-281-8/+7
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+13
|\|
| * Signal a file-error from directory-files on MS-Windows (Bug#19701)Eli Zaretskii2015-01-271-0/+13
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Count MANY function args more reliablyPaul Eggert2015-01-251-30/+26
* | Avoid extra multibyteness check in ENCODE_FILE users.Dmitry Antipov2015-01-141-5/+3
* | Consolidate duplicated string matching code.Dmitry Antipov2015-01-131-15/+6
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-8/+0
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Merge from emacs-24; up to 117687Glenn Morris2014-11-081-1/+4
|\|
| * * dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_nameMichael Albinus2014-11-051-1/+4
* | Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.orgGlenn Morris2014-08-031-0/+7
|\|
| * Fix bug with clang + directory_files_internal + GC.Paul Eggert2014-08-021-0/+7
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-0/+4
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+4
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Converted and tested stat and fstatat.Eli Zaretskii2013-11-181-2/+2
* Fix bug #15426 with directory-files invoked from a unibyte buffer.Eli Zaretskii2013-09-211-1/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-10/+6
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-2/+2
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-3/+3
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-1/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-2/+3
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-7/+6
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-2/+2
* Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-311-52/+68
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-2/+2
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Simplify via eabs.Paul Eggert2013-01-011-4/+1
* | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-141-16/+2
* | Speed up most calls to 'stat' and 'lstat' on MS-Windows.Eli Zaretskii2012-12-141-1/+16
* | Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.Paul Eggert2012-11-261-2/+2
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-24/+18
* | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-221-115/+90
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-10/+10