summaryrefslogtreecommitdiff
path: root/usr.bin/mg/re_search.c
AgeCommit message (Expand)Author
2005-10-14unused variablesTheo de Raadt
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell Wooding
2005-06-14Add explicit public domain notices to all public domain files.Kjell Wooding
2005-06-14Three more ereply that should be ereads. This fixes henning's "replaceKjell Wooding
2005-06-05if functions permits null reply from minibuffer, use eread (withKjell Wooding
2005-04-03This is a no binary change which does:David Berghoff
2004-07-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-13 * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.Vincent Labrecque
2001-05-24spacesMichael Shalayeff
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-29Better backwards regexp searching. POSIX regexp's don't really giveTodd C. Miller
2000-02-29Make reverse searching work.Todd C. Miller
2000-02-28Use POSIX extended regular expressions.Todd C. Miller
2000-02-25initial import of mg2aTheo de Raadt