| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message | Eli Zaretskii | 1999-12-16 | 1 | -5/+11 |
| | | | | | | | | | | | if one of the files specified cannot be accessed by file-attributes. Do not strip any leading directories from the file names, to behave more like `ls' does. * dired.el (dired-get-filename): Handle absolute file names. (dired-readin-insert): If argument is a cons, don't print "wildcard" on the ``total'' line. | ||||
| * | (ls-lisp-delete-matching): List argument is now alist | Geoff Voelker | 1999-08-06 | 1 | -17/+6 |
| | | | | | | | of filenames and attributes. (ls-lisp-insert-directory): Use directory-files-and-attributes for speed. | ||||
| * | (ls-lisp-format-time): If timestamp is invalid, | Andrew Innes | 1999-06-16 | 1 | -1/+1 |
| | | | | | | return the string "Unk 0 0000" so at least it appears to be a valid timestamp to `dired-move-to-filename-regexp'. | ||||
| * | (ls-lisp-format-time): Trap errors from | Andrew Innes | 1999-05-02 | 1 | -9/+11 |
| | | | | | | format-time-string, and return a suitable string to indicate the timestamp was invalid. | ||||
| * | (ls-lisp-format): Under -s, print the size in blocks with %4.0f, in case | Eli Zaretskii | 1999-03-04 | 1 | -1/+1 |
| | | | | | they have a *really* huge file. | ||||
| * | (ls-lisp-insert-directory): Protect the sum total of | Eli Zaretskii | 1999-03-04 | 1 | -8/+21 |
| | | | | | | the file sizes from overflowing. (ls-lisp-format): If file size is a float, use %8.0f to print it. | ||||
| * | (ls-lisp-insert-directory): Call fceiling to round | Eli Zaretskii | 1999-02-16 | 1 | -2/+2 |
| | | | | | | the size in blocks, since it can be a float. (ls-lisp-format): Likewise | ||||
| * | (ls-lisp-use-insert-directory-program): New variable. | Geoff Voelker | 1998-10-14 | 1 | -2/+27 |
| | | | | | | (ls-lisp-insert-directory): Renamed from insert-directory. (insert-directory): New function. | ||||
| * | Update copyright notice. | Richard M. Stallman | 1998-05-20 | 1 | -1/+1 |
| | | |||||
| * | (ls-lisp-dired-ignore-case): New variable. | Geoff Voelker | 1998-04-17 | 1 | -4/+12 |
| | | | | | (ls-lisp-handle-switches): Obey ls-lisp-dired-ignore-case. | ||||
| * | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -0/+1 |
| | | |||||
| * | (insert-directory): Use same value of `now' for all files. | Richard M. Stallman | 1996-09-03 | 1 | -25/+23 |
| | | | | | | | (ls-lisp-format): New argument NOW. Arguments are no longer optional. (ls-lisp-format-time): New argument NOW. Use same method as `ls' to decide whether to show time-of-day or year. | ||||
| * | (ls-lisp-support-shell-wildcards): Add autoload cookie. | Richard M. Stallman | 1996-01-18 | 1 | -0/+1 |
| | | |||||
| * | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -7/+12 |
| | | |||||
| * | (ls-lisp-support-shell-wildcards): New variable. | Richard M. Stallman | 1995-12-28 | 1 | -10/+35 |
| | | | | | | | | | | | (insert-directory): Convert the filename wildcard to an equivalent Emacs regexp, when `ls-lisp-support-shell-wildcards' is non-nil. Handle file patterns like "/foo*/" as if it were "/foo*", like the shell would. Print zero total for files whose total size is exactly zero (in particular, for no files at all). Say "No match" when no files match the given wildcard. (ls-lisp-format): Make directory listing format more like POSIX ls. | ||||
| * | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
| | | |||||
| * | (insert-directory): Gracefully handle the case | Richard M. Stallman | 1994-08-01 | 1 | -5/+5 |
| | | | | | | where a file disappears between when it is listed in the directory and when the attributes are requested. | ||||
| * | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | | |||||
| * | Pass operation to find-file-name-handler. | Karl Heuer | 1994-04-22 | 1 | -1/+1 |
| | | |||||
| * | (ls-lisp-format): Bad format for uid and gid fixed. | Richard M. Stallman | 1994-01-06 | 1 | -3/+3 |
| | | |||||
| * | (insert-directory): Doc fix. | Richard M. Stallman | 1993-06-29 | 1 | -4/+8 |
| | | | | | | (ls-lisp-format): Provide user name when known. On ms-dos, provide a name for the group, to be prettier. | ||||
| * | * ls-lisp.el (insert-directory): If no handler, convert SWITCHES | Jim Blandy | 1993-06-17 | 1 | -1/+3 |
| | | | | | from a string to a list of characters. | ||||
| * | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -2/+7 |
| | | |||||
| * | The find-file-name-handler function in ../src/fileio.c is now | Jim Blandy | 1992-12-12 | 1 | -8/+1 |
| | | | | | | | | | | | callable from lisp; use it instead of writing out its code. * dired-aux.el (dired-compress-file): Just that. * dired.el (dired-uncache): Just that. * files.el (file-local-copy, file-truename, file-name-sans-versions, make-directory, save-buffers-kill-emacs): Just that. * ls-lisp.el (insert-directory): Just that. | ||||
| * | Most functions renamed to start with ls-lisp. | Richard M. Stallman | 1992-10-05 | 1 | -150/+99 |
| | | | | | (insert-directory): Renamed from dired-ls. | ||||
| * | (dired-lisp-ls): var `short' was erronously unbound. | Sebastian Kremer | 1992-10-04 | 1 | -3/+4 |
| | | |||||
| * | (dired-lisp-handle-switches): understands `-t' now. | Sebastian Kremer | 1992-05-01 | 1 | -24/+46 |
| | | |||||
| * | Doc fixes. | Sebastian Kremer | 1992-04-30 | 1 | -10/+11 |
| | | |||||
| * | (dired-lisp-format-time): in Emacs 19 we can format times. | Sebastian Kremer | 1992-04-30 | 1 | -37/+115 |
| | | |||||
| * | (dired-lisp-format): format can pad after all. | Sebastian Kremer | 1991-09-27 | 1 | -35/+14 |
| | | |||||
| * | (dired-lisp-ls): handles A a S r i s switches now. | Sebastian Kremer | 1991-09-26 | 1 | -48/+123 |
| | | | | | | (dired-lisp-delete-matching): new (dired-lisp-handle-switches): new | ||||
| * | Removed dired-ls-function. | Sebastian Kremer | 1991-02-03 | 1 | -18/+6 |
| | | | | | IT STILL CRASHES EMACS SOMETIMES! | ||||
| * | Added copyleft and warnings. | Sebastian Kremer | 1991-02-02 | 1 | -2/+4 |
| | | |||||
| * | Initial revision | Sebastian Kremer | 1991-02-02 | 1 | -0/+142 |