log src/fileio.c @ 17396:7fbce3c83857

age author description
Fri, 11 Apr 1997 18:25:41 +0000 Richard M. Stallman (Finsert_file_contents): Do call signal_after_change
Wed, 02 Apr 1997 19:06:31 +0000 Richard M. Stallman (Fcopy_file): Fix error message.
Wed, 02 Apr 1997 06:12:48 +0000 Richard M. Stallman (Finsert_file_contents): Handle non-regular files.
Wed, 02 Apr 1997 05:03:06 +0000 Richard M. Stallman (Finsert_file_contents): When handling REPLACE,
Tue, 01 Apr 1997 07:17:40 +0000 Richard M. Stallman (Finsert_file_contents): Determine the character coding
Tue, 01 Apr 1997 04:25:04 +0000 Richard M. Stallman (Fcopy_file): Use Qfile_date_error if can't set file date.
Thu, 27 Feb 1997 08:01:34 +0000 Kenichi Handa (Finsert_file_contents, Fwrite_region): Do not perform
Sat, 22 Feb 1997 19:31:32 +0000 Karl Heuer Include charset.h and coding.h.
Mon, 16 Dec 1996 05:53:33 +0000 Richard M. Stallman Fix previous change.
Mon, 16 Dec 1996 05:46:37 +0000 Richard M. Stallman (Finsert_file_contents): Handle BEG and END non-nil
Wed, 11 Dec 1996 00:29:18 +0000 Richard M. Stallman (Fwrite_region): Be careful not to destroy contents of
Mon, 09 Dec 1996 06:38:01 +0000 Richard M. Stallman (Fread_file_name_internal): Verify STRING is a string.
Thu, 07 Nov 1996 06:07:00 +0000 Richard M. Stallman (USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.
Sat, 26 Oct 1996 18:16:11 +0000 Richard M. Stallman (Fexpand_file_name): No longer discard .../ before another / or ~.
Wed, 25 Sep 1996 03:23:03 +0000 Richard M. Stallman (Vuser_login_name): Declared extern.
Tue, 17 Sep 1996 16:18:22 +0000 Erik Naggum (syms_of_fileio): staticpro Qset_visited_file_modtime.
Wed, 11 Sep 1996 21:59:57 +0000 Karl Heuer Change all references from point to PT.
Tue, 10 Sep 1996 19:54:02 +0000 Richard M. Stallman (Faccess_file): New function.
Sun, 01 Sep 1996 20:44:46 +0000 Richard M. Stallman (build_annotations): Remember original buffer that the
Sat, 20 Jul 1996 07:00:51 +0000 Karl Heuer (check_writable): Use euidaccess, not eaccess.
Sun, 07 Jul 1996 22:36:38 +0000 Karl Heuer (Fcopy_file): Use st_ino under DJGPP v2 and later to
Sun, 07 Jul 1996 01:59:35 +0000 Miles Bader (DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.
Tue, 02 Jul 1996 16:25:58 +0000 Miles Bader (DRIVE_LETTER) [MSDOS]: Lower-case drive letters.
Fri, 28 Jun 1996 07:05:19 +0000 Richard M. Stallman (check_executable): Use euidaccess, not eaccess.
Thu, 13 Jun 1996 19:09:32 +0000 Richard M. Stallman (Fexpand_file_name): When simplifying /foo/.., keep the initial slash.
Thu, 06 Jun 1996 19:41:46 +0000 Richard M. Stallman (Ffile_name_directory) [WINDOWSNT]: Remove previous
Mon, 03 Jun 1996 21:16:17 +0000 Richard M. Stallman (DRIVE_LETTER): [DOS_NT] New macro.
Sat, 01 Jun 1996 02:23:06 +0000 Richard M. Stallman (Fexpand_file_name) [WINDOWSNT]: Don't strip trailing /
Wed, 01 May 1996 23:24:44 +0000 Richard M. Stallman (Fexpand_file_name) [DOS_NT]: Correct the `if' clause
Mon, 29 Apr 1996 15:49:43 +0000 Richard M. Stallman (Fexpand_file_name) [DOS_NT]: Keep dir sep following ~
Sat, 27 Apr 1996 01:14:17 +0000 Richard M. Stallman (Fexpand_file_name, Ffile_name_absolute_p): Doc fixes.
Thu, 25 Apr 1996 17:31:37 +0000 Richard M. Stallman (syms_of_fileio): Doc fix.
Wed, 10 Apr 1996 04:10:47 +0000 Richard M. Stallman [MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
Thu, 28 Mar 1996 19:31:28 +0000 Richard M. Stallman (Frename_file) [WINDOWSNT]: Remove conditional code.
Tue, 27 Feb 1996 16:51:25 +0000 Richard M. Stallman (Fexpand_file_name): Fix confusion in detecting
Wed, 21 Feb 1996 21:11:24 +0000 Karl Heuer (Fdo_auto_save): Pause before restoring old message.
Fri, 16 Feb 1996 00:17:03 +0000 Karl Heuer (Fmake_temp_name) [MSDOS]: Make sure there is at least
Thu, 08 Feb 1996 17:46:58 +0000 Richard M. Stallman (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 23:39:43 +0000 Karl Heuer (do_auto_save_unwind): Don't close DESC if DESC < 0.
Tue, 09 Jan 1996 00:32:04 +0000 Erik Naggum (Ffile_name_directory, Ffile_name_nondirectory, Ffile_name_as_directory,
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Sun, 31 Dec 1995 19:49:39 +0000 Richard M. Stallman (Ffile_readable_p) [MSDOS]: Use access rather than open.
Thu, 21 Dec 1995 17:00:42 +0000 Karl Heuer (syms_of_fileio): Doc fix.
Tue, 14 Nov 1995 17:38:19 +0000 Richard M. Stallman (check_executable) [DOS_NT]: Treat all dirs as executable.
Fri, 10 Nov 1995 06:44:54 +0000 Richard M. Stallman (Fwrite_region): Move the code that writes annotations for empty files.
Sat, 14 Oct 1995 20:42:26 +0000 Richard M. Stallman (Finsert_file_contents): If replacing,
Sun, 01 Oct 1995 07:14:42 +0000 Richard M. Stallman (barf_or_query_if_file_exists): New arg STATPTR. Callers changed.
Sat, 02 Sep 1995 01:21:55 +0000 Richard M. Stallman (Fmake_symbolic_link, Fadd_name_to_file):
Mon, 14 Aug 1995 17:26:27 +0000 Richard M. Stallman (Fwrite_region): New arg lockname.
Sat, 22 Jul 1995 16:13:31 +0000 Richard M. Stallman (do_auto_save_unwind): Set auto_saving to 0.
Mon, 17 Jul 1995 22:20:32 +0000 Karl Heuer (Fwrite_region): If fsync fails with EINTR, don't
Sat, 24 Jun 1995 04:10:31 +0000 Richard M. Stallman (directory_file_name): Don't get confused by // at end on Unix-like systems.
Tue, 23 May 1995 00:11:46 +0000 Karl Heuer (Fvisited_file_modtime): Cast arg to long_to_cons.
Wed, 03 May 1995 20:27:05 +0000 Richard M. Stallman (directory_file_name): Add APOLLO conditional.
Tue, 02 May 1995 18:15:54 +0000 Richard M. Stallman (Finsert_file_contents): Use file_truename for unlocking.
Sun, 30 Apr 1995 19:50:56 +0000 Richard M. Stallman (Fdo_auto_save): Record visited file name
Wed, 26 Apr 1995 11:09:31 +0000 Richard M. Stallman (Ffile_regular_p): Use Qfile_regular_p.
Thu, 13 Apr 1995 17:45:06 +0000 Karl Heuer (Fexpand_file_name): Use IS_DIRECTORY_SEP instead of
Wed, 12 Apr 1995 02:50:23 +0000 Karl Heuer Fix typo in previous change.
Wed, 12 Apr 1995 02:06:22 +0000 Karl Heuer (directory_file_name) [WINDOWSNT]: Handle UNC format.
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Wed, 22 Mar 1995 17:57:55 +0000 Karl Heuer (syms_of_fileio): Fix missing \n\.
Fri, 17 Mar 1995 18:13:23 +0000 Boris Goldowsky (Finsert_file_contents): Call format-decode.
Tue, 14 Feb 1995 00:13:20 +0000 Richard M. Stallman (Fexpand_file_name): Copy default-directory
Sun, 12 Feb 1995 04:29:53 +0000 Richard M. Stallman (Fexpand_file_name): Look for a handler for defalt.
Fri, 20 Jan 1995 23:36:07 +0000 Richard M. Stallman (file_name_as_directory, Ffile_name_directory)
Mon, 02 Jan 1995 06:36:56 +0000 Richard M. Stallman Use SAVE_MODIFF and BUF_SAVE_MODIFF
Mon, 28 Nov 1994 19:27:53 +0000 Richard M. Stallman (internal_delete_file, internal_delete_file_1): New functions.
Wed, 16 Nov 1994 01:50:23 +0000 Karl Heuer (Fdo_auto_save): Use the new type-test macros.
Wed, 16 Nov 1994 00:52:35 +0000 Richard M. Stallman (Fread_file_name_internal): Protect orig_string.
Tue, 15 Nov 1994 00:30:47 +0000 Richard M. Stallman (Finsert_file_contents): Init not_regular at the beginning.
Mon, 14 Nov 1994 23:58:19 +0000 Richard M. Stallman (Finsert_file_contents): If VISIT, set the buffer components
Wed, 09 Nov 1994 20:53:55 +0000 Richard M. Stallman (Fsubstitute_in_file_name): Add missing #endif.
Tue, 01 Nov 1994 08:16:31 +0000 Richard M. Stallman Change explicit uses of the Unix directory separator
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Fri, 07 Oct 1994 08:42:25 +0000 Richard M. Stallman (check_writable, check_executable): Test HAVE_EACCESS.
Wed, 05 Oct 1994 09:33:33 +0000 Richard M. Stallman (Ffile_regular_p): New function.
Tue, 04 Oct 1994 15:52:06 +0000 Karl Heuer (Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved):
Tue, 04 Oct 1994 14:23:18 +0000 Karl Heuer (Finsert_file_contents): No longer necessary to set type separately.
Tue, 04 Oct 1994 12:05:13 +0000 Karl Heuer (Fdefault_file_modes, Finsert_file_contents, Fdo_auto_save): Use new accessor
Sun, 02 Oct 1994 23:57:26 +0000 Karl Heuer (Finsert_file_contents): set type of `end', not just the value.
Thu, 29 Sep 1994 23:20:43 +0000 Richard M. Stallman (check_writable, check_executable) [__HURD__]: Use eaccess.
Wed, 28 Sep 1994 20:45:08 +0000 Karl Heuer (Fdelete_file): Undo Sep 16 change.
Tue, 27 Sep 1994 03:03:38 +0000 Karl Heuer (Ffind_file_name_handler, Fcopy_file, Frename_file, Fadd_name_to_file,
Sat, 24 Sep 1994 23:24:52 +0000 Richard M. Stallman (Ffile_writable_p): Use stat to test for existence.
Sun, 18 Sep 1994 20:01:47 +0000 Richard M. Stallman (Ffile_writable_p): Don't use ro_fsys.
Sun, 18 Sep 1994 19:17:01 +0000 Karl Heuer (Fcopy_file): Use set_file_times, and check for the error return.
Sat, 17 Sep 1994 03:12:39 +0000 Karl Heuer (barf_or_query_if_file_exists): Fix declaration.
Fri, 16 Sep 1994 23:39:59 +0000 Karl Heuer (Finsert_file_contents) [MSDOS]: Don't re-gc-protect filename; delete unused
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.