aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* (Finsert_file_contents): Unbind the binding ofGerd Moellmann2000-02-201-0/+10
* Fix junk from last checkin.Dave Love2000-02-041-1/+1
* Remove some unused vars.Dave Love2000-02-041-7/+4
* (e_write): Fix the handling ofKenichi Handa2000-02-021-3/+4
* (Finsert_file_contents): Signal error if visiting fileKenichi Handa2000-01-041-3/+7
* (Fsubstitute_in_file_name): Adjusted for the change ofKenichi Handa1999-12-151-56/+86
* * editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1999-12-071-1/+1
* (decide_coding_unwind): Renamed fromKenichi Handa1999-12-061-28/+52
* Comment change.Richard M. Stallman1999-11-281-1/+4
* (Finsert_file_contents): Set buffer-file-coding-systemKenichi Handa1999-11-251-1/+1
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-3/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-51/+57
* (Fmake_temp_name): forgot the \n\ in the docstringStefan Monnier1999-10-081-2/+2
* (Fmake_temp_name): add a ref to `make-temp-file' in the docstring.Stefan Monnier1999-10-081-1/+5
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-19/+19
* (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.Richard M. Stallman1999-09-091-3/+4
* (Fwrite_region): Doc fix.Richard M. Stallman1999-09-071-5/+8
* (Qexcl): New variable.Richard M. Stallman1999-09-071-12/+24
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+4
* (Fdo_auto_save): Use push_message, restore_message,Gerd Moellmann1999-08-211-15/+4
* (Finsert_file_contents): Use xfree.Dave Love1999-08-181-2/+2
* (Fdo_auto_save): Handle the case that echo_area_messageGerd Moellmann1999-07-211-4/+34
* (Finsert_file_contents): If reading into a unibyteRichard M. Stallman1999-07-071-7/+7
* (Fread_file_name): Check type of DEFAULT_FILENAME.Richard M. Stallman1999-07-011-1/+4
* (Finsert_file_contents): In the case of REPALCE, callKenichi Handa1999-06-221-6/+12
* (Fread_file_name): Correct handling of dollars in fileAndreas Schwab1999-05-101-13/+24
* Comment fix.Karl Heuer1999-04-281-1/+1
* Doc fix.Dave Love1999-03-091-1/+3
* (Finsert_file_contents): Use xfree.Dave Love1999-03-071-1/+1
* (Ffile_regular_p): Undo previous change.Karl Heuer1999-02-231-1/+1
* (lstat) [!S_ISLNK]: Use stat instead of lstat.Eli Zaretskii1999-02-211-0/+4
* (Ffile_regular_p): Use lstat.Richard M. Stallman1999-02-131-1/+1
* (Finsert_file_contents): Even if INSERTED is zero, ifKenichi Handa1998-12-151-1/+1
* (Fsubstitute_in_file_name) [DOS_NT]: Fix typo.Geoff Voelker1998-11-031-1/+1
* fileio.c (init_fileio_once): New function.Geoff Voelker1998-10-301-1/+7
* (Fwrite_region): Reflect the eol conversionKenichi Handa1998-08-101-12/+41
* (Finsert_file_contents): Call Vset_auto_coding_functionKenichi Handa1998-07-251-30/+38
* (Finsert_file_contents): When replacing, in multibyte bfr,Richard M. Stallman1998-07-131-1/+22
* (Finsert_file_contents): Cancel previous change. SetupKenichi Handa1998-07-061-69/+69
* (Ffile_regular_p) [WINDOWSNT]: BindRichard M. Stallman1998-07-031-1/+33
* (Finsert_file_contents): Do not set Vlast_coding_systemKenichi Handa1998-07-031-1/+1
* (Faccess_file): Check type of second argument STRING.Richard M. Stallman1998-07-021-4/+4
* (Finsert_file_contents): Call setup_raw_text_coding_system.Kenichi Handa1998-06-261-18/+6
* (syms_of_fileio): Doc-string of the variableKenichi Handa1998-06-151-2/+2
* (Finsert_file_contents): Redo the change for handlingKenichi Handa1998-06-151-148/+187
* (Finsert_file_contents): Fix change to set INSERTED.Richard M. Stallman1998-06-141-1/+1
* (Finsert_file_contents): Undo the previous change forKenichi Handa1998-06-121-179/+148
* (Finsert_file_contents): After calling handler,Kenichi Handa1998-06-121-0/+2
* (set_auto_coding_unwind): New function.Kenichi Handa1998-06-121-149/+189
* (Finsert_file_contents): Always updateKarl Heuer1998-06-051-6/+14