summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23Stefan Monnier2011-01-141-4/+3
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | 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
* * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).Chong Yidong2010-01-301-1/+6
* * fileio.c (Frename_file): Fix last change (Bug#5487).Chong Yidong2010-01-281-2/+2
* Fix rename-file to handle directory renaming properly (Bug#3353).Chong Yidong2010-01-261-4/+24
* Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier2010-01-121-6/+10
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-53/+53
* (Finsert_file_contents): Be sure set coding-system ofKenichi Handa2009-11-051-0/+1
* * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.Stefan Monnier2009-10-231-8/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * fileio.c (Fdelete_directory_internal): Renamed fromMichael Albinus2009-10-011-10/+7
* * fileio.c: Revert 2009-07-16 changes.Chong Yidong2009-07-211-12/+17
* * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.Richard M. Stallman2009-07-161-7/+13
* * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)Chong Yidong2009-07-071-7/+9