summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* (Fdo_auto_save): Use stdio to write the save-list file.Richard M. Stallman1997-06-161-25/+31
* (Fwrite_region): Fix previous doc change.Erik Naggum1997-06-101-0/+1
* (Fwrite_region): Cancel the 7th argument CODING_SYSTEMKenichi Handa1997-06-091-16/+6
* (Fwrite_region, build_annotations):Richard M. Stallman1997-06-021-6/+6
* (Fdo_auto_save): Pass new arg to sit_for.Richard M. Stallman1997-05-271-1/+1
* Name change through the code:Kenichi Handa1997-05-161-4/+4
* (Finsert_file_contents): Use xrealloc too.Richard M. Stallman1997-05-151-1/+1
* (Finsert_file_contents): Use xmalloc. not malloc.Richard M. Stallman1997-05-151-3/+3
* (Fwrite_region): Add 7th optional argKenichi Handa1997-05-101-56/+60
* (Fread_file_name): Finish previous change.Richard M. Stallman1997-05-101-1/+1
* (Fread_file_name): Pass default to Fcompleting_read.Richard M. Stallman1997-05-071-1/+1
* (Fexpand_file_name): Check length > 0 when necessary.Richard M. Stallman1997-04-291-1/+1
* (Fsubstitute_in_file_name): Use xnm uniformly, never nm,Richard M. Stallman1997-04-271-1/+1
* (Fwrite_region): GCPRO `start' near the beginning.Richard M. Stallman1997-04-251-1/+1
* (Fexpand_file_name): Fix expansion of "/foo/../".Richard M. Stallman1997-04-181-1/+2
* (Finsert_file_contents): Do call signal_after_changeRichard M. Stallman1997-04-111-2/+7
* (Fcopy_file): Fix error message.Richard M. Stallman1997-04-021-1/+1
* (Finsert_file_contents): Handle non-regular files.Richard M. Stallman1997-04-021-19/+47
* (Finsert_file_contents): When handling REPLACE,Richard M. Stallman1997-04-021-55/+77
* (Finsert_file_contents): Determine the character codingRichard M. Stallman1997-04-011-35/+198
* (Fcopy_file): Use Qfile_date_error if can't set file date.Richard M. Stallman1997-04-011-2/+12
* (Finsert_file_contents, Fwrite_region): Do not performKenichi Handa1997-02-271-2/+4
* Include charset.h and coding.h.Karl Heuer1997-02-221-54/+234
* Fix previous change.Richard M. Stallman1996-12-161-1/+4
* (Finsert_file_contents): Handle BEG and END non-nilRichard M. Stallman1996-12-161-6/+11
* (Fwrite_region): Be careful not to destroy contents ofRichard M. Stallman1996-12-111-1/+1
* (Fread_file_name_internal): Verify STRING is a string.Richard M. Stallman1996-12-091-2/+4
* (USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.Richard M. Stallman1996-11-071-1/+22
* (Fexpand_file_name): No longer discard .../ before another / or ~.Richard M. Stallman1996-10-261-23/+0
* (Vuser_login_name): Declared extern.Richard M. Stallman1996-09-251-2/+12
* (syms_of_fileio): staticpro Qset_visited_file_modtime.Erik Naggum1996-09-171-0/+1
* Change all references from point to PT.Karl Heuer1996-09-111-7/+7
* (Faccess_file): New function.Richard M. Stallman1996-09-101-3/+33
* (build_annotations): Remember original buffer that theRichard M. Stallman1996-09-011-1/+5
* (check_writable): Use euidaccess, not eaccess.Karl Heuer1996-07-201-2/+2
* (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