Fixes: debbugs:17865
[bpt/emacs.git] / src / fileio.c
2014-06-21 Paul EggertPort to OS X ACLs.
2014-06-08 Glenn Morris* src/fileio.c (write-region-inhibit-fsync): Doc tweak.
2014-05-31 Eli ZaretskiiHopefully fix bug #16433 with corruption of newline_cac...
2014-05-11 Glenn Morris* src/fileio.c (Ffile_executable_p): Doc tweak.
2014-03-23 Glenn Morris* src/fileio.c (Ffile_symlink_p): Doc fix.
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-03-01 Eli ZaretskiiFix bug #16751 with crashes in expand-file-name on...
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-01-29 Kenichi Handamerge trunk
2014-01-29 Kenichi HandaFix bug#16286 by the different way than 2014-01-26T00...
2014-01-26 Paul EggertFix crash with insert-file-contents and misdecoded...
2014-01-03 Paul EggertPort to C89.
2014-01-01 Eli ZaretskiiFix bug #16265 with buffer caches when modifying text...
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-30 Juanma Barranquerosrc/fileio.c: Silence compiler warnings.
2013-12-29 Paul EggertPlain copy-file no longer chmods an existing destination.
2013-12-17 Eli ZaretskiiFix some warnings in w32 specific code.
2013-12-15 Eli ZaretskiiFix bug with conditionals in expand-file-name on MS...
2013-12-14 Paul EggertUse bool for boolean, focusing on headers.
2013-12-14 Eli Zaretskiisrc/fileio.c: Remove redundant empty #ifdef.
2013-12-14 Eli ZaretskiiFix copy-file on MS-Windows with file names outside...
2013-12-12 David EngsterMerge from CEDET upstream.
2013-12-12 Eli ZaretskiiRemove stale comment from fileio.c.
2013-12-12 Eli ZaretskiiSupport MS-Windows file names that use characters outsi...
2013-12-11 Eli ZaretskiiAnother merge from trunk.
2013-12-11 Eli ZaretskiiMerge from trunk.
2013-12-10 Eli ZaretskiiMerge from trunk.
2013-12-09 Eli ZaretskiiMerge from trunk.
2013-12-09 Eli ZaretskiiMerge from trunk.
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-12-07 Eli ZaretskiiMinor doc fix.
2013-12-07 Eli ZaretskiiUpdated documentation.
2013-12-07 Eli ZaretskiiFixed $HOME in expand-file-name.
2013-11-27 Eli ZaretskiiFix bug #15973 with erratic cursor motion after reverti...
2013-11-23 Romain FrancoiseReally initialize `write_region_inhibit_fsync' when...
2013-11-23 Eli ZaretskiiConverted symlink-related functions with minimal testing.
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-09 Eli ZaretskiiFix bug #15841 with cache-long-scans, linum-mode, and...
2013-11-06 Stefan Monnier* src/xdisp.c (syms_of_xdisp): New vars redisplay-...
2013-11-05 Paul EggertSpelling fixes.
2013-11-04 Eli ZaretskiiFix bug #15260 with building and installing Emacs in...
2013-11-02 Eli ZaretskiiAdapted dostounix_filename. w32-short/long-filename...
2013-10-26 Eli Zaretskiigetcwd and dflt_passwd stuff is done.
2013-10-17 Paul EggertMake some functions static in non-Microsoft builds.
2013-10-10 Stefan Monnier* src/fileio.c (Fsubstitute_in_file_name): Use substitu...
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Dmitry AntipovDo not allocate huge temporary memory areas and objects...
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Barry O'ReillyChange comparison functions =, <, >, <=, >= to take...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-09-03 Dmitry Antipov* buffer.c (drop_overlay):
2013-08-27 Paul EggertSimplify EMACS_TIME-related code.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-23 Paul EggertDon't let very long directory names overrun the stack.
2013-08-14 Dmitry AntipovUtility function and macro to copy Lisp string to C...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Paul EggertFix some fd issues when running subprocesses.
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-05 Dmitry AntipovNew macro to iterate over live buffers similar to frames.
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-01 Paul Eggert* fileio.c, fns.c (merge): Move extern decl from here ...
2013-07-30 Xue FuqiaoMerge from mainline.
2013-07-25 Paul Eggert* fileio.c (Finsert_file_contents): Use a more-conserva...
2013-07-25 Paul Eggert* fileio.c (Finsert_file_contents): Avoid double-close.
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-20 Kenichi Handamerge trunk
2013-07-19 Paul EggertFix obscure porting bug with varargs functions.
2013-07-18 Paul Eggert* charset.c: Fix file descriptor leaks and errno issues.
2013-07-17 Paul Eggert* lread.c: Fix file descriptor leaks and errno issues.
2013-07-17 Paul EggertA few more minor file errno-reporting bugs.
2013-07-16 Paul EggertFix bug where insert-file-contents closes a file twice.
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-16 Paul EggertBe simpler and more consistent about reporting I/O...
2013-07-16 Paul Eggert* fileio.c (report_file_errno): Fix errno reporting...
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-12 Paul EggertClean up errno reporting and fix some errno-reporting...
2013-07-10 Paul EggertTimestamp fixes for undo.
2013-07-09 Paul EggertHandle errno and exit status a bit more carefully.
2013-07-06 Paul EggertUse emacs_open more consistently when opening files.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-05 Paul EggertRemove duplicate #include directives.
2013-07-04 Michael Albinus* fileio.c (Qfile_notify_error): New error symbol.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Paul EggertPorting fixes for merged specpdl and backtrace stacks.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-13 Kelly Dean* src/fileio.c (Fdo_auto_save): Trap errors in auto...
2013-06-12 Xue FuqiaoMerge from mainline.
2013-06-12 Xue Fuqiao* src/fileio.c (expand_file_name): Doc fix.
2013-06-02 David EngsterMerge with CEDET upstream (rev. 8564).
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-31 Paul Eggert* fileio.c (Finsert_file_contents): Remove unused local.
2013-05-29 Stefan Monnier* src/fileio.c (Finsert_file_contents): Preserve undo...
next