aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* (Fmake_directory_internal, Fdelete_directory)Kim F. Storm2006-08-251-37/+6
* (choose_write_coding_system): Use LF for end-of-lineKenichi Handa2006-08-161-0/+2
* (report_file_error): Use xsignal.Kim F. Storm2006-07-181-28/+20
* Include blockinput.h.YAMAMOTO Mitsuharu2006-07-121-3/+9
* (Fdo_auto_save): Update/simplify sit_for calls.Kim F. Storm2006-07-111-1/+1
* fileio.c (do_auto_save_make_dir): Make the auto-save-list-fileStephen Gildea2006-07-081-1/+5
* (Frename_file) [DOS_NT]: Don't try to move directory to itself on DOS_NTEli Zaretskii2006-06-231-1/+7
* * fileio.c (Fcopy_file): Delete argument MUSTBENEW. IncorporateChong Yidong2006-05-261-21/+17
* (Finsert_file_contents): Fix for the case of IO errorKenichi Handa2006-05-111-5/+2
* (choose_write_coding_system): Use system_eol_type forKenichi Handa2006-05-081-0/+2
* (Fwrite_region): Set visit_file to Qnil before GCPROKenichi Handa2006-03-201-0/+1
* (Finsert_file_contents): When a text is replacedKenichi Handa2006-02-241-0/+2
* (Fexpand_file_name): Remove redundant tests. Fix elimination of // so thatStefan Monnier2006-01-101-12/+6
* (Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.Richard M. Stallman2005-12-111-0/+2
* (internal_delete_file, Fread_file_name_internal): Avoid dangerous side effect...Ken Raeburn2005-12-061-4/+10
* (file-regular-p): Doc fix.Lars Hansen2005-11-101-2/+4
* (auto_save_error): Call SAFE_FREE.Kim F. Storm2005-10-201-0/+1
* (syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'.Romain Francoise2005-09-161-2/+3
* (write_region_inhibit_fsync): New variable.Romain Francoise2005-09-141-1/+13
* (Fexpand_file_name): Check multibyteness ofKenichi Handa2005-09-141-10/+8
* (auto_save_error): Pass copy of lisp string to message2.Kim F. Storm2005-09-121-2/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* (Fdo_auto_save, do_auto_save_unwind):Kim F. Storm2005-07-201-23/+8
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fcopy_file): Rearrange the code that calls fchown andEli Zaretskii2005-07-021-17/+20
* (Fcopy_file): New arg PRESERVE_UID_GID.Richard M. Stallman2005-06-251-25/+32
* (Frename_file): Undo last change: no need to ifdef awayEli Zaretskii2005-06-241-2/+0
* (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.Juanma Barranquero2005-06-241-0/+2
* (Frename_file): Preserve owner and group, if possible.Richard M. Stallman2005-06-231-0/+6
* (Finsert_file_contents): Lisp_Object/int mixup.Stefan Monnier2005-05-311-1/+1
* (Fexpand_file_name) [DOS_NT]: Don't try to support "superroot"Eli Zaretskii2005-05-211-1/+9
* (Finsert_file_contents): Fix previous change.Richard M. Stallman2005-05-131-0/+2
* (Ffind_file_name_handler): Handle lambda-exp as handler.Richard M. Stallman2005-05-131-8/+41
* (Fexpand_file_name, Frename_file, Fadd_name_to_file, Fmake_symbolic_link,Juanma Barranquero2005-05-081-6/+6
* (Ffind_file_name_handler): Handle the `operations'Richard M. Stallman2005-04-301-4/+13
* (Fcopy_file): Doc fix.Eli Zaretskii2005-04-241-9/+10
* (Fcopy_file): New arg MUSTBENEW.Richard M. Stallman2005-04-231-7/+25
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-3/+1
* (search_embedded_absfilename): Fix last change.Stefan Monnier2005-03-301-1/+1
* (Fexpand_file_name): Use IS_DEVICE_SEP.Stefan Monnier2005-03-281-91/+88
* (Fcopy_file, Frename_file, Fadd_name_to_file)Richard M. Stallman2005-03-171-4/+4
* (Fmake_symbolic_link): Fix last change.Stefan Monnier2005-03-121-2/+2
* (Frename_file, Fadd_name_to_file)Richard M. Stallman2005-03-111-3/+15
* (Finsert_file_contents): Call Fcheck_coding_systemKenichi Handa2005-03-111-4/+3
* (Fexpand_file_name) [VMS]:Thien-Thi Nguyen2005-03-041-8/+8
* (Fexpand_file_name) [VMS]: Don't upcase the nameThien-Thi Nguyen2005-03-041-4/+0
* (FILE_SYSTEM_CASE): Define macro if not already defined.Thien-Thi Nguyen2005-03-031-6/+5
* (Fcopy_file): Doc fix.Richard M. Stallman2005-01-211-3/+3
* (Finsert_file_contents): Don't useKenichi Handa2004-12-301-5/+2
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-2/+2