summaryrefslogtreecommitdiff
path: root/lisp/ls-lisp.el
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warning for non-w32 buildsNoam Postavsky2017-10-241-0/+2
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-2/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ls-lisp: Drop eshell dependenciesTino Calancha2017-08-051-9/+1
* ls-lisp: Autoload call instead of cookieTino Calancha2017-08-021-3/+8
* ls-lisp: Do not require em-glob at top of the fileTino Calancha2017-07-301-1/+5
* Dired: Handle posix wildcards in directory partTino Calancha2017-07-301-0/+30
* ls-lisp: Add an unload function and enable lexical bindingTino Calancha2017-07-251-1/+7
* ls-lisp: Fix file size formatTino Calancha2017-07-161-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
| * (ls-lisp-insert-directory): Make -B workDrew Adams2016-02-231-1/+3
* | Remove support for IRIXPaul Eggert2016-03-071-1/+1
* | (ls-lisp-insert-directory): Make -B workDrew Adams2016-02-231-1/+3
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-2/+2
* Fix Dired display of an explicit list of files by ls-lisp.elEli Zaretskii2015-06-061-4/+4
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-2/+2
* Spelling fixes.Paul Eggert2014-09-111-1/+1
* Implement the GNU ls -v switch in ls-lisp.el.Eli Zaretskii2014-09-011-1/+65
* Use the new string-collate-lessp function in ls-lisp.el.Eli Zaretskii2014-09-011-4/+54
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix bug #16179 with ls-lisp emulation of the ls -s switch.Eli Zaretskii2013-12-181-13/+24
* Commentary updateGlenn Morris2013-09-171-5/+3
* * lisp/ls-lisp.el: Use advice-add.Stefan Monnier2013-09-131-16/+7
* Spelling fixes (or remove unnecessary and unusually-spelled words).Paul Eggert2013-05-041-2/+2
* Fix Dired when ls-lisp is used and the -a switch is not used.Ingo Lohmar2013-04-271-0/+7
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Fix bug #4673 with Dired when `stat' fails for ".." or other files.Eli Zaretskii2012-02-071-0/+17
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-1/+1
* Produce more accurate results from file-size-human-readable.Eli Zaretskii2011-04-091-1/+1
* New function file-size-human-readable.Eli Zaretskii2011-04-081-9/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-171-3/+9
|\ \ | |/
| * Fix some ls-lisp oddness.Glenn Morris2010-11-101-3/+9
* | ls-lisp: get rid of the dreaded "no effect until you restart Emacs".Glenn Morris2010-11-111-7/+23
* | Minor ls-lisp changes.Glenn Morris2010-11-101-18/+19
* | Remove ls-lisp time-related functions that duplicate standard functions.Glenn Morris2010-11-091-21/+6
* | Merge from emacs-23Stefan Monnier2010-11-091-1/+2
|\ \ | |/
| * Back-port from trunk the fix for bug #6294.Eli Zaretskii2010-11-061-22/+37