log src/fileio.c @ 111740:97a0564526d2

age author description
2010-10-04 Dan Nicolaescu Remove O_RDONLY, O_WRONLY definitions, not needed.
2010-10-03 Glenn Morris * src/fileio.c (Vdirectory_sep_char): Remove.
2010-10-03 Dan Nicolaescu Include <fcntl.h> unconditionally.
2010-10-01 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
2010-09-12 Stefan Monnier * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
2010-08-09 Dan Nicolaescu Use const char* instead of char*.
2010-08-06 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
2010-07-29 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
2010-07-11 Andreas Schwab Use strchr, strrchr instead of index, rindex
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-07 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-05 Dan Nicolaescu Convert declarations or definitions to standard C.
2010-07-04 Juanma Barranquero * fileio.c (read_non_regular, read_non_regular_quit): Rename arg.
2010-07-04 Juanma Barranquero Fix prototypes.
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-06-04 Juanma Barranquero Turn `directory-sep-char' into a noop.
2010-05-28 Michael Albinus * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
2010-05-27 Chong Yidong Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
2010-05-20 Juri Linkov * fileio.c (Fdelete_file): Change interative spec to use
2010-05-08 Stefan Monnier Merge from emacs-23
2010-04-30 Chong Yidong Fix for Bug#5984.
2010-05-03 Chong Yidong Add optional arg to delete-file to force deletion (Bug#6070).
2010-05-01 Glenn Morris * src/fileio.c (Ffile_selinux_context): Context functions may return null.
2010-04-21 Glenn Morris Add SELinux support.
2010-04-13 Stefan Monnier Try to detect file modification within the same second.
2010-04-02 Dan Nicolaescu Remove extern errno declarations.
2010-04-01 Eli Zaretskii Remove support for DJGPP v1.x (bug#5813).
2010-02-18 Glenn Morris * fileio.c: Comment fix.
2010-01-31 Chong Yidong * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).
2010-01-28 Chong Yidong * fileio.c (Frename_file): Fix last change (Bug#5487).
2010-01-27 Chong Yidong Fix rename-file to handle directory renaming properly (Bug#3353).
2010-01-13 Stefan Monnier Try to fix bug#5314. This is probably not the final word, tho.
2009-11-21 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
2009-11-11 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-11-05 Kenichi Handa (Finsert_file_contents): Be sure set coding-system of
2009-10-23 Stefan Monnier * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-10-01 Michael Albinus * fileio.c (Fdelete_directory_internal): Renamed from
2009-07-21 Chong Yidong * fileio.c: Revert 2009-07-16 changes.
2009-07-16 Richard M. Stallman * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2009-07-07 Chong Yidong * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2009-04-15 Dan Nicolaescu * fileio.c (history_delete_duplicates): Remove unused declaration.
2009-03-28 Stefan Monnier * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
2009-03-28 Stefan Monnier (Finsert_file_contents): Don't limit size to INT_MAX/4.
2009-03-24 Jason Rumney (Fsubstitute_in_file_name): Always work on a copy.
2009-03-19 Glenn Morris (Fsubstitute_in_file_name): Doc fix.
2009-02-26 Juanma Barranquero * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
2009-02-11 Stefan Monnier (Fwrite_region): !NILP -> CONSP.
2009-02-04 Glenn Morris (Fwrite_region): Doc fix (mention annotate-functions).
2009-01-22 Chong Yidong (Vwrite_region_post_annotation_function)
2009-01-08 Glenn Morris Add 2009 to copyright years.
2009-01-07 Kenichi Handa (Finsert_file_contents): In the case of replace,
2008-12-20 Jason Rumney (Fexpand_file_name): Do not allow ../ to go beyond the server name in
2008-11-14 Chong Yidong (Finsert_file_contents): Decrement specpdl_ptr to avoid double file
2008-10-20 Eli Zaretskii (Fset_file_modes): Doc fix.
2008-10-18 Eli Zaretskii (Fset_file_modes): Doc fix.
2008-10-16 Chong Yidong (Fexpand_file_name): Doc fix.
2008-09-20 Glenn Morris (Qdelete_by_moving_to_trash): New Lisp_Object.