| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fexpand_file_name): Check length > 0 when necessary. | Richard M. Stallman | 1997-04-29 | 1 | -1/+1 |
| * | (Fsubstitute_in_file_name): Use xnm uniformly, never nm, | Richard M. Stallman | 1997-04-27 | 1 | -1/+1 |
| * | (Fwrite_region): GCPRO `start' near the beginning. | Richard M. Stallman | 1997-04-25 | 1 | -1/+1 |
| * | (Fexpand_file_name): Fix expansion of "/foo/../". | Richard M. Stallman | 1997-04-18 | 1 | -1/+2 |
| * | (Finsert_file_contents): Do call signal_after_change | Richard M. Stallman | 1997-04-11 | 1 | -2/+7 |
| * | (Fcopy_file): Fix error message. | Richard M. Stallman | 1997-04-02 | 1 | -1/+1 |
| * | (Finsert_file_contents): Handle non-regular files. | Richard M. Stallman | 1997-04-02 | 1 | -19/+47 |
| * | (Finsert_file_contents): When handling REPLACE, | Richard M. Stallman | 1997-04-02 | 1 | -55/+77 |
| * | (Finsert_file_contents): Determine the character coding | Richard M. Stallman | 1997-04-01 | 1 | -35/+198 |
| * | (Fcopy_file): Use Qfile_date_error if can't set file date. | Richard M. Stallman | 1997-04-01 | 1 | -2/+12 |
| * | (Finsert_file_contents, Fwrite_region): Do not perform | Kenichi Handa | 1997-02-27 | 1 | -2/+4 |
| * | Include charset.h and coding.h. | Karl Heuer | 1997-02-22 | 1 | -54/+234 |
| * | Fix previous change. | Richard M. Stallman | 1996-12-16 | 1 | -1/+4 |
| * | (Finsert_file_contents): Handle BEG and END non-nil | Richard M. Stallman | 1996-12-16 | 1 | -6/+11 |
| * | (Fwrite_region): Be careful not to destroy contents of | Richard M. Stallman | 1996-12-11 | 1 | -1/+1 |
| * | (Fread_file_name_internal): Verify STRING is a string. | Richard M. Stallman | 1996-12-09 | 1 | -2/+4 |
| * | (USG5 or BSD_SYSTEM or LINUX): Include fcntl.h. | Richard M. Stallman | 1996-11-07 | 1 | -1/+22 |
| * | (Fexpand_file_name): No longer discard .../ before another / or ~. | Richard M. Stallman | 1996-10-26 | 1 | -23/+0 |
| * | (Vuser_login_name): Declared extern. | Richard M. Stallman | 1996-09-25 | 1 | -2/+12 |
| * | (syms_of_fileio): staticpro Qset_visited_file_modtime. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
| * | Change all references from point to PT. | Karl Heuer | 1996-09-11 | 1 | -7/+7 |
| * | (Faccess_file): New function. | Richard M. Stallman | 1996-09-10 | 1 | -3/+33 |
| * | (build_annotations): Remember original buffer that the | Richard M. Stallman | 1996-09-01 | 1 | -1/+5 |
| * | (check_writable): Use euidaccess, not eaccess. | Karl Heuer | 1996-07-20 | 1 | -2/+2 |
| * | (Fcopy_file): Use st_ino under DJGPP v2 and later to | Karl Heuer | 1996-07-07 | 1 | -4/+4 |
| * | (DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters. | Miles Bader | 1996-07-07 | 1 | -6/+4 |
| * | (DRIVE_LETTER) [MSDOS]: Lower-case drive letters. | Miles Bader | 1996-07-02 | 1 | -1/+4 |
| * | (check_executable): Use euidaccess, not eaccess. | Richard M. Stallman | 1996-06-28 | 1 | -2/+2 |
| * | (Fexpand_file_name): When simplifying /foo/.., keep the initial slash. | Richard M. Stallman | 1996-06-13 | 1 | -0/+2 |
| * | (Ffile_name_directory) [WINDOWSNT]: Remove previous | Richard M. Stallman | 1996-06-06 | 1 | -6/+0 |
| * | (DRIVE_LETTER): [DOS_NT] New macro. | Richard M. Stallman | 1996-06-03 | 1 | -3/+6 |
| * | (Fexpand_file_name) [WINDOWSNT]: Don't strip trailing / | Richard M. Stallman | 1996-06-01 | 1 | -2/+13 |
| * | (Fexpand_file_name) [DOS_NT]: Correct the `if' clause | Richard M. Stallman | 1996-05-01 | 1 | -3/+3 |
| * | (Fexpand_file_name) [DOS_NT]: Keep dir sep following ~ | Richard M. Stallman | 1996-04-29 | 1 | -7/+4 |
| * | (Fexpand_file_name, Ffile_name_absolute_p): Doc fixes. | Richard M. Stallman | 1996-04-27 | 1 | -233/+414 |
| * | (syms_of_fileio): Doc fix. | Richard M. Stallman | 1996-04-25 | 1 | -2/+4 |
| * | [MSDOS]: If DJGPP version 2, include fcntl.h and string.h. | Richard M. Stallman | 1996-04-10 | 1 | -0/+4 |
| * | (Frename_file) [WINDOWSNT]: Remove conditional code. | Richard M. Stallman | 1996-03-28 | 1 | -10/+0 |
| * | (Fexpand_file_name): Fix confusion in detecting | Richard M. Stallman | 1996-02-27 | 1 | -3/+8 |
| * | (Fdo_auto_save): Pause before restoring old message. | Karl Heuer | 1996-02-21 | 1 | -1/+4 |
| * | (Fmake_temp_name) [MSDOS]: Make sure there is at least | Karl Heuer | 1996-02-16 | 1 | -2/+2 |
| * | (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in | Richard M. Stallman | 1996-02-08 | 1 | -0/+6 |
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| * | (do_auto_save_unwind): Don't close DESC if DESC < 0. | Karl Heuer | 1996-01-09 | 1 | -3/+3 |
| * | (Ffile_name_directory, Ffile_name_nondirectory, Ffile_name_as_directory, | Erik Naggum | 1996-01-09 | 1 | -131/+131 |
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -3/+3 |
| * | (Ffile_readable_p) [MSDOS]: Use access rather than open. | Richard M. Stallman | 1995-12-31 | 1 | -0/+8 |
| * | (syms_of_fileio): Doc fix. | Karl Heuer | 1995-12-21 | 1 | -1/+4 |
| * | (check_executable) [DOS_NT]: Treat all dirs as executable. | Richard M. Stallman | 1995-11-14 | 1 | -1/+13 |
| * | (Fwrite_region): Move the code that writes annotations for empty files. | Richard M. Stallman | 1995-11-10 | 1 | -7/+6 |