summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii2016-11-281-4/+4
* Some assorted documentation clarificationsPhilipp Stephani2016-08-201-1/+2
* Fix missing undo-boundary on revert-buffer.Phillip Lord2016-07-061-0/+5
* ; Revert "Ensure undo-boundary after insert-file-contents."Phillip Lord2016-06-221-6/+0
* Ensure undo-boundary after insert-file-contents.Phillip Lord2016-06-211-0/+6
* Tiny doc fixLars Ingebrigtsen2016-05-011-7/+7
* Rework C source files to avoid ^(Paul Eggert2016-03-101-11/+11
* Suppress ACL ops if configured with --disable-aclPaul Eggert2016-02-091-8/+12
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; * src/fileio.c (Finsert_file_contents): Avoid compiler warning.Eli Zaretskii2015-12-141-6/+8
* Fix visiting files with raw-textEli Zaretskii2015-12-131-1/+4
* Fix setting buffer unibyte when reading from a deviceEli Zaretskii2015-12-111-1/+1
* Don't require default-directory to end with a slashDmitry Gutov2015-10-291-2/+2
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+1
* ; Restore some of the recent deletions in fileio.cEli Zaretskii2015-10-041-5/+16
* More validatation of coding systemsAndreas Schwab2015-10-031-18/+6
* More validatation of coding system in 'write-region'Eli Zaretskii2015-10-031-7/+16
* Avoid crashes due to invalid coding-systemEli Zaretskii2015-10-031-1/+8
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-9/+9
* Use common report_file_notify_error functionMichael Albinus2015-09-161-0/+16
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-1/+1
* Make file-accessible-directory-p reliable on MS-WindowsEli Zaretskii2015-08-311-9/+13
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-80/+21
* Mention false positives of file-accessible-directory on w32Eli Zaretskii2015-08-261-1/+5
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-2/+2
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Remove format2Paul Eggert2015-05-301-2/+2
* copy-file now truncates output after writingPaul Eggert2015-05-291-7/+23
* Collapse successive char deletions in the undo logStefan Monnier2015-04-131-16/+16
* * src/*.c: Set deactivate_mark buffer-locallyStefan Monnier2015-04-131-1/+1
* Merge from origin/emacs-24Paul Eggert2015-03-031-11/+7
|\
| * * src/fileio.c (Fmake_temp_name): Doc tweaks.Glenn Morris2015-02-191-11/+7
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Count MANY function args more reliablyPaul Eggert2015-01-251-29/+17
* | Don't downcase system diagnostics' first lettersPaul Eggert2015-01-211-30/+10
* | Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-10/+7
* | Add set-binary-mode primitive to switch a standard stream to binary I/O.Eli Zaretskii2015-01-151-0/+50
* | Don't say Fnext_read_file_uses_dialog_p is constPaul Eggert2015-01-131-20/+10
* | Make Fnext_read_file_uses_dialog_p compatible with recent DEFUN change.Dmitry Antipov2015-01-131-12/+22
* | Miscellaneous tiny fixes here and there.Dmitry Antipov2015-01-121-5/+0
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-78/+21
* | batch write-region no longer says "Wrote FOO"Paul Eggert2015-01-031-3/+3
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Correct same_at_end when restoring window pointsPaul Eggert2014-12-151-4/+9
* | Fixes: debbugs:19161Stefan Monnier2014-12-111-28/+87
* | Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-161-1/+1
* | Merge from emacs-24; up to 117698Glenn Morris2014-11-091-2/+5
|\ \ | |/
| * Fix bug #18982 with assertion violations when reverting buffers.Eli Zaretskii2014-11-091-2/+5
* | Merge from emacs-24; up to 117634Glenn Morris2014-10-291-2/+2
|\ \ | |/