| Commit message (Expand) | Author | Age | Files | Lines |
* | (Ffile_attributes): Don't pass extra nil arg to file-handler.handa-temp-tag | Stefan Monnier | 2004-04-15 | 1 | -1/+7 |
* | (Ffile_attributes): Lisp_Object/int mixup. | Stefan Monnier | 2004-01-20 | 1 | -3/+3 |
* | (Fdirectory_files, Fdirectory_files_and_attributes): | Lars Hansen | 2003-12-25 | 1 | -23/+4 |
* | (Ffile_attributes): Parameter ID-FORMAT added and included in call to file | Lars Hansen | 2003-11-21 | 1 | -24/+53 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (directory_files_internal): Don't expand directory. | Kai Großjohann | 2003-02-23 | 1 | -1/+2 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -12/+12 |
* | (file_name_completion): Fix that change. | Richard M. Stallman | 2002-12-21 | 1 | -12/+6 |
* | (file_name_completion): Close directory on error | Richard M. Stallman | 2002-12-21 | 1 | -1/+8 |
* | (Ffile_attributes): Don't return negative file sizes for | Jason Rumney | 2002-11-27 | 1 | -0/+5 |
* | remove outdated comment | Ken Raeburn | 2002-07-21 | 1 | -1/+0 |
* | * dired.c (directory_files_internal): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * dired.c (directory_files_internal): Use STRING_SET_CHARS. | Ken Raeburn | 2002-07-15 | 1 | -1/+1 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -35/+35 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -2/+2 |
* | (file_name_completion): Run the elements of | Eli Zaretskii | 2001-12-19 | 1 | -0/+6 |
* | (scmp): Function moved from minibuf.c. | Richard M. Stallman | 2001-12-18 | 1 | -0/+30 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-13 | 1 | -68/+69 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -2/+2 |
* | (file_name_completion): Fix last change. | Eli Zaretskii | 2001-10-13 | 1 | -1/+1 |
* | (file_name_completion): Ignore a candidate directory if | Eli Zaretskii | 2001-10-13 | 1 | -1/+31 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -2/+0 |
* | (Ffile_attributes): Use FIXNUM_OVERFLOW_P. | Gerd Moellmann | 2001-10-06 | 1 | -2/+2 |
* | (Ffile_attributes): Doc fix. | Eli Zaretskii | 2001-09-14 | 1 | -1/+2 |
* | (file_name_completion): Pass dp->d_name to | Eli Zaretskii | 2001-07-12 | 1 | -1/+2 |
* | (directory_files_internal): Handle EAGAIN more | Gerd Moellmann | 2001-03-08 | 1 | -5/+13 |
* | (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 |