aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-24Include sys/stat.h. Declare filemodestring.Dave Love1-0/+5
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-3/+12
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-4/+4
1999-08-06(directory_files_internal, Fdirectory_files_and_attributes,Geoff Voelker1-28/+114
1999-05-03(make_time): Make argument type be time_t.Andrew Innes1-1/+1
1999-04-06(Ffile_attributes): Doc fix.Richard M. Stallman1-1/+2
1999-02-16(Ffile_attributes): If the file's size doesn't fit inEli Zaretskii1-4/+6
1998-08-06(Fdirectory_files): If MATCH is non-nil, decode filenamesKenichi Handa1-18/+21
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+8
1998-04-06(Fdirectory_files): Use make_uninit_multibyte_string.Karl Heuer1-3/+4
1998-04-06(Fdirectory_files): GCPRO encoded_directory and list.Andreas Schwab1-20/+20
1998-03-21(Fdirectory_files): In FULL case, compute number of charactersRichard M. Stallman1-0/+6
1998-03-03Include charset.h and coding.h.Kenichi Handa1-23/+8
1998-02-08(Fdirectory_files): Call compile_pattern the new way.Richard M. Stallman1-2/+2
1998-01-09(Fdirectory_files): Fix arg to compile_pattern.Richard M. Stallman1-2/+4
1997-09-08(ENCODE_FILE): New macro.Richard M. Stallman1-17/+67
1997-07-07(Ffile_attributes): Use cast to avoid warnings.Richard M. Stallman1-1/+2
1997-05-19(Ffile_attributes): Return inode number as a cons only if necessary.Richard M. Stallman1-8/+8
1997-04-15(Fdirectory_files): Set re_match_object.Richard M. Stallman1-0/+1
1996-11-07(Ffile_attributes): Represent inode number as a pair ofRichard M. Stallman1-0/+7
1996-09-19(file_name_completion): Remove code which sets andRichard M. Stallman1-21/+21
1996-09-17(syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,Erik Naggum1-0/+5
1996-07-07(file_name_completion): Set `stat' flags to avoidKarl Heuer1-0/+19
1996-05-09Comment changes.Richard M. Stallman1-3/+7
1996-04-26(Ffile_attributes) [WINDOWSNT]: Remove conditional NT code.Richard M. Stallman1-11/+0
1996-02-09(Fdirectory_files): Doc fix.Richard M. Stallman1-3/+4
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Fdirectory_files, Ffile_name_completion, Ffile_name_all_completions,Erik Naggum1-31/+31
1996-01-05Comment fixes.Karl Heuer1-2/+2
1995-12-26(Ffile_attributes) [MSDOS]: Remove special detection ofRichard M. Stallman1-16/+0
1995-09-02(Ffile_name_all_completions, Ffile_name_completion):Richard M. Stallman1-2/+14
1995-06-15Update GPL to version 2.Karl Heuer1-1/+1
1995-04-12(Ffile_attributes) [WINDOWSNT]: Removed syntax errors.Karl Heuer1-2/+2
1995-04-01(Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.Richard M. Stallman1-15/+16
1994-11-16(Fdirectory_files): Pass new arg to `compile_pattern'.Richard M. Stallman1-2/+2
1994-11-01Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, and DIRECTORY_SEP.Richard M. Stallman1-6/+17
1994-10-19(Fdirectory_files): Use the new calling convention for compile_pattern.Karl Heuer1-7/+8
1994-10-08(file_name_completion): Ignore files "." and ".." in first pass.Richard M. Stallman1-8/+11
1994-10-04(file_name_completion): Don't use XFASTINT as an lvalue.Karl Heuer1-1/+1
1994-09-28(syms_of_dired): Undo Sep 16 change.Karl Heuer1-3/+0
1994-09-27(Ffile_name_completion, file_name_completion): Use type test macros.Karl Heuer1-2/+2
1994-09-16(Qcompletion_ignored_extensions): New symbol.Karl Heuer1-0/+3
1994-06-15Put stdio.h, sys/types.h and sys/stat.h after config.h.Richard M. Stallman1-2/+2
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-05-02(file_name_completion_stat): Use both lstat and stat.Richard M. Stallman1-1/+7
1994-04-22Pass operation to Ffind_file_name_handler.Karl Heuer1-7/+4
1994-04-13(Ffile_attributes): Cast st_size to int.Richard M. Stallman1-1/+1
1994-04-05(file_name_completion): Honor completion-regexp-list.Karl Heuer1-64/+83
1994-03-29(file_name_completion): Don't step on dirname.Karl Heuer1-1/+0
1994-03-28(file_name_completion): Protect things from GC.Richard M. Stallman1-2/+7