1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-10-08 |
Stefan Monnier |
(Fmake_temp_name): forgot the \n\ in the docstring
|
1999-10-08 |
Stefan Monnier |
(Fmake_temp_name): add a ref to `make-temp-file' in the docstring.
|
1999-09-13 |
Ken Raeburn |
Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
|
1999-09-09 |
Richard M. Stallman |
(Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.
|
1999-09-07 |
Richard M. Stallman |
(Fwrite_region): Doc fix.
|
1999-09-07 |
Richard M. Stallman |
(Qexcl): New variable.
|
1999-08-30 |
Andreas Schwab |
Include <stdlib.h> if available.
|
1999-08-21 |
Gerd Moellmann |
(Fdo_auto_save): Use push_message, restore_message,
|
1999-08-18 |
Dave Love |
(Finsert_file_contents): Use xfree.
|
1999-07-21 |
Gerd Moellmann |
(Fdo_auto_save): Handle the case that echo_area_message
|
1999-07-07 |
Richard M. Stallman |
(Finsert_file_contents): If reading into a unibyte
|
1999-07-01 |
Richard M. Stallman |
(Fread_file_name): Check type of DEFAULT_FILENAME.
|
1999-06-22 |
Kenichi Handa |
(Finsert_file_contents): In the case of REPALCE, call
|
1999-05-10 |
Andreas Schwab |
(Fread_file_name): Correct handling of dollars in file
|
1999-04-28 |
Karl Heuer |
Comment fix.
|
1999-03-09 |
Dave Love |
Doc fix.
|
1999-03-07 |
Dave Love |
(Finsert_file_contents): Use xfree.
|
1999-02-23 |
Karl Heuer |
(Ffile_regular_p): Undo previous change.
|
1999-02-21 |
Eli Zaretskii |
(lstat) [!S_ISLNK]: Use stat instead of lstat.
|
1999-02-13 |
Richard M. Stallman |
(Ffile_regular_p): Use lstat.
|
1998-12-15 |
Kenichi Handa |
(Finsert_file_contents): Even if INSERTED is zero, if
|
1998-11-03 |
Geoff Voelker |
(Fsubstitute_in_file_name) [DOS_NT]: Fix typo.
|
1998-10-30 |
Geoff Voelker |
fileio.c (init_fileio_once): New function.
|
1998-08-10 |
Kenichi Handa |
(Fwrite_region): Reflect the eol conversion
|
1998-07-25 |
Kenichi Handa |
(Finsert_file_contents): Call Vset_auto_coding_function
|
1998-07-13 |
Richard M. Stallman |
(Finsert_file_contents): When replacing, in multibyte bfr,
|
1998-07-06 |
Kenichi Handa |
(Finsert_file_contents): Cancel previous change. Setup
|
1998-07-03 |
Richard M. Stallman |
(Ffile_regular_p) [WINDOWSNT]: Bind
|
1998-07-03 |
Kenichi Handa |
(Finsert_file_contents): Do not set Vlast_coding_system
|
1998-07-02 |
Richard M. Stallman |
(Faccess_file): Check type of second argument STRING.
|
1998-06-26 |
Kenichi Handa |
(Finsert_file_contents): Call setup_raw_text_coding_system.
|
1998-06-15 |
Kenichi Handa |
(syms_of_fileio): Doc-string of the variable
|
1998-06-15 |
Kenichi Handa |
(Finsert_file_contents): Redo the change for handling
|
1998-06-14 |
Richard M. Stallman |
(Finsert_file_contents): Fix change to set INSERTED.
|
1998-06-12 |
Kenichi Handa |
(Finsert_file_contents): Undo the previous change for
|
1998-06-12 |
Kenichi Handa |
(Finsert_file_contents): After calling handler,
|
1998-06-12 |
Kenichi Handa |
(set_auto_coding_unwind): New function.
|
1998-06-05 |
Karl Heuer |
(Finsert_file_contents): Always update
|
1998-06-01 |
Karl Heuer |
(Finsert_file_contents): Fix char signedness mismatches.
|
1998-05-21 |
Richard M. Stallman |
(Ffile_name_directory, Ffile_name_nondirectory)
|
1998-05-17 |
Richard M. Stallman |
(Fexpand_file_name): Change conditional
|
1998-05-16 |
Richard M. Stallman |
(Fexpand_file_name) [WINDOWSNT]: Be careful not to
|
1998-05-14 |
Richard M. Stallman |
(Finsert_file_contents): Don't check non-regular
|
1998-05-13 |
Richard M. Stallman |
(Finsert_file_contents): Check that a -*- coding: -*- spec
|
1998-05-12 |
Richard M. Stallman |
(Finsert_file_contents): Don't use the fast replace code
|
1998-05-07 |
Richard M. Stallman |
(Fexpand_file_name) [DOS_NT]: Note when special escape
|
1998-05-05 |
Richard M. Stallman |
(barf_or_query_if_file_exists): Encode file name.
|
1998-05-03 |
Richard M. Stallman |
Comment change.
|
1998-05-02 |
Richard M. Stallman |
(Fmake_temp_name): Improve randomness of generated file names.
|
1998-04-27 |
Eli Zaretskii |
Include msdos.h after lisp.h.
|
1998-04-23 |
Geoff Voelker |
(Fcopy_file): Skip dev/inode check on Windows.
|
1998-04-20 |
Richard M. Stallman |
(Fmake_temp_name): Complete rewrite.
|
1998-04-15 |
Karl Heuer |
(file_name_as_directory): For empty arg, return `./'.
|
1998-04-14 |
Andreas Schwab |
(Fwrite_region): Fix mixing of Lisp_Object and int.
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-04-14 |
Andreas Schwab |
(Finsert_file_contents): Call adjust_after_insert also
|
1998-04-08 |
Karl Heuer |
(Fmake_temp_name): Detect error return from mktemp.
|
1998-03-30 |
Kenichi Handa |
(Finsert_file_contents): Call adjust_after_insert when
|
1998-03-28 |
Richard M. Stallman |
(barf_or_query_if_file_exists): New arg QUICK. All calls changed.
|
1998-03-21 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
1998-03-16 |
Kenichi Handa |
(Finsert_file_contents): Comment modified. Give
|
1998-03-12 |
Kenichi Handa |
(Finsert_file_contents): Don't do position adjustments
|
1998-03-03 |
Kenichi Handa |
(ENCODE_FILE): This macro is moved to coding.h.
|
1998-03-03 |
Kenichi Handa |
(Ffile_name_nondirectory): Use size_byte member of
|
1998-03-02 |
Richard M. Stallman |
(auto_save_1): Pass new arg to Fwrite_region.
|
1998-02-20 |
Kenichi Handa |
(Fwrite_region): When writing a string, give byte size
|
1998-02-20 |
Kenichi Handa |
(Finsert_file_contents): Read a file contents into the
|
1998-02-14 |
Richard M. Stallman |
(Fread_file_name): Alter the history
|
1998-01-27 |
Richard M. Stallman |
(file_name_as_directory): For an empty name, return "/".
|
1998-01-22 |
Kenichi Handa |
(Finsert_file_contents): Fix previous change.
|
1998-01-22 |
Kenichi Handa |
(Finsert_file_contents): Even if
|
1998-01-21 |
Richard M. Stallman |
(Fsubstitute_in_file_name): Use unibyte_char_to_multibyte.
|
1998-01-16 |
Richard M. Stallman |
(Finsert_file_contents): When not decoding,
|
1998-01-09 |
Richard M. Stallman |
(Fdo_auto_save): Save and restore multibyteness of minibuffer.
|
1998-01-01 |
Richard M. Stallman |
(a_write): Fix prototype.
|
1997-12-31 |
Richard M. Stallman |
(Finsert_file_contents): Update call to CHAR_HEAD_P.
|
1997-12-09 |
Kenichi Handa |
(Finsert_file_contents): Set Vlast_coding_system_used
|
1997-11-27 |
Kenichi Handa |
(report_file_error): Declare it as void.
|
1997-11-21 |
Andreas Schwab |
(close_file_unwind): Fix return type and return nil.
|
1997-11-08 |
Kenichi Handa |
(Finsert_file_contents): Use new macros defined in
|
1997-10-16 |
Karl Heuer |
(Fexpand_file_name): Avoid treating // specially
|
1997-09-14 |
Richard M. Stallman |
(Finsert_file_contents): If a coding system is
|
1997-09-11 |
Richard M. Stallman |
(ENCODE_FILE): New macro.
|
1997-09-05 |
Richard M. Stallman |
(Fexpand_file_name): If default dir isn't string, use `/'.
|
1997-09-03 |
Geoff Voelker |
(Fexpand_file_name) [WINDOWSNT]: When stripping
|
1997-09-01 |
Richard M. Stallman |
(Finsert_file_contents): Fix previous change--don't
|
1997-09-01 |
Kenichi Handa |
(Vset_auto_coding_function): Name changed from
|
1997-08-27 |
Richard M. Stallman |
(Finsert_file_contents): Fix use of Fboundp.
|
1997-08-26 |
Kenichi Handa |
(Fwrite_region): Convert EOL format even if
|
1997-08-22 |
Richard M. Stallman |
(Fmake_temp_name): Doc fix.
|
1997-08-22 |
Kenichi Handa |
(syms_of_fileio): Fix previous change.
|
1997-08-22 |
Kenichi Handa |
(Vauto_file_coding_system_function): New variable.
|
1997-08-19 |
Richard M. Stallman |
(Finsert_file_contents): Fix previous change.
|
1997-08-17 |
Richard M. Stallman |
(Fdo_auto_save): If open fails, make lispstream nil.
|
1997-08-17 |
Geoff Voelker |
(Finsert_file_contents) [DOS_NT]: Set buffer_file_type
|
1997-08-07 |
Richard M. Stallman |
(Fwrite_region): Turn off the feature of checking
|
1997-08-01 |
Kenichi Handa |
(Fwrite_region): Don't try to flush out a data twice.
|
1997-07-25 |
Richard M. Stallman |
(Fwrite_region): Fix previous change.
|
1997-07-25 |
Kenichi Handa |
(Finsert_file_contents): Use new macros
|
1997-07-18 |
Richard M. Stallman |
(Finsert_file_contents) [DOS_NT]: Use the coding
|
1997-07-13 |
Richard M. Stallman |
(Fwrite_region) [DOS_NT]: Always use binary mode since
|
1997-07-12 |
Richard M. Stallman |
(Fwrite_region): Fix call2 argument.
|
1997-07-08 |
Richard M. Stallman |
(Finsert_file_contents): Give up match-end only if
|
1997-07-07 |
Kenichi Handa |
(Finsert_file_contents): If enable-multibyte-characters
|
1997-07-04 |
Richard M. Stallman |
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
1997-07-02 |
Kenichi Handa |
(Finsert_file_contents): Doc-string fixed. Call
|
1997-06-25 |
Richard M. Stallman |
(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.
|
1997-06-24 |
Karl Heuer |
(Ffile_directory_p): Doc fix.
|
1997-06-16 |
Richard M. Stallman |
(Fdo_auto_save): Use stdio to write the save-list file.
|
1997-06-10 |
Erik Naggum |
(Fwrite_region): Fix previous doc change.
|
1997-06-09 |
Kenichi Handa |
(Fwrite_region): Cancel the 7th argument CODING_SYSTEM
|
1997-06-02 |
Richard M. Stallman |
(Fwrite_region, build_annotations):
|
1997-05-27 |
Richard M. Stallman |
(Fdo_auto_save): Pass new arg to sit_for.
|
1997-05-16 |
Kenichi Handa |
Name change through the code:
|
1997-05-15 |
Richard M. Stallman |
(Finsert_file_contents): Use xrealloc too.
|
1997-05-15 |
Richard M. Stallman |
(Finsert_file_contents): Use xmalloc. not malloc.
|
1997-05-10 |
Kenichi Handa |
(Fwrite_region): Add 7th optional arg
|
1997-05-10 |
Richard M. Stallman |
(Fread_file_name): Finish previous change.
|
1997-05-07 |
Richard M. Stallman |
(Fread_file_name): Pass default to Fcompleting_read.
|