aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* (Finsert_file_contents): Fix accessing buffer_file_typeRichard M. Stallman1994-04-271-4/+3
* (syms_of_fileio): New Lisp var inhibit-file-name-operation.Richard M. Stallman1994-04-231-17/+30
* (Ffind_file_name_handler): New argument OPERATION. All callers changed.Karl Heuer1994-04-221-37/+39
* (Finsert_file_contents): Fix test for unchanged file.Richard M. Stallman1994-04-151-1/+1
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1994-04-131-0/+4
* (Fdo_auto_save): Don't turn off auto save mode.Richard M. Stallman1994-04-051-5/+28
* (Finsert_file_contents): Use assignment, not initialization.Karl Heuer1994-03-231-1/+2
* (Ffile_modes) [MSDOS]: set exec-bit based on file suffix.Karl Heuer1994-03-161-0/+13
* (Frename_file, Fcopy_file, Fadd_name_to_file, Fmake_symbolic_link): Fix typoKarl Heuer1994-03-161-8/+8
* (Frename_file): Use RETURN_UNGCPRO when run handler.Richard M. Stallman1994-03-151-8/+8
* (Fread_file_name): Delete docstring of second version of function, to avoidKarl Heuer1994-03-141-8/+3
* (Finsert_file_contents): Don't let same_at_end be less than same_at_start.Richard M. Stallman1994-03-141-0/+9
* (Fdo_auto_save): Doc fix.Richard M. Stallman1994-03-051-3/+2
* (Finsert_file_contents): Pass del_range_1 two ends, not a length.Richard M. Stallman1994-03-041-1/+1
* (Fread_file_name): Do the right thing when insert-default-directory is nil.Karl Heuer1994-03-031-2/+6
* (Finsert_file_contents): If undo_list was t, leave it t.Richard M. Stallman1994-03-031-3/+3
* (Finsert_file_contents): If REPLACE, always do lseek.Richard M. Stallman1994-02-231-12/+29
* (Finsert_file_contents): Fix previous change.Richard M. Stallman1994-02-171-0/+1
* (Finsert_file_contents): New arg REPLACE.Richard M. Stallman1994-02-171-5/+97
* (Fsubstitute_in_file_name): Remove long-dead code that looked at USER beforeKarl Heuer1994-02-111-14/+0
* Use new name vmsdir.h.Richard M. Stallman1994-02-101-1/+1
* (Fdo_auto_save): Save echo_area_glyphs_length.Karl Heuer1994-02-101-1/+7
* (Fwrite_region): If FILENAME has no handler, see if VISIT has one.Richard M. Stallman1994-02-031-0/+3
* (double_dollars): New function.Richard M. Stallman1994-01-201-27/+38
* (Ffile_symlink_p): Doc fix.Richard M. Stallman1994-01-161-3/+3
* (Fdo_auto_save): If auto save times out, don't try again for 20 minutes.Richard M. Stallman1994-01-101-0/+27
* (report_file_error): Use strerror instead of sys_errlist.Roland McGrath1994-01-081-4/+1
* Don't declare sys_errlist; declare strerror instead.Roland McGrath1994-01-081-6/+4
* [MSDOS]: #include "msdos.h" and <sys/param.h> needed forRichard M. Stallman1994-01-081-1/+177
* (Fwrite_region): Don't change START and END from nilRichard M. Stallman1994-01-011-11/+12
* (Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.Richard M. Stallman1993-12-311-5/+5
* (Finsert_file_contents): Don't run after change hookRichard M. Stallman1993-12-311-2/+7
* (Fwrite_region): If handler, don't mess with modtime.Richard M. Stallman1993-12-251-5/+0
* (Fmake_symbolic_link): Do expand FILENAME if starts with ~.Richard M. Stallman1993-12-231-4/+11
* (Finsert_file_contents): Don't call signal_after_changeRichard M. Stallman1993-11-231-1/+2
* (syms_of_fileio): Fix missing \n\'s.Richard M. Stallman1993-11-121-10/+10
* (Fwrite_region): Fix minor bugs in POS arg to awrite.Richard M. Stallman1993-11-101-8/+9
* (Fcopy_file): Don't allow the copying of anything other than regularBrian Fox1993-10-251-1/+28
* (Fcar_less_than_car): Fix typo in previous change.Richard M. Stallman1993-10-141-1/+1
* (Vafter_insert_file_functions): New variable.Richard M. Stallman1993-10-091-14/+164
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (expand_and_dir_to_file): Use Fdirectory_file_name.Richard M. Stallman1993-08-081-2/+2
* (expand_and_dir_to_file): Remove final / by copying abspath.Richard M. Stallman1993-08-041-10/+3
* (Finsert_file_contents): Don't call prepare_to_modify_bufferRichard M. Stallman1993-08-011-1/+1
* (Fdo_auto_save): Temporarily clear Vquit_flag.Richard M. Stallman1993-07-251-0/+8
* (Frename_file): After prompting for ok-if-already-exists, pass only nil orRoland McGrath1993-07-031-1/+4
* * fileio.c (Fset_visited_file_modtime): We're only passing twoJim Blandy1993-06-191-1/+1
* * fileio.c (Finsert_file_contents): Two new args, BEG and END.Jim Blandy1993-06-171-13/+43
* (Fset_visited_file_modtime): Don't give the handlerRichard M. Stallman1993-06-141-1/+2
* (Fcopy_file): Pass all the args to the handler.Richard M. Stallman1993-06-131-15/+15