summaryrefslogtreecommitdiff
path: root/src/fileio.c
AgeCommit message (Expand)Author
1998-01-01(a_write): Fix prototype.Richard M. Stallman
1997-12-31(Finsert_file_contents): Update call to CHAR_HEAD_P.Richard M. Stallman
1997-12-09(Finsert_file_contents): Set Vlast_coding_system_usedKenichi Handa
1997-11-27(report_file_error): Declare it as void.Kenichi Handa
1997-11-21(close_file_unwind): Fix return type and return nil.Andreas Schwab
1997-11-08(Finsert_file_contents): Use new macros defined inKenichi Handa
1997-10-16(Fexpand_file_name): Avoid treating // speciallyKarl Heuer
1997-09-14(Finsert_file_contents): If a coding system isRichard M. Stallman
1997-09-11(ENCODE_FILE): New macro.Richard M. Stallman
1997-09-05(Fexpand_file_name): If default dir isn't string, use `/'.Richard M. Stallman
1997-09-03(Fexpand_file_name) [WINDOWSNT]: When strippingGeoff Voelker
1997-09-01(Finsert_file_contents): Fix previous change--don'tRichard M. Stallman
1997-09-01(Vset_auto_coding_function): Name changed fromKenichi Handa
1997-08-27(Finsert_file_contents): Fix use of Fboundp.Richard M. Stallman
1997-08-26(Fwrite_region): Convert EOL format even ifKenichi Handa
1997-08-22(Fmake_temp_name): Doc fix.Richard M. Stallman
1997-08-22(syms_of_fileio): Fix previous change.Kenichi Handa
1997-08-22(Vauto_file_coding_system_function): New variable.Kenichi Handa
1997-08-19(Finsert_file_contents): Fix previous change.Richard M. Stallman
1997-08-17(Fdo_auto_save): If open fails, make lispstream nil.Richard M. Stallman
1997-08-17(Finsert_file_contents) [DOS_NT]: Set buffer_file_typeGeoff Voelker
1997-08-07(Fwrite_region): Turn off the feature of checkingRichard M. Stallman
1997-08-01(Fwrite_region): Don't try to flush out a data twice.Kenichi Handa
1997-07-25(Fwrite_region): Fix previous change.Richard M. Stallman
1997-07-25(Finsert_file_contents): Use new macrosKenichi Handa
1997-07-18(Finsert_file_contents) [DOS_NT]: Use the codingRichard M. Stallman
1997-07-13(Fwrite_region) [DOS_NT]: Always use binary mode sinceRichard M. Stallman
1997-07-12(Fwrite_region): Fix call2 argument.Richard M. Stallman
1997-07-08(Finsert_file_contents): Give up match-end only ifRichard M. Stallman
1997-07-07(Finsert_file_contents): If enable-multibyte-charactersKenichi Handa
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman
1997-07-02(Finsert_file_contents): Doc-string fixed. CallKenichi Handa
1997-06-25(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.Richard M. Stallman
1997-06-24(Ffile_directory_p): Doc fix.Karl Heuer
1997-06-16(Fdo_auto_save): Use stdio to write the save-list file.Richard M. Stallman
1997-06-10(Fwrite_region): Fix previous doc change.Erik Naggum
1997-06-09(Fwrite_region): Cancel the 7th argument CODING_SYSTEMKenichi Handa
1997-06-02(Fwrite_region, build_annotations):Richard M. Stallman
1997-05-27(Fdo_auto_save): Pass new arg to sit_for.Richard M. Stallman
1997-05-16Name change through the code:Kenichi Handa
1997-05-15(Finsert_file_contents): Use xrealloc too.Richard M. Stallman
1997-05-15(Finsert_file_contents): Use xmalloc. not malloc.Richard M. Stallman
1997-05-10(Fwrite_region): Add 7th optional argKenichi Handa
1997-05-10(Fread_file_name): Finish previous change.Richard M. Stallman
1997-05-07(Fread_file_name): Pass default to Fcompleting_read.Richard M. Stallman
1997-04-29(Fexpand_file_name): Check length > 0 when necessary.Richard M. Stallman
1997-04-27(Fsubstitute_in_file_name): Use xnm uniformly, never nm,Richard M. Stallman
1997-04-25(Fwrite_region): GCPRO `start' near the beginning.Richard M. Stallman
1997-04-18(Fexpand_file_name): Fix expansion of "/foo/../".Richard M. Stallman
1997-04-11(Finsert_file_contents): Do call signal_after_changeRichard M. Stallman