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
/
undo.c
Age
Commit message (
Expand
)
Author
2003-04-13
correct snprintf bound value, ok millert@, deraadt@
Anil Madhavapeddy
2002-09-15
don't add undo records when we open a file, only when we insert it.
Vincent Labrecque
2002-08-22
knf
Theo de Raadt
2002-07-24
remove the CHANGE undo record type, use a combination of delete and insert
Vincent Labrecque
2002-06-20
KNFify the return (return x -> return (x))
Vincent Labrecque
2002-06-20
some KNF
Vincent Labrecque
2002-03-18
Enter the new undo code. it is still disabled since it has bugs, but it's
Vincent Labrecque
2002-03-16
This should've been commited yesterday, before the funmap change.
Vincent Labrecque
2002-02-26
keep undo records in the BUFFER structures insteda of having a huge list.
Vincent Labrecque
2002-02-21
"rephrase" the loop's condition, gets rid of an ugly operation.
Vincent Labrecque
2002-02-21
Save undo records for newline insertions.
Vincent Labrecque
2002-02-21
Don't ignore the argument to undo. (makes ^U work)
Vincent Labrecque
2002-02-21
Typo and...
Vincent Labrecque
2002-02-20
Save newline deletes in their own undo record.
Vincent Labrecque
2002-02-20
Add undo code to mg.
Vincent Labrecque