aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide definition of ACL_NOT_WELL_SUPPORTED for MS-Windows.Eli Zaretskii2013-04-071-0/+2
* Ignore additional platform-specific ACL errors (Bug#13702).Romain Francoise2013-04-071-5/+22
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-1/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-2/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-1/+2
* File synchronization fixes.Paul Eggert2013-03-131-8/+9
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-4/+0
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-2/+1
* Tune by using memchr and memrchr.Paul Eggert2013-02-111-4/+6
* Remove obsolete references to VAX in comments.Paul Eggert2013-02-101-4/+1
* * fileio.c (Fexpand_file_name): Omit confusing pointer comparisonPaul Eggert2013-02-101-2/+2
* * fileio.c (Qchoose_write_coding_system): Now static.Paul Eggert2013-02-041-1/+1
* Avoid file time stamp bug on MS-Windows.Paul Eggert2013-02-021-4/+15
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-70/+55
* Fix timestamp bug when write-region appends nothing.Paul Eggert2013-02-011-1/+5
* Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-311-14/+26
* Simplify part of previous Fwrite_region changeGlenn Morris2013-01-311-3/+2
* Reduce delay between backing up a file and saving new versionGlenn Morris2013-01-301-11/+26
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-9/+3
* * fileio.c (Finsert_file_contents): Simplify.Paul Eggert2013-01-211-14/+5
* * fileio.c (Finsert_file_contents): Revert code introduced atDmitry Antipov2013-01-211-73/+103
* * fileio.c: Use O_APPEND to append.Paul Eggert2013-01-191-23/+17
* Fix size bug on DOS_NT introduced by CIFS workaround.Paul Eggert2013-01-191-1/+1
* * fileio.c (Fwrite_region): Sync diagnostic to previous change.Paul Eggert2013-01-191-1/+1
* Allow floating-point file offsets.Paul Eggert2013-01-191-32/+27
* Work around bug in CIFS and vboxsf file systems.Paul Eggert2013-01-181-0/+53
* * fileio.c (Finsert_file_contents): Simplify new diagnosticPaul Eggert2013-01-181-2/+1
* Fix crash when inserting data from non-regular files. SeeDmitry Antipov2013-01-181-102/+72
* Close a race when statting and reading files.Paul Eggert2013-01-171-31/+13
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-2/+2
* * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-151-23/+14
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-1/+1
* * src/fileio.c (Ffile_acl): Undocument return format.Stefan Monnier2013-01-031-4/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Improve copy-file diagnostics on MS-Windows.Eli Zaretskii2012-12-291-1/+9
* | Fix return values of set-file-acl and set-file-selinux-context when ENOTSUP.Eli Zaretskii2012-12-291-2/+2
* | Fix bug #13298 with failed backups by falling back on set-file-modes.Eli Zaretskii2012-12-291-2/+8
* | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-271-47/+109
|\ \ | |/
| * Fix bug #13262 with crashes in completion on MS-Windows with non-ASCII filena...Eli Zaretskii2012-12-241-47/+109
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-1/+4
|\ \ | |/
| * src/fileio.c (Finsert_file_contents): Doc fix.Eli Zaretskii2012-12-211-1/+4
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-1/+1
* | Support Posix ACL APIs on MS-Windows.Eli Zaretskii2012-12-171-0/+19
* | Add support for preserving ACL entries of files.Romain Francoise2012-12-161-10/+144
* | * fileio.c (internal_delete_file): Use bool for boolean.Paul Eggert2012-12-151-2/+2