log src/dired.c @ 112446:f60dc8d74215

age author description
2011-01-18 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
2011-01-17 Paul Eggert Merge from mainline.
2011-01-14 Paul Eggert Merge from mainline.
2011-01-09 Paul Eggert Include <unistd.h> unilaterally.
2011-01-15 Glenn Morris Nuke arch-tags.
2011-01-14 Stefan Monnier Merge from emacs-23
2011-01-02 Glenn Morris Add 2011 to FSF/AIST copyright years.
2010-08-08 Chong Yidong Merge changes from emacs-23 branch
2010-07-27 Ken Brown * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition.
2010-08-06 Juanma Barranquero Fix changes in revnos 100982..100984 for Windows build.
2010-08-05 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
2010-07-29 Jan D Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
2010-07-29 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
2010-07-27 Dan Nicolaescu Use const, move declarations to header files.
2010-07-25 Juanma Barranquero Make building under stricter warning flags somewhat cleaner.
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-07 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-05 Dan Nicolaescu Convert declarations or definitions to standard C.
2010-07-04 Juanma Barranquero Fix prototypes.
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-07-02 Dan Nicolaescu Cleanup old code.
2010-04-19 Stefan Monnier Merge from emacs-23
2010-04-19 Juanma Barranquero * dired.c (Ffile_attributes): Fix typo in docstring.
2010-04-01 Eli Zaretskii Remove support for DJGPP v1.x (bug#5813).
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-10-24 Andreas Schwab (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-10-05 Eli Zaretskii (Ffile_attributes): Doc fix. (Bug#4638)
2009-09-24 Juanma Barranquero * dired.c (Fdirectory_files): Fix typo in docstring.
2009-07-13 Eli Zaretskii (directory_files_internal) [WINDOWSNT]: Don't make a local copy
2009-07-11 Eli Zaretskii (directory_files_internal_w32_unwind) [WINDOWSNT]: New function.
2009-07-03 Eli Zaretskii (Ffile_attributes): Decode user and group names by the locale's encoding.
2009-05-23 Eli Zaretskii (Ffile_attributes): Doc fix.
2009-03-20 Eli Zaretskii (make_uid, make_gid): New functions.
2009-03-18 Eli Zaretskii (Ffile_attributes): Make sure UID and GID are always positive, even
2009-03-18 Stefan Monnier (file_name_completion): Disable the first optimization just
2009-03-17 Stefan Monnier (file_name_completion): Check completion-ignored-extensions
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-11-08 Chong Yidong (file_name_completion): If completion_ignore_case is enabled, ignore
2008-08-27 Eli Zaretskii (Ffile_attributes): Fix comment in last change.
2008-08-27 Chong Yidong (Ffile_attributes): Avoid compiler warning in bitshift.
2008-08-15 Chong Yidong (Fdirectory_files): Doc fix.
2008-07-31 Dan Nicolaescu * bitmaps/README:
2008-06-10 Stefan Monnier * dired.c (file_name_completion): Don't return t if the match is exact
2008-05-16 Eli Zaretskii (Ffile_attributes): Shut up GCC warnings about st_uid
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-13 Stefan Monnier (file_name_completion): Tweak the code so as to always do it
2008-05-13 Stefan Monnier (Qdefault_directory): New var.
2008-05-10 Eli Zaretskii (Ffile_attributes, Fdirectory_files_and_attributes): Mention
2008-05-09 Eli Zaretskii Support for reporting owner and group of each file on MS-Windows:
2008-05-03 Eli Zaretskii (Ffile_attributes): Don't allow the device number become negative.
2008-04-30 Stefan Monnier (file_name_completion): Fix up the encoding/decoding issue
2008-04-28 Andreas Schwab (file_name_completion): Fix another mixing of encoded
2008-04-27 Andreas Schwab (file_name_completion): Fix inappropriate mixing of
2008-04-26 Eli Zaretskii (Ffile_attributes) [WINDOWSNT]: Undo change from 2008-03-31, it's not needed
2008-04-19 Stefan Monnier (directory_files_internal, file_name_completion):
2008-04-18 Miles Bader Merge from emacs--rel--22
2008-04-05 Eli Zaretskii (Ffile_attributes): Support inode numbers wider than 32 bits.