summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Collapse)AuthorFilesLines
1996-03-01Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-28/+25
* dir.c: Use canonical code from autoconf manual for dirent include. [_D_NAMLEN]: Redefine NAMLEN using this. (dir_contents_file_exists_p): Use NAMLEN macro. (read_dirstream) [_DIRENT_HAVE_D_NAMLEN]: Only set d_namlen #if this.
1995-12-14(dir_setup_glob): Don't use lstat; glob never calls it anyway.Roland McGrath1-10/+9
Avoid & before function names to silence bogus sunos4 compiler.
1995-12-12(read_dirstream): Fix braino: fill in the buffer when not reallocating it!Roland McGrath1-6/+6
1995-12-12[HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.Roland McGrath1-15/+50
(D_NAMLEN): Macro removed. (FAKE_DIR_ENTRY): New macro. (dir_contents_file_exists_p): Test HAVE_D_NAMLEN instead of using D_NAMLEN. (read_dirstream): Return a struct dirent * for new glob interface. (init_dir): Function removed. (dir_setup_glob): New function.
1995-08-07(file_impossible_p): Correctly reset FILENAME to name within directoryRoland McGrath1-2/+2
before hash search.
1994-11-08Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR,Roland McGrath1-9/+9
NDIR.
1994-09-26[__MSDOS__]: Fixed typo.Roland McGrath1-1/+1
1994-07-25[__MSDOS__] (dosify): New function.Roland McGrath1-0/+51
(dir_contents_file_exists_p) [__MSDOS__]: Call it on FILENAME and process the result instead of FILENAME itself. (file_impossible_p) [__MSDOS__]: Likewise. Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.
1994-07-04(find_directory): Use safe_stat in place of stat.Roland McGrath1-2/+2
1993-06-02entered into RCSRoland McGrath1-2/+7
1993-05-14Formerly dir.c.~12~Roland McGrath1-1/+3
1993-04-12Formerly dir.c.~11~Roland McGrath1-19/+12
1993-01-22Formerly dir.c.~10~Roland McGrath1-0/+4
1993-01-06Formerly dir.c.~9~Roland McGrath1-2/+2
1992-11-10Formerly dir.c.~8~Roland McGrath1-1/+3
1992-10-15Formerly dir.c.~7~Roland McGrath1-1/+1
1992-10-12Formerly dir.c.~6~Roland McGrath1-0/+3
1992-10-11Formerly dir.c.~5~Roland McGrath1-0/+64
1992-10-09Formerly dir.c.~4~Roland McGrath1-49/+136
1992-06-25Formerly dir.c.~3~Roland McGrath1-2/+2
1992-06-11Formerly dir.c.~2~Roland McGrath1-1/+5
1991-10-18Initial revisionRoland McGrath1-0/+401