1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-01 09:30:56 +00:00

Commit Graph

  • 31ad2f2169 Adds MaikoGitVersion to information printed with -info option Nick Briggs 2024-12-16 20:13:05 -08:00
  • 66721ccc1c Replaces shadowed "-t <interval>" with "-timer <interval>" Nick Briggs 2024-12-16 19:59:03 -08:00
  • b13a35e16e Merge pull request #519 from Interlisp/nhb-fix-sdl-display-bitmap-flushing Nick Briggs 2024-12-15 09:25:29 -08:00
  • 55d8504060 Corrects interaction of BITMAPBIT with buffered display bitmap Nick Briggs 2024-12-14 13:22:44 -08:00
  • ecdab720f2 Missing call to flush_display_lineregion() for SDL in PILOTBITBLT Nick Briggs 2024-12-14 12:57:24 -08:00
  • 249efce565 Adds comments regarding init_cursor() purpose in initdsp.c Nick Briggs 2024-12-03 15:40:37 -08:00
  • 1de2e3e954 Update README.md to be slightly more accurate. Nick Briggs 2024-12-02 13:57:24 -08:00
  • a2f62159e9 Merge pull request #518 from Interlisp/cmakelists-ldeinit-solaris Nick Briggs 2024-11-24 08:08:49 -08:00
  • b2a22a8ac8 Updates CMakeLists.txt to add Solaris specific define to ldeint build Nick Briggs 2024-11-24 02:45:50 -05:00
  • 89b2b4f866 Merge pull request #517 from Interlisp/improve-cmake-vdate-depends Nick Briggs 2024-11-20 12:14:09 -08:00
  • 96046c01f0 Adds MaikoGitVersion string to vdate.o Nick Briggs 2024-11-20 11:18:41 -08:00
  • 578b26547a Updates CMakeLists.txt to avoid recreating vdate.c if nothing has changed Nick Briggs 2024-11-19 15:20:44 -08:00
  • 13cbc33da3 Merge pull request #516 from Interlisp/include-file-reorganization Nick Briggs 2024-11-11 10:26:05 -08:00
  • e68fb0dd57 Trying macos-12 in buildRelease.yml since the workflow fails for macos-latest (= macos-14). fgh_github-actions-updates Frank Halasz 2024-11-10 23:09:12 -08:00
  • 11978b714f Update docker/ github actions to current versions to account for deprecation of node12 - on which previous versions were based Frank Halasz 2024-11-10 22:44:06 -08:00
  • d55b9e55c6 Add workflow_dispatch (in addition to push and pull_request) to build.yml triggers - for testing Frank Halasz 2024-11-10 22:27:33 -08:00
  • 666cceff7e Update github actions to account for deprecation of macos-12 runners and the move of ubuntu-latest runner to ubuntu-24.04. Use explicit versions instead of latest to prevent issues when latest changes unexpectedly. Frank Halasz 2024-11-10 21:58:34 -08:00
  • baeec1b957 Renames bitblt.h to bbtmacro.h and updates all uses Nick Briggs 2024-11-07 12:39:55 -08:00
  • 99550aaa7c Renames return.h to retmacro.h and updates all uses Nick Briggs 2024-11-06 13:31:46 -08:00
  • 99601ede75 Removes incorrect dependency on osmsg.h and renames it to osmsgprint.h Nick Briggs 2024-11-05 14:57:00 -08:00
  • 4f3cb4d326 Removes ether.h and merges Lisp interface structs into lsptypes.h Nick Briggs 2024-11-05 14:14:26 -08:00
  • b98e1612d1 Removes tty.h and merges #defines (all local) and Lisp interface structs into tty.c Nick Briggs 2024-11-05 14:07:16 -08:00
  • fe71946f82 Removes vmemsave.h and merges #defines (all local, mostly unused) into vmemsave.c Nick Briggs 2024-11-05 14:02:27 -08:00
  • c332c71a3e Removes unreferenced xscroll.h (dup of xscrolldefs.h) Nick Briggs 2024-11-05 13:56:08 -08:00
  • cea720feb2 Remove tabs embedded in strings used for formatting output (#515) Nick Briggs 2024-10-31 13:36:31 -07:00
  • a3f3775c0a Add missing includes and include file if compiling with COLOR defined. Nick Briggs 2024-10-22 10:06:10 -07:00
  • d2d4f18ade Correct error message when debug frame extension limit exceeded Nick Briggs 2024-10-22 09:56:06 -07:00
  • c3b7d1707d Switch X11 options to use shared windowTitle and cleanup icon title variable name Nick Briggs 2024-10-18 16:21:58 -07:00
  • 532731b716 Cleanup options variables, spelling errors, declarations Nick Briggs 2024-10-18 16:07:46 -07:00
  • 29e5b374fe Update CMakeLists.txt to suggested syntax for SDL projects. Nick Briggs 2024-10-17 14:26:16 -07:00
  • 0c7b1cccd4 Merge pull request #514 from Interlisp/cleanup-USHORT-bitfields Nick Briggs 2024-10-15 19:27:13 -07:00
  • 535811935c Update keyname map to account for changed key names in SDL3 nhb-update-for-sdl3 Nick Briggs 2024-10-15 15:03:20 -07:00
  • fae5c4956e Cleanup in the "version array" handling in the {DSK} device (#513) Nick Briggs 2024-10-14 14:15:02 -07:00
  • 86ba485c3e Replace "unsigned short" use for bit-fields with DLword Nick Briggs 2024-10-14 13:17:26 -07:00
  • b88ea87fa8 Remove USHORT definition and replace uses with DLword Nick Briggs 2024-10-14 12:57:02 -07:00
  • 91e0cea9d5 Fix #1826 - emulator crash when too many versions of a file in a directory (#512) Nick Briggs 2024-09-16 17:47:48 -07:00
  • 4ad14fa832 Allow choice of foreground and background colors for Medley X11/SDL display (#511) Nick Briggs 2024-09-09 12:56:18 -07:00
  • aa4df518a1 Release 201 corrections (#510) Nick Briggs 2024-09-01 16:26:30 -07:00
  • 5c9b5ef4ec Ignore mouse motion events when the window does not have keyboard focus (#509) Nick Briggs 2024-08-21 20:59:37 -07:00
  • fd90bbf9b9 Ignore mouse motion events when the window does not have keyboard focus wip-nhb-sdl-mouse-fix Nick Briggs 2024-08-15 20:36:26 -07:00
  • cec93e6ae5 Set up makeright etc. to allow for easier compilation of alternate versions Nick Briggs 2024-08-05 17:13:01 -07:00
  • 72e26ca033 Fix compilation for maiko version 201 Nick Briggs 2024-08-05 16:23:54 -07:00
  • f6f833c612 Fix compilation for maiko version 201 Nick Briggs 2024-08-05 16:20:09 -07:00
  • 3ef7d2d68e Fixing mismatched type declaration avoids cast from DLword* to short* Nick Briggs 2024-05-29 16:52:29 -07:00
  • 68c74e4e79 Add support for setting cursor color to ldex (X11 display) (#508) Nick Briggs 2024-05-23 09:52:22 -07:00
  • c765ca5cc8 Update SDL dependent code and makefile segments to prepare for SDL3 (#497) Nick Briggs 2024-05-21 12:07:13 -07:00
  • 3ac46abc5c Implement the "B hexaddr" command to print array block (#506) Nick Briggs 2024-05-20 15:12:38 -07:00
  • 613ffd8aca Update .gitignore to ignore 386-sdl build directory (#507) Nick Briggs 2024-05-20 15:10:38 -07:00
  • db5d5a31e7 Add -rpath /Library/Frameworks to accommodate newer macOS releases (#505) Nick Briggs 2024-05-19 23:39:00 -07:00
  • 4becc6ad93 Not all systems define MAP_FAILED for the return value from failing mmap() (#502) maiko-240513-4becc6ad Nick Briggs 2024-05-13 15:37:53 -07:00
  • 40a1a8dcd2 Rationalize the processing of command line args for the sysout. Fixes Issue#1703 (#503) Frank Halasz 2024-05-13 15:36:33 -07:00
  • fd16058ca7 Merge pull request #504 from Interlisp/fgh_fix-cygwin-github-build maiko-240510-fd16058c Frank Halasz 2024-05-10 14:31:50 -07:00
  • 1426386830 In buildRelease.yml, change site for cygwin download to https:/mirrors.kernel.org since old gatech site is now deprecated. Frank Halasz 2024-05-10 14:19:12 -07:00
  • 6eb5e8420e Typo in nethub builds for MacOS fgh_nethub-build Frank Halasz 2024-05-08 17:31:29 -07:00
  • a89e146d9a Enable nethub builds for MacOS as well Frank Halasz 2024-05-08 17:26:05 -07:00
  • f6c09f9f03 Merge branch 'master' into fgh_nethub-build Frank Halasz 2024-05-08 17:17:37 -07:00
  • de361e0258 IPv4 host network addresses convert with htonl() not htons() (#501) Nick Briggs 2024-05-06 22:57:39 -07:00
  • 3979cdd60d Update config.guess, config.sub to current GNU versions (#500) Nick Briggs 2024-05-06 22:57:16 -07:00
  • 6c6b01f99c Merge pull request #499 from Interlisp/fgh_buildRelease_MacOS_fix maiko-240506-6c6b01f9 Frank Halasz 2024-05-06 16:41:23 -07:00
  • 143c0f67cf In buildRelease workflow, MacOS job - fix issue with uninstall of casks that have not actually been installed. result of changes to github runner in MacOS-lastest Frank Halasz 2024-05-06 16:12:59 -07:00
  • c391641691 Eliminate warnings for ignored fprintf() result when printing messages to stderr maiko-240424-c3916416 Nick Briggs 2024-04-24 11:41:46 -07:00
  • 38862ddb08 Ignore snprintf() result where OK to do so, convert sprintf() to snprintf() Nick Briggs 2024-04-23 21:49:38 -07:00
  • 8d34f0869a Problem with directory caching, #1661, disable until it is solved. Nick Briggs 2024-04-13 11:12:10 -07:00
  • e2e2c7e394 Haiku OS port (#485) Anarchos 2024-04-11 05:14:46 +02:00
  • 2e86450fad Improve the file lookup performance for {DSK} files (#498) Nick Briggs 2024-04-03 21:10:54 -07:00
  • 400ccab637 exit with non-zero status if unable to open sysout or... (#496) Nick Briggs 2024-03-31 09:55:26 -07:00
  • 95f4ac8167 Update UNIX-GETPARM to return values for OSNAME and ARCH (#495) Nick Briggs 2024-03-25 15:26:31 -07:00
  • 40f6488ee4 Merge pull request #494 from Interlisp/color-code-cleanup Nick Briggs 2024-03-19 21:09:44 -07:00
  • 3c3fc94246 Clean up rawcolor code so it at least compiles without error Nick Briggs 2024-03-19 09:10:29 -07:00
  • 559ba779b2 Missing definition for taking_mouse_up() Nick Briggs 2024-03-19 09:09:36 -07:00
  • afd6cf4b80 Merge pull request #493 from Interlisp/stack-debug-01 Nick Briggs 2024-03-18 16:30:06 -07:00
  • 68baf6fb30 Use ...FromStackOffset functions where appropriate Nick Briggs 2024-03-07 10:45:38 -08:00
  • 939c23c03b Additional check for bad stack offset calculation Nick Briggs 2024-03-07 10:01:19 -08:00
  • 55591557b6 Clarify the expected size/packing of bit fields in stack structures Nick Briggs 2024-03-07 09:30:59 -08:00
  • eac4cdc3d3 Update install of sdl2 for emscripten in buildRelease workflow. fgh_emscripten-03 Frank Halasz 2024-02-16 12:45:30 -08:00
  • eacdd98f48 1. Replace wasm build with wasm_nl builds and get rid of wasm_nl flag. Update buildRelease.yml and makeright accordingly. 2. Add -lidbfs.js flag to LDFLAGS in makefile-emscripten-wasm.wasm. 3. Update buildRelease.yml docker action versions to accomdate github moving from node 16 to node 20. Frank Halasz 2024-02-16 12:32:15 -08:00
  • fb579a2ab5 Merge pull request #491 from Interlisp/fgh_emscripten-vmem_save Frank Halasz 2024-02-16 12:03:31 -08:00
  • 163d5db50f Backing out LD/CC change in makefile-tail. Adding comment in makefile-emscripten fgh_emscripten-combined Frank Halasz 2024-02-16 01:25:04 -08:00
  • a1dff20adb Merge branch 'fgh_emscripten-vmem_save' into fgh_emscripten-combined Frank Halasz 2024-02-16 00:45:07 -08:00
  • 5f69aa4242 Update buildRelease workflow to accomodate move from wasm_nl to wasm. fgh_emscripten-02 Frank Halasz 2024-02-16 00:41:47 -08:00
  • 7564790bfe Remove debugging code and add -DMAIKO_OS_EMSCRIPTEN to makefile-emscripten.wasm-wasm Frank Halasz 2024-02-16 00:22:31 -08:00
  • 258f70a82b Fix Issue#1541: IL:LOGOUT does not work running Medley on emscripten maiko Frank Halasz 2024-02-16 00:03:39 -08:00
  • fa17cddf68 Merge branch 'fgh_emscripten-02' of https://github.com/Interlisp/maiko into fgh_emscripten-02 Frank Halasz 2024-02-14 22:20:48 -08:00
  • 6793137280 Merge branch 'master' into fgh_emscripten-02 Frank Halasz 2024-02-14 22:07:40 -08:00
  • 895f765105 Merge pull request #490 from Interlisp/nhb-no-wasm-getrusage Nick Briggs 2024-02-13 16:08:40 -08:00
  • 610b7f42bb 1. Fixed makefile-tail so it uses $(LD) for linker operations instead of $(CC); $(LD) is set to $(CC) if $(LD) not set before makefile-tail. 2. In makefile-tail added $(UPFRONT_LDFLAGS) to accomdate emscripten build where -lidbfs.js needs to come before files in ld call. 3) replaced wasm builds with wasm_nl builds; removed wasm_nl builds. Frank Halasz 2024-02-13 12:48:44 -08:00
  • 461b6a901c WIP. Adding -lidbfs.js to emscripten build Frank Halasz 2024-02-13 10:34:01 -08:00
  • 9f02ce0590 Emscripten/wasm does not support getrusage() system call Nick Briggs 2024-02-12 09:30:46 -08:00
  • ce20accae3 Merge pull request #489 from Interlisp/fgh_em-build-01 maiko-240211-ce20acca Frank Halasz 2024-02-11 14:28:57 -08:00
  • ce7deadad3 Added LZ4 compression to wasm_nl Frank Halasz 2024-02-10 00:40:20 -08:00
  • 0b0c82ce18 Returning buildRelease to full builds Frank Halasz 2024-02-07 18:37:47 -08:00
  • 3ae25f81f8 update actions to later versions to account for githiubs move from node16 to node20 Frank Halasz 2024-02-07 18:29:22 -08:00
  • 52a3512379 additional fix to tar of emscripten files Frank Halasz 2024-02-07 18:09:39 -08:00
  • df6dd883a6 fix tar of emscripten files Frank Halasz 2024-02-07 18:01:36 -08:00
  • 3d341e3bbd 5 Debugging emscripten install PATH updates Frank Halasz 2024-02-07 17:53:53 -08:00
  • ebe4babbe1 4 Debugging emscripten install PATH updates Frank Halasz 2024-02-07 17:23:40 -08:00
  • 587ce1983a 3 Debugging emscripten install PATH updates Frank Halasz 2024-02-07 17:14:16 -08:00
  • b841a44427 2 Debugging emscripten install PATH updates Frank Halasz 2024-02-07 17:10:01 -08:00
  • efd200dbf7 Debugging emscripten install PATH updates Frank Halasz 2024-02-07 17:02:21 -08:00
  • 640f69877f More on fixing emscripten install PATH updates Frank Halasz 2024-02-07 16:57:04 -08:00