summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-util.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Simplify use of current-time and friends.Paul Eggert2014-10-281-1/+1
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-1/+1
* Add with-file-modes macro, and use itGlenn Morris2014-05-141-8/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.Glenn Morris2013-09-181-3/+5
* * eshell/esh-util.el (eshell-sublist): Remove unused local variable.Glenn Morris2013-09-171-2/+1
* * lisp/eshell/esh-opt.el: Fix last change to set lexical-vars properly.Stefan Monnier2013-09-161-1/+1
* * eshell/esh-util.el (ange-cache): Move declaration earlier.Glenn Morris2013-09-131-2/+2
* * lisp/eshell/*.el: Use lexical-binding.Stefan Monnier2013-09-121-1/+1
* Cleanup Eshell to rely less on dynamic scoping.Stefan Monnier2013-09-121-4/+6
* Silence many eshell compilation warningsGlenn Morris2013-05-221-2/+8
* * eshell/esh-util.el (eshell-path-env): Make it buffer local, inJürgen Hötzel2013-01-171-0/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-3/+1
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* Handle comments in eshell-read-hosts-file (tiny change)Mike Lamb2012-01-231-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* * lisp/eshell/esh-cmd.el (eshell-do-eval): Handle `setq'.Stefan Monnier2011-11-181-4/+3
* * lisp/eshell/esh-util.el (eshell-condition-case): Doc fix.Glenn Morris2011-03-091-1/+2
* Move eshell's self-tests to the test/ directory.Glenn Morris2011-03-051-12/+0
* esh-util.el comment fix.Glenn Morris2011-03-041-1/+0
* Make eshell-for obsolete (replaced by dolist)Glenn Morris2011-03-041-2/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Replace some eshell functions that duplicate standard functions.Glenn Morris2010-11-091-16/+2
* | Minor esh-util changes.Glenn Morris2010-11-061-13/+15
* | Replace unneeded compatibility definitions with point-at-bol, point-at-eol.Glenn Morris2010-11-061-9/+0
* | Cosmetic doc fixes for eshell.Glenn Morris2010-09-251-11/+11
* | Add more xz compression support.Ulrich Mueller2010-09-251-1/+2
|/
* Fix to uid/gid format in eshell's ls (Bug#5528).Chong Yidong2010-02-071-3/+6
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * eshell/esh-util.el (top): Require also Tramp when compiling.Michael Albinus2009-11-291-17/+26
* Improve handling of processes on remote hosts.Michael Albinus2009-11-241-21/+31
* (directory-files-and-attributes): Accept and ignore additional optionalEli Zaretskii2009-03-211-3/+3
* (eshell-parse-ange-ls): Define `name' before potential use.Glenn Morris2009-02-241-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-071-4/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\