index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dired.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Improve doc strings in dired.c
Stephen Leake
2015-10-01
1
-3
/
+10
*
Docstring fixes re quotes in C code
Paul Eggert
2015-09-01
1
-1
/
+1
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-25
/
+4
*
Fix last commit, which confused WINDOWSNT with MSDOS.
Eli Zaretskii
2015-01-31
1
-1
/
+1
*
Simplify read_dirent's MSDOS hacks
Paul Eggert
2015-01-30
1
-13
/
+8
*
Fix error messages when readdir cannot open a directory on MS-Windows
Eli Zaretskii
2015-01-30
1
-5
/
+20
*
Refactor calls to opendir for simplicity
Paul Eggert
2015-01-29
1
-15
/
+8
*
Report readdir failures
Paul Eggert
2015-01-29
1
-55
/
+29
*
Merge from origin/emacs-24
Paul Eggert
2015-01-29
1
-8
/
+7
|
\
|
*
Improve the fix for bug #19701
Eli Zaretskii
2015-01-28
1
-8
/
+7
*
|
Merge from origin/emacs-24
Fabián Ezequiel Gallina
2015-01-28
1
-0
/
+13
|
\
|
|
*
Signal a file-error from directory-files on MS-Windows (Bug#19701)
Eli Zaretskii
2015-01-27
1
-0
/
+13
|
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-30
/
+26
*
|
Avoid extra multibyteness check in ENCODE_FILE users.
Dmitry Antipov
2015-01-14
1
-5
/
+3
*
|
Consolidate duplicated string matching code.
Dmitry Antipov
2015-01-13
1
-15
/
+6
*
|
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-8
/
+0
*
|
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Merge from emacs-24; up to 117687
Glenn Morris
2014-11-08
1
-1
/
+4
|
\
|
|
*
* dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_name
Michael Albinus
2014-11-05
1
-1
/
+4
*
|
Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org
Glenn Morris
2014-08-03
1
-0
/
+7
|
\
|
|
*
Fix bug with clang + directory_files_internal + GC.
Paul Eggert
2014-08-02
1
-0
/
+7
*
|
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-16
1
-0
/
+4
|
\
|
|
*
Fix the MSDOS build.
Eli Zaretskii
2014-04-16
1
-0
/
+4
*
|
Rename EARRAYSIZE to ARRAYELTS
Daniel Colascione
2014-04-03
1
-1
/
+1
*
|
Clean up array size calculations
Daniel Colascione
2014-04-03
1
-1
/
+1
|
/
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Converted and tested stat and fstatat.
Eli Zaretskii
2013-11-18
1
-2
/
+2
*
Fix bug #15426 with directory-files invoked from a unibyte buffer.
Eli Zaretskii
2013-09-21
1
-1
/
+1
*
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-16
1
-10
/
+6
*
* fileio.c (report_file_errno): Fix errno reporting bug.
Paul Eggert
2013-07-16
1
-2
/
+2
*
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-07-15
1
-3
/
+3
*
Fix races with threads and file descriptors.
Paul Eggert
2013-07-11
1
-1
/
+1
*
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-04-01
1
-2
/
+3
*
Reorder conditions that are written backwards
Andreas Schwab
2013-03-24
1
-7
/
+6
*
Avoid encoding file names run through dostounix_filename on MS-Windows.
Eli Zaretskii
2013-02-02
1
-2
/
+2
*
Use fdopendir, fstatat and readlinkat, for efficiency.
Paul Eggert
2013-01-31
1
-52
/
+68
*
* lisp.h (toplevel): Add comment about using Lisp_Save_Value
Dmitry Antipov
2013-01-17
1
-2
/
+2
*
* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction
Dmitry Antipov
2013-01-15
1
-1
/
+1
*
Avoid needless casts with XSAVE_POINTER.
Paul Eggert
2013-01-14
1
-1
/
+1
*
Make Lisp_Save_Value more versatile storage for up to four objects.
Dmitry Antipov
2013-01-14
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
Simplify via eabs.
Paul Eggert
2013-01-01
1
-4
/
+1
*
|
Fix permissions bugs with setgid directories etc.
Paul Eggert
2012-12-14
1
-16
/
+2
*
|
Speed up most calls to 'stat' and 'lstat' on MS-Windows.
Eli Zaretskii
2012-12-14
1
-1
/
+16
*
|
Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.
Paul Eggert
2012-11-26
1
-2
/
+2
*
|
Assume POSIX 1003.1-1988 or later for errno.h.
Paul Eggert
2012-11-26
1
-24
/
+18
*
|
Assume POSIX 1003.1-1988 or later for dirent.h.
Paul Eggert
2012-11-22
1
-115
/
+90
|
/
*
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-23
1
-10
/
+10
[prev]
[next]