/
githubmirror
/
gawk
ОбзорДокументацияВойти
/
githubmirror
/
gawk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
gawk/
doc/
..
ChangeLog

Merge branch 'gawk-4.0-stable'

14 лет назад
ChangeLog.0

Update versions and ChangeLogs, make tarball!

15 лет назад
Makefile.am

Make dgawk.1 man page link.

14 лет назад
Makefile.in

Upgrade to Automake 1.12.4 and dist bugfix.

14 лет назад
README.card

Move to gawk-3.0.1.

16 лет назад
ad.block

Move to gawk 3.1.5.

16 лет назад
api.texi

API cleanups and doc additions.

14 лет назад
awkcard.in

Document SYMTAB and FUNCTAB. Disable for --posix.

14 лет назад
awkforai.txt

Move to gawk-3.0.1.

16 лет назад
bc_notes

Bring latest byte code gawk into git. Hurray!

16 лет назад
cardfonts

Move to gawk-3.1.4.

16 лет назад
colors

Move to gawk-3.1.4.

16 лет назад
gawk.1

More SYMTAB and FUNCTAB improvements.

14 лет назад
gawk.info

Merge branch 'symtab'

14 лет назад
gawk.texi

Merge branch 'symtab'

14 лет назад
gawkinet.info

xgawk + derived files needed to build

14 лет назад
gawkinet.texi

Minor doc fixes.

15 лет назад
general-program.eps

Fix mode on new files.

16 лет назад
general-program.fig

Fix mode on new files.

16 лет назад
general-program.pdf

Fix mode on new files.

16 лет назад
igawk.1

Move to gawk-3.0.5.

16 лет назад
lflashlight-small.xpic

Some minor cleanups and new it.po file.

16 лет назад
lflashlight.eps

Bring latest byte code gawk into git. Hurray!

16 лет назад
lflashlight.pdf

Move to gawk-3.1.6.

16 лет назад
macros

Move to gawk 3.1.5.

16 лет назад
no.colors

Move to gawk-3.1.4.

16 лет назад
process-flow.eps

Fix mode on new files.

16 лет назад
process-flow.fig

Fix mode on new files.

16 лет назад
process-flow.pdf

Fix mode on new files.

16 лет назад
rflashlight-small.xpic

Some minor cleanups and new it.po file.

16 лет назад
rflashlight.eps

Bring latest byte code gawk into git. Hurray!

16 лет назад
rflashlight.pdf

Move to gawk-3.1.6.

16 лет назад
setter.outline

Move to gawk 3.1.5.

16 лет назад
statist.eps

Move to gawk-3.1.0.

16 лет назад
statist.jpg

Move to gawk-3.1.0.

16 лет назад
statist.pdf

Move to gawk-3.1.6.

16 лет назад
texinfo.tex

Upgrade to Automake 1.12.4 and dist bugfix.

14 лет назад
README.card
Mon Dec 9 12:45:48 EST 1996
 
The AWK reference card included here requires a modern version of troff
(ditroff). GNU Troff (groff) is known to work.
 
If your troff is able to produce Postscript but does not know how to
properly use the macros from `colors' file then try to uncomment in
Makefile the defintion which sets AWKCARD to awkcard.nc (no colors).
This will definitely require changes to the TROFF macro and you have to
ensure that the tbl preprocessor is called. For example, the following
modifications on NeXT:
 
TROFF = tbl
SEDME = ptroff -t | sed -e \
"s/^level0 restore/level0 restore flashme 100 72 moveto\
(Copyright `date`, FSF, Inc. (all)) show/" \
-e "s/^\/level0 save def/\/level0 save def 30 -48 translate/"
 
will produce a correctly formatted, albeit monochromatic, reference card.