| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Use SRCTOP to refer to awk source in contrib/awk and remove unnecessary AWKSRC prefix
for maketab.c
The former simplifies pathing in make/displayed output, whereas the latter was just
unnecessarily superfluous since .PATH referenced the path to maketab.c earlier on in
the Makefile.
|
|
|
|
|
|
|
|
| |
- Make one-true-awk respect locale's collating order in [a-z]
bracket expressions, until a more complete fix (like handing
BREs) is ready.
- Don't require a space between -[fv] and its argument.
|
| |
|
| |
|
|
|
|
| |
Also add some missing $FreeBSD$ to keep svn happy.
|
|
|
|
|
|
|
|
|
|
|
| |
The current FreeBSD syscall generation script uses all 20 and I need
another open file.
It's a shame that something named as the 'one-true-awk' is so limited
by an old denition like FOPEN_MAX when it could just make the file
handling dynamic.
This is done to avoid touching contrib sources on a vendor branch.
|
|
|
|
| |
need to primarily install as a non-conflicting name.
|
|
|
|
| |
and bin/100443.
|
|
|
|
| |
otherwise.
|
|
|
|
|
|
| |
Approved by: delphij (mentor)
Nodded by: ru
Tested by: make universe
|
|
|
|
|
| |
PR: bin/104795
MFC after: 3 days
|
|
|
|
|
| |
PR: bin/100443
MFC after: 3 days
|
|
|
|
|
| |
PR: bin/86514
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
in [a-z] bracket expressions, until a more complete fix (like handing BREs)
is ready.
Prodded by: ache
OK'ed by: tjr
|
|
|
|
|
|
|
|
|
| |
cat ${.ALLSRC} > ${.TARGET}
rather than
ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.
Commented by: marcel, obrien, bde
|
|
|
|
| |
Oh how I wish the author had accepted my "#ifndef isblank" patch instead.
|
|
|
|
|
| |
sparc64 the same as the other platforms -- so do it by moving the other
platforms toward the sparc64.
|
| |
|
| |
|
|
|
|
|
| |
Tidy up CLEANFILES.
Use built-in rules for building "maketab".
|
|
|
|
| |
Submitted by: bde
|
|
|
|
|
|
| |
need the -funsigned-char hack."
Also add needed CLEANSFILE.
|
| |
|
|
|
|
|
|
| |
platforms we install as "nawk".
At the moment Gawk is borked on sparc64, however BWK AWK works fine.
|
|
|