aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fileio.c (Finsert_file_contents): Avoid double-close.Paul Eggert2013-07-251-1/+5
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-2/+1
* * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-0/+7
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-4/+3
* A few more minor file errno-reporting bugs.Paul Eggert2013-07-161-5/+14
* Fix bug where insert-file-contents closes a file twice.Paul Eggert2013-07-161-19/+9
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-32/+25
* Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-161-14/+8
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-46/+46