log src/fileio.c @ 8799:e48d66b056fd

age author description
Fri, 16 Sep 1994 22:17:40 +0000 Karl Heuer (Fdelete_file): Bind completion-ignored-extensions to nil.
Wed, 14 Sep 1994 09:16:31 +0000 Richard M. Stallman (Fset_default_file_modes): Doc fix.
Mon, 05 Sep 1994 01:12:25 +0000 Karl Heuer (Ffile_accessible_directory_p): Put back the gcpro.
Tue, 30 Aug 1994 04:30:33 +0000 Richard M. Stallman (Ffile_accessible_directory_p): No need for gcpro.
Wed, 24 Aug 1994 00:39:46 +0000 Karl Heuer (Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables.
Wed, 24 Aug 1994 00:35:51 +0000 Karl Heuer (Fmake_symbolic_link, Ffile_accessible_directory_p, Finsert_file_contents,
Tue, 23 Aug 1994 22:36:41 +0000 Richard M. Stallman (O_RDONLY): Defined.
Tue, 23 Aug 1994 07:05:17 +0000 Richard M. Stallman (Fmake_directory_internal): Pass just 2 args to handler.
Thu, 04 Aug 1994 23:36:07 +0000 Richard M. Stallman (Fread_file_name_internal): Call double_dollars when `changed' is set.
Sun, 24 Jul 1994 05:42:51 +0000 Richard M. Stallman (Fwrite_region): Do unwind the new unwind protect.
Thu, 14 Jul 1994 03:39:04 +0000 Richard M. Stallman (syms_of_fileio): Finish previous change.
Tue, 12 Jul 1994 21:03:03 +0000 Richard M. Stallman (Fmake_directory_internal): Use Qmake_directory_internal.
Sat, 09 Jul 1994 19:10:16 +0000 Richard M. Stallman (Ffile_name_directory, Ffile_name_nondirectory,
Tue, 28 Jun 1994 19:00:30 +0000 Roland McGrath (a_write): Loop while *ANNOT is listp, not consp. Previous code omitted
Mon, 27 Jun 1994 20:44:08 +0000 Richard M. Stallman (a_write): Verify that *annot is a cons.
Sat, 25 Jun 1994 00:13:53 +0000 Karl Heuer (Finsert_file_contents): Fix check for non-regular files.
Thu, 26 May 1994 22:30:47 +0000 Karl Heuer (Finsert_file_contents): Check for beginning of file.
Sun, 22 May 1994 01:40:44 +0000 Richard M. Stallman (Fdelete_directory): Allow dir names as well as file names.
Fri, 20 May 1994 23:14:58 +0000 Richard M. Stallman (Finsert_file_contents): Declare buffer as unsigned
Thu, 19 May 1994 05:54:51 +0000 Richard M. Stallman (Fwrite_region): Set update_mode_lines.
Thu, 19 May 1994 05:20:27 +0000 Richard M. Stallman (syms_of_fileio): Doc fix.
Tue, 17 May 1994 09:46:59 +0000 Richard M. Stallman (Fdo_auto_save): Save listdesc as an integer, only if open.
Sat, 14 May 1994 06:34:26 +0000 Richard M. Stallman (Fcopy_file): Close output before setting its times.
Tue, 10 May 1994 23:26:39 +0000 Richard M. Stallman (Finsert_file_contents) [MSDOS]: Ignore the replace feature.
Thu, 28 Apr 1994 22:27:06 +0000 Richard M. Stallman (inhibit-file-name-handers): Correct documentation.
Wed, 27 Apr 1994 08:35:48 +0000 Richard M. Stallman (Finsert_file_contents): Fix accessing buffer_file_type
Sat, 23 Apr 1994 04:55:38 +0000 Richard M. Stallman (syms_of_fileio): New Lisp var inhibit-file-name-operation.
Fri, 22 Apr 1994 23:56:44 +0000 Karl Heuer (Ffind_file_name_handler): New argument OPERATION. All callers changed.
Fri, 15 Apr 1994 22:26:34 +0000 Richard M. Stallman (Finsert_file_contents): Fix test for unchanged file.
Wed, 13 Apr 1994 22:23:24 +0000 Richard M. Stallman [HAVE_UNISTD_H]: Include unistd.h.