aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* (Finsert_file_contents): If REPLACE is non-nil, stopGerd Moellmann2001-09-261-1/+4
* (Ffile_symlink_p): Fix last change.Gerd Moellmann2001-09-141-6/+9
* (Ffile_symlink_p): If readlink returns ERANGE, takeGerd Moellmann2001-09-131-12/+19
* (Finsert_file_contents): Don't change the multibytenessGerd Moellmann2001-08-301-16/+5
* (Finsert_file_contents): Undo change of 2001-08-27.Gerd Moellmann2001-08-291-4/+15
* Finsert_file_contents): Allocate, restore, andGerd Moellmann2001-08-271-0/+6
* (Finsert_file_contents): Call Fset_buffer_multibyteGerd Moellmann2001-08-271-10/+4
* (Finsert_file_contents): Set coding's dest_multibyteGerd Moellmann2001-08-241-6/+8
* 2001-08-24 Andrew Choi <[email protected]>Andrew Choi2001-08-241-4/+5
* (Finsert_file_contents): If VISIT is non-nil, andGerd Moellmann2001-08-231-2/+8
* (Finsert_file_contents): Don't treat a return valueGerd Moellmann2001-07-311-1/+5
* (unwind_read): Function removed.Gerd Moellmann2001-07-161-89/+104
* (unwind_read): Print a message when discarding insertedGerd Moellmann2001-07-111-11/+23
* (Finsert_file_contents): Comment fix.Gerd Moellmann2001-07-111-2/+3
* (unwind_read): New function.Gerd Moellmann2001-07-111-1/+53
* (Fdo_auto_save): Don't try to create the directory ofGerd Moellmann2001-05-311-5/+12
* (Finsert_file_contents): If the file size returned fromGerd Moellmann2001-04-181-0/+6
* (Fcopy_file) [WINDOWSNT]: Use CopyFile.Gerd Moellmann2001-04-101-0/+17
* (syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.Eli Zaretskii2001-03-291-1/+4
* (Fwrite_region) [DOS_NT]: Remove O_TRUNC from openGerd Moellmann2001-03-091-2/+2
* Fix a typo in a comment.Eli Zaretskii2001-03-071-1/+1
* (Fexpand_file_name): Collapse sequences of slashesGerd Moellmann2001-03-021-4/+20
* (do_auto_save_unwind): Do the pop_message hereGerd Moellmann2001-01-091-2/+2
* (e_write): Remove unused variable `require_encoding_p'.Eli Zaretskii2001-01-021-1/+0
* (Fcopy_file): Rename the last argument to keep_time, toEli Zaretskii2000-12-161-4/+4
* (auto_save_error): Add parameter ERROR. Show theGerd Moellmann2000-12-041-7/+24
* (Finsert_file_contents): When VISIT is t, don'tGerd Moellmann2000-12-041-1/+15
* (Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL.Eli Zaretskii2000-12-021-2/+7
* (Fwrite_region): Use `visiting' rather than `visit'Stefan Monnier2000-11-061-5/+3
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-3/+4
* (Fread_file_name): Doc fix.Gerd Moellmann2000-09-201-1/+5
* [USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes2000-08-221-0/+2
* (build_annotations): Add a comment explaining theGerd Moellmann2000-08-171-6/+12
* (Finsert_file_contents): Use xfree instead of free.Gerd Moellmann2000-08-051-1/+1
* (syms_of_coding): Doc fix for inhibit-iso-escape-detection.Eli Zaretskii2000-07-221-0/+6
* (make_temp_name): Don't use `%s' in string passed toGerd Moellmann2000-06-201-1/+1
* (Finsert_file_contents): Be sure to setup src_multibyteKenichi Handa2000-06-101-0/+3
* (e_write): Free composition data if stored inKenichi Handa2000-06-071-0/+4
* (Fread_file_name) [HAVE_NTGUI]: Use file dialog.Jason Rumney2000-05-301-2/+3
* 1999-06-01 Kenichi HANDA <[email protected]>Dave Love2000-05-241-19/+21
* (Finsert_file_contents): Setup src_multibyte andKenichi Handa2000-05-191-24/+27
* (make_temp_name): New function, extracted fromGerd Moellmann2000-05-161-21/+58
* (Fwrite_region): If APPEND arg is an integer, seek toDave Love2000-05-101-9/+21
* (Fdo_auto_save): Create directories for auto-saveGerd Moellmann2000-04-241-1/+10
* (Ffile_writable_p) [WINDOWSNT]: Return nil if parentGerd Moellmann2000-04-201-0/+9
* (a_write): Remove redundant semi-colons.Eli Zaretskii2000-04-131-3/+3
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-2/+2
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-1/+2
* (Fread_file_name): Handle case that DIR contains aGerd Moellmann2000-03-121-0/+9
* [__NetBSD__]: Define `unix'.Gerd Moellmann2000-03-011-1/+5