aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* * fileio.c (Finsert_file_contents): Use a more-conservative fix.Paul Eggert2013-07-251-4/+1
* * fileio.c (Finsert_file_contents): Avoid double-close.Paul Eggert2013-07-251-1/+5
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-2/+1
* * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-0/+7
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-4/+3
* A few more minor file errno-reporting bugs.Paul Eggert2013-07-161-5/+14
* Fix bug where insert-file-contents closes a file twice.Paul Eggert2013-07-161-19/+9
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-32/+25
* Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-161-14/+8
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-46/+46
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-33/+33
* Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-121-41/+40
* Timestamp fixes for undo.Paul Eggert2013-07-091-27/+19
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-7/+5
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-2/+2
* Remove duplicate #include directives.Paul Eggert2013-07-051-2/+0
* * fileio.c (Qfile_notify_error): New error symbol.Michael Albinus2013-07-041-1/+7
* Porting fixes for merged specpdl and backtrace stacks.Paul Eggert2013-06-181-1/+1
* * src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change)Kelly Dean2013-06-121-1/+1
* * src/fileio.c (expand_file_name): Doc fix.Xue Fuqiao2013-06-121-2/+3
* * fileio.c (Finsert_file_contents): Remove unused local.Paul Eggert2013-05-301-4/+1
* * src/fileio.c (Finsert_file_contents): Preserve undo info when revertingStefan Monnier2013-05-281-2/+9
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-1/+1
* Use Gnulib ACL implementation, for benefit of Solaris etc.Paul Eggert2013-05-071-52/+21
* Spelling fixes (or remove unnecessary and unusually-spelled words).Paul Eggert2013-05-041-3/+2
* `write-region-inhibit-fsync' defaults to noninteractive.Paul Eggert2013-05-041-9/+26
* Provide definition of ACL_NOT_WELL_SUPPORTED for MS-Windows.Eli Zaretskii2013-04-071-0/+2
* Ignore additional platform-specific ACL errors (Bug#13702).Romain Francoise2013-04-071-5/+22
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-1/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-2/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-1/+2
* File synchronization fixes.Paul Eggert2013-03-131-8/+9
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-4/+0
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-2/+1
* Tune by using memchr and memrchr.Paul Eggert2013-02-111-4/+6
* Remove obsolete references to VAX in comments.Paul Eggert2013-02-101-4/+1
* * fileio.c (Fexpand_file_name): Omit confusing pointer comparisonPaul Eggert2013-02-101-2/+2
* * fileio.c (Qchoose_write_coding_system): Now static.Paul Eggert2013-02-041-1/+1
* Avoid file time stamp bug on MS-Windows.Paul Eggert2013-02-021-4/+15
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-70/+55
* Fix timestamp bug when write-region appends nothing.Paul Eggert2013-02-011-1/+5
* Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-311-14/+26
* Simplify part of previous Fwrite_region changeGlenn Morris2013-01-311-3/+2
* Reduce delay between backing up a file and saving new versionGlenn Morris2013-01-301-11/+26
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-9/+3
* * fileio.c (Finsert_file_contents): Simplify.Paul Eggert2013-01-211-14/+5
* * fileio.c (Finsert_file_contents): Revert code introduced atDmitry Antipov2013-01-211-73/+103
* * fileio.c: Use O_APPEND to append.Paul Eggert2013-01-191-23/+17