| Commit message (Expand) | Author | Age | Files | Lines |
* | (check_writable, check_executable): Test HAVE_EACCESS. | Richard M. Stallman | 1994-10-07 | 1 | -2/+2 |
* | (Ffile_regular_p): New function. | Richard M. Stallman | 1994-10-05 | 1 | -37/+61 |
* | (Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved): | Karl Heuer | 1994-10-04 | 1 | -12/+12 |
* | (Finsert_file_contents): No longer necessary to set type separately. | Karl Heuer | 1994-10-04 | 1 | -1/+0 |
* | (Fdefault_file_modes, Finsert_file_contents, Fdo_auto_save): Use new accessor | Karl Heuer | 1994-10-04 | 1 | -3/+3 |
* | (Finsert_file_contents): set type of `end', not just the value. | Karl Heuer | 1994-10-02 | 1 | -0/+1 |
* | (check_writable, check_executable) [__HURD__]: Use eaccess. | Richard M. Stallman | 1994-09-29 | 1 | -26/+2 |
* | (Fdelete_file): Undo Sep 16 change. | Karl Heuer | 1994-09-28 | 1 | -6/+2 |
* | (Ffind_file_name_handler, Fcopy_file, Frename_file, Fadd_name_to_file, | Karl Heuer | 1994-09-27 | 1 | -19/+18 |
* | (Ffile_writable_p): Use stat to test for existence. | Richard M. Stallman | 1994-09-24 | 1 | -6/+71 |
* | (Ffile_writable_p): Don't use ro_fsys. | Richard M. Stallman | 1994-09-18 | 1 | -28/+2 |
* | (Fcopy_file): Use set_file_times, and check for the error return. | Karl Heuer | 1994-09-18 | 1 | -1/+2 |
* | (barf_or_query_if_file_exists): Fix declaration. | Karl Heuer | 1994-09-17 | 1 | -0/+1 |
* | (Finsert_file_contents) [MSDOS]: Don't re-gc-protect filename; delete unused | Karl Heuer | 1994-09-16 | 1 | -5/+0 |
* | (Fdelete_file): Bind completion-ignored-extensions to nil. | Karl Heuer | 1994-09-16 | 1 | -2/+6 |
* | (Fset_default_file_modes): Doc fix. | Richard M. Stallman | 1994-09-14 | 1 | -2/+2 |
* | (Ffile_accessible_directory_p): Put back the gcpro. | Karl Heuer | 1994-09-05 | 1 | -2/+9 |
* | (Ffile_accessible_directory_p): No need for gcpro. | Richard M. Stallman | 1994-08-30 | 1 | -6/+1 |
* | (Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables. | Karl Heuer | 1994-08-24 | 1 | -1/+0 |
* | (Fmake_symbolic_link, Ffile_accessible_directory_p, Finsert_file_contents, | Karl Heuer | 1994-08-24 | 1 | -15/+22 |
* | (O_RDONLY): Defined. | Richard M. Stallman | 1994-08-23 | 1 | -6/+19 |
* | (Fmake_directory_internal): Pass just 2 args to handler. | Richard M. Stallman | 1994-08-23 | 1 | -1/+1 |
* | (Fread_file_name_internal): Call double_dollars when `changed' is set. | Richard M. Stallman | 1994-08-04 | 1 | -1/+1 |
* | (Fwrite_region): Do unwind the new unwind protect. | Richard M. Stallman | 1994-07-24 | 1 | -3/+62 |
* | (syms_of_fileio): Finish previous change. | Richard M. Stallman | 1994-07-14 | 1 | -1/+1 |
* | (Fmake_directory_internal): Use Qmake_directory_internal. | Richard M. Stallman | 1994-07-12 | 1 | -4/+4 |
* | (Ffile_name_directory, Ffile_name_nondirectory, | Richard M. Stallman | 1994-07-09 | 1 | -6/+15 |
* | (a_write): Loop while *ANNOT is listp, not consp. Previous code omitted | Roland McGrath | 1994-06-28 | 1 | -1/+1 |
* | (a_write): Verify that *annot is a cons. | Richard M. Stallman | 1994-06-27 | 1 | -1/+1 |
* | (Finsert_file_contents): Fix check for non-regular files. | Karl Heuer | 1994-06-25 | 1 | -11/+15 |
* | (Finsert_file_contents): Check for beginning of file. | Karl Heuer | 1994-05-26 | 1 | -0/+3 |
* | (Fdelete_directory): Allow dir names as well as file names. | Richard M. Stallman | 1994-05-22 | 1 | -2/+2 |
* | (Finsert_file_contents): Declare buffer as unsigned | Richard M. Stallman | 1994-05-20 | 1 | -1/+3 |
* | (Fwrite_region): Set update_mode_lines. | Richard M. Stallman | 1994-05-19 | 1 | -0/+1 |
* | (syms_of_fileio): Doc fix. | Richard M. Stallman | 1994-05-19 | 1 | -2/+2 |
* | (Fdo_auto_save): Save listdesc as an integer, only if open. | Richard M. Stallman | 1994-05-17 | 1 | -12/+6 |
* | (Fcopy_file): Close output before setting its times. | Richard M. Stallman | 1994-05-14 | 1 | -4/+6 |
* | (Finsert_file_contents) [MSDOS]: Ignore the replace feature. | Richard M. Stallman | 1994-05-10 | 1 | -1/+66 |
* | (inhibit-file-name-handers): Correct documentation. | Richard M. Stallman | 1994-04-28 | 1 | -1/+1 |
* | (Finsert_file_contents): Fix accessing buffer_file_type | Richard M. Stallman | 1994-04-27 | 1 | -4/+3 |
* | (syms_of_fileio): New Lisp var inhibit-file-name-operation. | Richard M. Stallman | 1994-04-23 | 1 | -17/+30 |
* | (Ffind_file_name_handler): New argument OPERATION. All callers changed. | Karl Heuer | 1994-04-22 | 1 | -37/+39 |
* | (Finsert_file_contents): Fix test for unchanged file. | Richard M. Stallman | 1994-04-15 | 1 | -1/+1 |
* | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1994-04-13 | 1 | -0/+4 |
* | (Fdo_auto_save): Don't turn off auto save mode. | Richard M. Stallman | 1994-04-05 | 1 | -5/+28 |
* | (Finsert_file_contents): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -1/+2 |
* | (Ffile_modes) [MSDOS]: set exec-bit based on file suffix. | Karl Heuer | 1994-03-16 | 1 | -0/+13 |
* | (Frename_file, Fcopy_file, Fadd_name_to_file, Fmake_symbolic_link): Fix typo | Karl Heuer | 1994-03-16 | 1 | -8/+8 |
* | (Frename_file): Use RETURN_UNGCPRO when run handler. | Richard M. Stallman | 1994-03-15 | 1 | -8/+8 |
* | (Fread_file_name): Delete docstring of second version of function, to avoid | Karl Heuer | 1994-03-14 | 1 | -8/+3 |