| Commit message (Expand) | Author | Age | Files | Lines |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -19/+19 |
* | (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW. | Richard M. Stallman | 1999-09-09 | 1 | -3/+4 |
* | (Fwrite_region): Doc fix. | Richard M. Stallman | 1999-09-07 | 1 | -5/+8 |
* | (Qexcl): New variable. | Richard M. Stallman | 1999-09-07 | 1 | -12/+24 |
* | Include <stdlib.h> if available. | Andreas Schwab | 1999-08-30 | 1 | -0/+4 |
* | (Fdo_auto_save): Use push_message, restore_message, | Gerd Moellmann | 1999-08-21 | 1 | -15/+4 |
* | (Finsert_file_contents): Use xfree. | Dave Love | 1999-08-18 | 1 | -2/+2 |
* | (Fdo_auto_save): Handle the case that echo_area_message | Gerd Moellmann | 1999-07-21 | 1 | -4/+34 |
* | (Finsert_file_contents): If reading into a unibyte | Richard M. Stallman | 1999-07-07 | 1 | -7/+7 |
* | (Fread_file_name): Check type of DEFAULT_FILENAME. | Richard M. Stallman | 1999-07-01 | 1 | -1/+4 |
* | (Finsert_file_contents): In the case of REPALCE, call | Kenichi Handa | 1999-06-22 | 1 | -6/+12 |
* | (Fread_file_name): Correct handling of dollars in file | Andreas Schwab | 1999-05-10 | 1 | -13/+24 |
* | Comment fix. | Karl Heuer | 1999-04-28 | 1 | -1/+1 |
* | Doc fix. | Dave Love | 1999-03-09 | 1 | -1/+3 |
* | (Finsert_file_contents): Use xfree. | Dave Love | 1999-03-07 | 1 | -1/+1 |
* | (Ffile_regular_p): Undo previous change. | Karl Heuer | 1999-02-23 | 1 | -1/+1 |
* | (lstat) [!S_ISLNK]: Use stat instead of lstat. | Eli Zaretskii | 1999-02-21 | 1 | -0/+4 |
* | (Ffile_regular_p): Use lstat. | Richard M. Stallman | 1999-02-13 | 1 | -1/+1 |
* | (Finsert_file_contents): Even if INSERTED is zero, if | Kenichi Handa | 1998-12-15 | 1 | -1/+1 |
* | (Fsubstitute_in_file_name) [DOS_NT]: Fix typo. | Geoff Voelker | 1998-11-03 | 1 | -1/+1 |
* | fileio.c (init_fileio_once): New function. | Geoff Voelker | 1998-10-30 | 1 | -1/+7 |
* | (Fwrite_region): Reflect the eol conversion | Kenichi Handa | 1998-08-10 | 1 | -12/+41 |
* | (Finsert_file_contents): Call Vset_auto_coding_function | Kenichi Handa | 1998-07-25 | 1 | -30/+38 |
* | (Finsert_file_contents): When replacing, in multibyte bfr, | Richard M. Stallman | 1998-07-13 | 1 | -1/+22 |
* | (Finsert_file_contents): Cancel previous change. Setup | Kenichi Handa | 1998-07-06 | 1 | -69/+69 |
* | (Ffile_regular_p) [WINDOWSNT]: Bind | Richard M. Stallman | 1998-07-03 | 1 | -1/+33 |
* | (Finsert_file_contents): Do not set Vlast_coding_system | Kenichi Handa | 1998-07-03 | 1 | -1/+1 |
* | (Faccess_file): Check type of second argument STRING. | Richard M. Stallman | 1998-07-02 | 1 | -4/+4 |
* | (Finsert_file_contents): Call setup_raw_text_coding_system. | Kenichi Handa | 1998-06-26 | 1 | -18/+6 |
* | (syms_of_fileio): Doc-string of the variable | Kenichi Handa | 1998-06-15 | 1 | -2/+2 |
* | (Finsert_file_contents): Redo the change for handling | Kenichi Handa | 1998-06-15 | 1 | -148/+187 |
* | (Finsert_file_contents): Fix change to set INSERTED. | Richard M. Stallman | 1998-06-14 | 1 | -1/+1 |
* | (Finsert_file_contents): Undo the previous change for | Kenichi Handa | 1998-06-12 | 1 | -179/+148 |
* | (Finsert_file_contents): After calling handler, | Kenichi Handa | 1998-06-12 | 1 | -0/+2 |
* | (set_auto_coding_unwind): New function. | Kenichi Handa | 1998-06-12 | 1 | -149/+189 |
* | (Finsert_file_contents): Always update | Karl Heuer | 1998-06-05 | 1 | -6/+14 |
* | (Finsert_file_contents): Fix char signedness mismatches. | Karl Heuer | 1998-06-01 | 1 | -1/+1 |
* | (Ffile_name_directory, Ffile_name_nondirectory) | Richard M. Stallman | 1998-05-21 | 1 | -5/+19 |
* | (Fexpand_file_name): Change conditional | Richard M. Stallman | 1998-05-17 | 1 | -1/+1 |
* | (Fexpand_file_name) [WINDOWSNT]: Be careful not to | Richard M. Stallman | 1998-05-16 | 1 | -1/+12 |
* | (Finsert_file_contents): Don't check non-regular | Richard M. Stallman | 1998-05-14 | 1 | -5/+9 |
* | (Finsert_file_contents): Check that a -*- coding: -*- spec | Richard M. Stallman | 1998-05-13 | 1 | -8/+85 |
* | (Finsert_file_contents): Don't use the fast replace code | Richard M. Stallman | 1998-05-12 | 1 | -5/+8 |
* | (Fexpand_file_name) [DOS_NT]: Note when special escape | Richard M. Stallman | 1998-05-07 | 1 | -34/+39 |
* | (barf_or_query_if_file_exists): Encode file name. | Richard M. Stallman | 1998-05-05 | 1 | -3/+12 |
* | Comment change. | Richard M. Stallman | 1998-05-03 | 1 | -1/+6 |
* | (Fmake_temp_name): Improve randomness of generated file names. | Richard M. Stallman | 1998-05-02 | 1 | -4/+9 |
* | Include msdos.h after lisp.h. | Eli Zaretskii | 1998-04-27 | 1 | -9/+9 |
* | (Fcopy_file): Skip dev/inode check on Windows. | Geoff Voelker | 1998-04-23 | 1 | -1/+1 |
* | (Fmake_temp_name): Complete rewrite. | Richard M. Stallman | 1998-04-20 | 1 | -15/+90 |