summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAge
* Revert fixes to allocation of regex matchingNoam Postavsky2016-10-25
* Fix handling of allocation in regex matchingNoam Postavsky2016-10-21
* * src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)Eli Zaretskii2016-05-27
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix dired.c typo with ptrdiff_t vs Lisp_ObjectPaul Eggert2015-12-23
* Fix file-name completion on OS XEli Zaretskii2015-12-23
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Improve doc strings in dired.cStephen Leake2015-10-01
* Docstring fixes re quotes in C codePaul Eggert2015-09-01
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Fix last commit, which confused WINDOWSNT with MSDOS.Eli Zaretskii2015-01-31
* Simplify read_dirent's MSDOS hacksPaul Eggert2015-01-30
* Fix error messages when readdir cannot open a directory on MS-WindowsEli Zaretskii2015-01-30
* Refactor calls to opendir for simplicityPaul Eggert2015-01-29
* Report readdir failuresPaul Eggert2015-01-29
* Merge from origin/emacs-24Paul Eggert2015-01-29
|\
| * Improve the fix for bug #19701Eli Zaretskii2015-01-28
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-28
|\|
| * Signal a file-error from directory-files on MS-Windows (Bug#19701)Eli Zaretskii2015-01-27
| * Update copyright year to 2015Paul Eggert2015-01-01
* | Count MANY function args more reliablyPaul Eggert2015-01-25
* | Avoid extra multibyteness check in ENCODE_FILE users.Dmitry Antipov2015-01-14
* | Consolidate duplicated string matching code.Dmitry Antipov2015-01-13
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* | Update copyright year to 2015Paul Eggert2015-01-01
* | Merge from emacs-24; up to 117687Glenn Morris2014-11-08
|\|
| * * dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_nameMichael Albinus2014-11-05
* | Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.orgGlenn Morris2014-08-03
|\|
| * Fix bug with clang + directory_files_internal + GC.Paul Eggert2014-08-02
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-16
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-16
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-03
* | Clean up array size calculationsDaniel Colascione2014-04-03
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Converted and tested stat and fstatat.Eli Zaretskii2013-11-18
* Fix bug #15426 with directory-files invoked from a unibyte buffer.Eli Zaretskii2013-09-21
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Fix races with threads and file descriptors.Paul Eggert2013-07-11
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-01
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-02
* Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-31
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-17
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-15
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-14
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-14
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\