{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":279184900,"defaultBranch":"master","name":"maiko","ownerLogin":"Interlisp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-07-13T02:00:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/68209913?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715794832.0","currentOid":""},"activityList":{"items":[{"before":"40a1a8dcd28779ebdd94e61589a482a836b33064","after":"4becc6ad9368745ad53c6d8b08960462d9c77f42","ref":"refs/heads/master","pushedAt":"2024-05-13T22:37:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Not all systems define MAP_FAILED for the return value from failing mmap() (#502)","shortMessageHtmlLink":"Not all systems define MAP_FAILED for the return value from failing m…"}},{"before":"fd16058ca7debb9e9620b99a512c93937300fb5c","after":"40a1a8dcd28779ebdd94e61589a482a836b33064","ref":"refs/heads/master","pushedAt":"2024-05-13T22:36:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Rationalize the processing of command line args for the sysout. Fixes Issue#1703 (#503)\n\n* Rationalize the processing of command line args for the sysout. Remove most of the redundancy between what is done for sysout arg processing in xrdopt.c versus main.c. Move all of the decision making about what sysout_name to use until all args have been processed (both in xrdpopt and main). This is done in main, where the prioritization and checking is done in one place rather than spread in several places in xrdopt and main. // Order of priority:\r\n628 // 1. Value of -sysout command line arg\r\n629 // 2. Value of the first command line arg\r\n630 // 3. Value of LDESRCESYSOUT env variable\r\n631 // 4. Value of LDESOURCESYSOUT env variable\r\n632 // 5. Value as determined by X resource manager, if any\r\n633 // 6. Value of /home/frank/lisp.virtualmem (or lisp.vm for DOS)\r\n\r\n* In main.c moved check for sysout as first arg to before the call to read_Xoption. This will ensure that we always check the 'true' first argument even when read_Xoption modifies argv.","shortMessageHtmlLink":"Rationalize the processing of command line args for the sysout. Fixes…"}},{"before":"b06e5597eb6a34a2a3e8ea11161c2dc29ab428f7","after":"e7356cfdcbf862cd0ff27eb1596e5f390dd83178","ref":"refs/heads/fgh_fix-sysout-args","pushedAt":"2024-05-13T19:44:53.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"In main.c moved check for sysout as first arg to before the call to read_Xoption. This will ensure that we always check the 'true' first argument even when read_Xoption modifies argv.","shortMessageHtmlLink":"In main.c moved check for sysout as first arg to before the call to r…"}},{"before":null,"after":"ad74131843f2ac10c7d93cffc52f6729274582a2","ref":"refs/heads/add-rpath-to-macos-sdl-builds","pushedAt":"2024-05-10T22:58:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Add -rpath /Library/Frameworks to accommodate newer macOS releases\n\nOn or before macOS Ventura's release, defaulting the @rpath to\ninclude /Library/Frameworks stopped. Since we expect the SDL2\nframework to be installed there we must add a -rpath option.\nThis should be backwards compatible with older macOS releases.\n(verified on Catalina but nothing older)","shortMessageHtmlLink":"Add -rpath /Library/Frameworks to accommodate newer macOS releases"}},{"before":"de361e0258afa77e46afad5a90fc874bb0a95eea","after":"fd16058ca7debb9e9620b99a512c93937300fb5c","ref":"refs/heads/master","pushedAt":"2024-05-10T21:31:50.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"Merge pull request #504 from Interlisp/fgh_fix-cygwin-github-build\n\nFix Cygwin github builds: Issue#1705","shortMessageHtmlLink":"Merge pull request #504 from Interlisp/fgh_fix-cygwin-github-build"}},{"before":null,"after":"14263868308154cf93ade8f6d08b07146106e7eb","ref":"refs/heads/fgh_fix-cygwin-github-build","pushedAt":"2024-05-10T21:19:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"In buildRelease.yml, change site for cygwin download to https:/mirrors.kernel.org since old gatech site is now deprecated.","shortMessageHtmlLink":"In buildRelease.yml, change site for cygwin download to https:/mirror…"}},{"before":null,"after":"b06e5597eb6a34a2a3e8ea11161c2dc29ab428f7","ref":"refs/heads/fgh_fix-sysout-args","pushedAt":"2024-05-10T08:05:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"Rationalize the processing of command line args for the sysout. Remove most of the redundancy between what is done for sysout arg processing in xrdopt.c versus main.c. Move all of the decision making about what sysout_name to use until all args have been processed (both in xrdpopt and main). This is done in main, where the prioritization and checking is done in one place rather than spread in several places in xrdopt and main. // Order of priority:\n628 // 1. Value of -sysout command line arg\n629 // 2. Value of the first command line arg\n630 // 3. Value of LDESRCESYSOUT env variable\n631 // 4. Value of LDESOURCESYSOUT env variable\n632 // 5. Value as determined by X resource manager, if any\n633 // 6. Value of /home/frank/lisp.virtualmem (or lisp.vm for DOS)","shortMessageHtmlLink":"Rationalize the processing of command line args for the sysout. Remov…"}},{"before":"a89e146d9a76b7171fea5f0b0d2c25fc560ea5e5","after":"6eb5e8420eab08a80076f487ac3849d65aa98429","ref":"refs/heads/fgh_nethub-build","pushedAt":"2024-05-09T00:31:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"Typo in nethub builds for MacOS","shortMessageHtmlLink":"Typo in nethub builds for MacOS"}},{"before":"f6c09f9f03a8999f21b8a6844d4a86672dc941ca","after":"a89e146d9a76b7171fea5f0b0d2c25fc560ea5e5","ref":"refs/heads/fgh_nethub-build","pushedAt":"2024-05-09T00:26:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"Enable nethub builds for MacOS as well","shortMessageHtmlLink":"Enable nethub builds for MacOS as well"}},{"before":"4d589237eed4d942b4d6b8e890e92d7c6143cbe6","after":"f6c09f9f03a8999f21b8a6844d4a86672dc941ca","ref":"refs/heads/fgh_nethub-build","pushedAt":"2024-05-09T00:17:58.000Z","pushType":"push","commitsCount":57,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"Merge branch 'master' into fgh_nethub-build","shortMessageHtmlLink":"Merge branch 'master' into fgh_nethub-build"}},{"before":"143c0f67cf5cc2ea977c024e25422aa5ba43b94b","after":null,"ref":"refs/heads/fgh_buildRelease_MacOS_fix","pushedAt":"2024-05-09T00:03:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"}},{"before":null,"after":"a904433b2c244f6048ebe1a0ec430d9994d2b802","ref":"refs/heads/fix-missing-map-failed","pushedAt":"2024-05-08T01:31:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Not all systems define MAP_FAILED for the return value from failing mmap()","shortMessageHtmlLink":"Not all systems define MAP_FAILED for the return value from failing m…"}},{"before":"4669755c0e9ee0819afa69410f122885a755b4dc","after":"177a25f80dd0d31b2bfd628fb689ca87c024f94c","ref":"refs/heads/prepare-for-sdl3","pushedAt":"2024-05-07T17:41:38.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Merge branch 'master' into prepare-for-sdl3","shortMessageHtmlLink":"Merge branch 'master' into prepare-for-sdl3"}},{"before":"3979cdd60dfe289cb5fd84af28ed8baff7d4bb60","after":"de361e0258afa77e46afad5a90fc874bb0a95eea","ref":"refs/heads/master","pushedAt":"2024-05-07T05:57:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"IPv4 host network addresses convert with htonl() not htons() (#501)","shortMessageHtmlLink":"IPv4 host network addresses convert with htonl() not htons() (#501)"}},{"before":"6c6b01f99c23cae0851d9f14d4c5af6f8955f447","after":"3979cdd60dfe289cb5fd84af28ed8baff7d4bb60","ref":"refs/heads/master","pushedAt":"2024-05-07T05:57:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Update config.guess, config.sub to current GNU versions (#500)","shortMessageHtmlLink":"Update config.guess, config.sub to current GNU versions (#500)"}},{"before":null,"after":"87ca22c365f3398788640fac1d60ef35aee7b0c2","ref":"refs/heads/connect-inet-addr-is-not-short","pushedAt":"2024-05-07T00:53:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"IPv4 host network addresses convert with htonl() not htons()","shortMessageHtmlLink":"IPv4 host network addresses convert with htonl() not htons()"}},{"before":null,"after":"eef9ff66d2f8e8fa38f9bd5bec56023e02fed04f","ref":"refs/heads/update-gnu-config-scripts-2024","pushedAt":"2024-05-07T00:37:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Update config.guess, config.sub to current GNU versions","shortMessageHtmlLink":"Update config.guess, config.sub to current GNU versions"}},{"before":"c3916416910a9c8007f57c30c8bf616fd5030962","after":"6c6b01f99c23cae0851d9f14d4c5af6f8955f447","ref":"refs/heads/master","pushedAt":"2024-05-06T23:41:23.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"Merge pull request #499 from Interlisp/fgh_buildRelease_MacOS_fix\n\nIn buildRelease workflow, MacOS job - fix issue with uninstall of casks that have not actually been installed","shortMessageHtmlLink":"Merge pull request #499 from Interlisp/fgh_buildRelease_MacOS_fix"}},{"before":null,"after":"143c0f67cf5cc2ea977c024e25422aa5ba43b94b","ref":"refs/heads/fgh_buildRelease_MacOS_fix","pushedAt":"2024-05-06T23:13:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fghalasz","name":"Frank Halasz","path":"/fghalasz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1251539?s=80&v=4"},"commit":{"message":"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","shortMessageHtmlLink":"In buildRelease workflow, MacOS job - fix issue with uninstall of cas…"}},{"before":"8d34f0869af633d4d9fe126d41873045d5ba5662","after":"c3916416910a9c8007f57c30c8bf616fd5030962","ref":"refs/heads/master","pushedAt":"2024-04-25T01:34:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Eliminate warnings for ignored fprintf() result when printing messages to stderr","shortMessageHtmlLink":"Eliminate warnings for ignored fprintf() result when printing message…"}},{"before":"e2e2c7e3946b93e8c2fddc0248de6861dc4aff6d","after":"8d34f0869af633d4d9fe126d41873045d5ba5662","ref":"refs/heads/master","pushedAt":"2024-04-13T18:12:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Problem with directory caching, #1661, disable until it is solved.","shortMessageHtmlLink":"Problem with directory caching, #1661, disable until it is solved."}},{"before":"1d31556e40367c1e0b38ce977ce16a93431b7b18","after":"4669755c0e9ee0819afa69410f122885a755b4dc","ref":"refs/heads/prepare-for-sdl3","pushedAt":"2024-04-13T07:09:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Allow makeright to accept sdl3 as display type to ease SDL3 experiments","shortMessageHtmlLink":"Allow makeright to accept sdl3 as display type to ease SDL3 experiments"}},{"before":"eba09935848a1138cdcd86b5dd4197c8faf58070","after":"1d31556e40367c1e0b38ce977ce16a93431b7b18","ref":"refs/heads/prepare-for-sdl3","pushedAt":"2024-04-12T06:35:33.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Add updates for makefile-haiku.x86_64-sdl to prepare for SDL3","shortMessageHtmlLink":"Add updates for makefile-haiku.x86_64-sdl to prepare for SDL3"}},{"before":"e4a165c037240615c6c0c7bf201b044534fadc26","after":null,"ref":"refs/heads/prepare-for-SDL3","pushedAt":"2024-04-12T06:31:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"}},{"before":null,"after":"e4a165c037240615c6c0c7bf201b044534fadc26","ref":"refs/heads/prepare-for-SDL3","pushedAt":"2024-04-11T19:24:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Update new makefile-haiku.x86_64-sdl slice for SDL3 also","shortMessageHtmlLink":"Update new makefile-haiku.x86_64-sdl slice for SDL3 also"}},{"before":"2e86450fad80b5b82a047d873e68dce395c2fb80","after":"e2e2c7e3946b93e8c2fddc0248de6861dc4aff6d","ref":"refs/heads/master","pushedAt":"2024-04-11T03:14:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Haiku OS port (#485)\n\n* Haiku OS port\r\n* haiku with X11 backend\r\n* haiku has stpncpy\r\n* Haiku is not Linux.\r\n* X not stable enough on Haiku\r\n* Haiku : settimeofday is a no-op\r\n* Haiku : no need to define settimeofday at all (pointed by nbriggs)\r\n\r\n---------\r\n\r\nSigned-off-by: Anarchos ","shortMessageHtmlLink":"Haiku OS port (#485)"}},{"before":"400ccab637375811880fb3ee20d041b24c51a8bf","after":"2e86450fad80b5b82a047d873e68dce395c2fb80","ref":"refs/heads/master","pushedAt":"2024-04-04T04:10:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Improve the file lookup performance for {DSK} files (#498)\n\nThe directory caching for file lookup on {DSK} was disabled due to a\r\nbug in SunOS - this is no longer relevant, so the cache can be reenabled.","shortMessageHtmlLink":"Improve the file lookup performance for {DSK} files (#498)"}},{"before":null,"after":"ad48d3773dcc33f31e55204636730caeddb94c22","ref":"refs/heads/improve-dsk-lookup-performance","pushedAt":"2024-04-02T17:48:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Improve the file lookup performance for {DSK} files\n\nThe directory caching for file lookup on {DSK} was disabled due to a\nbug in SunOS - this is no longer relevant, so the cache can be reenabled.","shortMessageHtmlLink":"Improve the file lookup performance for {DSK} files"}},{"before":"95f4ac816724040b2dd3fca99cfd4abe78ea71a6","after":"400ccab637375811880fb3ee20d041b24c51a8bf","ref":"refs/heads/master","pushedAt":"2024-03-31T16:55:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"exit with non-zero status if unable to open sysout or... (#496)","shortMessageHtmlLink":"exit with non-zero status if unable to open sysout or... (#496)"}},{"before":null,"after":"eba09935848a1138cdcd86b5dd4197c8faf58070","ref":"refs/heads/prepare-for-sdl3","pushedAt":"2024-03-28T00:51:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nbriggs","name":"Nick Briggs","path":"/nbriggs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8138841?s=80&v=4"},"commit":{"message":"Update SDL dependent code and makefile segments to prepare for SDL3\n\nMany APIs have changed between SDL2 and SDL3. This update adds\npreprocessor conditionals to adapt the Maiko SDL code to allow selection of\nthe SDL major version (2 or 3) from the -DSDL=n define.\n\nThe SDL3 implementation is currently available as a preview release, 3.1.0, at\n https://github.com/libsdl-org/SDL/releases/tag/prerelease-3.1.0","shortMessageHtmlLink":"Update SDL dependent code and makefile segments to prepare for SDL3"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESOJnnwA","startCursor":null,"endCursor":null}},"title":"Activity · Interlisp/maiko"}