aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* (Ffile_attributes): Doc fix.Eli Zaretskii2001-09-141-1/+2
* (file_name_completion): Pass dp->d_name toEli Zaretskii2001-07-121-1/+2
* (directory_files_internal): Handle EAGAIN moreGerd Moellmann2001-03-081-5/+13
* (directory_files_internal): Set result list to nilGerd Moellmann2001-02-161-1/+4
* (directory_files_internal): Initialize errno.Gerd Moellmann2001-02-131-0/+2
* (directory_files_internal): Convert result from readdirAndrew Innes2001-01-171-1/+1
* (Ffile_attributes): Fix last change, removing BSD4_3Gerd Moellmann2001-01-031-9/+4
* (directory_files_internal): Fix a typo in a comment.Eli Zaretskii2001-01-021-4/+4
* (directory_files_internal): Always return decoded filenames.Kenichi Handa2000-12-181-0/+2
* (directory_files_internal) [EAGAIN || EINTR]: RetryGerd Moellmann2000-11-151-7/+17
* (directory_files_internal): Fix a braino.Gerd Moellmann2000-11-091-2/+1
* (directory_files_internal): Add missing GCPRO's.Gerd Moellmann2000-11-091-47/+58
* (directory_files_internal_unwind): New function.Andrew Innes2000-10-241-0/+36
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-2/+4
* Include sys/stat.h. Declare filemodestring.Dave Love1999-11-241-0/+5
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-3/+12
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-4/+4
* (directory_files_internal, Fdirectory_files_and_attributes,Geoff Voelker1999-08-061-28/+114
* (make_time): Make argument type be time_t.Andrew Innes1999-05-031-1/+1
* (Ffile_attributes): Doc fix.Richard M. Stallman1999-04-061-1/+2
* (Ffile_attributes): If the file's size doesn't fit inEli Zaretskii1999-02-161-4/+6
* (Fdirectory_files): If MATCH is non-nil, decode filenamesKenichi Handa1998-08-061-18/+21
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+8
* (Fdirectory_files): Use make_uninit_multibyte_string.Karl Heuer1998-04-061-3/+4
* (Fdirectory_files): GCPRO encoded_directory and list.Andreas Schwab1998-04-061-20/+20
* (Fdirectory_files): In FULL case, compute number of charactersRichard M. Stallman1998-03-211-0/+6
* Include charset.h and coding.h.Kenichi Handa1998-03-031-23/+8
* (Fdirectory_files): Call compile_pattern the new way.Richard M. Stallman1998-02-081-2/+2
* (Fdirectory_files): Fix arg to compile_pattern.Richard M. Stallman1998-01-091-2/+4
* (ENCODE_FILE): New macro.Richard M. Stallman1997-09-081-17/+67
* (Ffile_attributes): Use cast to avoid warnings.Richard M. Stallman1997-07-071-1/+2
* (Ffile_attributes): Return inode number as a cons only if necessary.Richard M. Stallman1997-05-191-8/+8
* (Fdirectory_files): Set re_match_object.Richard M. Stallman1997-04-151-0/+1
* (Ffile_attributes): Represent inode number as a pair ofRichard M. Stallman1996-11-071-0/+7
* (file_name_completion): Remove code which sets andRichard M. Stallman1996-09-191-21/+21
* (syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,Erik Naggum1996-09-171-0/+5
* (file_name_completion): Set `stat' flags to avoidKarl Heuer1996-07-071-0/+19
* Comment changes.Richard M. Stallman1996-05-091-3/+7
* (Ffile_attributes) [WINDOWSNT]: Remove conditional NT code.Richard M. Stallman1996-04-261-11/+0
* (Fdirectory_files): Doc fix.Richard M. Stallman1996-02-091-3/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fdirectory_files, Ffile_name_completion, Ffile_name_all_completions,Erik Naggum1996-01-091-31/+31
* Comment fixes.Karl Heuer1996-01-051-2/+2
* (Ffile_attributes) [MSDOS]: Remove special detection ofRichard M. Stallman1995-12-261-16/+0
* (Ffile_name_all_completions, Ffile_name_completion):Richard M. Stallman1995-09-021-2/+14
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
* (Ffile_attributes) [WINDOWSNT]: Removed syntax errors.Karl Heuer1995-04-121-2/+2
* (Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.Richard M. Stallman1995-04-011-15/+16
* (Fdirectory_files): Pass new arg to `compile_pattern'.Richard M. Stallman1994-11-161-2/+2
* Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, and DIRECTORY_SEP.Richard M. Stallman1994-11-011-6/+17