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
/
dir.c
Age
Commit message (
Expand
)
Author
2008-06-13
One more "//" instead of "/" case. Hidden in a getcwd.
Kjell Wooding
2007-05-28
Add a global-wd-mode command, which toggles between the current
Kjell Wooding
2006-05-02
Make buffers store their own working directory. This makes things like
Kjell Wooding
2005-12-20
Do some delinting of strl-type functions. Also, remove a superfluous
Kjell Wooding
2005-11-20
#ifdef NO_DIR can go too. From Han Boetes.
Kjell Wooding
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-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
2004-03-05
don't panic if we can't getcwd() initially, just chdir("/")
Vincent Labrecque
2002-07-01
KNF + ansi; from zyrnix (only the easy part of his diffs)
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-02-13
* Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.
Vincent Labrecque
2001-05-24
spaces
Michael Shalayeff
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
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-26
change WINDOW -> MGWIN to avoid curses type conflict
Todd C. Miller
2000-02-25
initial import of mg2a
Theo de Raadt