summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+2
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-66/+15
* Merge from mainline.Paul Eggert2011-01-171-9/+4
|\
| * * fileio.c (make_temp_name): Remove unreachable code.Paul Eggert2011-01-161-9/+4
* | Merge from mainline.Paul Eggert2011-01-171-3/+4
|\|
| * Refill some copyright headers.Glenn Morris2011-01-151-3/+4
* | Merge from mainline.Paul Eggert2011-01-141-4/+3
|\|
| * Merge from emacs-23Stefan Monnier2011-01-141-4/+3
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-0/+2
|\|
| * Fix bug #7617 with documentation of expand-file-name.Eli Zaretskii2010-12-131-0/+2
* | Merge from emacs-23Stefan Monnier2010-12-131-1/+4
|\|
| * Document that expand-file-name collapses multiple slashes. (Bug#7617)Eli Zaretskii2010-12-121-1/+4