summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-19/+19
* (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.Richard M. Stallman1999-09-091-3/+4
* (Fwrite_region): Doc fix.Richard M. Stallman1999-09-071-5/+8
* (Qexcl): New variable.Richard M. Stallman1999-09-071-12/+24
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+4
* (Fdo_auto_save): Use push_message, restore_message,Gerd Moellmann1999-08-211-15/+4
* (Finsert_file_contents): Use xfree.Dave Love1999-08-181-2/+2
* (Fdo_auto_save): Handle the case that echo_area_messageGerd Moellmann1999-07-211-4/+34
* (Finsert_file_contents): If reading into a unibyteRichard M. Stallman1999-07-071-7/+7
* (Fread_file_name): Check type of DEFAULT_FILENAME.Richard M. Stallman1999-07-011-1/+4
* (Finsert_file_contents): In the case of REPALCE, callKenichi Handa1999-06-221-6/+12
* (Fread_file_name): Correct handling of dollars in fileAndreas Schwab1999-05-101-13/+24
* Comment fix.Karl Heuer1999-04-281-1/+1
* Doc fix.Dave Love1999-03-091-1/+3
* (Finsert_file_contents): Use xfree.Dave Love1999-03-071-1/+1
* (Ffile_regular_p): Undo previous change.Karl Heuer1999-02-231-1/+1
* (lstat) [!S_ISLNK]: Use stat instead of lstat.Eli Zaretskii1999-02-211-0/+4
* (Ffile_regular_p): Use lstat.Richard M. Stallman1999-02-131-1/+1
* (Finsert_file_contents): Even if INSERTED is zero, ifKenichi Handa1998-12-151-1/+1
* (Fsubstitute_in_file_name) [DOS_NT]: Fix typo.Geoff Voelker1998-11-031-1/+1
* fileio.c (init_fileio_once): New function.Geoff Voelker1998-10-301-1/+7
* (Fwrite_region): Reflect the eol conversionKenichi Handa1998-08-101-12/+41
* (Finsert_file_contents): Call Vset_auto_coding_functionKenichi Handa1998-07-251-30/+38
* (Finsert_file_contents): When replacing, in multibyte bfr,Richard M. Stallman1998-07-131-1/+22
* (Finsert_file_contents): Cancel previous change. SetupKenichi Handa1998-07-061-69/+69
* (Ffile_regular_p) [WINDOWSNT]: BindRichard M. Stallman1998-07-031-1/+33
* (Finsert_file_contents): Do not set Vlast_coding_systemKenichi Handa1998-07-031-1/+1
* (Faccess_file): Check type of second argument STRING.Richard M. Stallman1998-07-021-4/+4
* (Finsert_file_contents): Call setup_raw_text_coding_system.Kenichi Handa1998-06-261-18/+6
* (syms_of_fileio): Doc-string of the variableKenichi Handa1998-06-151-2/+2
* (Finsert_file_contents): Redo the change for handlingKenichi Handa1998-06-151-148/+187
* (Finsert_file_contents): Fix change to set INSERTED.Richard M. Stallman1998-06-141-1/+1
* (Finsert_file_contents): Undo the previous change forKenichi Handa1998-06-121-179/+148
* (Finsert_file_contents): After calling handler,Kenichi Handa1998-06-121-0/+2
* (set_auto_coding_unwind): New function.Kenichi Handa1998-06-121-149/+189
* (Finsert_file_contents): Always updateKarl Heuer1998-06-051-6/+14
* (Finsert_file_contents): Fix char signedness mismatches.Karl Heuer1998-06-011-1/+1
* (Ffile_name_directory, Ffile_name_nondirectory)Richard M. Stallman1998-05-211-5/+19
* (Fexpand_file_name): Change conditionalRichard M. Stallman1998-05-171-1/+1
* (Fexpand_file_name) [WINDOWSNT]: Be careful not toRichard M. Stallman1998-05-161-1/+12
* (Finsert_file_contents): Don't check non-regularRichard M. Stallman1998-05-141-5/+9
* (Finsert_file_contents): Check that a -*- coding: -*- specRichard M. Stallman1998-05-131-8/+85
* (Finsert_file_contents): Don't use the fast replace codeRichard M. Stallman1998-05-121-5/+8
* (Fexpand_file_name) [DOS_NT]: Note when special escapeRichard M. Stallman1998-05-071-34/+39
* (barf_or_query_if_file_exists): Encode file name.Richard M. Stallman1998-05-051-3/+12
* Comment change.Richard M. Stallman1998-05-031-1/+6
* (Fmake_temp_name): Improve randomness of generated file names.Richard M. Stallman1998-05-021-4/+9
* Include msdos.h after lisp.h.Eli Zaretskii1998-04-271-9/+9
* (Fcopy_file): Skip dev/inode check on Windows.Geoff Voelker1998-04-231-1/+1
* (Fmake_temp_name): Complete rewrite.Richard M. Stallman1998-04-201-15/+90