summaryrefslogtreecommitdiff
path: root/gnu/dist/gawk
AgeCommit message (Collapse)Author
2003-10-06Obsoleted by the update to 3.1.3 (moved to missing_d dir).wiz
2003-10-06Add gawk2netbsd, a script to prepare gawk distributions for imports.wiz
2003-10-06Actually, we need these files too -- add them.wiz
2003-10-06Merge 3.1.3 to HEAD.wiz
2003-10-06Initial import of gawk-3.1.3.wiz
Seven releases since the last import, so the ChangeLog is quite big; please refer to the NEWS file included in the import for details. Among others, this also addresses PR 23054.
2003-10-06Initial import of gawk-3.1.3.wiz
Seven releases since the last import, so the ChangeLog is quite big; please refer to the NEWS file included in the import for details. Among others, this also addresses PR 23054.
2003-10-06Initial import of gawk-3.1.3.wiz
Seven releases since the last import, so the ChangeLog is quite big; please refer to the NEWS file included in the import for details. Among others, this also addresses PR 23054.
2003-04-26Management, not managment. Mostly from jmc@openbsd.wiz
2003-04-15fix a minor formatting bug - use "@var{fmt}, @var{expr-list}",jdolecek
not "@var{fmt, expr-list}" probably only matters when the output is something else than info file
2002-03-09When checking that a potentially-unsigned enum is >= 0, assign it to an intbjh21
first. This is necessary to avoid warnings with -fshort-enums. Casting to an int really should be enough, but turns out not to be. This change will be documented in doc/HACKS.
2002-03-01Fix botches in Equivalence Classes paragraph.blymn
2000-12-08Fix last commit. Problem reported by Matthias Scheler.wiz
2000-12-05Drop .info from direntry, so that `info gawk' works.wiz
2000-11-01Use NetBSD's getopt{,_long}.wiz
1999-08-17Back out the last change.veego
Per request by Jason R. Thorpe after he fixed <alpha/cpu.h>.
1999-08-15Rename the awk internal symbol 'proc' to 'awkproc'.veego
This fixes the build error on the alpha which has now a extern struct proc *fpcurproc; in <machine/cpu.h>.
1999-06-27Deal with the strlen() problem in this program which apparently can't justross
include <string.h> ... sigh ...
1999-06-22Add patch from gawk-3.0.46 to fix "OFMT" handling. Fix supplied bytron
NAKAJIMA Yoshihiro in PR bin/7834.
1999-06-13Remove files which will be created during build process.tron
1999-06-13Import GNU Awk 3.0.3.tron