aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * src/fileio.c (check_writable) [CYGWIN]: Return non-zero if UID orKen Brown2011-12-171-3/+15
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* * src/fileio.c (Finsert_file_contents): Move after-change-function callStefan Monnier2011-12-011-10/+10
* * fileio.c (Finsert_file_contents): Undo previous change.Paul Eggert2011-11-261-2/+2
* Rename locals to avoid shadowing.Paul Eggert2011-11-251-2/+2
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* * src/fileio.c (Finsert_file_contents): Add missing gcpro1 variable.Stefan Monnier2011-11-191-2/+3
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* * buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert2011-09-301-3/+3
* * fileio.c: Report proper errno when syscall falls.Paul Eggert2011-09-181-0/+5
* * src/fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.Stefan Monnier2011-09-111-1/+1
* Clarify slightly the last checkin.Lars Magne Ingebrigtsen2011-09-111-1/+1
* (Fvisited_file_modtime): Document `(-1 65535)' as a value for non-existent fi...Lars Magne Ingebrigtsen2011-09-111-3/+4
* Fix bug #9139 with revisiting non-existent files.Eli Zaretskii2011-09-111-0/+1
* Whitespace changes.Juanma Barranquero2011-09-091-4/+4
* * fileio.c: Fix bugs with large file offsets.Paul Eggert2011-09-021-30/+62
* Merge from trunk.Paul Eggert2011-07-181-8/+27
|\
| * * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.Paul Eggert2011-07-181-4/+13
| * * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)Paul Eggert2011-07-181-4/+14
* | * fileio.c: Integer overflow issues with file modes.Paul Eggert2011-07-181-3/+3
* | Merge from trunk.Paul Eggert2011-07-161-1/+3
|\|
| * * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)Paul Eggert2011-07-161-1/+3
* | Merge from trunk.Paul Eggert2011-07-161-2/+2
|\|
| * * fileio.c (Fcopy_file): Don't diagnose fchown failures.Paul Eggert2011-07-161-2/+2
* | * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert2011-07-071-3/+3
|/
* * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.Paul Eggert2011-07-041-1/+1
* (barf_or_query_if_file_exists): Make the "File is a directory"Lars Magne Ingebrigtsen2011-07-041-1/+1
* * fileio.c (barf_or_query_if_file_exists): Check first if the fileLars Magne Ingebrigtsen2011-07-041-0/+4
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-102/+51
* * fileio.c: Fix some integer overflow issues.Paul Eggert2011-06-191-18/+17
* Improve buffer-overflow checking.Paul Eggert2011-06-161-10/+1
* * insdel.c, lisp.h (buffer_overflow): New function.Paul Eggert2011-06-151-2/+2
* * fileio.c (emacs_lseek): Work around GCC bug 43772.Paul Eggert2011-06-151-1/+3
* * fileio.c: Don't assume EMACS_INT fits in off_t.Paul Eggert2011-06-141-8/+21
* * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.Paul Eggert2011-06-121-1/+1
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-1/+1
* Check for buffer and string overflow more precisely.Paul Eggert2011-06-051-1/+1
* * fileio.c (Fverify_visited_file_modtime): Avoid time overflowPaul Eggert2011-06-051-1/+1
* Don't assume time_t can fit into int.Paul Eggert2011-06-011-1/+1
* Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528).Eli Zaretskii2011-04-291-8/+3
* Fix merge typo.Paul Eggert2011-04-141-1/+0
* Merge from mainline.Paul Eggert2011-04-141-12/+15
|\
| * * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13 change. (Bug#8496)Andreas Schwab2011-04-141-1/+1
| * Fix write-region and its subroutines for buffers > 2GB.Eli Zaretskii2011-04-101-9/+14
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* | * fileio.c: Add FIXMES mentioning Bug#8496.Paul Eggert2011-04-131-0/+3
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-17/+17
* | * fileio.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-4/+4