2008-01-08 |
Glenn Morris |
Add 2008 to copyright years.
|
2008-01-04 |
Richard M. Stallman |
(Ffile_name_directory, Fexpand_file_name): Doc fixes.
|
2007-10-17 |
Glenn Morris |
(Qcompletion_ignore_case): New external Lisp_Object.
|
2007-10-06 |
Andreas Schwab |
(Fwrite_region): Ignore EINVAL error from fsync.
|
2007-08-08 |
Glenn Morris |
Replace `iff' in comments.
|
2007-08-03 |
Richard M. Stallman |
(Fvisited_file_modtime): Use make_time.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-03-22 |
Kenichi Handa |
(Fcopy_file): Call barf_or_query_if_file_exists with
|
2007-03-20 |
YAMAMOTO Mitsuharu |
(do_auto_save_unwind): Add BLOCK_INPUT around fclose.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-12-17 |
Richard M. Stallman |
(Fread_file_name_internal): Pass Vread_file_name_predicate
|
2006-12-04 |
YAMAMOTO Mitsuharu |
[__NetBSD__]: Don't define `unix'.
|
2006-11-21 |
Richard M. Stallman |
Break line before &&, not after.
|
2006-11-20 |
Kenichi Handa |
(Fread_file_name_internal): Use SBYTES (not SCHARS) to
|
2006-08-25 |
Kim F. Storm |
(Fmake_directory_internal, Fdelete_directory)
|
2006-08-16 |
Kenichi Handa |
(choose_write_coding_system): Use LF for end-of-line
|
2006-07-18 |
Kim F. Storm |
(report_file_error): Use xsignal.
|
2006-07-12 |
YAMAMOTO Mitsuharu |
Include blockinput.h.
|
2006-07-11 |
Kim F. Storm |
(Fdo_auto_save): Update/simplify sit_for calls.
|
2006-07-08 |
Stephen Gildea |
fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
|
2006-06-23 |
Eli Zaretskii |
(Frename_file) [DOS_NT]: Don't try to move directory to itself on DOS_NT
|
2006-05-26 |
Chong Yidong |
* fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate
|
2006-05-11 |
Kenichi Handa |
(Finsert_file_contents): Fix for the case of IO error
|
2006-05-08 |
Kenichi Handa |
(choose_write_coding_system): Use system_eol_type for
|
2006-03-20 |
Kenichi Handa |
(Fwrite_region): Set visit_file to Qnil before GCPRO
|
2006-02-24 |
Kenichi Handa |
(Finsert_file_contents): When a text is replaced
|
2006-01-10 |
Stefan Monnier |
(Fexpand_file_name): Remove redundant tests. Fix elimination of // so that
|
2005-12-11 |
Richard M. Stallman |
(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
|
2005-12-06 |
Ken Raeburn |
(internal_delete_file, Fread_file_name_internal): Avoid dangerous side effects in NILP argument.
|
2005-11-10 |
Lars Hansen |
(file-regular-p): Doc fix.
|
2005-10-20 |
Kim F. Storm |
(auto_save_error): Call SAFE_FREE.
|
2005-09-16 |
Romain Francoise |
(syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'.
|
2005-09-14 |
Romain Francoise |
(write_region_inhibit_fsync): New variable.
|
2005-09-14 |
Kenichi Handa |
(Fexpand_file_name): Check multibyteness of
|
2005-09-12 |
Kim F. Storm |
(auto_save_error): Pass copy of lisp string to message2.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-20 |
Kim F. Storm |
(Fdo_auto_save, do_auto_save_unwind):
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-07-02 |
Eli Zaretskii |
(Fcopy_file): Rearrange the code that calls fchown and
|
2005-06-25 |
Richard M. Stallman |
(Fcopy_file): New arg PRESERVE_UID_GID.
|
2005-06-24 |
Eli Zaretskii |
(Frename_file): Undo last change: no need to ifdef away
|
2005-06-24 |
Juanma Barranquero |
(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
|
2005-06-23 |
Richard M. Stallman |
(Frename_file): Preserve owner and group, if possible.
|
2005-05-31 |
Stefan Monnier |
(Finsert_file_contents): Lisp_Object/int mixup.
|
2005-05-21 |
Eli Zaretskii |
(Fexpand_file_name) [DOS_NT]: Don't try to support "superroot"
|
2005-05-13 |
Richard M. Stallman |
(Finsert_file_contents): Fix previous change.
|
2005-05-13 |
Richard M. Stallman |
(Ffind_file_name_handler): Handle lambda-exp as handler.
|
2005-05-08 |
Juanma Barranquero |
(Fexpand_file_name, Frename_file, Fadd_name_to_file, Fmake_symbolic_link,
|
2005-04-30 |
Richard M. Stallman |
(Ffind_file_name_handler): Handle the `operations'
|
2005-04-24 |
Eli Zaretskii |
(Fcopy_file): Doc fix.
|
2005-04-23 |
Richard M. Stallman |
(Fcopy_file): New arg MUSTBENEW.
|
2005-04-20 |
Thien-Thi Nguyen |
Remove reference to defunct vms-pwd.h.
|
2005-03-30 |
Stefan Monnier |
(search_embedded_absfilename): Fix last change.
|
2005-03-28 |
Stefan Monnier |
(Fexpand_file_name): Use IS_DEVICE_SEP.
|
2005-03-17 |
Richard M. Stallman |
(Fcopy_file, Frename_file, Fadd_name_to_file)
|
2005-03-12 |
Stefan Monnier |
(Fmake_symbolic_link): Fix last change.
|
2005-03-11 |
Richard M. Stallman |
(Frename_file, Fadd_name_to_file)
|
2005-03-11 |
Kenichi Handa |
(Finsert_file_contents): Call Fcheck_coding_system
|
2005-03-04 |
Thien-Thi Nguyen |
(Fexpand_file_name) [VMS]:
|
2005-03-04 |
Thien-Thi Nguyen |
(Fexpand_file_name) [VMS]: Don't upcase the name
|