summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make verify-visited-file-modtime default to the current buffer.Glenn Morris2010-12-071-5/+9
* | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-8/+0
* | * src/fileio.c (Vdirectory_sep_char): Remove.Glenn Morris2010-10-031-7/+4
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-4/+0
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-2/+0
* | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.Stefan Monnier2010-09-121-1/+1
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-2/+2
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-2/+0
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-9/+0
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-2/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-88/+47
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-12/+12
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-5/+4
* | * fileio.c (read_non_regular, read_non_regular_quit): Rename arg.Juanma Barranquero2010-07-051-2/+2
* | Fix prototypes.Juanma Barranquero2010-07-041-3/+3
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-66/+30
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-5/+5
* | Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-20/+9
* | * fileio.c (Fdelete_file): Pass TRASH arg to handler call.Michael Albinus2010-05-281-2/+2
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-271-21/+20
* | * fileio.c (Fdelete_file): Change interative spec to useJuri Linkov2010-05-211-1/+4
* | Merge from emacs-23Stefan Monnier2010-05-081-1/+1
|\ \ | |/
| * Fix for Bug#5984.Andreas Schwab2010-04-301-1/+1
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-9/+16
* | * src/fileio.c (Ffile_selinux_context): Context functions may return null.Karel Klíc2010-04-301-4/+8
* | Add SELinux support.Karel Klíc2010-04-201-7/+179
* | Try to detect file modification within the same second.Stefan Monnier2010-04-121-8/+21
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-6/+0
* | Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-19/+2
|/
* * fileio.c: Comment fix.Glenn Morris2010-02-181-2/+3