| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | (Finsert_file_contents): If replacing, | Richard M. Stallman | 1995-10-14 | 1 | -0/+4 |
* | (barf_or_query_if_file_exists): New arg STATPTR. Callers changed. | Richard M. Stallman | 1995-10-01 | 1 | -9/+37 |
* | (Fmake_symbolic_link, Fadd_name_to_file): | Richard M. Stallman | 1995-09-02 | 1 | -0/+14 |
* | (Fwrite_region): New arg lockname. | Richard M. Stallman | 1995-08-14 | 1 | -11/+16 |
* | (do_auto_save_unwind): Set auto_saving to 0. | Richard M. Stallman | 1995-07-22 | 1 | -28/+53 |
* | (Fwrite_region): If fsync fails with EINTR, don't | Karl Heuer | 1995-07-17 | 1 | -1/+5 |
* | (directory_file_name): Don't get confused by // at end on Unix-like systems. | Richard M. Stallman | 1995-06-24 | 1 | -1/+4 |
* | (Fvisited_file_modtime): Cast arg to long_to_cons. | Karl Heuer | 1995-05-23 | 1 | -1/+1 |
* | (directory_file_name): Add APOLLO conditional. | Richard M. Stallman | 1995-05-03 | 1 | -31/+7 |
* | (Finsert_file_contents): Use file_truename for unlocking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
* | (Fdo_auto_save): Record visited file name | Richard M. Stallman | 1995-04-30 | 1 | -3/+12 |
* | (Ffile_regular_p): Use Qfile_regular_p. | Richard M. Stallman | 1995-04-26 | 1 | -2/+5 |
* | (Fexpand_file_name): Use IS_DIRECTORY_SEP instead of | Karl Heuer | 1995-04-13 | 1 | -34/+13 |
* | Fix typo in previous change. | Karl Heuer | 1995-04-12 | 1 | -1/+1 |
* | (directory_file_name) [WINDOWSNT]: Handle UNC format. | Karl Heuer | 1995-04-12 | 1 | -9/+15 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (syms_of_fileio): Fix missing \n\. | Karl Heuer | 1995-03-22 | 1 | -1/+1 |
* | (Finsert_file_contents): Call format-decode. | Boris Goldowsky | 1995-03-17 | 1 | -0/+48 |
* | (Fexpand_file_name): Copy default-directory | Richard M. Stallman | 1995-02-14 | 1 | -5/+6 |
* | (Fexpand_file_name): Look for a handler for defalt. | Richard M. Stallman | 1995-02-12 | 1 | -3/+9 |
* | (file_name_as_directory, Ffile_name_directory) | Richard M. Stallman | 1995-01-20 | 1 | -10/+0 |
* | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -7/+19 |
* | (internal_delete_file, internal_delete_file_1): New functions. | Richard M. Stallman | 1994-11-28 | 1 | -1/+18 |
* | (Fdo_auto_save): Use the new type-test macros. | Karl Heuer | 1994-11-16 | 1 | -2/+1 |
* | (Fread_file_name_internal): Protect orig_string. | Richard M. Stallman | 1994-11-16 | 1 | -2/+12 |
* | (Finsert_file_contents): Init not_regular at the beginning. | Richard M. Stallman | 1994-11-15 | 1 | -2/+1 |
* | (Finsert_file_contents): If VISIT, set the buffer components | Richard M. Stallman | 1994-11-14 | 1 | -3/+16 |
* | (Fsubstitute_in_file_name): Add missing #endif. | Richard M. Stallman | 1994-11-09 | 1 | -0/+1 |
* | Change explicit uses of the Unix directory separator | Richard M. Stallman | 1994-11-01 | 1 | -137/+218 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -0/+6 |
* | (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 |