summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-2/+1
|\|
| * * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS defini...Ken Brown2010-07-271-2/+1
* | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da......Juanma Barranquero2010-08-061-0/+5
* | Remove extern declarations in .c files, .h files have them....Dan Nicolaescu2010-08-051-3/+0
* | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf...Jan D2010-07-291-10/+3
* | Remove extern declarations from .c files, and them to .h files....Dan Nicolaescu2010-07-281-3/+0
* | Use const, move declarations to header files....Dan Nicolaescu2010-07-261-3/+2
* | Make building under stricter warning flags somewhat cleaner....Juanma Barranquero2010-07-251-2/+2
* | Convert DEFUNs to standard C....Dan Nicolaescu2010-07-081-12/+6
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp...Andreas Schwab2010-07-081-7/+6
* | Convert declarations or definitions to standard C....Dan Nicolaescu2010-07-041-1/+1
* | Fix prototypes....Juanma Barranquero2010-07-041-2/+2
* | Convert (most) functions in src to standard C....Dan Nicolaescu2010-07-041-22/+9
* | Remove __P and P_ from .c and .m files and definition of P_...Jan D2010-07-021-2/+2
* | Cleanup old code....Dan Nicolaescu2010-07-021-4/+4
* | Merge from emacs-23Stefan Monnier2010-04-191-3/+3
|\|
| * * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-191-3/+3
* | Remove support for DJGPP v1.x (bug#5813)....Eli Zaretskii2010-04-011-4/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):...Dan Nicolaescu2009-11-061-7/+7
* (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P...Andreas Schwab2009-10-241-45/+8
* * alloc.c: Do not define struct catchtag....Dan Nicolaescu2009-10-191-0/+1
* (Ffile_attributes): Doc fix. (Bug#4638)Eli Zaretskii2009-10-051-10/+16
* * dired.c (Fdirectory_files): Fix typo in docstring.Juanma Barranquero2009-09-241-2/+2
* (directory_files_internal) [WINDOWSNT]: Don't make a local copy...Eli Zaretskii2009-07-131-6/+1
* (directory_files_internal_w32_unwind) [WINDOWSNT]: New function....Eli Zaretskii2009-07-111-0/+44
* (Ffile_attributes): Decode user and group names by the locale's encoding.Eli Zaretskii2009-07-031-2/+2
* (Ffile_attributes): Doc fix.Eli Zaretskii2009-05-231-1/+5
* (make_uid, make_gid): New functions....Eli Zaretskii2009-03-201-21/+35
* (Ffile_attributes): Make sure UID and GID are always positive, even...Eli Zaretskii2009-03-181-4/+12
* (file_name_completion): Disable the first optimization just...Stefan Monnier2009-03-181-0/+2
* (file_name_completion): Check completion-ignored-extensions...Stefan Monnier2009-03-171-2/+27
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (file_name_completion): If completion_ignore_case is enabled, ignore...Chong Yidong2008-11-081-4/+15
* (Ffile_attributes): Fix comment in last change.Eli Zaretskii2008-08-271-2/+2
* (Ffile_attributes): Avoid compiler warning in bitshift.Chong Yidong2008-08-271-2/+4
* (Fdirectory_files): Doc fix.Chong Yidong2008-08-151-1/+2
* * bitmaps/README:...Dan Nicolaescu2008-07-311-84/+0
* * dired.c (file_name_completion): Don't return t if the match is exact...Stefan Monnier2008-06-101-1/+3
* (Ffile_attributes): Shut up GCC warnings about st_uidEli Zaretskii2008-05-161-5/+7
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (file_name_completion): Tweak the code so as to always do it...Stefan Monnier2008-05-131-154/+161
* (Qdefault_directory): New var....Stefan Monnier2008-05-131-8/+7
* (Ffile_attributes, Fdirectory_files_and_attributes): Mention...Eli Zaretskii2008-05-101-2/+7
* Support for reporting owner and group of each file on MS-Windows:...Eli Zaretskii2008-05-091-8/+37
* (Ffile_attributes): Don't allow the device number become negative.Eli Zaretskii2008-05-031-2/+5
* (file_name_completion): Fix up the encoding/decoding issue...Stefan Monnier2008-04-301-40/+45