Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From 2a4f4cec29a53c13 To 20a61bf4e6ef46c8
2017-12-16
| ||
06:38 | Better description of the CC8 example programs in the CC8 docs. check-in: 442d9cff50 user: tangent tags: trunk | |
06:26 | cc8-tu56-update no longer copies basic.c to the tape image: the OS/8 compiler isn't currently able to compile it. check-in: 20a61bf4e6 user: tangent tags: trunk | |
06:25 | The CC8 cross-compiler now writes out *.sb instead of *.s to match the OS/8 file naming convention for SABR output, and to avoid the confusing use of *.s for some POSIX assembly languages. It was using *.s simply because it could replace *.c on the input file name with a single character replacement. If the input file name is exactly at the file name buffer's limit (20 bytes, including the trailing null), we still write out *.s rather that mess with resizing buffers or reserving one byte, complicating all the other uses of that buffer size. check-in: 857b3fafc0 user: tangent tags: trunk | |
2017-09-15
| ||
07:09 | "make clean" now removes bin/*rk05* check-in: b0d9bf39ba user: tangent tags: clean-os8-packs | |
07:07 | Moved media/subsys underneath media/os8, since everything in here currently requires OS/8 in one way or another. Doing so simplifies the path name building code in tools/mkos8 considerably. It also swaps out an explanation in media/subsys/README.md for why it is outside the os8 tree for an explanation of why it's in a subdirectory of that tree, a distinct improvement. check-in: 2a4f4cec29 user: tangent tags: clean-os8-packs | |
2017-09-14
| ||
13:41 | Comment typo fix check-in: a5ecc26447 user: tangent tags: clean-os8-packs | |
Added .agignore.
|
Changes to .fossil-settings/crlf-glob.
|
Changes to .fossil-settings/ignore-glob.
1 | 1 2 | + | doc/simh/*.pdf test/* |
Added .ignore.
1 | + | .agignore |
Changes to AUTHORS.md.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | - + - + - - + + - + - - + + - - - + + + - - + - - - - - + + + + + + - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + - + - - + + - - + - - - + + + + + + - + - - - + + - - - + + + + + - - + + + + + + |
|
Changes to COPYING.md.
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + - + | # Licenses The PiDP-8/I software distribution is an agglomeration of software from multiple sources. Several different licenses apply to its parts. This file guides you to those individual licenses. |
Changes to ChangeLog.md.
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | # PiDP-8/I Changes ## Version 2017.12.eh? — The "Languages and Custom OS/8 Disk Packs" release * All prior versions were shipping `os8.rk05`, a "Field Service Diagnostic" OS/8 disk pack image with uncertain provenance, configuration, and modification history. We have replaced that with a script run at build time that programmatically assembles a set of clean OS/8 RK05 disk images from curated, pristine, tested sources based on the user's chosen configuration options. This provides the following features and benefits as compared to the old `os8.rk05`: - The PiDP-8/I software build process now builds up to three RK05 disk images: - `os8v3d-bin.rk05` is a bootable OS/8 V3D disk configured according to your chosen configuration options, which are described below and in [`README.md`][tlrm]. It is made from the pristine DECtape images shipped by DEC for OS/8 V3D plus several third-party tapes curated for and built by the project's maintainers. See [the OS/8 media `README.md` file][os8rm] for more details. - `os8v3d-patched.rk05` is a copy of the `bin` disk with [most][os8p] of the patches DEC published over the years for OS/8 V3D applied. That set of patches was chosen and tested for applicability to our modern PiDP-8/I world and for mutual compatibility. This is the boot disk used for the IF=0 and IF=7 cases unless you give `--disable-os8-patches` to the `configure` script, in which case these boot options use the `bin` disk. - `os8v3d-src.rk05` is a non-bootable disk containing the contents of the OS/8 V3D source code tapes plus the source code for the extensions to OS/8 V3D. The *ten* TU56 tape images used as input to this process are also included among the PiDP-8/I software — see `media/os8/al-*-sa-*.tu56` — but we find it much more convenient to explore the sources on a single RK05 disk than to repeatedly attach and detach the TU56 tapes. You can suppress building this with `--disable-os8-src`. Default versions of these disk images are also now published on the project's home page for the benefit of those not running our PiDP-8/I software. There are quite a few OS/8 RK05 disk images floating around on the Internet these days, and many of them have bugs and breakage in them that we've fixed. It would completely fail to break our hearts if these images were used by many people outside the PiDP-8/I project. - U/W FOCAL V4E is installed on SYS: by default. Start with our [U/W FOCAL Manual Supplement for the PiDP-8/I][uwfs], then follow links from there to further information. The primary linked source is the [U/W FOCAL Manual][uwfm] by Jim van Zee (creator of U/W FOCAL) converted from scanned and OCR'd PDF form to Markdown format, which Fossil renders nicely for us on the web. This is a fascinating programming language, well worth studying! - Ian Schofield's CC8 OS/8 C compiler is installed on `SYS:` by default, and its examples and other files are on `DSK:`. We have also merged in his `cc8` host-side cross-compiler. See [the CC8 `README`][cc8rm] for details. This is a considerably improved compiler relative to what was distributed on the mailing list in August 2017. Ian has been working within the PiDP-8/I project since that initial public release, which we are now distributing publicly for the first time. We thank him for trusting us to host and distribute his project. - The MACREL v2 macro assembler and its associated FUTIL V8B tool are installed by default. Not only is this new functionality relative to prior releases of the PiDP-8/I software, it is a considerable upgrade over to the original MACREL and FUTIL V7 that are more commonly found on the net. - DCP disassembler is installed by default. - John Comeau's CHECKMO-II chess program is installed by default. - By default, SIMH no longer folds lowercase input and output to uppercase. Instead, we apply patches to OS/8's command processor and its BASIC implementation to up-case input, since neither OS/8 nor BASIC can cope with lowercase input. All other programs are left to fend for themselves, which often works out fine. U/W FOCAL, Adventure, and TECO all handle lowercase input to some extent, for example, and all three can emit lowercase text if given it. With the prior SIMH setting, you could not use lowercase in these programs at all. This default can be overridden. See the documentation for the new `--lowercase` configuration option in `README.md`. - The `INIT.TX` message displayed by default on OS/8 boot is now more informative than the old `FIELD SERVICE PDP-8 DIAGNOSTIC SYSTEM` message. It also now uses lowercase unless you built the simulator to force uppercase with `--lowercase=upper`. Those that do not want any boot message can disable it at configuration time with the `--disable-os8-init` flag. The message can be modified by editing `media/os8/init.tx.in` and saying `make`, which will rebuild the OS/8 media. - All of the above features can be disabled if not wanted, as can several features present on the old `os8.rk05` disk: Adventure, FORTRAN IV, FORTRAN II, Kermit-12, and the BASIC game and demo programs. You can disable each feature above with a `--disable-os8-*` option to the `configure` script, or you can disable all of them collectively with the `--os8-minimal` option, which gets you a nearly bare-bones OS/8 installation with lots of spare disk space with which you can do what *you* want. - Replaced the mismatched FORTRAN compiler and runtime with matched versions from the distribution DECtapes, and ensured that Adventure runs under this version of the FORTRAN Run Time System (FRTS). At various points in the past, either FORTRAN or Adventure has been broken. - Repaired several broken BASIC programs on `RKB0:` by going back to primary sources. Either the `os8.rk05` disk image was corrupted at some point or it is an image of a real RK05 disk pack that was corrupted, causing several of these BASIC programs to not run properly. - The `*.MU` and music player files are left off of `RKB0:` by default, since they apparently do not cause sufficient RFI on the PiDP-8/I hardware to be picked up by normal AM radios. This saves space for things that *do* work. - No longer installing the `VTEDIT` macros for TECO by default. Although some may enjoy this alternative way of running TECO, it was decided that we should offer stock TECO by default for its historical value. If you want VTEDIT back, it can be re-enabled with a `configure` script option. - In the old `os8.rk05` disk image, both `SYS:` and `DSK:` were set to `RKA0:`, which meant that to address anything on `RKB0:`, you had to specify the device path explicitly or manually change the default in OS/8 with an `ASSIGN RKB0 DSK` command or similar. In the new disk pack, programs run with the OS/8 `R` command are installed on `RKA0:` which is the `SYS:` disk, and user data files, FOCAL and BASIC programs, etc. are on `RKB0:` which is assigned as `DSK:`. This means OS/8 and its programs are now far more likely to find files without an explicit device name, because files are installed where OS/8 looks for them by default. Example: .R FRTS ⇠ loads FRTS from SYS: (RKA0:) *ADVENT ⇠ loads ADVENT.LD from DSK: (RKB0:) *[Esc] Welcome to Adventure!! Notice that no device names had to be specified. OS/8 did the right thing by default here, even though the files involved are on two separate OS/8 devices. To a very rough approximation, `SYS:` on these new RK05 disk packs acts like the Unix `PATH` and `DSK:` acts like your user's home directory. The idea for this came from Ian Schofield's `cc8.rk05` disk image, which we are also shipping in this release. - OS/8 has a limit on the number of devices it can support, and we made different choices than the creator of `os8.rk05`. Briefly, we replaced the second floppy (`RXA1:`) with a third RK05 disk, that being deemed a more useful configuration for this hard disk based OS/8 configuration. A dual-floppy configuration implies that you are booting from floppy and need the second one for user files and such. In our RK05 based configuration, users should need floppy disk support rarely, and then primarily to get data on and off of the attached hard disk(s). We chose to stick with the dual TU56 tape drive setup of the prior version as we found the ability to mount two tapes very helpful, particularly during the `mkos8` build process. The difference in the `RESORC` output between the versions is: Old: RKA0,RKB0,RKA1,RKB1, RXA0,RXA1,DTA0,DTA1,TTY,LPT,PTP,PTR New: RKA0,RKB0,RKA1,RKB1,RKA2,RKB2,RXA0, DTA0,DTA1,TTY,LPT,PTP,PTR This automatic OS/8 media build feature was suggested by Jonathan Trites who wrote the initial version of the script that is now called `libexec/mkos8`. That script was then extended and factored into its current form by Bill Cattey and Warren Young. Warren thinks Bill did most of the hard work in the items above. The source media used by the `mkos8` script comes from many sources and was curated for the PiDP-8/I project by Bill Cattey. See the [OS/8 media README][os8rm] for more details. See the [the top-level `README`][tlrm] for information on modifying the default OS/8 configuration. Pretty much everything above can be disabled if it's enabled by default, and vice versa. * Added several new wiki articles covering the above: * More Project Euler Problem #1 solutions in: * [C][pe1c] * [FORTRAN IV][pe1f4] * [FORTRAN II][pe1f2] * [U/W FOCAL][pe1u] * [Demos in BASIC][dibas], deescribing `DSK:*.BA` * [OS/8 Console TTY Setup][os8ct], describing how we have modified the stock behavior of OS/8 to behave appropriately with a glass terminal or SSH on its console, as opposed to its default behavior, which assumes a teletype. * [OS/8 LCSYS.BI Disassembled][os8lc], a symbolic disassembly of the `LCSYS.BI` patch we distribute with the system, which is widely available online elsewhere. That script is a raw binary patch, which makes its operation a mystery unless you happen to be able to read PDP-8 machine code. * Added Bill Cattey's `txt2ptp` program which converts plain ASCII text files files to the paper tape format used by SIMH, which eases transfer of text data into the simulator. That program is also linked to `ptp2txt`, which makes it perform the inverse function: given a SIMH paper tape image file, produce an ASCII text file on the host machine with its contents. This program was written to ease the movement of FOCAL program text between SIMH and its host OS, but they should prove useful for other similar tasks. * Integrated Robert Krten's `d8tape` PDP-8 host-side disassembler. This is distinct from the OS/8 DCP disassembler, which runs inside the simulator. It is intended as a companion to `palbart`, which we integrated last year. * Added a new "blinkenlights" demo program called `bin/teco-pi-demo` which drives SIMH from the outside, running a TECO macro under OS/8 to calculate *pi* to 248 digits at a very slow rate, producing a display that manages to land somewhere between the random default display of [Deeper Thought][dt2vk] and the clear, boring patterns of our preexisting IF=5 demo script. Why 248 digits? Because at 249, TECO8 runs out of memory, aborting the demo early. At the default execution rate, it would take over 17 years to complete this demo, making it a good choice to run on PiDP-8/I units primarily being used as *objets d'art*. The demo has a finite run time, but your Raspberry Pi is likely to die before it completes. `;)` This script is also included as a demonstration of how the end user can reuse the technology that we developed to automatically build the custom OS/8 disk images described above to achieve different ends. Perhaps you have some other program you'd like to run within SIMH in an automated fashion? This shows one way how, and demonstrates a pre-built and tested set of tools for achieving it. We have also written [a tutorial][csd] explaining how `bin/teco-pi-demo` works and how to reuse the components it is built atop for your own ends. This demo also has a benchmark mode (command line option `-b`) which has two purposes: 1. It lets you see how much faster your host system runs PDP-8 code than a Raspberry Pi Model B+ running the PiDP-8/I simulator. 2. Given that information, the benchmark overrides a hardcoded timing value in the source code as distributed which prevents programs like `teco-pi-demo` from spamming the OS/8 terminal input handler. The default is for the slowest host we support this software on, that same Model B+ referred to above, but if we know you're running on a faster host, we can shorten this delay and remain reliable. If you run the demo in benchmark mode twice, you'll notice that the TECO script is input nearly instantaneously the second time, whereas you can see the demo "type" the script in very quickly the first time. (Remove `lib/pidp8i/ips.py`, say `make reconfig` and run the demo again to see the difference.) * The `DF` + `SING_STEP` feature for automatically attaching binary media images to the simulator from files on USB sticks now looks at all directories under `/media`, not just `usb0` through `usb7` so that it works with several other common Linux USB automounting schemes, such as the one Raspbian Desktop uses. * Fixed the order of initialization in the GPIO setup code for the James L-W serial mod case. Fix by Dylan McNamee. * The helper program that selects which boot script to run when the PiDP-8/I boots based on the IF switch settings broke at some point in the past, apparently because it was using its own idiosyncratic GPIO handling code, and thus did not track our evolving GPIO handling methods. Now it shares the same code used by `pidp8i-sim` and `pidp8i-test`, so it works properly again. * The SysV init script that starts `pidp8i-sim` under GNU Screen on the PiDP-8/I now sets the working directory to `$prefix/share/media` on start, so relative paths given to SIMH commands (e.g. `ATTACH`) are more likely to do what you want. In prior releases, you generally had to give absolute paths to attach media and such because CWD would be set somewhere unhelpful. * The Fetch LED is no longer lit when in STOP or single-step mode. In real hardware, it can be either on or off in this mode, depending on various conditions, but it is most often off, so while it is not perfectly correct now, it is less wrong. Most of the investigation into this issue is by Bill Cattey, with the current partial fix by me. A more precise fix may come later. (See ticket [347ae45403] if you care to know the details.) * The Pause LED state was over-counted in the LED sub-sampling scheme so that it would tend to be brighter than it should have been. Problem noticed by Ian Schofield. * The MB row's state was not showing the right thing. The problem was noticed in comparison to real PDP-8/I hardware by Vincent Slyngstad and verified by William Cattey. Ian Schofield suggested the current fix. * Updated SIMH to upstream checkin ID 27f9fc3c3, December 11, 2017. There have been no substantial changes to the PDP-8 simulator since the last update, 8 months ago, but there have been a lot of bug fixes to the SCP core program. * Updated for Raspbian Stretch, released in September 2017. It should still run on Raspbian Jessie, however. * Assorted portability, build system, and documentation improvements. * **TODO** - Create udev script replacement for usbmount so that `DF` + `SING_STEP` works on Stretch. [apt]: https://linux.die.net/man/8/apt [cc8rm]: https://tangentsoft.com/pidp8i/doc/trunk/src/cc8/README.md [csd]: https://tangentsoft.com/pidp8i/doc/trunk/doc/class-simh.md [dibas]: https://tangentsoft.com/pidp8i/wiki?name=Demos+in+BASIC [dt2vk]: https://github.com/VentureKing/Deeper-Thought-2 [os8ct]: https://tangentsoft.com/pidp8i/wiki?name=OS/8+Console+TTY+Setup [os8lc]: https://tangentsoft.com/pidp8i/wiki?name=OS/8+LCSYS.BI+Disassembled [os8p]: https://tangentsoft.com/pidp8i/doc/trunk/doc/os8-patching.md [os8rm]: https://tangentsoft.com/pidp8i/doc/trunk/media/os8/README.md [pe1c]: https://tangentsoft.com/pidp8i/wiki?name=PEP001.C [pe1f2]: https://tangentsoft.com/pidp8i/wiki?name=PEP001.FT#fortran-ii [pe1f4]: https://tangentsoft.com/pidp8i/wiki?name=PEP001.FT#fortran-iv [pe1u]: https://tangentsoft.com/pidp8i/wiki?name=PEP001.FC [uwfm]: https://tangentsoft.com/pidp8i/doc/trunk/doc/uwfocal-manual.md [uwfs]: https://tangentsoft.com/pidp8i/doc/trunk/doc/uwfocal-manual-supp.md ## Version 2017.04.04 * Removed the PDP-8 CPU idle detection feature. Oscar Vermeulen reports that it also interfered with NLS LED driving mode in his last version, and we have no reason to believe our NLS code is sufficiently different to avoid the problem. |
︙ | |||
19 20 21 22 23 24 25 | 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | - + | percentage style throttle rates. We now explicitly set the throttle rate to "50%" which not only achieves an even higher throttle rate than in earlier releases, it's reliable in the face of varying background CPU usage. See the single-core section of `README-throttle.md` for details. |
︙ | |||
529 530 531 532 533 534 535 | 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 | - + | * The simulator now reports the upstream Git commit ID it is based on in its version string, so that if you report bugs upstream to the SIMH project, you can give them a version number that will be meaningful to them. (They don't care about our vYYYYMMDD release numbers or our Fossil checkin IDs.) |
︙ | |||
735 736 737 738 739 740 741 | 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 | - + | [p1saga]: https://tangentsoft.com/pidp8i/wiki?name=PEP001.PA ## Version 2016.11.28 * Added an intelligent, powerful build system, replacing the bare-bones `Makefile` based build system in the upstream version. |
︙ | |||
806 807 808 809 810 811 812 | 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 | - + | In particular, the software now builds under Mac OS X, though it does not yet run properly. (The modified SimH PDP-8 simulator currently misbehaves if the PiDP-8/I panel is not present. Fixing this is on the radar.) * Fixed a bunch of bugs! |
︙ |
Changes to HACKERS.md.
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | - - - - + + + + + - - + - - - + - - - - - - - - - + + + + + + - - - - - + + + + - + | You must use Fossil version 2.1 or higher with our repository, or you will get an error. If you started with one of our PiDP-8/I binary OS images made in or after April 2017, Fossil 2.x is already installed. If you're starting from some other OS, you either won't have Fossil |
︙ | |||
109 110 111 112 113 114 115 | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | - - - - + + + + | our scope here. See the [Fossil Quick Start Guide][fqsg] and the documents it links to for more details.) This directory scheme shows an important difference between Fossil and Git: with Git, the checkout and the clone are intermingled in the same directory tree, but in Fossil, they are strictly separate. Git can emulate Fossil's normal working style through its [worktree][gitwt] |
︙ | |||
147 148 149 150 151 152 153 | 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | - + + + + + + + - - - - - - + + + + + + + - - + + - + | Fossil Developer Access ---- If you have a developer account on tangentsoft.com's Fossil instance, just add your username to the URL like so: |
︙ | |||
258 259 260 261 262 263 264 | 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 | - + - - - - + + + + + + - - - - - - - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | Manipulating the Build System Source Files ---- The [autosetup build system][asbs] is composed of these files and directories: auto.def |
︙ | |||
362 363 364 365 366 367 368 | 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 | - + | Please make your patches or experimental branch bundles against the tip of the current trunk. PiDP-8/I often drifts enough during development that a patch against a stable release may not apply to the trunk cleanly otherwise. [osil]: https://opensource.org/licenses |
︙ |
Changes to Makefile.in.
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + | # shall not be used in advertising or otherwise to promote the sale, # use or other dealings in this Software without prior written # authorization from those authors. ######################################################################## # Git commit ID of the latest version of the SIMH 4 project on GitHub # that has been merged into this source base. |
︙ | |||
80 81 82 83 84 85 86 87 88 89 90 91 92 | 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - + + - - - - - - + + + + - + + + - + - + - - - - - + + + + + + - + + + - + - + - + - - - + + + - - - - + + + + + + + + + + + + + + + + + + - + | obj/sim_serial.o \ obj/sim_sock.o \ obj/sim_tape.o \ obj/sim_timer.o \ obj/sim_tmxr.o \ obj/sim_video.o CC8_OBJS := \ obj/cc8/cross/code8.o \ obj/cc8/cross/data.o \ obj/cc8/cross/error.o \ obj/cc8/cross/expr.o \ obj/cc8/cross/function.o \ obj/cc8/cross/gen.o \ obj/cc8/cross/io.o \ obj/cc8/cross/lex.o \ obj/cc8/cross/main.o \ obj/cc8/cross/preproc.o \ obj/cc8/cross/primary.o \ obj/cc8/cross/stmt.o \ obj/cc8/cross/sym.o \ obj/cc8/cross/while.o D8TAPE_OBJS := \ obj/d8tape/dasm.o \ obj/d8tape/flow.o \ obj/d8tape/main.o \ obj/d8tape/version.o MISC_OBJS := \ obj/ptp2txt.o \ obj/scanswitch.o \ obj/test.o PALBART_OBJS := obj/palbart/palbart.o ifeq (@BUILD_DEEPER_THOUGHT@, 1) BINS += bin/deeper endif LIBS = -lm -ldl -lpthread |
︙ | |||
212 213 214 215 216 217 218 | 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 | + - + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + - - + + + + + - - + + + + + + + + + + + + + + + + + - + + + - - + + + + + - + - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - + - + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - + - - - - - - - - - - - + - - + + + - - + + + + + + + | done) || true @# Ditto for MANPATH @(for p in .profile .bash_profile ; do \ test -n "$$SUDO_USER" -a -w "/home/$$SUDO_USER/$$p" && \ ! grep -qF "@ABSPREFIX@/share/man" "/home/$$SUDO_USER/$$p" && \ echo "export MANPATH=\$$MANPATH:@ABSPREFIX@/share/man" >> "/home/$$SUDO_USER/$$p" ; \ done \ |
Changes to README.md.
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | - - + + + + + + + + - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - - - + + + + + + + - - + + + - + + + - + | # Getting Started with the PiDP-8/I Software ## Prerequisites * A Raspberry Pi with the 40-pin GPIO connector. That rules out the first-generation Raspberry Pi model A and B boards which had a 26-pin GPIO connector. |
︙ | |||
125 126 127 128 129 130 131 | 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 | - + - + - + + + + + + + + + + + + - + - - + + - + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - + + + - - - - - - - + + + + + + + + - + + + + + + + - - + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + - + - - - - + + + + + - - - - - - + + + + + + + - - + + - + - - + + | getting the software to work as you expect when built in this mode, try enabling CAPS LOCK. [sa]: http://homepage.cs.uiowa.edu/~jones/pdp8/faqs/#charsets [tty]: https://tangentsoft.com/pidp8i/wiki?name=OS/8+Console+TTY+Setup |
︙ | |||
364 365 366 367 368 369 370 | 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 | - + - + - - + - + | what else you can do with the simulator command language, or read the [SIMH Users' Guide][sdoc]. 5. To shut the simulator down from the Raspbian command line: $ sudo systemctl stop pidp8i |
Deleted RELEASE-PROCESS.md.
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted asm/asr33-rim-loader.pal.
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted asm/hs-rim-loader.pal.
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Changes to auto.def.
︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + - - - - + - - - + + - - + - - - + - - + - - - - + + + + - - - - - - - - - - - - | # authorization from those authors. ######################################################################## define defaultprefix /opt/pidp8i use cc use cc-lib use cc-shared # Canonicalize some paths which may be relative and generate others from them set abspfx [file-normalize [get-define prefix]] define ABSPREFIX $abspfx define BOOTDIR "$abspfx/share/boot" define MEDIADIR "$abspfx/share/media" # Define command line options options { alt-serial-mod => "use GPIO drive scheme suitable for James L-W's serial mod method" cc8-cross=1 => "do not build the cc8 cross-compiler on the host" debug-mode => "create a debug build (default is release)" lowercase: => "select how lowercase input is to be handled" no-lamp-simulator => "use simple LED driver instead of incandescent lamp simulator" |
︙ | |||
222 223 224 225 226 227 228 | 299 300 301 302 303 304 305 306 307 308 309 310 311 312 | - - - - - | user-error "No install(1) type program found; install GNU Coreutils." } msg-result "Found GNU install(1) program as [get-define INSTALL]." # If we have cscope here, we'll use it in the "tags" target define HAVE_PROG_CSCOPE [cc-check-progs cscope] |
︙ | |||
270 271 272 273 274 275 276 | 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 | - + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - | # mask a real problem that needs to be diagnosed. set tool "tools/version" set cmd "$srcdir/$tool" set status [catch {exec $cmd} version] if {$status != 0} { # The most likely cause for tools/version to fail is that the repo # file has become disassociated from the local checkout directory. |
Changes to autosetup/autosetup.
︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 | - + + + + - + + + + + + + + + + + + - - + + - + - + - + - + - + - + - + - + - + - + | set autosetup(argv) $argv set autosetup(cmdline) {} # options is a list of known options set autosetup(options) {} # optset is a dictionary of option values set by the user based on getopt set autosetup(optset) {} |
︙ | |||
251 252 253 254 255 256 257 | 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 | - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | } # @opt-val optionlist ?default=""? # # Returns a list containing all the values given for the non-boolean options in '$optionlist'. # There will be one entry in the list for each option given by the user, including if the # same option was used multiple times. |
︙ | |||
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 | 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 | + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + - - + + + + + | set opt [lindex $opts $i] if {[string match =* $opt]} { # This is a special heading lappend autosetup(optionhelp) $opt "" set header {} continue } unset -nocomplain defaultvalue equal value #puts "i=$i, opt=$opt" regexp {^([^:=]*)(:)?(=)?(.*)$} $opt -> name colon equal value if {$name in $autosetup(options)} { autosetup-error "Option $name already specified" } #puts "$opt => $name $colon $equal $value" # Find the corresponding value in the user options # and set the default if necessary if {[string match "-*" $opt]} { # This is a documentation-only option, like "-C <dir>" set opthelp $opt } elseif {$colon eq ""} { # Boolean option lappend autosetup(options) $name # Check for override if {[dict exists $autosetup(options-defaults) $name]} { # A default was specified with options-defaults, so use it set value [dict get $autosetup(options-defaults) $name] } if {$value eq "1"} { set opthelp "--disable-$name" } else { set opthelp "--$name" } # Set the default if {$value eq ""} { set value 0 } set defaultvalue $value |
︙ | |||
475 476 477 478 479 480 481 | 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 | - + + + + | } } } # @options optionspec # # Specifies configuration-time options which may be selected by the user |
︙ | |||
519 520 521 522 523 524 525 526 527 528 529 530 531 532 | 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 | + + + + + + + + + + + | foreach o [dict keys $::autosetup(getopt)] { if {$o ni $::autosetup(options)} { user-error "Unknown option --$o" } } } } # @options-defaults dictionary # # Specifies a dictionary of options and a new default value for each of those options. # Use before any 'use' statements in 'auto.def' to change the defaults for # subsequently included modules. proc options-defaults {dict} { foreach {n v} $dict { dict set ::autosetup(options-defaults) $n $v } } proc config_guess {} { if {[file-isexec $::autosetup(dir)/autosetup-config.guess]} { if {[catch {exec-with-stderr sh $::autosetup(dir)/autosetup-config.guess} alias]} { user-error $alias } return $alias |
︙ | |||
571 572 573 574 575 576 577 | 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 | - + + - + + + + + + | # If the variable is not defined or empty, it is set to '$value'. # Otherwise the value is appended, separated by a space. # Any extra values are similarly appended. # If any value is already contained in the variable (as a substring) it is omitted. # proc define-append {name args} { if {[get-define $name ""] ne ""} { |
︙ | |||
1550 1551 1552 1553 1554 1555 1556 | 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 | + - - - - - + + + + + + + + + | # Module which can install autosetup # autosetup(installed)=1 means that autosetup is not running from source # autosetup(sysinstall)=1 means that autosetup is running from a sysinstall verion # shared=1 means that we are trying to do a sysinstall. This is only possible from the development source. proc autosetup_install {dir {shared 0}} { global autosetup |
︙ | |||
1588 1589 1590 1591 1592 1593 1594 | 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 | - + - + - - + + - + | file mkdir $targetdir set f [open $target w] set publicmodules {} # First the main script, but only up until "CUT HERE" |
︙ | |||
1653 1654 1655 1656 1657 1658 1659 | 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 | - + - | foreach fileinfo $installfiles { if {[llength $fileinfo] == 2} { lassign $fileinfo source dest } else { lassign $fileinfo source set dest $source } |
︙ | |||
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 | 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 | + + + + | proc autosetup_install_file {source target} { dputs "install: $source => $target" if {![file exists $source]} { error "Missing installation file '$source'" } writefile $target [readfile $source]\n # If possible, copy the file mode file stat $source stat set mode [format %o [expr {$stat(mode) & 0x1ff}]] catch {exec chmod $mode $target} } proc autosetup_install_readme {target sysinstall} { set readme "README.autosetup created by [autosetup_version]\n\n" if {$sysinstall} { append readme \ {This is the autosetup directory for a system install of autosetup. |
︙ |
Changes to autosetup/cc.tcl.
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - - - - - | ## CC_FOR_BUILD ## LD use system module-options {} |
︙ | |||
151 152 153 154 155 156 157 | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | - + | cc-check-some-feature $args { cctest_type $each } } # @cc-check-defines define ... # |
︙ | |||
238 239 240 241 242 243 244 | 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 | + - + - - | incr found break } } } } } define-feature $function $found |
︙ |
Changes to autosetup/pkg-config.tcl.
︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - - + + | } } else { msg-result $version define PKG_CONFIG_VERSION $version set found 1 |
︙ |
Changes to autosetup/system.tcl.
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + - + + - + + | ## infodir ## mandir ## includedir # # If '--prefix' is not supplied, it defaults to '/usr/local' unless 'defaultprefix' is defined *before* # including the 'system' module. if {[is-defined defaultprefix]} { user-notice "Note: defaultprefix is deprecated. Use options-defaults to set default options" |
︙ | |||
126 127 128 129 130 131 132 | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | - + + | writefile $file $buf\n uplevel 1 $script } } # @make-template template ?outfile? # |
︙ | |||
218 219 220 221 222 223 224 | 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | - + - - + + - + - + | set cond [expr {!$cond}] } } continue } lappend result $line } |
︙ | |||
254 255 256 257 258 259 260 | 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 | - + - - + - + - - - + + + + + - + + + + + + + + + + | user-error "Invalid canonical $type: $v" } define ${type}_cpu $cpu define ${type}_vendor $vendor define ${type}_os $os } |
︙ |
Changes to autosetup/tmake.auto.
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - + + + - - - - - - - - - + - - - - - - - - + + + + + - - + + - - | } cc-check-tools ar ranlib set objdir [get-env BUILDDIR objdir] make-config-header $objdir/include/autoconf.h |
Added bin/.agignore.
|
Added bin/.ignore.
1 | + | .agignore |
Added bin/cc8-to-os8.
|
Added bin/teco-pi-demo.