| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fwrite_region): If FILENAME has no handler, see if VISIT has one. | Richard M. Stallman | 1994-02-03 | 1 | -0/+3 |
| * | (double_dollars): New function. | Richard M. Stallman | 1994-01-20 | 1 | -27/+38 |
| * | (Ffile_symlink_p): Doc fix. | Richard M. Stallman | 1994-01-16 | 1 | -3/+3 |
| * | (Fdo_auto_save): If auto save times out, don't try again for 20 minutes. | Richard M. Stallman | 1994-01-10 | 1 | -0/+27 |
| * | (report_file_error): Use strerror instead of sys_errlist. | Roland McGrath | 1994-01-08 | 1 | -4/+1 |
| * | Don't declare sys_errlist; declare strerror instead. | Roland McGrath | 1994-01-08 | 1 | -6/+4 |
| * | [MSDOS]: #include "msdos.h" and <sys/param.h> needed for | Richard M. Stallman | 1994-01-08 | 1 | -1/+177 |
| * | (Fwrite_region): Don't change START and END from nil | Richard M. Stallman | 1994-01-01 | 1 | -11/+12 |
| * | (Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler. | Richard M. Stallman | 1993-12-31 | 1 | -5/+5 |
| * | (Finsert_file_contents): Don't run after change hook | Richard M. Stallman | 1993-12-31 | 1 | -2/+7 |
| * | (Fwrite_region): If handler, don't mess with modtime. | Richard M. Stallman | 1993-12-25 | 1 | -5/+0 |
| * | (Fmake_symbolic_link): Do expand FILENAME if starts with ~. | Richard M. Stallman | 1993-12-23 | 1 | -4/+11 |
| * | (Finsert_file_contents): Don't call signal_after_change | Richard M. Stallman | 1993-11-23 | 1 | -1/+2 |
| * | (syms_of_fileio): Fix missing \n\'s. | Richard M. Stallman | 1993-11-12 | 1 | -10/+10 |
| * | (Fwrite_region): Fix minor bugs in POS arg to awrite. | Richard M. Stallman | 1993-11-10 | 1 | -8/+9 |
| * | (Fcopy_file): Don't allow the copying of anything other than regular | Brian Fox | 1993-10-25 | 1 | -1/+28 |
| * | (Fcar_less_than_car): Fix typo in previous change. | Richard M. Stallman | 1993-10-14 | 1 | -1/+1 |
| * | (Vafter_insert_file_functions): New variable. | Richard M. Stallman | 1993-10-09 | 1 | -14/+164 |
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| * | (expand_and_dir_to_file): Use Fdirectory_file_name. | Richard M. Stallman | 1993-08-08 | 1 | -2/+2 |
| * | (expand_and_dir_to_file): Remove final / by copying abspath. | Richard M. Stallman | 1993-08-04 | 1 | -10/+3 |
| * | (Finsert_file_contents): Don't call prepare_to_modify_buffer | Richard M. Stallman | 1993-08-01 | 1 | -1/+1 |
| * | (Fdo_auto_save): Temporarily clear Vquit_flag. | Richard M. Stallman | 1993-07-25 | 1 | -0/+8 |
| * | (Frename_file): After prompting for ok-if-already-exists, pass only nil or | Roland McGrath | 1993-07-03 | 1 | -1/+4 |
| * | * fileio.c (Fset_visited_file_modtime): We're only passing two | Jim Blandy | 1993-06-19 | 1 | -1/+1 |
| * | * fileio.c (Finsert_file_contents): Two new args, BEG and END. | Jim Blandy | 1993-06-17 | 1 | -13/+43 |
| * | (Fset_visited_file_modtime): Don't give the handler | Richard M. Stallman | 1993-06-14 | 1 | -1/+2 |
| * | (Fcopy_file): Pass all the args to the handler. | Richard M. Stallman | 1993-06-13 | 1 | -15/+15 |
| * | * fileio.c (Frename_file): Pass all arguments to the file name handler. | Jim Blandy | 1993-06-10 | 1 | -1/+2 |
| * | (syms_of_fileio): Set up Qset_visited_file_modtime. | Richard M. Stallman | 1993-06-08 | 1 | -1/+3 |
| * | (Fwrite_region): Don't fsync if autosaving. | Richard M. Stallman | 1993-06-01 | 1 | -1/+3 |
| * | [HPUX9]: Don't include errnet.h. | Richard M. Stallman | 1993-06-01 | 1 | -0/+2 |
| * | (Fread_file_name): If input is empty, do return the default | Richard M. Stallman | 1993-05-24 | 1 | -0/+2 |
| * | * fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to | Jim Blandy | 1993-05-24 | 1 | -2/+2 |
| * | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
| * | Braino. | Jim Blandy | 1993-05-19 | 1 | -1/+1 |
| * | * fileio.c (Ffind_file_name_handler): Check that FILENAME is a | Jim Blandy | 1993-05-19 | 1 | -0/+2 |
| * | * fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the | Jim Blandy | 1993-05-11 | 1 | -2/+29 |
| * | * fileio.c (Fmake_symbolic_link): If a file already exists under | Jim Blandy | 1993-05-04 | 1 | -1/+1 |
| * | (Fexpand_file_name): Undo last change--too risky for now. | Richard M. Stallman | 1993-04-29 | 1 | -1/+4 |
| * | (Fexpand_file_name): Don't remove trailing / from NEWDIR if just "/". | Roland McGrath | 1993-04-26 | 1 | -2/+2 |
| * | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 1 | -3/+3 |
| * | (Fwrite_region): Don't fail to set visit_file. | Richard M. Stallman | 1993-03-31 | 1 | -1/+1 |
| * | (Fexpand_file_name): Default DEFALT at beginning, | Richard M. Stallman | 1993-03-28 | 1 | -7/+18 |
| * | * fileio.c (HAVE_FSYNC): Define, if appropriate. | Jim Blandy | 1993-03-20 | 1 | -5/+9 |
| * | (Fvisited_file_modtime): New function. | Richard M. Stallman | 1993-03-19 | 1 | -15/+34 |
| * | Doc fix. | Richard M. Stallman | 1993-03-17 | 1 | -1/+1 |
| * | * fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil, don't tell | Jim Blandy | 1993-02-14 | 1 | -46/+79 |
| * | * fileio.c (Fdo_auto_save): Add CURRENT_ONLY argument, as | Jim Blandy | 1993-01-14 | 1 | -5/+10 |
| * | (Fset_default_file_modes, Fdefault_file_modes): Renamed from .._mode. | Richard M. Stallman | 1993-01-12 | 1 | -4/+4 |