summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* (Fcopy_file): Use st_ino under DJGPP v2 and later toKarl Heuer1996-07-071-4/+4
* (DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.Miles Bader1996-07-071-6/+4
* (DRIVE_LETTER) [MSDOS]: Lower-case drive letters.Miles Bader1996-07-021-1/+4
* (check_executable): Use euidaccess, not eaccess.Richard M. Stallman1996-06-281-2/+2
* (Fexpand_file_name): When simplifying /foo/.., keep the initial slash.Richard M. Stallman1996-06-131-0/+2
* (Ffile_name_directory) [WINDOWSNT]: Remove previousRichard M. Stallman1996-06-061-6/+0
* (DRIVE_LETTER): [DOS_NT] New macro.Richard M. Stallman1996-06-031-3/+6
* (Fexpand_file_name) [WINDOWSNT]: Don't strip trailing /Richard M. Stallman1996-06-011-2/+13
* (Fexpand_file_name) [DOS_NT]: Correct the `if' clauseRichard M. Stallman1996-05-011-3/+3
* (Fexpand_file_name) [DOS_NT]: Keep dir sep following ~Richard M. Stallman1996-04-291-7/+4
* (Fexpand_file_name, Ffile_name_absolute_p): Doc fixes.Richard M. Stallman1996-04-271-233/+414
* (syms_of_fileio): Doc fix.Richard M. Stallman1996-04-251-2/+4
* [MSDOS]: If DJGPP version 2, include fcntl.h and string.h.Richard M. Stallman1996-04-101-0/+4
* (Frename_file) [WINDOWSNT]: Remove conditional code.Richard M. Stallman1996-03-281-10/+0
* (Fexpand_file_name): Fix confusion in detectingRichard M. Stallman1996-02-271-3/+8
* (Fdo_auto_save): Pause before restoring old message.Karl Heuer1996-02-211-1/+4
* (Fmake_temp_name) [MSDOS]: Make sure there is at leastKarl Heuer1996-02-161-2/+2
* (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters inRichard M. Stallman1996-02-081-0/+6
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (do_auto_save_unwind): Don't close DESC if DESC < 0.Karl Heuer1996-01-091-3/+3
* (Ffile_name_directory, Ffile_name_nondirectory, Ffile_name_as_directory,Erik Naggum1996-01-091-131/+131
* Comment fixes.Karl Heuer1996-01-051-3/+3
* (Ffile_readable_p) [MSDOS]: Use access rather than open.Richard M. Stallman1995-12-311-0/+8
* (syms_of_fileio): Doc fix.Karl Heuer1995-12-211-1/+4
* (check_executable) [DOS_NT]: Treat all dirs as executable.Richard M. Stallman1995-11-141-1/+13
* (Fwrite_region): Move the code that writes annotations for empty files.Richard M. Stallman1995-11-101-7/+6
* (Finsert_file_contents): If replacing,Richard M. Stallman1995-10-141-0/+4
* (barf_or_query_if_file_exists): New arg STATPTR. Callers changed.Richard M. Stallman1995-10-011-9/+37
* (Fmake_symbolic_link, Fadd_name_to_file):Richard M. Stallman1995-09-021-0/+14
* (Fwrite_region): New arg lockname.Richard M. Stallman1995-08-141-11/+16
* (do_auto_save_unwind): Set auto_saving to 0.Richard M. Stallman1995-07-221-28/+53
* (Fwrite_region): If fsync fails with EINTR, don'tKarl Heuer1995-07-171-1/+5
* (directory_file_name): Don't get confused by // at end on Unix-like systems.Richard M. Stallman1995-06-241-1/+4
* (Fvisited_file_modtime): Cast arg to long_to_cons.Karl Heuer1995-05-231-1/+1
* (directory_file_name): Add APOLLO conditional.Richard M. Stallman1995-05-031-31/+7
* (Finsert_file_contents): Use file_truename for unlocking.Richard M. Stallman1995-05-021-2/+2
* (Fdo_auto_save): Record visited file nameRichard M. Stallman1995-04-301-3/+12
* (Ffile_regular_p): Use Qfile_regular_p.Richard M. Stallman1995-04-261-2/+5
* (Fexpand_file_name): Use IS_DIRECTORY_SEP instead ofKarl Heuer1995-04-131-34/+13
* Fix typo in previous change.Karl Heuer1995-04-121-1/+1
* (directory_file_name) [WINDOWSNT]: Handle UNC format.Karl Heuer1995-04-121-9/+15
* Update copyright.Karl Heuer1995-04-071-1/+1
* (syms_of_fileio): Fix missing \n\.Karl Heuer1995-03-221-1/+1
* (Finsert_file_contents): Call format-decode.Boris Goldowsky1995-03-171-0/+48
* (Fexpand_file_name): Copy default-directoryRichard M. Stallman1995-02-141-5/+6
* (Fexpand_file_name): Look for a handler for defalt.Richard M. Stallman1995-02-121-3/+9
* (file_name_as_directory, Ffile_name_directory)Richard M. Stallman1995-01-201-10/+0
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-7/+19
* (internal_delete_file, internal_delete_file_1): New functions.Richard M. Stallman1994-11-281-1/+18
* (Fdo_auto_save): Use the new type-test macros.Karl Heuer1994-11-161-2/+1