summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* * dispnew.c: Use bool for boolean.Paul Eggert2012-08-271-4/+4
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-14/+16
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+1
* Merge from emacs-24Stefan Monnier2012-07-171-3/+0
|\
| * Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.Eli Zaretskii2012-07-141-3/+0
* | Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-1/+0
* | Support higher-resolution time stamps.Paul Eggert2012-06-221-5/+6
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* | Merge from trunk.Paul Eggert2012-04-211-0/+41
|\ \
| * | * dired.c (Fsystem_groups): Remove unused local.Paul Eggert2012-04-171-3/+2
| * | * src/dired.c (Fsystem_users): Doc fix.Glenn Morris2012-04-161-1/+2
| * | Add functions to get system user names, group namesDmitry Antipov2012-04-161-0/+41
| |/
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-9/+9
|\ \ | |/
| * Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-9/+9