| Commit message (Expand) | Author | Age | Files | Lines |
* | (directory_files_internal): Set result list to nil | Gerd Moellmann | 2001-02-16 | 1 | -1/+4 |
* | (directory_files_internal): Initialize errno. | Gerd Moellmann | 2001-02-13 | 1 | -0/+2 |
* | (directory_files_internal): Convert result from readdir | Andrew Innes | 2001-01-17 | 1 | -1/+1 |
* | (Ffile_attributes): Fix last change, removing BSD4_3 | Gerd Moellmann | 2001-01-03 | 1 | -9/+4 |
* | (directory_files_internal): Fix a typo in a comment. | Eli Zaretskii | 2001-01-02 | 1 | -4/+4 |
* | (directory_files_internal): Always return decoded filenames. | Kenichi Handa | 2000-12-18 | 1 | -0/+2 |
* | (directory_files_internal) [EAGAIN || EINTR]: Retry | Gerd Moellmann | 2000-11-15 | 1 | -7/+17 |
* | (directory_files_internal): Fix a braino. | Gerd Moellmann | 2000-11-09 | 1 | -2/+1 |
* | (directory_files_internal): Add missing GCPRO's. | Gerd Moellmann | 2000-11-09 | 1 | -47/+58 |
* | (directory_files_internal_unwind): New function. | Andrew Innes | 2000-10-24 | 1 | -0/+36 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -2/+4 |
* | Include sys/stat.h. Declare filemodestring. | Dave Love | 1999-11-24 | 1 | -0/+5 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -3/+12 |
* | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-12 | 1 | -4/+4 |
* | (directory_files_internal, Fdirectory_files_and_attributes, | Geoff Voelker | 1999-08-06 | 1 | -28/+114 |
* | (make_time): Make argument type be time_t. | Andrew Innes | 1999-05-03 | 1 | -1/+1 |
* | (Ffile_attributes): Doc fix. | Richard M. Stallman | 1999-04-06 | 1 | -1/+2 |
* | (Ffile_attributes): If the file's size doesn't fit in | Eli Zaretskii | 1999-02-16 | 1 | -4/+6 |
* | (Fdirectory_files): If MATCH is non-nil, decode filenames | Kenichi Handa | 1998-08-06 | 1 | -18/+21 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+8 |
* | (Fdirectory_files): Use make_uninit_multibyte_string. | Karl Heuer | 1998-04-06 | 1 | -3/+4 |
* | (Fdirectory_files): GCPRO encoded_directory and list. | Andreas Schwab | 1998-04-06 | 1 | -20/+20 |
* | (Fdirectory_files): In FULL case, compute number of characters | Richard M. Stallman | 1998-03-21 | 1 | -0/+6 |
* | Include charset.h and coding.h. | Kenichi Handa | 1998-03-03 | 1 | -23/+8 |
* | (Fdirectory_files): Call compile_pattern the new way. | Richard M. Stallman | 1998-02-08 | 1 | -2/+2 |
* | (Fdirectory_files): Fix arg to compile_pattern. | Richard M. Stallman | 1998-01-09 | 1 | -2/+4 |
* | (ENCODE_FILE): New macro. | Richard M. Stallman | 1997-09-08 | 1 | -17/+67 |
* | (Ffile_attributes): Use cast to avoid warnings. | Richard M. Stallman | 1997-07-07 | 1 | -1/+2 |
* | (Ffile_attributes): Return inode number as a cons only if necessary. | Richard M. Stallman | 1997-05-19 | 1 | -8/+8 |
* | (Fdirectory_files): Set re_match_object. | Richard M. Stallman | 1997-04-15 | 1 | -0/+1 |
* | (Ffile_attributes): Represent inode number as a pair of | Richard M. Stallman | 1996-11-07 | 1 | -0/+7 |
* | (file_name_completion): Remove code which sets and | Richard M. Stallman | 1996-09-19 | 1 | -21/+21 |
* | (syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion, | Erik Naggum | 1996-09-17 | 1 | -0/+5 |
* | (file_name_completion): Set `stat' flags to avoid | Karl Heuer | 1996-07-07 | 1 | -0/+19 |
* | Comment changes. | Richard M. Stallman | 1996-05-09 | 1 | -3/+7 |
* | (Ffile_attributes) [WINDOWSNT]: Remove conditional NT code. | Richard M. Stallman | 1996-04-26 | 1 | -11/+0 |
* | (Fdirectory_files): Doc fix. | Richard M. Stallman | 1996-02-09 | 1 | -3/+4 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fdirectory_files, Ffile_name_completion, Ffile_name_all_completions, | Erik Naggum | 1996-01-09 | 1 | -31/+31 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
* | (Ffile_attributes) [MSDOS]: Remove special detection of | Richard M. Stallman | 1995-12-26 | 1 | -16/+0 |
* | (Ffile_name_all_completions, Ffile_name_completion): | Richard M. Stallman | 1995-09-02 | 1 | -2/+14 |
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
* | (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. | Karl Heuer | 1995-04-12 | 1 | -2/+2 |
* | (Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change. | Richard M. Stallman | 1995-04-01 | 1 | -15/+16 |
* | (Fdirectory_files): Pass new arg to `compile_pattern'. | Richard M. Stallman | 1994-11-16 | 1 | -2/+2 |
* | Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, and DIRECTORY_SEP. | Richard M. Stallman | 1994-11-01 | 1 | -6/+17 |
* | (Fdirectory_files): Use the new calling convention for compile_pattern. | Karl Heuer | 1994-10-19 | 1 | -7/+8 |
* | (file_name_completion): Ignore files "." and ".." in first pass. | Richard M. Stallman | 1994-10-08 | 1 | -8/+11 |
* | (file_name_completion): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -1/+1 |