summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-9/+7
* Limit insert-file-contents to MAX_ALLOCAPaul Eggert2017-06-211-5/+1
* Remove DARWIN_OS_CASE_SENSITIVE_FIXME codePaul Eggert2017-05-201-21/+0
* Narrow DARWIN_OS_CASE_SENSITIVE_FIXME to 1 choicePaul Eggert2017-05-201-46/+22
* Fix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarmPaul Eggert2017-05-181-2/+7
* Revert "Output number of characters added to file (Bug#354)"Noam Postavsky2017-05-081-28/+7
* New var write-region-verbose, default nilPaul Eggert2017-05-061-11/+23
* * src/fileio.c (write_region): Don't say "1 characters". (Bug#26796)Eli Zaretskii2017-05-061-5/+11
* Minor tuneup of write-region changePaul Eggert2017-04-071-3/+3
* Adjust write-region so file name is at the beginning againNoam Postavsky2017-04-071-6/+5
* Fix handling of non-integer START param to write-regionNoam Postavsky2017-04-071-1/+2
* Output number of characters added to file (Bug#354)Jeff Clough2017-04-061-7/+10
* Compare and round more carefullyPaul Eggert2017-03-041-6/+7
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-32/+23
* Remove immediate_quit.Paul Eggert2017-02-011-19/+0
* Use access-file in EWW to check before downloading a fileMark Oteiza2017-01-281-1/+1
* Restore a test that was removed by a recent commitEli Zaretskii2017-01-271-1/+2
* Slightly tune file-accessible-directory-p fixPaul Eggert2017-01-271-7/+9
* Don't report zero errno for inaccessible directoryEli Zaretskii2017-01-271-1/+8
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-22/+22
* Remove lock file when auto-saving into the visited fileEli Zaretskii2017-01-181-4/+11
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix expand-file-name on DOS_NT systems when /: escaping is usedEli Zaretskii2016-12-271-1/+10
* | Merge from origin/emacs-25Paul Eggert2016-12-071-4/+4
|\ \ | |/
| * Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii2016-11-281-4/+4
* | ; Spelling fixesPaul Eggert2016-11-191-2/+2
* | Unbreak the build on Darwin (Bug#24957)Ken Brown2016-11-161-2/+2
* | Simplify case-insensitivity checks on Mac OS XKen Brown2016-11-151-24/+57
* | Revert "Improve case-insensitive checks (Bug#24441)"Eli Zaretskii2016-11-141-61/+32
* | Improve case-insensitive checks (Bug#24441)Paul Eggert2016-11-141-32/+61
* | Check case-sensitivity when renaming filesKen Brown2016-11-121-14/+83
* | Remove obsolete default-FOO variablesMark Oteiza2016-11-071-2/+1
* | New error file-missingPaul Eggert2016-10-211-1/+8
* | Fix compilation warnings on MS-WindowsEli Zaretskii2016-10-101-0/+4
* | * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-031-16/+17
* | Avoid compiler warning on MS-Windows due to clone_fileEli Zaretskii2016-09-141-0/+2
* | copy-file now uses GNU/Linux file cloningPaul Eggert2016-09-101-8/+25
* | Merge from origin/emacs-25Paul Eggert2016-08-221-1/+2
|\ \ | |/
| * 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
* | Improve doc string.Karl Fogel2016-08-161-1/+2
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-1/+1
* | Fix 'insert-file-contents' when REPLACE is non-nilEli Zaretskii2016-06-221-0/+16
* | emacs_strerror cleanupsPaul Eggert2016-06-111-5/+3
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-2/+2
* | * src/fileio.c (auto_save_error): Omit unused local.Paul Eggert2016-06-081-6/+2