log src/fileio.c @ 20931:068eb408c911

age author description
1998-02-20 Kenichi Handa (Finsert_file_contents): Read a file contents into the
1998-02-14 Richard M. Stallman (Fread_file_name): Alter the history
1998-01-27 Richard M. Stallman (file_name_as_directory): For an empty name, return "/".
1998-01-22 Kenichi Handa (Finsert_file_contents): Fix previous change.
1998-01-22 Kenichi Handa (Finsert_file_contents): Even if
1998-01-21 Richard M. Stallman (Fsubstitute_in_file_name): Use unibyte_char_to_multibyte.
1998-01-16 Richard M. Stallman (Finsert_file_contents): When not decoding,
1998-01-09 Richard M. Stallman (Fdo_auto_save): Save and restore multibyteness of minibuffer.
1998-01-01 Richard M. Stallman (a_write): Fix prototype.
1997-12-31 Richard M. Stallman (Finsert_file_contents): Update call to CHAR_HEAD_P.
1997-12-09 Kenichi Handa (Finsert_file_contents): Set Vlast_coding_system_used
1997-11-27 Kenichi Handa (report_file_error): Declare it as void.
1997-11-21 Andreas Schwab (close_file_unwind): Fix return type and return nil.
1997-11-08 Kenichi Handa (Finsert_file_contents): Use new macros defined in
1997-10-16 Karl Heuer (Fexpand_file_name): Avoid treating // specially
1997-09-14 Richard M. Stallman (Finsert_file_contents): If a coding system is
1997-09-11 Richard M. Stallman (ENCODE_FILE): New macro.
1997-09-05 Richard M. Stallman (Fexpand_file_name): If default dir isn't string, use `/'.
1997-09-03 Geoff Voelker (Fexpand_file_name) [WINDOWSNT]: When stripping
1997-09-01 Richard M. Stallman (Finsert_file_contents): Fix previous change--don't
1997-09-01 Kenichi Handa (Vset_auto_coding_function): Name changed from
1997-08-27 Richard M. Stallman (Finsert_file_contents): Fix use of Fboundp.
1997-08-26 Kenichi Handa (Fwrite_region): Convert EOL format even if
1997-08-22 Richard M. Stallman (Fmake_temp_name): Doc fix.
1997-08-22 Kenichi Handa (syms_of_fileio): Fix previous change.
1997-08-22 Kenichi Handa (Vauto_file_coding_system_function): New variable.
1997-08-19 Richard M. Stallman (Finsert_file_contents): Fix previous change.
1997-08-17 Richard M. Stallman (Fdo_auto_save): If open fails, make lispstream nil.
1997-08-17 Geoff Voelker (Finsert_file_contents) [DOS_NT]: Set buffer_file_type
1997-08-07 Richard M. Stallman (Fwrite_region): Turn off the feature of checking
1997-08-01 Kenichi Handa (Fwrite_region): Don't try to flush out a data twice.
1997-07-25 Richard M. Stallman (Fwrite_region): Fix previous change.
1997-07-25 Kenichi Handa (Finsert_file_contents): Use new macros
1997-07-18 Richard M. Stallman (Finsert_file_contents) [DOS_NT]: Use the coding
1997-07-13 Richard M. Stallman (Fwrite_region) [DOS_NT]: Always use binary mode since
1997-07-12 Richard M. Stallman (Fwrite_region): Fix call2 argument.
1997-07-08 Richard M. Stallman (Finsert_file_contents): Give up match-end only if
1997-07-07 Kenichi Handa (Finsert_file_contents): If enable-multibyte-characters
1997-07-04 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-07-02 Kenichi Handa (Finsert_file_contents): Doc-string fixed. Call
1997-06-25 Richard M. Stallman (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.
1997-06-24 Karl Heuer (Ffile_directory_p): Doc fix.
1997-06-16 Richard M. Stallman (Fdo_auto_save): Use stdio to write the save-list file.
1997-06-10 Erik Naggum (Fwrite_region): Fix previous doc change.
1997-06-09 Kenichi Handa (Fwrite_region): Cancel the 7th argument CODING_SYSTEM
1997-06-02 Richard M. Stallman (Fwrite_region, build_annotations):
1997-05-27 Richard M. Stallman (Fdo_auto_save): Pass new arg to sit_for.
1997-05-16 Kenichi Handa Name change through the code:
1997-05-15 Richard M. Stallman (Finsert_file_contents): Use xrealloc too.
1997-05-15 Richard M. Stallman (Finsert_file_contents): Use xmalloc. not malloc.
1997-05-10 Kenichi Handa (Fwrite_region): Add 7th optional arg
1997-05-10 Richard M. Stallman (Fread_file_name): Finish previous change.
1997-05-07 Richard M. Stallman (Fread_file_name): Pass default to Fcompleting_read.
1997-04-29 Richard M. Stallman (Fexpand_file_name): Check length > 0 when necessary.
1997-04-27 Richard M. Stallman (Fsubstitute_in_file_name): Use xnm uniformly, never nm,
1997-04-25 Richard M. Stallman (Fwrite_region): GCPRO `start' near the beginning.
1997-04-18 Richard M. Stallman (Fexpand_file_name): Fix expansion of "/foo/../".
1997-04-11 Richard M. Stallman (Finsert_file_contents): Do call signal_after_change
1997-04-02 Richard M. Stallman (Fcopy_file): Fix error message.
1997-04-02 Richard M. Stallman (Finsert_file_contents): Handle non-regular files.