📄 readme.atari
字号:
Gawk on Atari has been compiled and tested using gcc compiler(versions 1.4 and 2.2.2) both with and without -mshort flag. Othercompilers can be used but if sizeof(pointer) != sizeof(int) thiscode will not compile correctly with non-ANSI compiler (prototypesand library).Compiled executables were tested and with minor modifications, dueto differences in environment and/or shell, succesfully completedat least the following tests:awf, pearls, resub, chem, swaplns, delete, messages, argarray,longwrds, getline, inftest, spiece2top, fstabplus, compare, arrayref,rs, fsrs, rand, fsbs, negexp, ugh2, asgext, anchgsub, splitargv,fieldwidths, ignorecase, posix, manyfiles, igncfs, lisp, regtest,awkpath, reparse, nfset.Nearly all of these test do not require any adjustments to run, but amodified test suite with a driving Makefile (for gulam) is availableon a request from Michal Jaegermann, ntomczak@vm.ucs.ualberta.ca,via e-mail.TOS and MiNT-----------Setup for Atari assumes that gawk will be used under TOS. Inparticular atari/system.c source is for a system function which nicelycooperates with gulam shell and pipes are simulated with temporaryfiles. If you plan to run gawk under MiNT then you likely want adifferent system function and real pipes. For that purpose do notdefine SYSTEM_MISSING in a configuration file and do not definePIPES_SIMULATED in io.c file. Please note that in the later case gawkcalls, in gawk_popen(), a function execl() with a hard-coded name of"/bin/sh". You want likely to change that to get a name and somearguments from an environment variable. This was not done here inorder to avoid changes which may prove troublesome in a generaldistribution. Subdirectory ./atari contains also a file textrd.c witha bug fix for old versions of gcc libraries. This bug is currentlyfixed and the file is not used, but it is left as a convenience forthose who may not updated yet their libraries.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -