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
2005-11-20
toast NO_DIRED #ifdef; ok kjell
Theo de Raadt
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
2005-11-13
Better error checking of snprintfs. From Han Boetes.
Kjell Wooding
2005-11-12
break in case
Theo de Raadt
2005-11-07
KNF
Kjell Wooding
2005-11-07
Move most of the dired hooks into dired.c. While here, enable some
Kjell Wooding
2005-10-14
add missing /* ARGSUSED */ to quiet lint.
Kjell Wooding
2005-10-14
unused variables
Theo de Raadt
2005-10-14
move the dired routines into dired.c where they belong.
Kjell Wooding
2005-10-13
Fix dired mode. Make deletions work, and keystrokes match emacs.
Kjell Wooding
2005-10-11
prevent trashing of errno in signal handler
Theo de Raadt
2005-08-09
Clean up eread handling in mg. (basically, fallout from the 'enter often
Kjell Wooding
2005-06-14
Add explicit public domain notices to all public domain files.
Kjell Wooding
2005-05-28
Dired now prompts in the minibuffer using the current directory name
Chad Loder
2005-05-15
Fix insert-buffer prompt format string. strlcpy returns size_t, not int
Chad Loder
2005-04-28
That should be FALSE in previous commit.
Otto Moerbeek
2005-04-28
NULL is not an int. Han Boetes.
Otto Moerbeek
2005-04-03
This is a no binary change which does:
David Berghoff
2004-07-22
stage 1 of the infinite minibuffer work - add support for on the fly
Vincent Labrecque
2003-08-16
spacing
Theo de Raadt
2003-08-15
make dired work more like emacs. (well, make it _work_, and then add a
Vincent Labrecque
2003-06-26
protos
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-02-15
make pressing return in dired mode open the file we're currently at.
Vincent Labrecque
2002-02-14
d_makename now takes a length parameter so we can remove the
Vincent Labrecque
2001-05-24
spaces
Michael Shalayeff
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-04-13
The start of KNF + -Wall. The code has been run through indent but
Todd C. Miller
2000-02-27
use rmdir, not unlinkdir hack
Todd C. Miller
2000-02-26
Use uid_t, gid_t and mode_t where applicable.
Todd C. Miller
2000-02-26
change WINDOW -> MGWIN to avoid curses type conflict
Todd C. Miller
2000-02-25
initial import of mg2a
Theo de Raadt