Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-08 | correct the first example; ok otto jmc | Peter Valchev | |
2004-04-19 | point people to usd/psd docs; | Jason McIntyre | |
2004-04-06 | - add margins when formatting w/ -Tascii | Jason McIntyre | |
- remove some macros that were causing formatting errors | |||
2004-02-09 | make sure errno gets declared for C++ as well. | Marc Espie | |
okay millert@ | |||
2004-02-03 | bring some standard C++ fixes, mostly from NetBSD. | Marc Espie | |
get isatty proto from the right place. avoid malloc.h okay otto@, millert@ | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2003-12-09 | better description of yylval, from mickey@ | Jason McIntyre | |
2003-12-09 | install lex PSD; | Jason McIntyre | |
the actual doc has been updated regarding current implementation of lex. I also replaced the tables with displays, for simplicity and because of formatting errors (unsupported macros); sanity check and ok mickey@ | |||
2003-11-18 | -mdoc flex(1) man page; | Jason McIntyre | |
examples style(9)'d by otto@ | |||
2003-10-07 | oopsie. | Ted Unangst | |
2003-10-07 | check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>. | Ted Unangst | |
ok deraadt@ | |||
2003-07-28 | cleanup library parts | Theo de Raadt | |
2003-06-04 | Update flex license from sourceforge version (is now 2-term BSD) | Todd C. Miller | |
2003-04-08 | string cleaning; ok tedu | Theo de Raadt | |
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-01-04 | spelling | Theo de Raadt | |
2003-01-01 | various spelling errors; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-03 | caldera-licensed docs, now that they are free. need more work, thus not ↵ | Michael Shalayeff | |
installed yet | |||
2002-05-31 | recommit strlcpy/snprintf diff after i found my bug | Theo de Raadt | |
2002-05-31 | undo until i find my #line bug | Theo de Raadt | |
2002-05-30 | use strlcpy and snprintf | Theo de Raadt | |
2002-05-08 | includes should be installed during `make include', not later. | Marc Espie | |
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@ | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-21 | Fix the fix. Thanks obj/ | Marc Espie | |
2001-11-21 | Not an implicit source. If it's ever used except to check the dependency, | Marc Espie | |
you would get bitten. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-08-21 | Change an occurrence of recognized to recognize; six@stalphonsos.com | Todd C. Miller | |
2001-06-17 | Vern says: | Theo de Raadt | |
Yes, this came up a while ago, and I put together a flex release with a modified copyright that begins: Redistribution and use in source and binary forms, with or without modification, are permitted provided that: [...] feel free to update the copyrights in each of the files with the one in COPYING. | |||
2001-01-05 | Restore errno in yy_init_buffer() since it may get trounced by the | Todd C. Miller | |
call to isatty(). Fixes PR #1606. | |||
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1998-11-24 | fix memory leaks; itohy@netbsd | Theo de Raadt | |
1998-08-17 | fix g++/FlexLexer.h support | Theo de Raadt | |
1998-06-11 | typo; thepish@freebsd.org | Theo de Raadt | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-14 | Silence lint | Thorsten Lockert | |
1996-12-10 | Flex 2.5.4 | Todd C. Miller | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-10-26 | Don't use <malloc.h> | Thorsten Lockert | |
1996-09-15 | unused. | Todd C. Miller | |
1996-07-13 | updated to flex 2.5.3 | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |