log src/fileio.c @ 46465:5c56d4068a01

age author description
Tue, 16 Jul 2002 19:48:17 +0000 Ken Raeburn (report_file_error): String pointer args now point to
Tue, 16 Jul 2002 15:49:16 +0000 Ken Raeburn * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Fri, 12 Jul 2002 17:36:47 +0000 Richard M. Stallman (Fwrite_region): Doc fix.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 10 Jul 2002 08:45:24 +0000 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Wed, 26 Jun 2002 08:43:23 +0000 Juanma Barranquero (read_file_name_cleanup): Add missing return.
Wed, 05 Jun 2002 05:16:48 +0000 Pavel Jank (choose_write_coding_system): Call select-safe-coding-system properly.
Mon, 03 Jun 2002 22:36:06 +0000 Richard M. Stallman (choose_write_coding_system):
Tue, 28 May 2002 20:25:46 +0000 Richard M. Stallman (Fwrite_region): If START is a string, don't make any annotations.
Tue, 28 May 2002 09:03:22 +0000 Kim F. Storm (Fread_file_name_internal): Added brute-force
Mon, 27 May 2002 22:05:00 +0000 Kim F. Storm (Vread_file_name_function, Vread_file_name_predicate):
Thu, 23 May 2002 15:22:47 +0000 Stefan Monnier (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
Sat, 13 Apr 2002 17:49:28 +0000 Richard M. Stallman (Finsert_file_contents):
Sat, 09 Mar 2002 10:20:18 +0000 Jason Rumney (Fcopy_file): Fix last change.
Sat, 09 Mar 2002 00:35:13 +0000 Jason Rumney (Fcopy_file) [WINDOWS_NT]: Ensure file is not
Sun, 03 Mar 2002 21:55:33 +0000 Richard M. Stallman (Fmake_temp_name): Doc fix.
Tue, 26 Feb 2002 18:41:36 +0000 Eli Zaretskii (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
Fri, 08 Feb 2002 19:16:31 +0000 Eli Zaretskii (Fsubstitute_in_file_name): If the file name includes ~user,
Sun, 03 Feb 2002 10:36:49 +0000 Richard M. Stallman (Fdo_auto_save): Improve "auto save disabled" msg.
Sat, 29 Dec 2001 20:12:45 +0000 Richard M. Stallman (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
Wed, 19 Dec 2001 18:55:01 +0000 Eli Zaretskii (Fexpand_file_name) [DOS_NT]: Use the root directory
Wed, 12 Dec 2001 22:53:16 +0000 Richard M. Stallman (Fwrite_region): Doc fix.
Tue, 11 Dec 2001 22:20:20 +0000 Richard M. Stallman Test GNU_LINUX, not LINUX.
Sun, 02 Dec 2001 05:04:19 +0000 Richard M. Stallman (read_non_regular): Delete Fsignal call.
Thu, 29 Nov 2001 06:54:34 +0000 Pavel Jank (file-name-coding-system, default-file-name-coding-system): Doc fix (links
Thu, 29 Nov 2001 00:52:55 +0000 Richard M. Stallman (Ffind_file_name_handler): Avoid initializer for `result'.
Mon, 26 Nov 2001 22:54:37 +0000 Stefan Monnier (Ffind_file_name_handler): Give precedence to handlers
Mon, 19 Nov 2001 21:50:44 +0000 Stefan Monnier (Fwrite_region): Move choose_write_coding_system to after build_annotations.
Sat, 17 Nov 2001 21:08:43 +0000 Richard M. Stallman (Fwrite_region): Avoid initializer for Lisp_Object.
Sat, 17 Nov 2001 01:24:01 +0000 Stefan Monnier (build_annotations): Split off the tail.
Fri, 16 Nov 2001 14:49:20 +0000 Stefan Monnier (choose_write_coding_system): New fun, extracted from Fwrite_region.
Wed, 14 Nov 2001 00:09:27 +0000 Richard M. Stallman (Ffile_accessible_directory_p): Doc fix.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Fri, 26 Oct 2001 21:38:40 +0000 Eli Zaretskii (Faccess_file): Run the argument filename through
Thu, 25 Oct 2001 13:33:01 +0000 Eli Zaretskii Revert last change (which removed old commented-out
Mon, 22 Oct 2001 06:26:10 +0000 Pavel Jank Remove unused code.
Sun, 21 Oct 2001 13:27:20 +0000 Pavel Jank (Finsert_file_contents): Remove unused variable `gap_size'.
Sun, 21 Oct 2001 12:13:46 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Fri, 05 Oct 2001 12:50:48 +0000 Gerd Moellmann (Fcopy_file): If NEWNAME is a directory copy FILE there.
Wed, 26 Sep 2001 15:29:49 +0000 Gerd Moellmann (Finsert_file_contents): If REPLACE is non-nil, stop
Fri, 14 Sep 2001 11:20:57 +0000 Gerd Moellmann (Ffile_symlink_p): Fix last change.
Thu, 13 Sep 2001 14:01:34 +0000 Gerd Moellmann (Ffile_symlink_p): If readlink returns ERANGE, take
Thu, 30 Aug 2001 08:24:22 +0000 Gerd Moellmann (Finsert_file_contents): Don't change the multibyteness
Wed, 29 Aug 2001 10:31:51 +0000 Gerd Moellmann (Finsert_file_contents): Undo change of 2001-08-27.
Mon, 27 Aug 2001 13:50:42 +0000 Gerd Moellmann Finsert_file_contents): Allocate, restore, and
Mon, 27 Aug 2001 09:15:04 +0000 Gerd Moellmann (Finsert_file_contents): Call Fset_buffer_multibyte
Fri, 24 Aug 2001 08:34:50 +0000 Gerd Moellmann (Finsert_file_contents): Set coding's dest_multibyte
Fri, 24 Aug 2001 07:09:01 +0000 Andrew Choi 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Thu, 23 Aug 2001 13:18:33 +0000 Gerd Moellmann (Finsert_file_contents): If VISIT is non-nil, and
Tue, 31 Jul 2001 14:40:50 +0000 Gerd Moellmann (Finsert_file_contents): Don't treat a return value
Mon, 16 Jul 2001 15:59:43 +0000 Gerd Moellmann (unwind_read): Function removed.
Wed, 11 Jul 2001 15:42:07 +0000 Gerd Moellmann (unwind_read): Print a message when discarding inserted
Wed, 11 Jul 2001 12:07:27 +0000 Gerd Moellmann (Finsert_file_contents): Comment fix.
Wed, 11 Jul 2001 12:04:09 +0000 Gerd Moellmann (unwind_read): New function.
Thu, 31 May 2001 09:58:33 +0000 Gerd Moellmann (Fdo_auto_save): Don't try to create the directory of
Wed, 18 Apr 2001 15:34:35 +0000 Gerd Moellmann (Finsert_file_contents): If the file size returned from
Tue, 10 Apr 2001 12:15:53 +0000 Gerd Moellmann (Fcopy_file) [WINDOWSNT]: Use CopyFile.