aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-081-1/+1
|\ \ | |/
| * * src/fileio.c (write-region-inhibit-fsync): Doc tweak.Glenn Morris2014-06-071-1/+1
* | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-1/+1
|\ \ | |/
| * Hopefully fix bug #16433 with corruption of newline_cache in Rmail.Eli Zaretskii2014-05-311-1/+1
* | Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.orgGlenn Morris2014-05-111-1/+3
|\ \ | |/
| * * src/fileio.c (Ffile_executable_p): Doc tweak.Glenn Morris2014-05-101-1/+3
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
* | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero2014-03-261-2/+1
|\ \ | |/
| * * src/fileio.c (Ffile_symlink_p): Doc fix.Glenn Morris2014-03-231-2/+1
* | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-14/+0
|/
* Fix bug #16751 with crashes in expand-file-name on Windows.Eli Zaretskii2014-03-011-7/+9
* Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-291-1/+0
* Fix crash with insert-file-contents and misdecoded text.Paul Eggert2014-01-251-0/+1
* Port to C89.Paul Eggert2014-01-021-1/+3
* Fix bug #16265 with buffer caches when modifying text in indirect buffers.Eli Zaretskii2014-01-011-1/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1