summaryrefslogtreecommitdiff
path: root/usr.bin/mg/undo.c
AgeCommit message (Expand)Author
2003-04-13correct snprintf bound value, ok millert@, deraadt@Anil Madhavapeddy
2002-09-15don't add undo records when we open a file, only when we insert it.Vincent Labrecque
2002-08-22knfTheo de Raadt
2002-07-24 remove the CHANGE undo record type, use a combination of delete and insertVincent Labrecque
2002-06-20KNFify the return (return x -> return (x))Vincent Labrecque
2002-06-20 some KNFVincent Labrecque
2002-03-18 Enter the new undo code. it is still disabled since it has bugs, but it'sVincent Labrecque
2002-03-16 This should've been commited yesterday, before the funmap change.Vincent Labrecque
2002-02-26keep 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