summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Collapse)AuthorAgeFilesLines
* (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
| | | | integers in case inode numbers do not fit in a Lisp integer.
* (file_name_completion): Remove code which sets andRichard M. Stallman1996-09-191-21/+21
| | | | | | | restores the `stat' control flags (they might not be restored if C-g is pressed during completion). (file_name_completion_stat): Set and restore flags that make `stat' faster here instead of in `file_name_completion'.
* (syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,Erik Naggum1996-09-171-0/+5
| | | | Qfile_name_all_completions, and Qfile_attributes.
* (file_name_completion): Set `stat' flags to avoidKarl Heuer1996-07-071-0/+19
| | | | | computing expensive fields in struct stat (makes filename completion much faster).
* 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
| | | | Ffile_name_all_versions): Harmonize arguments with documentation.
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (Ffile_attributes) [MSDOS]: Remove special detection ofRichard M. Stallman1995-12-261-16/+0
| | | | | MS-DOS executable files by filename extension (library `stat' does this itself now).
* (Ffile_name_all_completions, Ffile_name_completion):Richard M. Stallman1995-09-021-2/+14
| | | | Look for handler for FILE as well as for DIRNAME.
* 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
| | | | | (file-attributes) [WINDOWSNT]: Set st_gid and st_uid to Qnil; use get_inode_and_device_vals to fake up inode number and device number.
* (Fdirectory_files): Use the new calling convention for compile_pattern.Karl Heuer1994-10-191-7/+8
|
* (file_name_completion): Ignore files "." and ".." in first pass.Richard M. Stallman1994-10-081-8/+11
| | | | | (Ffile_name_completion): Perform the completion even if the name part is empty.
* (file_name_completion): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
|
* (syms_of_dired): Undo Sep 16 change.Karl Heuer1994-09-281-3/+0
|
* (Ffile_name_completion, file_name_completion): Use type test macros.Karl Heuer1994-09-271-2/+2
|
* (Qcompletion_ignored_extensions): New symbol.Karl Heuer1994-09-161-0/+3
| | | | (syms_of_dired): Initialize it.
* Put stdio.h, sys/types.h and sys/stat.h after config.h.Richard M. Stallman1994-06-151-2/+2
|
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (file_name_completion_stat): Use both lstat and stat.Richard M. Stallman1994-05-021-1/+7
|
* Pass operation to Ffind_file_name_handler.Karl Heuer1994-04-221-7/+4
|
* (Ffile_attributes): Cast st_size to int.Richard M. Stallman1994-04-131-1/+1
|
* (file_name_completion): Honor completion-regexp-list.Karl Heuer1994-04-051-64/+83
|
* (file_name_completion): Don't step on dirname.Karl Heuer1994-03-291-1/+0
|
* (file_name_completion): Protect things from GC.Richard M. Stallman1994-03-281-2/+7
|
* (DIRENTRY_NONEMPTY): New macro; two definitions.Richard M. Stallman1994-01-081-3/+34
| | | | | | | | | | | (Fdirectory_files, file_name_completion): Use it. [MSDOS]: #include <dirent.h> instead of <sys/dir.h>. Avoid some external definitions. (Ffile_attributes) [MSDOS]: Set execute bits from file name. (Ffile_name_all_completions) [FILE_SYSTEM_CASE]: Convert case of file name as as indicated by conditional.
* (file_name_completion_stat): If have symlinks, use lstat.Richard M. Stallman1994-01-041-0/+4
|
* (file_name_completion): Install case-preserving changes from Emacs 18Brian Fox1993-09-221-3/+33
| | | | | for completion_ignore_case. (completion_ignore_case): Declare.
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (Ffile_attributes): Give -1 as size if size won't fit.Richard M. Stallman1993-06-131-2/+4
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* (searchbuf): Declare here.Richard M. Stallman1993-03-251-0/+3
|
* Fix the fix.Jim Blandy1993-03-151-0/+1
|
* * dired.c (Fdirectory_files): Compile the MATCH regexp afterJim Blandy1993-03-151-3/+22
| | | | | | | calling everything else which might compile a regexp. * dired.c (Fdirectory_files): Properly GCPRO the strings while calling Fexpand_file_name and Fdirectory_file_name.
* * dired.c (NAMLEN): Never use d_nameln to get the length of theJim Blandy1993-03-111-2/+12
| | | | | directory entry's name; it is used inconsistently. Always call strlen instead.
* * fileio.c (find_file_handler): Rename this toJim Blandy1992-12-121-5/+5
| | | | | | | | | | Ffind_file_name_handler, and make it visible to lisp. Add a QUIT to the loop which scans file-name-handler-alist. All uses changed. (syms_of_fileio): Mention this new function in the docstring for Vfile_name_handler_alist. defsubr Sfind_file_name_handler. * lisp.h (Ffind_file_name_handler): Added extern declaration. * dired.c: All uses of find_file_handler changed here too.
* * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:Jim Blandy1992-11-161-1/+1
| | | | Added VMS changes from Roland Roberts.
* * dired.c (find_file_handler): Declare this extern.Jim Blandy1992-10-311-2/+4
| | | | | | (Ffile_attributes): Use NILP, not == Qnil. * dired.c (Ffile_attributes): Doc fix.
* Update copyright year.Richard M. Stallman1992-09-191-1/+1
|
* [VMS]: Include string.h, rms.h, rmsdef.h.Richard M. Stallman1992-09-191-13/+48
| | | | [VMS] (Ffile_version_limit): New function.