log src/fileio.c @ 76664:0e62a7c60f43

age author description
Thu, 22 Mar 2007 12:15:04 +0000 Kenichi Handa (Fcopy_file): Call barf_or_query_if_file_exists with
Tue, 20 Mar 2007 08:49:53 +0000 YAMAMOTO Mitsuharu (do_auto_save_unwind): Add BLOCK_INPUT around fclose.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Sun, 17 Dec 2006 20:11:16 +0000 Richard M. Stallman (Fread_file_name_internal): Pass Vread_file_name_predicate
Mon, 04 Dec 2006 08:16:47 +0000 YAMAMOTO Mitsuharu [__NetBSD__]: Don't define `unix'.
Tue, 21 Nov 2006 01:34:30 +0000 Richard M. Stallman Break line before &&, not after.
Mon, 20 Nov 2006 12:14:46 +0000 Kenichi Handa (Fread_file_name_internal): Use SBYTES (not SCHARS) to
Fri, 25 Aug 2006 23:33:12 +0000 Kim F. Storm (Fmake_directory_internal, Fdelete_directory)
Wed, 16 Aug 2006 00:20:09 +0000 Kenichi Handa (choose_write_coding_system): Use LF for end-of-line
Tue, 18 Jul 2006 13:27:48 +0000 Kim F. Storm (report_file_error): Use xsignal.
Wed, 12 Jul 2006 08:37:45 +0000 YAMAMOTO Mitsuharu Include blockinput.h.
Tue, 11 Jul 2006 20:11:10 +0000 Kim F. Storm (Fdo_auto_save): Update/simplify sit_for calls.
Sat, 08 Jul 2006 11:42:40 +0000 Stephen Gildea fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
Fri, 23 Jun 2006 10:19:11 +0000 Eli Zaretskii (Frename_file) [DOS_NT]: Don't try to move directory to itself on DOS_NT
Fri, 26 May 2006 15:18:28 +0000 Chong Yidong * fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate
Thu, 11 May 2006 04:13:05 +0000 Kenichi Handa (Finsert_file_contents): Fix for the case of IO error
Mon, 08 May 2006 05:20:16 +0000 Kenichi Handa (choose_write_coding_system): Use system_eol_type for
Mon, 20 Mar 2006 06:24:58 +0000 Kenichi Handa (Fwrite_region): Set visit_file to Qnil before GCPRO
Fri, 24 Feb 2006 06:46:44 +0000 Kenichi Handa (Finsert_file_contents): When a text is replaced
Tue, 10 Jan 2006 17:46:41 +0000 Stefan Monnier (Fexpand_file_name): Remove redundant tests. Fix elimination of // so that
Sun, 11 Dec 2005 05:08:18 +0000 Richard M. Stallman (Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
Tue, 06 Dec 2005 07:39:37 +0000 Ken Raeburn (internal_delete_file, Fread_file_name_internal): Avoid dangerous side effects in NILP argument.
Thu, 10 Nov 2005 11:57:15 +0000 Lars Hansen (file-regular-p): Doc fix.
Thu, 20 Oct 2005 15:03:10 +0000 Kim F. Storm (auto_save_error): Call SAFE_FREE.
Fri, 16 Sep 2005 06:50:06 +0000 Romain Francoise (syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'.
Wed, 14 Sep 2005 20:19:39 +0000 Romain Francoise (write_region_inhibit_fsync): New variable.
Wed, 14 Sep 2005 02:15:34 +0000 Kenichi Handa (Fexpand_file_name): Check multibyteness of
Mon, 12 Sep 2005 13:42:49 +0000 Kim F. Storm (auto_save_error): Pass copy of lisp string to message2.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Wed, 20 Jul 2005 14:39:35 +0000 Kim F. Storm (Fdo_auto_save, do_auto_save_unwind):