* src/fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.
[bpt/emacs.git] / src / fileio.c
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...
2013-05-22 Kenichi Handamerge trunk
2013-05-18 Paul EggertPort --enable-gcc-warnings to clang.
2013-05-15 Eli ZaretskiiMerge from trunk, configury not fixed yet.
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-05-07 Paul EggertUse Gnulib ACL implementation, for benefit of Solaris...
2013-05-05 Paul EggertSpelling fixes (or remove unnecessary and unusually...
2013-05-05 Paul Eggert`write-region-inhibit-fsync' defaults to noninteractive.
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-14 Eli ZaretskiiMerge from trunk, resolve conflicts.
2013-04-07 Eli ZaretskiiProvide definition of ACL_NOT_WELL_SUPPORTED for MS...
2013-04-07 Romain FrancoiseIgnore additional platform-specific ACL errors (Bug...
2013-04-07 Dmitry AntipovGet rid of some platform-specific functions examining...
2013-04-05 Kenichi Handamerge trunk
2013-04-05 Eli ZaretskiiMerge from trunk.
2013-04-02 Paul EggertPrefer < to > in range checks such as 0 <= i && i < N.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-28 Dmitry Antipov* window.h (struct window): Replace hchild, vchild...
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-22 David EngsterMerge with CEDET upstream (rev. 8499).
2013-03-21 Paul EggertUse functions and constants to manipulate Lisp_Save_Val...
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-15 Kenichi Handamerge trunk
2013-03-13 Paul EggertFile synchronization fixes.
2013-03-13 Paul EggertStatic checking by Sun C 5.12.
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-07 Dmitry Antipov* lisp.h (list2i, list3i): New functions.
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-13 Glenn MorrisMerge from emacs-24; up to 2012-12-17T11:17:34Z!rgm...
2013-02-11 Paul EggertTune by using memchr and memrchr.
2013-02-11 Paul EggertRemove obsolete references to VAX in comments.
next