File history
Tracking elkscmd/basic/host.c
| Commit | Author | Date | Message |
|---|---|---|---|
e90c5a6341473bb746abd213c6505b5bfac887b | Greg Haerr | 2025-12-09 | [kernel] Yet more fixes for SIGTSTP, remove fread in sash & basic |
6f6871f827171464dc97abc4572970e8fa1034e | Greg Haerr | 2025-12-09 | [kernel] Fix more problems with SIGTSPT (terminal stop) |
16d59dbfe5a81377a266004876727ba55434c5a | Greg Haerr | 2025-01-27 | [cmds] Display offending source line on tokenization error in BASIC |
784736577b4be03ea53ea28a67e91a3d265ce96 | Greg Haerr | 2024-09-20 | [cmds] Replace ifdef __ia16__ with ifdef _M_I86 |
971424c301182e182510ec72fd54de922929c0f | Greg Haerr | 2024-08-17 | [libc,watcom] Add weak symbol support for OpenWatcom to C library |
4ab02ccc237f966e36438f2de094c63b01b514d | Greg Haerr | 2024-07-17 | [libc] Cleanup some stdio source |
4efbc71ce515b67ed4671aa5d7192ab89564ea8 | Greg Haerr | 2024-06-18 | Call cstart_ on C startup, fix main() arguments |
b88832d32e2fc5d71237a7ace51cfef94f341be | Greg Haerr | 2024-06-04 | Cleanup |
502b8f8c8e934fe995962a8c2edfd28c3829932 | Greg Haerr | 2024-06-04 | [libc] Revert large mode change, default Openwatcom build is compact |
8c4761c88802ec3f528a1e02c2e87b659837655 | Greg Haerr | 2024-06-03 | Update small changes to BASIC to allow compilation with Watcom C |
dd4b9b276a65e033bcf922553577c1b56ddca41 | Greg Haerr | 2023-01-18 | Standardize constructor and destructor names and variables |
9ec4ce85251bfa032c533626d6791408c8c28fe | Greg Haerr | 2023-01-10 | Cleanup |
ce41da02480603c2fa3bb90929c85eeb7e69baa | Greg Haerr | 2023-01-10 | Rename __YOINK to __LINK_SYMBOL, simply macros |
530c07c430603fe313a6e3f1caa8d2098a9c47c | Greg Haerr | 2023-01-06 | [libc] Rewrite libc optional floating support using weak sym linking |
7eb60c4d641247eace1a447a074302662f140ce | Greg Haerr | 2022-12-22 | [cmds/libc/man] Various cleanups |
8825dc8e78c6aeef5755d11292d820a8581808a | tyama501 | 2022-07-03 | [basic] Add PEEK, POKE to basic |
fd2d0321a6f18a1ca16ff8836230a40226322c8 | Greg Haerr | 2022-06-09 | [cmds] Enhance sys and hostbasic commands |
e25c2621cccd216f82986341854b8156695a322 | Greg Haerr | 2022-06-04 | Rename host_breakPressed |
5fe5fc876d6049b5a91796f69b2931f4990dfb3 | Greg Haerr | 2022-06-04 | Fix fgets after break |
6612be2a1657ba731ce6729c8f1520326683a5d | Greg Haerr | 2022-06-04 | Add inkey$ and allow ^D to exit |
702aface9879c6952ceada5790337f749e32e9f | Greg Haerr | 2022-06-04 | Separate file and stdin processing |
f7f76702b276bac4c2e52e4a06e63651809bed4 | Greg Haerr | 2022-06-04 | [cmds] Add ^C handling to BASIC |
9d41e3533e0b1d9a699e1bbae64076d25cf876b | tyama501 | 2022-06-04 | [basic] Add sync() to host.c and porting snake.bas |
abc34a82b9cf520c4373e70cfd9a907d0adba38 | Greg Haerr | 2022-05-23 | [kernel] Increase max mounts to 6 |
032a031b2e68cd0e337631661a3cc5ec7c8ee71 | tyama501 | 2022-04-29 | Move host_cls() to host-pc98.c and host-stubs.c |
f58c8baac91b72cd4506df29039c2ca0a96bc38 | Greg Haerr | 2022-04-17 | [cmds] Add READ,DATA,RESTORE commands to BASIC |
94c43e4058f350c38f8a2bf0b454cbb9f625c2e | Greg Haerr | 2022-04-11 | Rename __fp_print_func to dtostr |
981d068a2e1a2ace34f20475c7b5b8261595381 | Greg Haerr | 2022-04-09 | [cmds] Correct trig function near zero display errors in BASIC |
3dcf06b6b7fe087ac6567d20ec580733bcdcb0f | Greg Haerr | 2022-04-09 | [cmds] Update BASIC documentation, add arch-specific host*.c files |
132465ec3bd7cef3ce463a4336c5f3aeee1f5cb | Greg Haerr | 2022-04-08 | [cmds] Add math functions to BASIC, allow host compilation |
8daff13a687f632bd008cc8fc07aed4e29d9735 | Greg Haerr | 2022-04-07 | Cleanups |
3a6ed928ce36efb47f33c3623a8d4531bffdc30 | Greg Haerr | 2022-04-07 | [cmds] BASIC interpreter fixes and enhancements |
0669cdbdc04a41fd1f3954bd86ff43160a970d2 | Santiago Hormazabal | 2022-04-07 | [basic] add load/save/dir support on the filesystem and some IO on 8018x |
bb2a854445d0d60fd9e336be64cc6ed0d388719 | Greg Haerr | 2022-04-06 | [cmds] Add Sinclair BASIC Interpreter |