log src/fileio.c @ 5776:65d65b52d608

age author description
2014-01-16 Aidan Kehoe Pass character count from coding systems to buffer insertion code.
2011-10-09 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
2011-03-28 Mats Lidell Merged with trunk.
2011-02-07 Mats Lidell Merge with trunk.
2010-11-26 Mats Lidell Merge with 21.5 trunk.
2010-10-14 Mats Lidell Changed bulk of GPLv2 or later files identified by script
2011-03-24 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
2011-02-05 Aidan Kehoe Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
2010-11-20 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
2010-05-16 Aidan Kehoe Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
2010-04-10 Ben Wing fix spacing in some files
2010-04-01 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
2010-02-07 Aidan Kehoe Do not assume #'format-decode exists in fileio.c.
2010-02-07 Ben Wing fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
2010-02-05 Ben Wing Automatic merge
2010-02-05 Ben Wing Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
2010-02-04 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
2010-01-27 Ben Wing function renamings to track names of char typedefs
2010-01-27 Ben Wing Mule-izing, various fixes related to char * arguments
2010-01-18 Vin Shelton Revert cast in check_writable() and fix up macros to use const.
2010-01-15 Vin Shelton Fix VS6 build breakage in fileio.c
2010-01-12 Ben Wing Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
2009-12-27 Ben Wing use call3_check_string on all invocations of external handlers in expand-file-name
2009-12-25 Ben Wing changes to get things to compile under latest cygwin