log src/fileio.c @ 17835:f36ffb6f1208

age author description
Fri, 16 May 1997 00:43:29 +0000 Kenichi Handa Name change through the code:
Thu, 15 May 1997 21:28:03 +0000 Richard M. Stallman (Finsert_file_contents): Use xrealloc too.
Thu, 15 May 1997 20:15:56 +0000 Richard M. Stallman (Finsert_file_contents): Use xmalloc. not malloc.
Sat, 10 May 1997 03:37:01 +0000 Kenichi Handa (Fwrite_region): Add 7th optional arg
Sat, 10 May 1997 03:20:43 +0000 Richard M. Stallman (Fread_file_name): Finish previous change.
Wed, 07 May 1997 07:26:10 +0000 Richard M. Stallman (Fread_file_name): Pass default to Fcompleting_read.
Tue, 29 Apr 1997 00:51:47 +0000 Richard M. Stallman (Fexpand_file_name): Check length > 0 when necessary.
Sun, 27 Apr 1997 18:19:42 +0000 Richard M. Stallman (Fsubstitute_in_file_name): Use xnm uniformly, never nm,
Fri, 25 Apr 1997 04:59:48 +0000 Richard M. Stallman (Fwrite_region): GCPRO `start' near the beginning.
Fri, 18 Apr 1997 02:47:40 +0000 Richard M. Stallman (Fexpand_file_name): Fix expansion of "/foo/../".
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.