summaryrefslogtreecommitdiff
path: root/src/dired.c
AgeCommit message (Expand)Author
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-27(DIRENTRY_NONEMPTY) [__CYGWIN__]: Use the MSDOS definition.Eli Zaretskii
2006-01-22(syms_of_dired) <completion-ignored-extensions>: Doc fix.Luc Teirlinck
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-09-02(directory_files_internal_unwind, directory_files_internal)Stefan Monnier
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-05-08(Ffile_name_completion): Make argument name match its use in docstring.Juanma Barranquero
2005-04-20Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen
2005-03-24(Ffile_attributes): Add a missing gcpro.Stefan Monnier
2005-03-24(Vfile_name_coding_system, Vdefault_file_name_coding_system):Stefan Monnier
2004-11-07Don't declare Fmsdos_downcase_filename.Andreas Schwab
2004-11-07* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs inJan Djärv
2004-04-15(Ffile_attributes): Don't pass extra nil arg to file-handler.Stefan Monnier
2004-01-20(Ffile_attributes): Lisp_Object/int mixup.Stefan Monnier
2003-12-25(Fdirectory_files, Fdirectory_files_and_attributes):Lars Hansen
2003-11-21(Ffile_attributes): Parameter ID-FORMAT added and included in call to fileLars Hansen
2003-09-01Add arch taglinesMiles Bader
2003-02-23(directory_files_internal): Don't expand directory.Kai Großjohann
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-12-21(file_name_completion): Fix that change.Richard M. Stallman
2002-12-21(file_name_completion): Close directory on errorRichard M. Stallman
2002-11-27(Ffile_attributes): Don't return negative file sizes forJason Rumney
2002-07-21remove outdated commentKen Raeburn
2002-07-16* dired.c (directory_files_internal): Use SSET.Ken Raeburn
2002-07-15* dired.c (directory_files_internal): Use STRING_SET_CHARS.Ken Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2001-12-19(file_name_completion): Run the elements ofEli Zaretskii
2001-12-18(scmp): Function moved from minibuf.c.Richard M. Stallman
2001-11-13Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-10-13(file_name_completion): Fix last change.Eli Zaretskii
2001-10-13(file_name_completion): Ignore a candidate directory ifEli Zaretskii
2001-10-08Don't define min/max.Gerd Moellmann
2001-10-06(Ffile_attributes): Use FIXNUM_OVERFLOW_P.Gerd Moellmann
2001-09-14(Ffile_attributes): Doc fix.Eli Zaretskii
2001-07-12(file_name_completion): Pass dp->d_name toEli Zaretskii
2001-03-08(directory_files_internal): Handle EAGAIN moreGerd Moellmann
2001-02-16(directory_files_internal): Set result list to nilGerd Moellmann
2001-02-13(directory_files_internal): Initialize errno.Gerd Moellmann
2001-01-17(directory_files_internal): Convert result from readdirAndrew Innes
2001-01-03(Ffile_attributes): Fix last change, removing BSD4_3Gerd Moellmann
2001-01-02(directory_files_internal): Fix a typo in a comment.Eli Zaretskii
2000-12-18(directory_files_internal): Always return decoded filenames.Kenichi Handa
2000-11-15(directory_files_internal) [EAGAIN || EINTR]: RetryGerd Moellmann
2000-11-09(directory_files_internal): Fix a braino.Gerd Moellmann
2000-11-09(directory_files_internal): Add missing GCPRO's.Gerd Moellmann
2000-10-24(directory_files_internal_unwind): New function.Andrew Innes
2000-09-21Avoid some more compiler warnings.Gerd Moellmann