aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #18982 with assertion violations when reverting buffers.Eli Zaretskii2014-11-091-2/+5
* 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
* Revert 2013-01-31 change that decides coding system before backing upGlenn Morris2014-08-101-25/+11
* Port to OS X ACLs.Paul Eggert2014-06-211-1/+4
* * src/fileio.c (write-region-inhibit-fsync): Doc tweak.Glenn Morris2014-06-071-1/+1
* Hopefully fix bug #16433 with corruption of newline_cache in Rmail.Eli Zaretskii2014-05-311-1/+1
* * src/fileio.c (Ffile_executable_p): Doc tweak.Glenn Morris2014-05-101-1/+3
* * src/fileio.c (Ffile_symlink_p): Doc fix.Glenn Morris2014-03-231-2/+1
* 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
| * Fixed $HOME in expand-file-name.Eli Zaretskii2013-12-071-1/+12
| * Converted symlink-related functions with minimal testing.Eli Zaretskii2013-11-231-2/+2
| * Merge from mainline.Eli Zaretskii2013-11-181-10/+37
| |\
| * | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-8/+12
| * | getcwd and dflt_passwd stuff is done.Eli Zaretskii2013-10-261-2/+7
* | | Fix bug #15973 with erratic cursor motion after reverting a buffer.Eli Zaretskii2013-11-271-1/+12
* | | Really initialize `write_region_inhibit_fsync' when interactive.Romain Francoise2013-11-231-17/+19
| |/ |/|
* | Fix bug #15841 with cache-long-scans, linum-mode, and non-ASCII chars.Eli Zaretskii2013-11-091-0/+9
* | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-1/+1
* | Spelling fixes.Paul Eggert2013-11-041-1/+1
* | Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-041-9/+27
|/
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-51/+52
* * src/fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.Stefan Monnier2013-10-101-138/+23
* Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov2013-10-081-8/+34
* Change comparison functions =, <, >, <=, >= to take many arguments.Barry O'Reilly2013-09-111-1/+2
* * buffer.c (drop_overlay):Dmitry Antipov2013-09-031-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-29/+29
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-231-59/+59
* Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-141-6/+3
* Fix some fd issues when running subprocesses.Paul Eggert2013-08-121-25/+49
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-051-2/+1
* * fileio.c, fns.c (merge): Move extern decl from here ...Paul Eggert2013-08-011-2/+0
* * fileio.c (Finsert_file_contents): Use a more-conservative fix.Paul Eggert2013-07-251-4/+1