aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from [email protected] (patch 37-38, 162-182)Karoly Lorentey2005-03-161-8/+19
|\
| * (Fmake_symbolic_link): Fix last change.Stefan Monnier2005-03-121-2/+2
| * (Frename_file, Fadd_name_to_file)Richard M. Stallman2005-03-111-3/+15
| * (Finsert_file_contents): Call Fcheck_coding_systemKenichi Handa2005-03-111-4/+3
* | Merged from [email protected] (patch 34-36, 142-158)Karoly Lorentey2005-03-061-18/+13
|\|
| * (Fexpand_file_name) [VMS]:Thien-Thi Nguyen2005-03-041-8/+8
| * (Fexpand_file_name) [VMS]: Don't upcase the nameThien-Thi Nguyen2005-03-041-4/+0
| * (FILE_SYSTEM_CASE): Define macro if not already defined.Thien-Thi Nguyen2005-03-031-6/+5
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-3/+3
|\|
| * (Fcopy_file): Doc fix.Richard M. Stallman2005-01-211-3/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-5/+2
|\|
| * (Finsert_file_contents): Don't useKenichi Handa2004-12-301-5/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-2/+2
|\|
| * * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-3/+13
|\|
| * (Fread_file_name): Delete duplicates inRichard M. Stallman2004-12-211-3/+13
| * Don't declare Fmsdos_downcase_filename.Andreas Schwab2004-11-071-1/+0
| * * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs inJan Djärv2004-11-071-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-061-15/+36
|\|
| * (Ffile_modes): Doc fix.Kim F. Storm2004-11-051-11/+16
| * * fileio.c (Fnext_read_file_uses_dialog_p): New function.Jan Djärv2004-11-041-4/+19
| * * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-1/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-071-0/+3
|\|
| * * fileio.c (auto_save_1) Call Ffile_modes for remote files.Michael Albinus2004-10-031-0/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-031-1/+2
|\|
| * (Finsert_file_contents): Be sure to free composition data.Kenichi Handa2004-09-291-1/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-161-4/+4
|\|
| * (Finsert_file_contents): Fix case of replacement in a narrowed buffer.Stefan Monnier2004-09-151-4/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-101-12/+2
|\|
| * Delete declaration for removed Vauto_save_file_format.Luc Teirlinck2004-09-081-12/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-311-1/+1
|\|
| * Fixing whitespace style issue with #defineSteven Tamm2004-08-291-1/+1
| * fileio.c (Fread_file_name): Call x_file_dialog on carbon onSteven Tamm2004-08-261-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-191-1/+4
|\|
| * (Fread_file_name): Doc fix.John Paul Wallington2004-08-141-1/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-091-3/+5
|\|
| * (make_temp_name): Handle multibyte prefixes.Stefan Monnier2004-08-071-3/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-271-1/+1
|\|
| * (Fwrite_region): Doc fix.Richard M. Stallman2004-07-241-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-181-2/+6
|\|
| * (Fvisited_file_modtime): Return a list of two integers,Luc Teirlinck2004-07-141-2/+6
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-101-4/+13
|\|
| * (read_file_name_completion_ignore_case): New variable.John Paul Wallington2004-07-041-4/+13
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-231-3/+6
|\|
| * (Fread_file_name): Expand DIR if not absolute.Richard M. Stallman2004-05-221-3/+6
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-111-2/+2
|\|
| * (Frename_file): Remove extra argument in call toAndreas Schwab2004-05-101-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-071-9/+16
|\|
| * fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK.Jan Djärv2004-05-041-4/+6
| * * fileio.c (barf_or_query_if_file_exists): Use lstat.Jan Djärv2004-05-041-9/+14