1999-11-24 |
Dave Love |
Include sys/stat.h. Declare filemodestring.
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-09-12 |
Ken Raeburn |
Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
|
1999-08-06 |
Geoff Voelker |
(directory_files_internal, Fdirectory_files_and_attributes,
|
1999-05-03 |
Andrew Innes |
(make_time): Make argument type be time_t.
|
1999-04-06 |
Richard M. Stallman |
(Ffile_attributes): Doc fix.
|
1999-02-16 |
Eli Zaretskii |
(Ffile_attributes): If the file's size doesn't fit in
|
1998-08-06 |
Kenichi Handa |
(Fdirectory_files): If MATCH is non-nil, decode filenames
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-04-06 |
Karl Heuer |
(Fdirectory_files): Use make_uninit_multibyte_string.
|
1998-04-06 |
Andreas Schwab |
(Fdirectory_files): GCPRO encoded_directory and list.
|
1998-03-21 |
Richard M. Stallman |
(Fdirectory_files): In FULL case, compute number of characters
|
1998-03-03 |
Kenichi Handa |
Include charset.h and coding.h.
|
1998-02-08 |
Richard M. Stallman |
(Fdirectory_files): Call compile_pattern the new way.
|
1998-01-09 |
Richard M. Stallman |
(Fdirectory_files): Fix arg to compile_pattern.
|
1997-09-08 |
Richard M. Stallman |
(ENCODE_FILE): New macro.
|
1997-07-07 |
Richard M. Stallman |
(Ffile_attributes): Use cast to avoid warnings.
|
1997-05-19 |
Richard M. Stallman |
(Ffile_attributes): Return inode number as a cons only if necessary.
|
1997-04-15 |
Richard M. Stallman |
(Fdirectory_files): Set re_match_object.
|
1996-11-07 |
Richard M. Stallman |
(Ffile_attributes): Represent inode number as a pair of
|
1996-09-19 |
Richard M. Stallman |
(file_name_completion): Remove code which sets and
|
1996-09-17 |
Erik Naggum |
(syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,
|
1996-07-07 |
Karl Heuer |
(file_name_completion): Set `stat' flags to avoid
|
1996-05-09 |
Richard M. Stallman |
Comment changes.
|
1996-04-26 |
Richard M. Stallman |
(Ffile_attributes) [WINDOWSNT]: Remove conditional NT code.
|
1996-02-09 |
Richard M. Stallman |
(Fdirectory_files): Doc fix.
|
1996-01-15 |
Erik Naggum |
Update FSF's address in the preamble.
|
1996-01-09 |
Erik Naggum |
(Fdirectory_files, Ffile_name_completion, Ffile_name_all_completions,
|
1996-01-05 |
Karl Heuer |
Comment fixes.
|
1995-12-26 |
Richard M. Stallman |
(Ffile_attributes) [MSDOS]: Remove special detection of
|
1995-09-02 |
Richard M. Stallman |
(Ffile_name_all_completions, Ffile_name_completion):
|
1995-06-15 |
Karl Heuer |
Update GPL to version 2.
|
1995-04-12 |
Karl Heuer |
(Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
|
1995-04-01 |
Richard M. Stallman |
(Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.
|
1994-11-16 |
Richard M. Stallman |
(Fdirectory_files): Pass new arg to `compile_pattern'.
|
1994-11-01 |
Richard M. Stallman |
Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, and DIRECTORY_SEP.
|
1994-10-19 |
Karl Heuer |
(Fdirectory_files): Use the new calling convention for compile_pattern.
|
1994-10-08 |
Richard M. Stallman |
(file_name_completion): Ignore files "." and ".." in first pass.
|
1994-10-04 |
Karl Heuer |
(file_name_completion): Don't use XFASTINT as an lvalue.
|
1994-09-28 |
Karl Heuer |
(syms_of_dired): Undo Sep 16 change.
|
1994-09-27 |
Karl Heuer |
(Ffile_name_completion, file_name_completion): Use type test macros.
|
1994-09-16 |
Karl Heuer |
(Qcompletion_ignored_extensions): New symbol.
|
1994-06-15 |
Richard M. Stallman |
Put stdio.h, sys/types.h and sys/stat.h after config.h.
|
1994-05-04 |
Karl Heuer |
Update copyright.
|
1994-05-02 |
Richard M. Stallman |
(file_name_completion_stat): Use both lstat and stat.
|
1994-04-22 |
Karl Heuer |
Pass operation to Ffind_file_name_handler.
|
1994-04-13 |
Richard M. Stallman |
(Ffile_attributes): Cast st_size to int.
|
1994-04-05 |
Karl Heuer |
(file_name_completion): Honor completion-regexp-list.
|
1994-03-29 |
Karl Heuer |
(file_name_completion): Don't step on dirname.
|
1994-03-28 |
Richard M. Stallman |
(file_name_completion): Protect things from GC.
|
1994-01-08 |
Richard M. Stallman |
(DIRENTRY_NONEMPTY): New macro; two definitions.
|
1994-01-04 |
Richard M. Stallman |
(file_name_completion_stat): If have symlinks, use lstat.
|
1993-09-22 |
Brian Fox |
(file_name_completion): Install case-preserving changes from Emacs 18
|
1993-09-10 |
Roland McGrath |
Include <config.h> instead of "config.h".
|
1993-06-13 |
Richard M. Stallman |
(Ffile_attributes): Give -1 as size if size won't fit.
|
1993-06-09 |
Jim Blandy |
Apply typo patches from Paul Eggert.
|
1993-05-22 |
Jim Blandy |
Updated copyright years.
|
1993-03-25 |
Richard M. Stallman |
(searchbuf): Declare here.
|
1993-03-15 |
Jim Blandy |
Fix the fix.
|
1993-03-15 |
Jim Blandy |
* dired.c (Fdirectory_files): Compile the MATCH regexp after
|
1993-03-11 |
Jim Blandy |
* dired.c (NAMLEN): Never use d_nameln to get the length of the
|
1992-12-12 |
Jim Blandy |
* fileio.c (find_file_handler): Rename this to
|
1992-11-16 |
Jim Blandy |
* systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:
|
1992-10-31 |
Jim Blandy |
* dired.c (find_file_handler): Declare this extern.
|
1992-09-19 |
Richard M. Stallman |
Update copyright year.
|
1992-09-19 |
Richard M. Stallman |
[VMS]: Include string.h, rms.h, rmsdef.h.
|
1992-07-22 |
Jim Blandy |
entered into RCS
|
1992-07-22 |
Richard M. Stallman |
*** empty log message ***
|
1992-07-16 |
Jim Blandy |
*** empty log message ***
|
1992-01-13 |
Jim Blandy |
*** empty log message ***
|
1991-08-05 |
Jim Blandy |
*** empty log message ***
|
1990-12-31 |
Richard M. Stallman |
Initial revision
|