Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-03-01 | Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> | Roland McGrath | 1 | -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 McGrath | 1 | -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 McGrath | 1 | -6/+6 | |
1995-12-12 | [HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1. | Roland McGrath | 1 | -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 directory | Roland McGrath | 1 | -2/+2 | |
before hash search. | |||||
1994-11-08 | Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR, | Roland McGrath | 1 | -9/+9 | |
NDIR. | |||||
1994-09-26 | [__MSDOS__]: Fixed typo. | Roland McGrath | 1 | -1/+1 | |
1994-07-25 | [__MSDOS__] (dosify): New function. | Roland McGrath | 1 | -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 McGrath | 1 | -2/+2 | |
1993-06-02 | entered into RCS | Roland McGrath | 1 | -2/+7 | |
1993-05-14 | Formerly dir.c.~12~ | Roland McGrath | 1 | -1/+3 | |
1993-04-12 | Formerly dir.c.~11~ | Roland McGrath | 1 | -19/+12 | |
1993-01-22 | Formerly dir.c.~10~ | Roland McGrath | 1 | -0/+4 | |
1993-01-06 | Formerly dir.c.~9~ | Roland McGrath | 1 | -2/+2 | |
1992-11-10 | Formerly dir.c.~8~ | Roland McGrath | 1 | -1/+3 | |
1992-10-15 | Formerly dir.c.~7~ | Roland McGrath | 1 | -1/+1 | |
1992-10-12 | Formerly dir.c.~6~ | Roland McGrath | 1 | -0/+3 | |
1992-10-11 | Formerly dir.c.~5~ | Roland McGrath | 1 | -0/+64 | |
1992-10-09 | Formerly dir.c.~4~ | Roland McGrath | 1 | -49/+136 | |
1992-06-25 | Formerly dir.c.~3~ | Roland McGrath | 1 | -2/+2 | |
1992-06-11 | Formerly dir.c.~2~ | Roland McGrath | 1 | -1/+5 | |
1991-10-18 | Initial revision | Roland McGrath | 1 | -0/+401 | |