elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elkscmd/basic/host.c
CommitAuthorDateMessage
e90c5a6341473bb746abd213c6505b5bfac887bGreg Haerr2025-12-09[kernel] Yet more fixes for SIGTSTP, remove fread in sash & basic
6f6871f827171464dc97abc4572970e8fa1034eGreg Haerr2025-12-09[kernel] Fix more problems with SIGTSPT (terminal stop)
16d59dbfe5a81377a266004876727ba55434c5aGreg Haerr2025-01-27[cmds] Display offending source line on tokenization error in BASIC
784736577b4be03ea53ea28a67e91a3d265ce96Greg Haerr2024-09-20[cmds] Replace ifdef __ia16__ with ifdef _M_I86
971424c301182e182510ec72fd54de922929c0fGreg Haerr2024-08-17[libc,watcom] Add weak symbol support for OpenWatcom to C library
4ab02ccc237f966e36438f2de094c63b01b514dGreg Haerr2024-07-17[libc] Cleanup some stdio source
4efbc71ce515b67ed4671aa5d7192ab89564ea8Greg Haerr2024-06-18Call cstart_ on C startup, fix main() arguments
b88832d32e2fc5d71237a7ace51cfef94f341beGreg Haerr2024-06-04Cleanup
502b8f8c8e934fe995962a8c2edfd28c3829932Greg Haerr2024-06-04[libc] Revert large mode change, default Openwatcom build is compact
8c4761c88802ec3f528a1e02c2e87b659837655Greg Haerr2024-06-03Update small changes to BASIC to allow compilation with Watcom C
dd4b9b276a65e033bcf922553577c1b56ddca41Greg Haerr2023-01-18Standardize constructor and destructor names and variables
9ec4ce85251bfa032c533626d6791408c8c28feGreg Haerr2023-01-10Cleanup
ce41da02480603c2fa3bb90929c85eeb7e69baaGreg Haerr2023-01-10Rename __YOINK to __LINK_SYMBOL, simply macros
530c07c430603fe313a6e3f1caa8d2098a9c47cGreg Haerr2023-01-06[libc] Rewrite libc optional floating support using weak sym linking
7eb60c4d641247eace1a447a074302662f140ceGreg Haerr2022-12-22[cmds/libc/man] Various cleanups
8825dc8e78c6aeef5755d11292d820a8581808atyama5012022-07-03[basic] Add PEEK, POKE to basic
fd2d0321a6f18a1ca16ff8836230a40226322c8Greg Haerr2022-06-09[cmds] Enhance sys and hostbasic commands
e25c2621cccd216f82986341854b8156695a322Greg Haerr2022-06-04Rename host_breakPressed
5fe5fc876d6049b5a91796f69b2931f4990dfb3Greg Haerr2022-06-04Fix fgets after break
6612be2a1657ba731ce6729c8f1520326683a5dGreg Haerr2022-06-04Add inkey$ and allow ^D to exit
702aface9879c6952ceada5790337f749e32e9fGreg Haerr2022-06-04Separate file and stdin processing
f7f76702b276bac4c2e52e4a06e63651809bed4Greg Haerr2022-06-04[cmds] Add ^C handling to BASIC
9d41e3533e0b1d9a699e1bbae64076d25cf876btyama5012022-06-04[basic] Add sync() to host.c and porting snake.bas
abc34a82b9cf520c4373e70cfd9a907d0adba38Greg Haerr2022-05-23[kernel] Increase max mounts to 6
032a031b2e68cd0e337631661a3cc5ec7c8ee71tyama5012022-04-29Move host_cls() to host-pc98.c and host-stubs.c
f58c8baac91b72cd4506df29039c2ca0a96bc38Greg Haerr2022-04-17[cmds] Add READ,DATA,RESTORE commands to BASIC
94c43e4058f350c38f8a2bf0b454cbb9f625c2eGreg Haerr2022-04-11Rename __fp_print_func to dtostr
981d068a2e1a2ace34f20475c7b5b8261595381Greg Haerr2022-04-09[cmds] Correct trig function near zero display errors in BASIC
3dcf06b6b7fe087ac6567d20ec580733bcdcb0fGreg Haerr2022-04-09[cmds] Update BASIC documentation, add arch-specific host*.c files
132465ec3bd7cef3ce463a4336c5f3aeee1f5cbGreg Haerr2022-04-08[cmds] Add math functions to BASIC, allow host compilation
8daff13a687f632bd008cc8fc07aed4e29d9735Greg Haerr2022-04-07Cleanups
3a6ed928ce36efb47f33c3623a8d4531bffdc30Greg Haerr2022-04-07[cmds] BASIC interpreter fixes and enhancements
0669cdbdc04a41fd1f3954bd86ff43160a970d2Santiago Hormazabal2022-04-07[basic] add load/save/dir support on the filesystem and some IO on 8018x
bb2a854445d0d60fd9e336be64cc6ed0d388719Greg Haerr2022-04-06[cmds] Add Sinclair BASIC Interpreter