| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fdo_auto_save): Catch error making directory. | Richard M. Stallman | 2002-09-11 | 1 | -6/+29 |
| | | | | | | | | | Only call push_message if we need to. At the same time, make an unwind-protect to pop it. Rename local message_p to old_message_p. (do_auto_save_make_dir, do_auto_save_eh): New functions. (do_auto_save_unwind): Don't call pop_message. | ||||
| * | (Ffile_name_directory) [DOS_NT]: Don't declare `beg' | Eli Zaretskii | 2002-08-19 | 1 | -0/+4 |
| | | | | | `const' since CORRECT_DIR_SEPS modifies its target. | ||||
| * | (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 |
| | | | | | | | | | const. (Ffile_name_directory, Ffile_name_nondirectory): (Fmake_directory_internal, Fdelete_directory): (Ffile_name_absolute_p, Fwrite_region, double_dollars): Use const for pointer to lisp string data. | ||||
| * | * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -7/+7 |
| | | | | | (Fread_file_name): Use SREF, SSET. | ||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -139/+139 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | (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 |
| | | | | | Pass FILE arg to Vselect_safe_coding_system_function. | ||||
| * | (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 |
| | | | | | speed up for using predicate file-directory-p. | ||||
| * | (Vread_file_name_function, Vread_file_name_predicate): | Kim F. Storm | 2002-05-27 | 1 | -4/+65 |
| | | | | | | | | | | | | | New variables. (syms_of_fileio): DEFVAR_LISP them. (read_file_name_cleanup): New unwind function. (Fread_file_name_internal): Only return completions satifying Vread_file_name_predicate. Temporarily unwind protect and rebind default-directory while checking completions against the predicate. (Fread_file_name): Added PREDICATE argument. Specbind it to Vread_file_name_predicate during completion. Call Vread_file_name_function to read the file name if non-nil. | ||||
| * | (read_non_regular, Finsert_file_contents): Use BEG_BYTE. | Stefan Monnier | 2002-05-23 | 1 | -11/+12 |
| | | | | | | (Finsert_file_contents, build_annotations): Use XCAR, XCDR. (Vwrite_region_annotate_functions): Docstring fix. | ||||
| * | (Finsert_file_contents): | Richard M. Stallman | 2002-04-13 | 1 | -10/+15 |
| | | | | | Don't call temp_output_buffer_setup--do just part, by hand. | ||||
| * | (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 |
| | | | | | read-only when setting modified time. | ||||
| * | (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 |
| | | | | | and there's no such user, don't discard everything before ~user. | ||||
| * | (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 |
| | | | | | of the current drive as the fallback for default_directory. | ||||
| * | (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 |
| | | | | | to referenced variables added). | ||||
| * | (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 |
| | | | | | | | which match the end of the file-name. (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR is not a valid env var, but leave it as is instead. | ||||
| * | (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 |
| | | | | | | | (build_annotations_2): New fun. Extracted from build_annotations. (Fwrite_region): Split the call to build_annotations into two calls to build_annotations and build_annotations_2. | ||||
| * | (choose_write_coding_system): New fun, extracted from Fwrite_region. | Stefan Monnier | 2001-11-16 | 1 | -91/+100 |
| | | | | | (Fwrite_region): Use it. | ||||
| * | (Ffile_accessible_directory_p): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+3 |
| | | |||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -45/+45 |
| | | |||||
| * | (Faccess_file): Run the argument filename through | Eli Zaretskii | 2001-10-26 | 1 | -4/+6 |
| | | | | | Fexpand_file_name, before using it. | ||||
| * | Revert last change (which removed old commented-out | Eli Zaretskii | 2001-10-25 | 1 | -0/+333 |
| | | | | | | version of expand-file-name). Add a comment that explains why this old version should not be removed. | ||||
| * | Remove unused code. | Pavel Janík | 2001-10-22 | 1 | -323/+0 |
| | | |||||
| * | (Finsert_file_contents): Remove unused variable `gap_size'. | Pavel Janík | 2001-10-21 | 1 | -1/+0 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -366/+367 |
| | | |||||
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -3/+3 |
| | | | | | with lisp system changes. | ||||
| * | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
| | | |||||
| * | (Fcopy_file): If NEWNAME is a directory copy FILE there. | Gerd Moellmann | 2001-10-05 | 1 | -1/+6 |
| | | |||||
| * | (Finsert_file_contents): If REPLACE is non-nil, stop | Gerd Moellmann | 2001-09-26 | 1 | -1/+4 |
| | | | | | reading at EOF. | ||||
| * | (Ffile_symlink_p): Fix last change. | Gerd Moellmann | 2001-09-14 | 1 | -6/+9 |
| | | |||||
| * | (Ffile_symlink_p): If readlink returns ERANGE, take | Gerd Moellmann | 2001-09-13 | 1 | -12/+19 |
| | | | | | that to mean that the buffer is too small. | ||||