summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix bug #18873 with non-ASCII characters in user's HOME directory.Eli Zaretskii2014-10-281-2/+2
| * Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-161-1/+1
* | * fileio.c (emacs_readlinkat, Finsert_file_contents):Dmitry Antipov2014-10-031-2/+6
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-4/+5
* | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-7/+7
* | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-1/+0
* | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* | Fix bug #18516 with SIGSEGV in expand-file-name.Eli Zaretskii2014-09-221-0/+3
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-1/+1
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-10/+10
* | Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-131-1/+1
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-27/+31
* | Minor cleanup of recent strlen-avoiding patch.Paul Eggert2014-09-021-61/+42
* | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-021-9/+1
* | * fileio.c (CHECK_LENGTH): New macro.Dmitry Antipov2014-09-021-15/+31
* | * fileio.c (Fexpand_file_name): Fix MS-Windows build failure.Dmitry Antipov2014-09-021-1/+1
* | Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-011-16/+32
* | Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-25/+11
|\ \ | |/
| * Revert 2013-01-31 change that decides coding system before backing upGlenn Morris2014-08-101-25/+11
* | Revert previous change.Paul Eggert2014-07-261-2/+2
* | Reorder conditions that are written backwardsAndreas Schwab2014-07-261-2/+2
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-1/+4
|\ \ | |/
| * Port to OS X ACLs.Paul Eggert2014-06-211-1/+4
* | * fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov2014-06-171-18/+0