aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/fileio.c: Silence compiler warnings.Juanma Barranquero2013-12-301-2/+2
* Plain copy-file no longer chmods an existing destination.Paul Eggert2013-12-291-68/+94
* Fix some warnings in w32 specific code.Eli Zaretskii2013-12-171-4/+6
* Fix bug with conditionals in expand-file-name on MS-Windows.Eli Zaretskii2013-12-151-2/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-2/+2
* src/fileio.c: Remove redundant empty #ifdef.Eli Zaretskii2013-12-141-3/+0
* Fix copy-file on MS-Windows with file names outside of current locale.Eli Zaretskii2013-12-141-46/+14
* Remove stale comment from fileio.c.Eli Zaretskii2013-12-121-1/+0
* Support MS-Windows file names that use characters outside of ANSI codepage.Eli Zaretskii2013-12-121-15/+40
|\
| * Merge from trunk.Eli Zaretskii2013-12-071-18/+31
| |\ | |/ |/|
| * Minor doc fix.Eli Zaretskii2013-12-071-2/+4
| * Updated documentation.Eli Zaretskii2013-12-071-2/+8