(Fcopy_file): Use Qfile_date_error if can't set file date.
[bpt/emacs.git] / src / fileio.c
1997-04-01 Richard M. Stallman(Fcopy_file): Use Qfile_date_error if can't set file...
1997-02-27 Kenichi Handa(Finsert_file_contents, Fwrite_region): Do not perform
1997-02-22 Karl HeuerInclude charset.h and coding.h.
1996-12-16 Richard M. StallmanFix previous change.
1996-12-16 Richard M. Stallman(Finsert_file_contents): Handle BEG and END non-nil
1996-12-11 Richard M. Stallman(Fwrite_region): Be careful not to destroy contents of
1996-12-09 Richard M. Stallman(Fread_file_name_internal): Verify STRING is a string.
1996-11-07 Richard M. Stallman(USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.
1996-10-26 Richard M. Stallman(Fexpand_file_name): No longer discard .../ before...
1996-09-25 Richard M. Stallman(Vuser_login_name): Declared extern.
1996-09-17 Erik Naggum(syms_of_fileio): staticpro Qset_visited_file_modtime.
1996-09-11 Karl HeuerChange all references from point to PT.
1996-09-10 Richard M. Stallman(Faccess_file): New function.
1996-09-01 Richard M. Stallman(build_annotations): Remember original buffer that the
1996-07-20 Karl Heuer(check_writable): Use euidaccess, not eaccess.
1996-07-07 Karl Heuer(Fcopy_file): Use st_ino under DJGPP v2 and later to
1996-07-07 Miles Bader(DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.
1996-07-02 Miles Bader(DRIVE_LETTER) [MSDOS]: Lower-case drive letters.
1996-06-28 Richard M. Stallman(check_executable): Use euidaccess, not eaccess.
1996-06-13 Richard M. Stallman(Fexpand_file_name): When simplifying /foo/.., keep...
1996-06-06 Richard M. Stallman(Ffile_name_directory) [WINDOWSNT]: Remove previous
1996-06-03 Richard M. Stallman(DRIVE_LETTER): [DOS_NT] New macro.
1996-06-01 Richard M. Stallman(Fexpand_file_name) [WINDOWSNT]: Don't strip trailing /
1996-05-01 Richard M. Stallman(Fexpand_file_name) [DOS_NT]: Correct the `if' clause
1996-04-29 Richard M. Stallman(Fexpand_file_name) [DOS_NT]: Keep dir sep following ~
1996-04-27 Richard M. Stallman(Fexpand_file_name, Ffile_name_absolute_p): Doc fixes.
1996-04-25 Richard M. Stallman(syms_of_fileio): Doc fix.
1996-04-10 Richard M. Stallman[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
1996-03-28 Richard M. Stallman(Frename_file) [WINDOWSNT]: Remove conditional code.
1996-02-27 Richard M. Stallman(Fexpand_file_name): Fix confusion in detecting
1996-02-21 Karl Heuer(Fdo_auto_save): Pause before restoring old message.
1996-02-16 Karl Heuer(Fmake_temp_name) [MSDOS]: Make sure there is at least
1996-02-08 Richard M. Stallman(Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Karl Heuer(do_auto_save_unwind): Don't close DESC if DESC < 0.
1996-01-09 Erik Naggum(Ffile_name_directory, Ffile_name_nondirectory, Ffile_n...
1996-01-05 Karl HeuerComment fixes.
1995-12-31 Richard M. Stallman(Ffile_readable_p) [MSDOS]: Use access rather than...
1995-12-21 Karl Heuer(syms_of_fileio): Doc fix.
1995-11-14 Richard M. Stallman(check_executable) [DOS_NT]: Treat all dirs as executable.
1995-11-10 Richard M. Stallman(Fwrite_region): Move the code that writes annotations...
1995-10-14 Richard M. Stallman(Finsert_file_contents): If replacing,
1995-10-01 Richard M. Stallman(barf_or_query_if_file_exists): New arg STATPTR. ...
1995-09-02 Richard M. Stallman(Fmake_symbolic_link, Fadd_name_to_file):
1995-08-14 Richard M. Stallman(Fwrite_region): New arg lockname.
1995-07-22 Richard M. Stallman(do_auto_save_unwind): Set auto_saving to 0.
1995-07-17 Karl Heuer(Fwrite_region): If fsync fails with EINTR, don't
1995-06-24 Richard M. Stallman(directory_file_name): Don't get confused by // at...
1995-05-23 Karl Heuer(Fvisited_file_modtime): Cast arg to long_to_cons.
1995-05-03 Richard M. Stallman(directory_file_name): Add APOLLO conditional.
1995-05-02 Richard M. Stallman(Finsert_file_contents): Use file_truename for unlocking.
1995-04-30 Richard M. Stallman(Fdo_auto_save): Record visited file name
1995-04-26 Richard M. Stallman(Ffile_regular_p): Use Qfile_regular_p.
1995-04-13 Karl Heuer(Fexpand_file_name): Use IS_DIRECTORY_SEP instead of
1995-04-12 Karl HeuerFix typo in previous change.
1995-04-12 Karl Heuer(directory_file_name) [WINDOWSNT]: Handle UNC format.
1995-04-07 Karl HeuerUpdate copyright.
1995-03-22 Karl Heuer(syms_of_fileio): Fix missing \n\.
1995-03-17 Boris Goldowsky(Finsert_file_contents): Call format-decode.
1995-02-14 Richard M. Stallman(Fexpand_file_name): Copy default-directory
1995-02-12 Richard M. Stallman(Fexpand_file_name): Look for a handler for defalt.
1995-01-20 Richard M. Stallman(file_name_as_directory, Ffile_name_directory)
1995-01-02 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-11-28 Richard M. Stallman(internal_delete_file, internal_delete_file_1): New...
1994-11-16 Karl Heuer(Fdo_auto_save): Use the new type-test macros.
1994-11-16 Richard M. Stallman(Fread_file_name_internal): Protect orig_string.
1994-11-15 Richard M. Stallman(Finsert_file_contents): Init not_regular at the beginning.
1994-11-14 Richard M. Stallman(Finsert_file_contents): If VISIT, set the buffer compo...
1994-11-09 Richard M. Stallman(Fsubstitute_in_file_name): Add missing #endif.
1994-11-01 Richard M. StallmanChange explicit uses of the Unix directory separator
1994-10-17 Morten Welinder*** empty log message ***
1994-10-07 Richard M. Stallman(check_writable, check_executable): Test HAVE_EACCESS.
1994-10-05 Richard M. Stallman(Ffile_regular_p): New function.
1994-10-04 Karl Heuer(Finsert_file_contents, Fwrite_region, Fdo_auto_save...
1994-10-04 Karl Heuer(Finsert_file_contents): No longer necessary to set...
1994-10-04 Karl Heuer(Fdefault_file_modes, Finsert_file_contents, Fdo_auto_s...
1994-10-02 Karl Heuer(Finsert_file_contents): set type of `end', not just...
1994-09-29 Richard M. Stallman(check_writable, check_executable) [__HURD__]: Use...
1994-09-28 Karl Heuer(Fdelete_file): Undo Sep 16 change.
1994-09-27 Karl Heuer(Ffind_file_name_handler, Fcopy_file, Frename_file...
1994-09-24 Richard M. Stallman(Ffile_writable_p): Use stat to test for existence.
1994-09-18 Richard M. Stallman(Ffile_writable_p): Don't use ro_fsys.
1994-09-18 Karl Heuer(Fcopy_file): Use set_file_times, and check for the...
1994-09-17 Karl Heuer(barf_or_query_if_file_exists): Fix declaration.
1994-09-16 Karl Heuer(Finsert_file_contents) [MSDOS]: Don't re-gc-protect...
1994-09-16 Karl Heuer(Fdelete_file): Bind completion-ignored-extensions...
1994-09-14 Richard M. Stallman(Fset_default_file_modes): Doc fix.
1994-09-05 Karl Heuer(Ffile_accessible_directory_p): Put back the gcpro.
1994-08-30 Richard M. Stallman(Ffile_accessible_directory_p): No need for gcpro.
1994-08-24 Karl Heuer(Fcopy_file, build_annotations, Fdo_auto_save): Delete...
1994-08-24 Karl Heuer(Fmake_symbolic_link, Ffile_accessible_directory_p...
1994-08-23 Richard M. Stallman(O_RDONLY): Defined.
1994-08-23 Richard M. Stallman(Fmake_directory_internal): Pass just 2 args to handler.
1994-08-04 Richard M. Stallman(Fread_file_name_internal): Call double_dollars when...
1994-07-24 Richard M. Stallman(Fwrite_region): Do unwind the new unwind protect.
1994-07-14 Richard M. Stallman(syms_of_fileio): Finish previous change.
1994-07-12 Richard M. Stallman(Fmake_directory_internal): Use Qmake_directory_internal.
1994-07-09 Richard M. Stallman(Ffile_name_directory, Ffile_name_nondirectory,
1994-06-28 Roland McGrath(a_write): Loop while *ANNOT is listp, not consp. ...
1994-06-27 Richard M. Stallman(a_write): Verify that *annot is a cons.
next