| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fcopy_file) [WINDOWSNT]: Reverse logic for setting | Jason Rumney | 2003-02-01 | 1 | -1/+2 |
* | Cygwin support patch. | Juanma Barranquero | 2003-01-31 | 1 | -9/+9 |
* | (barf_or_query_if_file_exists): Call format2 instead of format1. | Richard M. Stallman | 2003-01-25 | 1 | -2/+2 |
* | GTK version | Jan Djärv | 2003-01-19 | 1 | -2/+2 |
* | (Fdelete_directory, Fdelete_file): Document the | Francesco Potortì | 2003-01-13 | 1 | -45/+50 |
* | (syms_of_fileio) <directory-sep-char>: Doc fix. | Richard M. Stallman | 2003-01-13 | 1 | -10/+5 |
* | (choose_write_coding_system): Even if | Kenichi Handa | 2002-12-17 | 1 | -1/+9 |
* | (Fcopy_file): Set immediate_quit around emacs_open call. | Richard M. Stallman | 2002-12-07 | 1 | -0/+3 |
* | (fcntl.h): Test only HAVE_FCNTL_H. | Richard M. Stallman | 2002-12-04 | 1 | -1/+1 |
* | (Finsert_file_contents): Give a more appropriate error | Jason Rumney | 2002-11-27 | 1 | -1/+4 |
* | (_GNU_SOURCE, HAVE_FSYNC): Don't define. | Dave Love | 2002-11-18 | 1 | -12/+0 |
* | (Fcopy_file): Fix backward test of KEEP_TIME. | Richard M. Stallman | 2002-10-16 | 1 | -1/+1 |
* | (Fread_file_name): Use empty_string. Use if-expr to simplify. | Stefan Monnier | 2002-10-12 | 1 | -7/+4 |
* | (Fdo_auto_save): Catch error making directory. | Richard M. Stallman | 2002-09-11 | 1 | -6/+29 |
* | (Ffile_name_directory) [DOS_NT]: Don't declare `beg' | Eli Zaretskii | 2002-08-19 | 1 | -0/+4 |
* | (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP. | Juanma Barranquero | 2002-07-19 | 1 | -1/+2 |
* | (Ffile_name_as_directory): Fix argument name in docstring. | Juanma Barranquero | 2002-07-19 | 1 | -1/+1 |
* | (syms_of_fileio): Remove redundant deprecation info. | Juanma Barranquero | 2002-07-19 | 1 | -4/+1 |
* | (report_file_error): String pointer args now point to | Ken Raeburn | 2002-07-16 | 1 | -9/+10 |
* | * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -7/+7 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -139/+139 |
* | (Fwrite_region): Doc fix. | Richard M. Stallman | 2002-07-12 | 1 | -1/+1 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -7/+7 |
* | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero | 2002-07-10 | 1 | -1/+1 |
* | (read_file_name_cleanup): Add missing return. | Juanma Barranquero | 2002-06-26 | 1 | -1/+1 |
* | (choose_write_coding_system): Call select-safe-coding-system properly. | Pavel Janík | 2002-06-05 | 1 | -2/+2 |
* | (choose_write_coding_system): | Richard M. Stallman | 2002-06-03 | 1 | -1/+2 |
* | (Fwrite_region): If START is a string, don't make any annotations. | Richard M. Stallman | 2002-05-28 | 1 | -9/+17 |
* | (Fread_file_name_internal): Added brute-force | Kim F. Storm | 2002-05-28 | 1 | -9/+30 |
* | (Vread_file_name_function, Vread_file_name_predicate): | Kim F. Storm | 2002-05-27 | 1 | -4/+65 |
* | (read_non_regular, Finsert_file_contents): Use BEG_BYTE. | Stefan Monnier | 2002-05-23 | 1 | -11/+12 |
* | (Finsert_file_contents): | Richard M. Stallman | 2002-04-13 | 1 | -10/+15 |
* | (Fcopy_file): Fix last change. | Jason Rumney | 2002-03-09 | 1 | -1/+1 |
* | (Fcopy_file) [WINDOWS_NT]: Ensure file is not | Jason Rumney | 2002-03-09 | 1 | -5/+18 |
* | (Fmake_temp_name): Doc fix. | Richard M. Stallman | 2002-03-03 | 1 | -1/+5 |
* | (Fsubstitute_in_file_name): Fix the change from 2002-02-08. | Eli Zaretskii | 2002-02-26 | 1 | -2/+2 |
* | (Fsubstitute_in_file_name): If the file name includes ~user, | Eli Zaretskii | 2002-02-08 | 1 | -2/+22 |
* | (Fdo_auto_save): Improve "auto save disabled" msg. | Richard M. Stallman | 2002-02-03 | 1 | -1/+1 |
* | (Fdo_auto_save): If NO_MESSAGE, don't call push_message. | Richard M. Stallman | 2001-12-29 | 1 | -4/+10 |
* | (Fexpand_file_name) [DOS_NT]: Use the root directory | Eli Zaretskii | 2001-12-19 | 1 | -1/+17 |
* | (Fwrite_region): Doc fix. | Richard M. Stallman | 2001-12-12 | 1 | -4/+7 |
* | Test GNU_LINUX, not LINUX. | Richard M. Stallman | 2001-12-11 | 1 | -1/+1 |
* | (read_non_regular): Delete Fsignal call. | Richard M. Stallman | 2001-12-02 | 1 | -1/+0 |
* | (file-name-coding-system, default-file-name-coding-system): Doc fix (links | Pavel Janík | 2001-11-29 | 1 | -4/+4 |
* | (Ffind_file_name_handler): Avoid initializer for `result'. | Richard M. Stallman | 2001-11-29 | 1 | -1/+2 |
* | (Ffind_file_name_handler): Give precedence to handlers | Stefan Monnier | 2001-11-26 | 1 | -10/+22 |
* | (Fwrite_region): Move choose_write_coding_system to after build_annotations. | Stefan Monnier | 2001-11-19 | 1 | -9/+9 |
* | (Fwrite_region): Avoid initializer for Lisp_Object. | Richard M. Stallman | 2001-11-17 | 1 | -1/+3 |
* | (build_annotations): Split off the tail. | Stefan Monnier | 2001-11-17 | 1 | -8/+32 |
* | (choose_write_coding_system): New fun, extracted from Fwrite_region. | Stefan Monnier | 2001-11-16 | 1 | -91/+100 |