log src/fileio.c @ 5410:c96b98efb5b4

age author description
Sat, 01 Jan 1994 18:01:49 +0000 Richard M. Stallman (Fwrite_region): Don't change START and END from nil
Fri, 31 Dec 1993 18:16:16 +0000 Richard M. Stallman (Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.
Fri, 31 Dec 1993 12:56:41 +0000 Richard M. Stallman (Finsert_file_contents): Don't run after change hook
Sat, 25 Dec 1993 02:17:41 +0000 Richard M. Stallman (Fwrite_region): If handler, don't mess with modtime.
Thu, 23 Dec 1993 01:53:11 +0000 Richard M. Stallman (Fmake_symbolic_link): Do expand FILENAME if starts with ~.
Tue, 23 Nov 1993 10:09:44 +0000 Richard M. Stallman (Finsert_file_contents): Don't call signal_after_change
Fri, 12 Nov 1993 21:17:43 +0000 Richard M. Stallman (syms_of_fileio): Fix missing \n\'s.
Wed, 10 Nov 1993 07:59:21 +0000 Richard M. Stallman (Fwrite_region): Fix minor bugs in POS arg to awrite.
Mon, 25 Oct 1993 04:42:12 +0000 Brian Fox (Fcopy_file): Don't allow the copying of anything other than regular
Thu, 14 Oct 1993 04:30:19 +0000 Richard M. Stallman (Fcar_less_than_car): Fix typo in previous change.
Sat, 09 Oct 1993 21:30:48 +0000 Richard M. Stallman (Vafter_insert_file_functions): New variable.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Sun, 08 Aug 1993 05:17:22 +0000 Richard M. Stallman (expand_and_dir_to_file): Use Fdirectory_file_name.
Wed, 04 Aug 1993 22:51:22 +0000 Richard M. Stallman (expand_and_dir_to_file): Remove final / by copying abspath.
Sun, 01 Aug 1993 12:19:11 +0000 Richard M. Stallman (Finsert_file_contents): Don't call prepare_to_modify_buffer
Sun, 25 Jul 1993 06:00:32 +0000 Richard M. Stallman (Fdo_auto_save): Temporarily clear Vquit_flag.
Sat, 03 Jul 1993 06:58:05 +0000 Roland McGrath (Frename_file): After prompting for ok-if-already-exists, pass only nil or
Sat, 19 Jun 1993 01:04:50 +0000 Jim Blandy * fileio.c (Fset_visited_file_modtime): We're only passing two
Thu, 17 Jun 1993 02:28:19 +0000 Jim Blandy * fileio.c (Finsert_file_contents): Two new args, BEG and END.
Mon, 14 Jun 1993 03:49:04 +0000 Richard M. Stallman (Fset_visited_file_modtime): Don't give the handler
Sun, 13 Jun 1993 00:07:35 +0000 Richard M. Stallman (Fcopy_file): Pass all the args to the handler.
Thu, 10 Jun 1993 05:21:01 +0000 Jim Blandy * fileio.c (Frename_file): Pass all arguments to the file name handler.
Tue, 08 Jun 1993 01:09:50 +0000 Richard M. Stallman (syms_of_fileio): Set up Qset_visited_file_modtime.
Tue, 01 Jun 1993 21:15:25 +0000 Richard M. Stallman (Fwrite_region): Don't fsync if autosaving.
Tue, 01 Jun 1993 20:49:28 +0000 Richard M. Stallman [HPUX9]: Don't include errnet.h.
Mon, 24 May 1993 21:09:38 +0000 Richard M. Stallman (Fread_file_name): If input is empty, do return the default
Mon, 24 May 1993 15:22:47 +0000 Jim Blandy * fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Wed, 19 May 1993 06:13:00 +0000 Jim Blandy Braino.
Wed, 19 May 1993 06:01:21 +0000 Jim Blandy * fileio.c (Ffind_file_name_handler): Check that FILENAME is a
Tue, 11 May 1993 01:39:42 +0000 Jim Blandy * fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the
Tue, 04 May 1993 02:29:57 +0000 Jim Blandy * fileio.c (Fmake_symbolic_link): If a file already exists under
Thu, 29 Apr 1993 13:17:56 +0000 Richard M. Stallman (Fexpand_file_name): Undo last change--too risky for now.
Mon, 26 Apr 1993 21:54:00 +0000 Roland McGrath (Fexpand_file_name): Don't remove trailing / from NEWDIR if just "/".
Wed, 31 Mar 1993 10:55:33 +0000 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
Wed, 31 Mar 1993 07:05:20 +0000 Richard M. Stallman (Fwrite_region): Don't fail to set visit_file.
Sun, 28 Mar 1993 08:29:21 +0000 Richard M. Stallman (Fexpand_file_name): Default DEFALT at beginning,
Sat, 20 Mar 1993 19:45:17 +0000 Jim Blandy * fileio.c (HAVE_FSYNC): Define, if appropriate.
Fri, 19 Mar 1993 05:30:19 +0000 Richard M. Stallman (Fvisited_file_modtime): New function.
Wed, 17 Mar 1993 21:40:14 +0000 Richard M. Stallman Doc fix.
Sun, 14 Feb 1993 14:37:33 +0000 Jim Blandy * fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil, don't tell
Thu, 14 Jan 1993 15:08:15 +0000 Jim Blandy * fileio.c (Fdo_auto_save): Add CURRENT_ONLY argument, as
Tue, 12 Jan 1993 00:12:21 +0000 Richard M. Stallman (Fset_default_file_modes, Fdefault_file_modes): Renamed from .._mode.
Tue, 12 Jan 1993 00:04:37 +0000 Richard M. Stallman (Fset_default_file_mode, Fdefault_file_mode):
Mon, 11 Jan 1993 23:15:30 +0000 Richard M. Stallman (Fwrite_region): Doc fix.
Sat, 12 Dec 1992 15:32:51 +0000 Jim Blandy Give subprocess creation a way to find a valid current directory
Mon, 16 Nov 1992 00:42:52 +0000 Jim Blandy * fileio.c (Fexpand_file_name): Don't fiddle with "/." if it's the
Tue, 03 Nov 1992 02:24:05 +0000 Jim Blandy * fileio.c (Fmake_directory_internal): Remove extra paren before the
Sat, 31 Oct 1992 23:27:11 +0000 Richard M. Stallman (Fmake_directory_internal): Renamed from Fmake_directory.
Sat, 10 Oct 1992 08:34:51 +0000 Richard M. Stallman (Fwrite_region): If VISIT is a file name,
Tue, 06 Oct 1992 22:02:49 +0000 Richard M. Stallman (directory_file_name): Don't clobber the envvar
Fri, 02 Oct 1992 18:59:40 +0000 Joseph Arceneaux * fileio.c (Finsert_file_contents): Call offset_intervals() if
Mon, 28 Sep 1992 07:40:46 +0000 Richard M. Stallman (Finsert_file_contents): Do record_insert, then inc MODIFF.
Wed, 23 Sep 1992 03:51:58 +0000 Jim Blandy * fileio.c (syms_of_fileio): Don't try to defsubr Sunix_sync
Sun, 20 Sep 1992 20:17:16 +0000 Richard M. Stallman Don't include sys/dir.h.
Sat, 12 Sep 1992 08:53:08 +0000 Richard M. Stallman (Ffile_name_directory, Ffile_name_nondirectory):
Wed, 02 Sep 1992 21:41:14 +0000 Roland McGrath Doc fix for file-name-handler-alist.
Mon, 31 Aug 1992 08:07:09 +0000 Richard M. Stallman (Fdo_auto_save): Always call record_auto_save.
Sat, 29 Aug 1992 03:00:41 +0000 Jim Blandy * fileio.c (Fdo_auto_save): Call Fsleep_for with the appropriate
Wed, 12 Aug 1992 13:51:24 +0000 Jim Blandy * fileio.c (Fread_filename): When calling Fcompleting_read,