index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
/
dired.c
Age
Commit message (
Expand
)
Author
2024-06-04
now that we have dired-up-directory, use it in dired-jump too
Omar Polo
2024-06-04
add dired-up-directory bound to ^ to go up on directory in dired buffers
Omar Polo
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-10-15
replace ewprintf("") calls with eerase(): no functional difference.
Omar Polo
2021-05-02
dired-shell-command is listed in the man page under 'DIRED KEY
Mark Lumsden
2021-04-20
Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@
Mark Lumsden
2021-03-05
If there is a problem with opening a directory via M-x dired, let the
Mark Lumsden
2021-03-01
Put the hardcoded '\n' character which is found throughout mg into a
Mark Lumsden
2021-02-26
Some more improvements from Joachim Wiberg's version of mg.
Mark Lumsden
2021-02-26
Some improvements from Joachim Wiberg's version of mg.
Mark Lumsden
2021-02-24
snprintf() does indeed return an int. From an email Joachim Nilsson
Mark Lumsden
2019-07-11
Allow functions that have 1 or more parameters receive and process
Mark Lumsden
2019-07-01
Check if user tries to go to current directory in dired-goto-file.
Mark Lumsden
2019-07-01
add dired-goto-file
Mark Lumsden
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-27
Display an error message if trying to copy or rename a file to itself.
Mark Lumsden
2019-06-27
Print out message after copying a file.
Mark Lumsden
2019-06-27
This diff uses the existing filename as the new filename if none is
Mark Lumsden
2019-06-26
This diff uses the existing filename as the new filename if none is
Mark Lumsden
2019-06-25
Add 'dired-revert' to the dired funmap, the 'g' command already works
Mark Lumsden
2018-12-30
Delete unnecessary <libgen.h> #includes
Philip Guenther
2016-10-07
Switch a SLIST_FOREACH loop containing SLIST_REMOVE to SLIST_FOREACH_SAFE.
Jonathan Gray
2016-01-02
Add dired-find-alternate-file.
Mark Lumsden
2015-12-11
Remove NULL-checks before free().
mmcc
2015-10-29
Fix opening dired from the command line. Incorrect cursor placement
Mark Lumsden
2015-10-13
Check if a file name can be extracted from a line before marking for
Mark Lumsden
2015-10-12
Maintain a list of files marked for deletion while refreshing a dired
Mark Lumsden
2015-09-28
Make dired mode treat a double '/' in a path like fundamental mode.
Mark Lumsden
2015-09-26
whitespace
Jasper Lievisse Adriaanse
2015-09-24
Fix where the cursor is positioned after expunging files. ok jasper@
Mark Lumsden
2015-09-23
fix line number handling in dired delete functions.
Mark Lumsden
2015-09-21
If you open the same directory twice in dired mode, mg does not behave
Mark Lumsden
2015-09-14
Calculate the correct line number when opening in dired mode.
Mark Lumsden
2015-03-19
More unifdef cleanup:
Brian Callahan
2015-03-19
Clean up the includes in mg.
Brian Callahan
2014-12-30
Remove some checks that will always evaluate to true. Noticed by a very
Brian Callahan
2014-11-16
Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),
Philip Guenther
2014-04-03
When finding a file in a non-existant directory:
Mark Lumsden
2014-03-20
Add some missing dobeeps.
Mark Lumsden
2013-12-20
Remove a spurious message that appears in dired mode if you press a
Mark Lumsden
2013-12-19
Make dired-unmark-backward behave the same as emacs: move cursor up a
Mark Lumsden
2013-06-03
Add the 'g' character and dired-revert to refresh the dired buffer.
Mark Lumsden
2013-06-02
Add the 'quit-window' dired command and receive a basic English lesson
lum
2013-06-02
Fix return value in refreshbuffer.
lum
2013-06-02
Rename the dired-* commands to be like the emacs equivalents.
lum
2013-05-30
Use adjustname() for the dired-copy-file and dired-rename-file
lum
2013-05-30
Use adjustname() before trying to use the path to be dired.
lum
2013-05-30
Reuse the makedir() function in dir.c for dired's
lum
2013-05-29
Make the mg dired commands:
lum
2013-05-29
Use same method as elsewhere in mg to inidicate a failure of strdup.
lum
[next]