log src/fileio.c @ 112098:40af77a50adc

age author description
Sun, 02 Jan 2011 15:28:40 -0500 Chong Yidong Merge changes from emacs-23 branch
Mon, 13 Dec 2010 18:13:29 +0200 Eli Zaretskii Fix bug #7617 with documentation of expand-file-name.
Mon, 13 Dec 2010 10:27:36 -0500 Stefan Monnier Merge from emacs-23
Sun, 12 Dec 2010 22:37:54 +0200 Eli Zaretskii Document that expand-file-name collapses multiple slashes. (Bug#7617)
Tue, 07 Dec 2010 19:45:45 -0800 Glenn Morris Make verify-visited-file-modtime default to the current buffer.
Mon, 04 Oct 2010 10:22:57 -0700 Dan Nicolaescu Remove O_RDONLY, O_WRONLY definitions, not needed.
Sun, 03 Oct 2010 14:27:04 -0700 Glenn Morris * src/fileio.c (Vdirectory_sep_char): Remove.
Sun, 03 Oct 2010 08:19:34 -0700 Dan Nicolaescu Include <fcntl.h> unconditionally.
Fri, 01 Oct 2010 06:56:33 -0700 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
Sun, 12 Sep 2010 16:35:37 +0200 Stefan Monnier * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Fri, 06 Aug 2010 12:07:16 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 21:52:39 -0700 Dan Nicolaescu Convert declarations or definitions to standard C.
Mon, 05 Jul 2010 00:26:11 +0200 Juanma Barranquero * fileio.c (read_non_regular, read_non_regular_quit): Rename arg.
Sun, 04 Jul 2010 13:51:28 +0200 Juanma Barranquero Fix prototypes.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Fri, 04 Jun 2010 16:13:35 +0200 Juanma Barranquero Turn `directory-sep-char' into a noop.
Fri, 28 May 2010 16:57:11 +0200 Michael Albinus * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
Thu, 27 May 2010 19:30:11 -0400 Chong Yidong Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Fri, 21 May 2010 02:08:52 +0300 Juri Linkov * fileio.c (Fdelete_file): Change interative spec to use
Sat, 08 May 2010 14:47:07 -0400 Stefan Monnier Merge from emacs-23
Fri, 30 Apr 2010 12:00:48 -0400 Chong Yidong Fix for Bug#5984.
Mon, 03 May 2010 11:01:21 -0400 Chong Yidong Add optional arg to delete-file to force deletion (Bug#6070).
Fri, 30 Apr 2010 19:58:41 -0700 Glenn Morris * src/fileio.c (Ffile_selinux_context): Context functions may return null.
Tue, 20 Apr 2010 20:02:58 -0700 Glenn Morris Add SELinux support.
Mon, 12 Apr 2010 21:47:40 -0400 Stefan Monnier Try to detect file modification within the same second.
Thu, 01 Apr 2010 20:10:33 -0700 Dan Nicolaescu Remove extern errno declarations.
Thu, 01 Apr 2010 17:59:46 +0300 Eli Zaretskii Remove support for DJGPP v1.x (bug#5813).
Thu, 18 Feb 2010 01:02:04 -0800 Glenn Morris * fileio.c: Comment fix.
Sat, 30 Jan 2010 23:49:28 -0500 Chong Yidong * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).
Thu, 28 Jan 2010 12:47:05 -0500 Chong Yidong * fileio.c (Frename_file): Fix last change (Bug#5487).
Tue, 26 Jan 2010 23:08:41 -0500 Chong Yidong Fix rename-file to handle directory renaming properly (Bug#3353).
Tue, 12 Jan 2010 23:33:42 -0500 Stefan Monnier Try to fix bug#5314. This is probably not the final word, tho.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Thu, 05 Nov 2009 04:12:49 +0000 Kenichi Handa (Finsert_file_contents): Be sure set coding-system of
Fri, 23 Oct 2009 17:33:52 +0000 Stefan Monnier * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Thu, 01 Oct 2009 15:07:32 +0000 Michael Albinus * fileio.c (Fdelete_directory_internal): Renamed from
Tue, 21 Jul 2009 23:34:02 +0000 Chong Yidong * fileio.c: Revert 2009-07-16 changes.
Thu, 16 Jul 2009 01:45:08 +0000 Richard M. Stallman * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
Tue, 07 Jul 2009 22:52:58 +0000 Chong Yidong * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
Wed, 15 Apr 2009 00:08:23 +0000 Dan Nicolaescu * fileio.c (history_delete_duplicates): Remove unused declaration.
Sat, 28 Mar 2009 02:24:22 +0000 Stefan Monnier * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
Sat, 28 Mar 2009 02:06:06 +0000 Stefan Monnier (Finsert_file_contents): Don't limit size to INT_MAX/4.
Tue, 24 Mar 2009 14:14:53 +0000 Jason Rumney (Fsubstitute_in_file_name): Always work on a copy.
Thu, 19 Mar 2009 06:26:04 +0000 Glenn Morris (Fsubstitute_in_file_name): Doc fix.
Thu, 26 Feb 2009 10:18:15 +0000 Juanma Barranquero * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
Wed, 11 Feb 2009 03:52:56 +0000 Stefan Monnier (Fwrite_region): !NILP -> CONSP.
Wed, 04 Feb 2009 03:51:27 +0000 Glenn Morris (Fwrite_region): Doc fix (mention annotate-functions).
Thu, 22 Jan 2009 04:42:51 +0000 Chong Yidong (Vwrite_region_post_annotation_function)
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Wed, 07 Jan 2009 12:26:02 +0000 Kenichi Handa (Finsert_file_contents): In the case of replace,
Sat, 20 Dec 2008 15:17:28 +0000 Jason Rumney (Fexpand_file_name): Do not allow ../ to go beyond the server name in