aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (DIRENTRY_NONEMPTY) [__CYGWIN__]: Use the MSDOS definition.Eli Zaretskii2006-01-271-1/+2
* (syms_of_dired) <completion-ignored-extensions>: Doc fix.Luc Teirlinck2006-01-221-5/+5
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-1/+1
* (directory_files_internal_unwind, directory_files_internal)Stefan Monnier2005-09-021-25/+21
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Ffile_name_completion): Make argument name match its use in docstring.Juanma Barranquero2005-05-081-1/+1
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-3/+3
* (Ffile_attributes): Add a missing gcpro.Stefan Monnier2005-03-241-0/+3
* (Vfile_name_coding_system, Vdefault_file_name_coding_system):Stefan Monnier2005-03-241-2/+1
* Don't declare Fmsdos_downcase_filename.Andreas Schwab2004-11-071-4/+0
* * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs inJan Djärv2004-11-071-0/+4
* (Ffile_attributes): Don't pass extra nil arg to file-handler.Stefan Monnier2004-04-151-1/+7
* (Ffile_attributes): Lisp_Object/int mixup.Stefan Monnier2004-01-201-3/+3
* (Fdirectory_files, Fdirectory_files_and_attributes):Lars Hansen2003-12-251-23/+4
* (Ffile_attributes): Parameter ID-FORMAT added and included in call to fileLars Hansen2003-11-211-24/+53
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (directory_files_internal): Don't expand directory.Kai Großjohann2003-02-231-1/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-12/+12
* (file_name_completion): Fix that change.Richard M. Stallman2002-12-211-12/+6
* (file_name_completion): Close directory on errorRichard M. Stallman2002-12-211-1/+8
* (Ffile_attributes): Don't return negative file sizes forJason Rumney2002-11-271-0/+5
* remove outdated commentKen Raeburn2002-07-211-1/+0
* * dired.c (directory_files_internal): Use SSET.Ken Raeburn2002-07-161-1/+1
* * dired.c (directory_files_internal): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-35/+35
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-2/+2
* (file_name_completion): Run the elements ofEli Zaretskii2001-12-191-0/+6
* (scmp): Function moved from minibuf.c.Richard M. Stallman2001-12-181-0/+30
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-68/+69
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-2/+2
* (file_name_completion): Fix last change.Eli Zaretskii2001-10-131-1/+1
* (file_name_completion): Ignore a candidate directory ifEli Zaretskii2001-10-131-1/+31
* Don't define min/max.Gerd Moellmann2001-10-081-2/+0
* (Ffile_attributes): Use FIXNUM_OVERFLOW_P.Gerd Moellmann2001-10-061-2/+2
* (Ffile_attributes): Doc fix.Eli Zaretskii2001-09-141-1/+2
* (file_name_completion): Pass dp->d_name toEli Zaretskii2001-07-121-1/+2
* (directory_files_internal): Handle EAGAIN moreGerd Moellmann2001-03-081-5/+13
* (directory_files_internal): Set result list to nilGerd Moellmann2001-02-161-1/+4
* (directory_files_internal): Initialize errno.Gerd Moellmann2001-02-131-0/+2
* (directory_files_internal): Convert result from readdirAndrew Innes2001-01-171-1/+1
* (Ffile_attributes): Fix last change, removing BSD4_3Gerd Moellmann2001-01-031-9/+4
* (directory_files_internal): Fix a typo in a comment.Eli Zaretskii2001-01-021-4/+4
* (directory_files_internal): Always return decoded filenames.Kenichi Handa2000-12-181-0/+2
* (directory_files_internal) [EAGAIN || EINTR]: RetryGerd Moellmann2000-11-151-7/+17
* (directory_files_internal): Fix a braino.Gerd Moellmann2000-11-091-2/+1
* (directory_files_internal): Add missing GCPRO's.Gerd Moellmann2000-11-091-47/+58
* (directory_files_internal_unwind): New function.Andrew Innes2000-10-241-0/+36
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-2/+4