aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-20/+15
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-18/+17
* record_unwind_protect error handlingBT Templeton2015-04-181-16/+27
* use guile-snarf for subr definitionBT Templeton2015-04-181-54/+2
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* Merge from emacs-24; up to 2014-06-06T02:22:[email protected]Glenn 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:[email protected]Glenn 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:[email protected]Glenn 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:[email protected]Glenn 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:[email protected]Juanma 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:[email protected]...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