summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-41/+42
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-17/+20
|/
* Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-1/+1
* * fileio.c (Finsert_file_contents): Make EOF condition clearer.Paul Eggert2011-04-021-7/+3
* * fileio.c (Finsert_file_contents): Remove unnecessary code checking fd.Paul Eggert2011-04-021-1/+0
* * fileio.c (Finsert_file_contents): Avoid signed integer overflow.Paul Eggert2011-04-021-15/+10
* Replace two copies of readlink code with single gnulib version.Paul Eggert2011-03-311-29/+7
* src/fileio.c: Move computation of encoded_absname inside `if'.Juanma Barranquero2011-03-251-2/+1
* nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-5/+4
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-3/+3
* * fileio.c (Fcopy_file): Report error if fchown or fchmod fail.Paul Eggert2011-03-201-3/+4
* Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-1/+1
* * fileio.c: (Fset_file_times, Finsert_file_contents, auto_save_error):Paul Eggert2011-03-141-19/+20
* * fileio.c (Ffile_selinux_context, Fset_file_selinux_context): Fix pointerPaul Eggert2011-03-141-7/+8
* * fileio.c (Fmake_directory_internal, Fread_file_name): Remove unused vars.Paul Eggert2011-03-141-2/+1
* * fileio.c (file_name_as_directory): Use const pointers when appropriate.Paul Eggert2011-03-141-18/+22
* * fileio.c (file_name_as_directory, directory_file_name):Paul Eggert2011-03-141-5/+5
* * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, andPaul Eggert2011-02-251-0/+6
* [ChangeLog]Paul Eggert2011-02-221-28/+7
* [ChangeLog]Paul Eggert2011-02-211-28/+7
* Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-26/+2
* Change B_ to BVARTom Tromey2011-02-161-89/+89
* Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-141-2/+2
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-87/+87
* * fileio.c: conform to C89 pointer rulesPaul Eggert2011-02-061-72/+78
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-45/+45