summaryrefslogtreecommitdiff
path: root/usr.bin/lex
AgeCommit message (Expand)Author
2012-04-08no more lint;Jason McIntyre
2011-06-08do not document the -c flag: it was added for posix compliance,Jason McIntyre
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-10-17Stop installing me(1) and ms(1) source code.Ingo Schwarze
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-09-15fix SYNOPSIS;Jason McIntyre
2010-08-04Add missing #ifndef YY_NO_INPUT around the input() function whenTodd C. Miller
2010-07-19remove Xr to self; from Daniel DickmanJason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-03-26fix a few typographical errors found by spell(1).Igor Sobrado
2009-02-10mark these utilities as being largely posix compliant or, in the case ofJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30rearrange the start of this page to appease man -h;Jason McIntyre
2007-01-26Fix flex bug introduced by my prior commit.Marc Aurele La France
2007-01-16Eliminate gcc -Wundef warnings in flex-generated code.Marc Aurele La France
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-03-04the theMiod Vallat
2005-02-08correct the first example; ok otto jmcPeter Valchev
2004-04-19point people to usd/psd docs;Jason McIntyre
2004-04-06- add margins when formatting w/ -TasciiJason McIntyre
2004-02-09make sure errno gets declared for C++ as well.Marc Espie
2004-02-03bring some standard C++ fixes, mostly from NetBSD.Marc Espie
2004-02-01add paper.txt target;Jason McIntyre
2003-12-09better description of yylval, from mickey@Jason McIntyre
2003-12-09install lex PSD;Jason McIntyre
2003-11-18-mdoc flex(1) man page;Jason McIntyre
2003-10-07oopsie.Ted Unangst
2003-10-07check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>.Ted Unangst
2003-07-28cleanup library partsTheo de Raadt
2003-06-04Update flex license from sourceforge version (is now 2-term BSD)Todd C. Miller
2003-04-08string cleaning; ok teduTheo de Raadt
2003-02-18copyrights added;Jason McIntyre
2003-01-04spellingTheo de Raadt
2003-01-01various spelling errors; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-03caldera-licensed docs, now that they are free. need more work, thus not insta...Michael Shalayeff
2002-05-31recommit strlcpy/snprintf diff after i found my bugTheo de Raadt
2002-05-31undo until i find my #line bugTheo de Raadt
2002-05-30use strlcpy and snprintfTheo de Raadt
2002-05-08includes should be installed during `make include', not later.Marc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-21Fix the fix. Thanks obj/Marc Espie
2001-11-21Not an implicit source. If it's ever used except to check the dependency,Marc Espie
2001-11-19kill more registersMike Pechkin
2001-08-21Change an occurrence of recognized to recognize; six@stalphonsos.comTodd C. Miller
2001-06-17Vern says:Theo de Raadt
2001-01-05Restore errno in yy_init_buffer() since it may get trounced by theTodd C. Miller
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
1999-11-17Add missing MLINKsTodd C. Miller