| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove GAWK. I removed it from the build 2 weeks ago and the world | David E. O'Brien | 2002-06-20 | 3 | -363/+0 |
| | | | | | | | | did not end. So finish the deed. Notes: svn path=/head/; revision=98512 | ||||
| * | BWK awk appears to work for world builds just fine now. We want to make | David E. O'Brien | 2002-05-10 | 1 | -7/+0 |
| | | | | | | | | | sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64. Notes: svn path=/head/; revision=96363 | ||||
| * | On the sparc64 platform we install this as "gawk" as Gawk is currently | David E. O'Brien | 2002-03-05 | 1 | -0/+7 |
| | | | | | | | | borked on the sparc64. We are using BWK's AWK at the moment. Notes: svn path=/head/; revision=91708 | ||||
| * | Update to Gawk 3.1.0. | David E. O'Brien | 2001-11-02 | 2 | -29/+119 |
| | | | | | Notes: svn path=/head/; revision=85923 | ||||
| * | Bring Gawk back. There just isn't any other POSIX compliant AWK out there. | David E. O'Brien | 2001-11-02 | 3 | -0/+273 |
| | | | | | | | | The biggest thing missing from Bell-Labs AWK is the character class regexes. Notes: svn path=/head/; revision=85922 | ||||
| * | Switch to the One True AWK from Bell-Labs, away from GNU AWK. | David E. O'Brien | 2001-10-30 | 3 | -273/+0 |
| | | | | | Notes: svn path=/head/; revision=85724 | ||||
| * | Fixed style bugs in rev.1.4, including clobbering of the "Don't generate | Bruce Evans | 2001-08-31 | 1 | -1/+2 |
| | | | | | | | | y.output" part of rev.1.11. Notes: svn path=/head/; revision=82647 | ||||
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=74861 | ||||
| * | Update for the newly-updated gawk-3.0.6. | Sheldon Hearn | 2000-08-15 | 1 | -0/+230 |
| | | | | | Notes: svn path=/head/; revision=64672 | ||||
| * | Update for the newly-updated gawk-3.0.6. | Sheldon Hearn | 2000-08-15 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=64671 | ||||
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 2 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=50472 | ||||
| * | Use Byacc rather than Bison. | David E. O'Brien | 1999-08-02 | 1 | -2/+1 |
| | | | | | Notes: svn path=/head/; revision=49368 | ||||
| * | Symlink awk.y to awktab.y so that the default yacc rules apply, and use | Bruce Evans | 1998-05-04 | 1 | -6/+6 |
| | | | | | | | | | | | the (new) default yacc rules. This is cosmetic - the special rule was good enough here because y.tab.h is not used. Don't generate y.output. Notes: svn path=/head/; revision=35690 | ||||
| * | Remove yet another superfluous file. | James Raynard | 1997-10-26 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=30736 | ||||
| * | Add -funsigned-char to CFLAGS (for ctype macros) | Andrey A. Chernov | 1997-10-26 | 1 | -1/+4 |
| | | | | | Notes: svn path=/head/; revision=30731 | ||||
| * | Do not use gawk random, we have better one in libc | Andrey A. Chernov | 1997-10-15 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=30441 | ||||
| * | Makefile for contributed version of awk. | James Raynard | 1997-10-14 | 2 | -6/+27 |
| | | | | | Notes: svn path=/head/; revision=30417 | ||||
| * | Remove old version of awk. | James Raynard | 1997-10-14 | 32 | -29563/+0 |
| | | | | | Notes: svn path=/head/; revision=30416 | ||||
| * | Fix initstate() cast to match Lite2 | Andrey A. Chernov | 1997-03-17 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=23970 | ||||
| * | Build under Lite2 includes | Peter Wemm | 1997-03-11 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=23724 | ||||
| * | Fix srandom arg type according to Lite2 | Andrey A. Chernov | 1997-03-11 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=23701 | ||||
| * | Forgot a TAB. | Joshua Peck Macdonald | 1997-01-11 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=21514 | ||||
| * | Same thing. | Joshua Peck Macdonald | 1997-01-11 | 1 | -0/+3 |
| | | | | | Notes: svn path=/head/; revision=21513 | ||||
| * | Replace collate_range_cmp call with its code (GNU version) | Andrey A. Chernov | 1996-10-31 | 1 | -3/+17 |
| | | | | | Notes: svn path=/head/; revision=19284 | ||||
| * | Use collate for alpha character ranges | Andrey A. Chernov | 1996-08-13 | 2 | -1/+26 |
| | | | | | Notes: svn path=/head/; revision=17579 | ||||
| * | Another round of man page cleanups. | Mike Pritchard | 1996-02-12 | 1 | -52/+52 |
| | | | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045 | ||||
| * | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 1 | -11270/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123 | ||||
| * | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 2 | -5575/+0 |
| | | | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122 | ||||
| * | Add setlocale LC_CTYPE | Andrey A. Chernov | 1995-10-28 | 1 | -0/+6 |
| | | | | | Notes: svn path=/head/; revision=11889 | ||||
| * | Remove includes of the wrong ../Makefile.inc (one was commented out, the | Bruce Evans | 1995-10-22 | 1 | -1/+0 |
| | | | | | | | | other was in the wrong order). Notes: svn path=/head/; revision=11675 | ||||
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 15 | -117/+117 |
| | | | | | Notes: svn path=/head/; revision=8858 | ||||
| * | Add doc to SUBDIR | Andrey A. Chernov | 1995-01-16 | 1 | -0/+2 |
| | | | | | Notes: svn path=/head/; revision=5658 | ||||
| * | Infopage install | Andrey A. Chernov | 1995-01-11 | 2 | -0/+11273 |
| | | | | | Notes: svn path=/head/; revision=5505 | ||||
| * | Use -lgnuregex | Andrey A. Chernov | 1995-01-11 | 3 | -20/+5 |
| | | | | | | | | Tune for 8bit ctype Notes: svn path=/head/; revision=5503 | ||||
| * | Fixed a couple of compiler warnings related to wrong prototypes. | David Greenman | 1994-09-23 | 1 | -2/+3 |
| | | | | | Notes: svn path=/head/; revision=3028 | ||||
| * | Call fpsetmask(3) so awk doesn't dump core on FP exceptions. | Andrew Moore | 1994-05-31 | 32 | -4617/+8347 |
| | | | | | | | | Upgrade to version 2.15.5 Notes: svn path=/head/; revision=1663 | ||||
| * | New manual page system | Charlie Root | 1993-07-02 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=84 | ||||
| * | Updated GNU utilities | Jordan K. Hubbard | 1993-06-18 | 35 | -0/+31389 |
| Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=9 | |||||
