{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":607840259,"defaultBranch":"GHA","name":"int","ownerLogin":"MirBSD","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-28T19:31:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7853336?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1692017244.0","currentOid":""},"activityList":{"items":[{"before":"b8203b9cb723db885e9dc3cfaafd3436fcd8c131","after":"620fc0bfd0e09f5a44cebd6dcc3b2cf93d243444","ref":"refs/heads/GHA","pushedAt":"2024-04-03T17:05:28.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"don’t run the cross workflow on i386","shortMessageHtmlLink":"don’t run the cross workflow on i386"}},{"before":"7949555ec5a291ab00feff0dc830e19ed0b8d792","after":"b8203b9cb723db885e9dc3cfaafd3436fcd8c131","ref":"refs/heads/GHA","pushedAt":"2024-04-03T16:44:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"18:42⎜ I'm thinking dropping qemu-user entirely","shortMessageHtmlLink":"18:42⎜<mjt:#debian-ports> I'm thinking dropping qemu-user entirely"}},{"before":"c9332170b48863bb85481fa9283568f152cf6958","after":"7949555ec5a291ab00feff0dc830e19ed0b8d792","ref":"refs/heads/GHA","pushedAt":"2024-04-02T10:08:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"upgrade to CodeQL v3","shortMessageHtmlLink":"upgrade to CodeQL v3"}},{"before":"45bd56726bad7e4fc25fa0124e371ecf3e0b6231","after":"c9332170b48863bb85481fa9283568f152cf6958","ref":"refs/heads/GHA","pushedAt":"2024-04-02T09:08:53.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"consistency in the header block for scripts","shortMessageHtmlLink":"consistency in the header block for scripts"}},{"before":"e2eb8c27a40fcf21b4254cd52b0c4d6b35ad2a15","after":"a312df0018815bc8017326d136dd2eddda1cfb3c","ref":"refs/heads/master","pushedAt":"2024-04-02T09:07:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"avoid trouble with CR-LF line endings 🙀","shortMessageHtmlLink":"avoid trouble with CR-LF line endings 🙀"}},{"before":"ede4c4bfc89d420a8981b6c65c9d14f076c4c518","after":"45bd56726bad7e4fc25fa0124e371ecf3e0b6231","ref":"refs/heads/GHA","pushedAt":"2024-04-02T08:51:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"newlines and Windhoos, arrrgh!","shortMessageHtmlLink":"newlines and Windhoos, arrrgh!"}},{"before":"44ee73d658381685685a9ac514a610c923a37127","after":"ede4c4bfc89d420a8981b6c65c9d14f076c4c518","ref":"refs/heads/GHA","pushedAt":"2024-04-02T08:30:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"I think GNU bash will mich verarschen…","shortMessageHtmlLink":"I think GNU bash will mich verarschen…"}},{"before":"34e29f3bc97f537137bdd9a630497721497f834b","after":"44ee73d658381685685a9ac514a610c923a37127","ref":"refs/heads/GHA","pushedAt":"2024-04-02T08:21:50.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"add MirBSD-or-CC0 licence tags to all scripts\n\n(same for the worklfows, but these have no place to put metadata)","shortMessageHtmlLink":"add MirBSD-or-CC0 licence tags to all scripts"}},{"before":"ca3f45fe7fbb3e113cc53843c45f621a448d9dc0","after":"e2eb8c27a40fcf21b4254cd52b0c4d6b35ad2a15","ref":"refs/heads/master","pushedAt":"2024-04-02T08:16:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"advance mbsd{int,cc}.h quite a bit:\n\n• move mksh/sh.h SHIKATANAI macro to mbsdcc.h and test it (bt-normal)\n• mirtime: note Issue 8 changes needed\n• C++ mbccChkExpr/mbccCEX now work with both OpenWatcom C++ (targetting\n Linux/i386), antique G++ and SUNWCC (Sun Studio 12.6), too\n• C++ mbccFAMslot now works outside GCC/Clang/MSVC++ (“works”, [1] hah)\n• OpenWatcom C: disable warning “Comparison result always 0” during CTA\n (downside is that ending a CTA should restore the level, but it lacks\n a pop pragma, so we set the level to 4/info)\n• for all bitfields, use unsigned int because SUNWcc complains about\n nōn-portable bitfields, C89 allows only {,{,un}signed} int anyway\n• better consistency checks in mbCTA_END\n• -DMBSDINT_H_SMALL_SYSTEM=3 handles 64-bit types again but works in a\n 16-bit environment (OpenWatcom C targetting DOS, where I got the\n selftests to work but the whole testsuite won’t fit a segment, or\n even multiple at once, we’re going to have to hack that eventually)\n• -DMBSDINT_H_WANT_LONG_IN_SIZET=0 for 16-bit without size_t ≥ long\n• change mbiTYPE_ISF to work in OpenWatcom C++; as that works in CTAs,\n mbiCTA_TYPE_{NOT,not}F goes away\n• work around MSVC ignoring (unsigned)sizetvar casts for -Wformat by\n writing them as (0U + (unsigned)sizetvar); their rationale is to\n make users switch to %zu ofc but we can’t do that in ancient C\n• check bc(1) is usable near testsuite runner beginning\n• rename all files to not have more than one dot, for OpenWatcom/DOS\n• check the “whether we can build at all” result if it runs unless cross\n• also check the split compile and link step works\n• check for for the testsuite’s system info helper and make\n it show float, double and long double info if present\n• split tif() from ti(), the latter “probably” fails compilation, in its\n int parts, if a type is actually float; tif now uses some bounds checks\n against the type-maximum and max-const deferring mbiMASK_BITS (and the\n mbiMASK_BITS part of mbiTYPE_UBITS) into a function instead of inline\n so the constant folder does not explode (also uses a volatile variable\n for the same purpose) but this is just so we can go without configure-\n time type checks exclusively in the system info helper\n• time_t could be float outside of POSIX land, use tif to info it\n (CTAs check other (shown) types to be integral)","shortMessageHtmlLink":"advance mbsd{int,cc}.h quite a bit:"}},{"before":"e5d555b75b74dea6f2240cc28d6a15f8d12097fc","after":"34e29f3bc97f537137bdd9a630497721497f834b","ref":"refs/heads/GHA","pushedAt":"2024-04-02T01:54:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"work around warning from egcs-1.1.2’ system header","shortMessageHtmlLink":"work around warning from egcs-1.1.2’ system header"}},{"before":"a69fd799735a9a84d7595df8a1852abbbaafa796","after":"e5d555b75b74dea6f2240cc28d6a15f8d12097fc","ref":"refs/heads/GHA","pushedAt":"2024-04-02T01:40:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"elide -DMBSDINT_H_WANT_LRG64 from C as well for EOL (slink fails)","shortMessageHtmlLink":"elide -DMBSDINT_H_WANT_LRG64 from C as well for EOL (slink fails)"}},{"before":"14f82c729d41f4ac0616758aed9e5f4fc1fba596","after":"a69fd799735a9a84d7595df8a1852abbbaafa796","ref":"refs/heads/GHA","pushedAt":"2024-04-02T01:34:12.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"see if this won’t make the GHA output easier to read","shortMessageHtmlLink":"see if this won’t make the GHA output easier to read"}},{"before":"cd9f7b4519bb746d2fbf7c9f8ddd4ed083e62b45","after":"14f82c729d41f4ac0616758aed9e5f4fc1fba596","ref":"refs/heads/GHA","pushedAt":"2024-04-02T00:59:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"improve slink workaround","shortMessageHtmlLink":"improve slink workaround"}},{"before":"eb90142b5c058a6688ffde641f882cc7d5aa52e0","after":"cd9f7b4519bb746d2fbf7c9f8ddd4ed083e62b45","ref":"refs/heads/GHA","pushedAt":"2024-04-02T00:57:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"ah, hmm, maybe if we build things statically linked?","shortMessageHtmlLink":"ah, hmm, maybe if we build things statically linked?"}},{"before":"607d47c69c553f7e103ebeccf8ed11b186fc39ea","after":"eb90142b5c058a6688ffde641f882cc7d5aa52e0","ref":"refs/heads/GHA","pushedAt":"2024-04-02T00:51:50.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"try another workaround for slink","shortMessageHtmlLink":"try another workaround for slink"}},{"before":"189a7d7c568c8884ead65abf18a6bb1f244a7849","after":"607d47c69c553f7e103ebeccf8ed11b186fc39ea","ref":"refs/heads/GHA","pushedAt":"2024-04-02T00:36:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"fix a few pastos; interact properly with mkt-int.sh -x","shortMessageHtmlLink":"fix a few pastos; interact properly with mkt-int.sh -x"}},{"before":"d8caea320c565071563d908a72535156c6017f8e","after":"189a7d7c568c8884ead65abf18a6bb1f244a7849","ref":"refs/heads/GHA","pushedAt":"2024-04-02T00:28:55.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"attempt at cross-building in Debian sid + qemu-user for running\n\nfor only those arches we don’t already have in alpine linux","shortMessageHtmlLink":"attempt at cross-building in Debian sid + qemu-user for running"}},{"before":"8464f5b93b2a6ebcf6565fa01e7eac425e56a0b5","after":"d8caea320c565071563d908a72535156c6017f8e","ref":"refs/heads/GHA","pushedAt":"2024-04-01T08:47:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"update GHA versions","shortMessageHtmlLink":"update GHA versions"}},{"before":"18eeb06b9723981430d82c5a03f331b6ad1055e4","after":"8464f5b93b2a6ebcf6565fa01e7eac425e56a0b5","ref":"refs/heads/GHA","pushedAt":"2024-04-01T08:39:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"draft one combining both approaches instead","shortMessageHtmlLink":"draft one combining both approaches instead"}},{"before":"7961dc97925d791c2a8d6696c925f711b2a567d0","after":"18eeb06b9723981430d82c5a03f331b6ad1055e4","ref":"refs/heads/GHA","pushedAt":"2024-04-01T08:23:29.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"quell MSVC++ complaints about those conversions","shortMessageHtmlLink":"quell MSVC++ complaints about those conversions"}},{"before":"01a86a23e5685ffcc79c3d9170df9d3b3086eaa4","after":"7961dc97925d791c2a8d6696c925f711b2a567d0","ref":"refs/heads/GHA","pushedAt":"2024-04-01T07:37:56.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"off_t cannot be floatish (checked)","shortMessageHtmlLink":"off_t cannot be floatish (checked)"}},{"before":"6e1c5937ecf53c0e84c235f5fa3152b8b25f7255","after":"01a86a23e5685ffcc79c3d9170df9d3b3086eaa4","ref":"refs/heads/GHA","pushedAt":"2024-04-01T07:18:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"drop -DMBSDINT_H_WANT_LRG64 from debeol CFrustFrust:\nold CFrustFrust releases lack “long long”","shortMessageHtmlLink":"drop -DMBSDINT_H_WANT_LRG64 from debeol CFrustFrust:"}},{"before":"010230f3699a3b0bd0b44c4186a171e964393dbf","after":"6e1c5937ecf53c0e84c235f5fa3152b8b25f7255","ref":"refs/heads/GHA","pushedAt":"2024-04-01T07:06:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"work around MSVC bug (cast ignored with -Wformat)","shortMessageHtmlLink":"work around MSVC bug (cast ignored with -Wformat)"}},{"before":"b89b20604866140bad101d6085e118d859155b01","after":"010230f3699a3b0bd0b44c4186a171e964393dbf","ref":"refs/heads/GHA","pushedAt":"2024-04-01T06:01:27.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"drop name from mbCTA_END() as it’s not checked","shortMessageHtmlLink":"drop name from mbCTA_END() as it’s not checked"}},{"before":"4ce1660039a7c5e1d4e276aa605b71e03e9f6f15","after":"b89b20604866140bad101d6085e118d859155b01","ref":"refs/heads/GHA","pushedAt":"2024-03-26T05:55:47.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"introduce MBSDINT_H_WANT_LONG_IN_SIZET (default = 1)\n\nif = 0, size_t only needs to fit int, not long\n\n$ wcc mkt-int-t-in.c -DMBSDINT_H_SMALL_SYSTEM=3 -DMBSDINT_H_WANT_LONG_IN_SIZET=0 -wcd=124\n$ wlink name mkt-int-t-in system com file mkt-int-t-in.o\n\nthis passes mbsdint selftest, not yet full testsuite","shortMessageHtmlLink":"introduce MBSDINT_H_WANT_LONG_IN_SIZET (default = 1)"}},{"before":"d38bf373e10b4cc450267a3a39d0ba8fc4160b3e","after":"4ce1660039a7c5e1d4e276aa605b71e03e9f6f15","ref":"refs/heads/GHA","pushedAt":"2024-03-26T04:29:46.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"check for and #if 0’d ti() of basic reals\n\nthis needs more thought: the mbiTYPE_UBITS(t), even if hidden\nbehind an if and a ternary, must evaluate validly, which\n“~(float)0” isn’t ☹","shortMessageHtmlLink":"check for <float.h> and #if 0’d ti() of basic reals"}},{"before":"b35b0610615a5f10a0accec105f8f1096ebcc2ff","after":"d38bf373e10b4cc450267a3a39d0ba8fc4160b3e","ref":"refs/heads/GHA","pushedAt":"2024-02-02T07:45:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"fix typo","shortMessageHtmlLink":"fix typo"}},{"before":"13991fc0339b9489325a6d346e1157a17970aba3","after":"b35b0610615a5f10a0accec105f8f1096ebcc2ff","ref":"refs/heads/GHA","pushedAt":"2024-02-02T07:39:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"try with gcc-snapshot as well","shortMessageHtmlLink":"try with gcc-snapshot as well"}},{"before":"8fe83dfee5babc5917345899453adf84b2a58c42","after":"ca3f45fe7fbb3e113cc53843c45f621a448d9dc0","ref":"refs/heads/master","pushedAt":"2024-01-05T03:27:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"dual-licence all my CC0 works under MirBSD, or…\n\n• in the case of soundfonts, also MIT (as in Fluid (R3) Mono)\n• for FreeLicenceLists.htm recommend doing so\n\nshould help with the distros disallowing CC0 based on its\nexplicit not-grant of a patent licence and others\n\n(this notably leaves others’ CC0 code in pax and file, which\nprobably is sufficient as falling under MirBSD collective-work\nand, perhaps, trivial enough for them)","shortMessageHtmlLink":"dual-licence all my CC0 works under MirBSD, or…"}},{"before":"bd1f675fe1761a48f0b658f9df44e2e7375edb17","after":"13991fc0339b9489325a6d346e1157a17970aba3","ref":"refs/heads/GHA","pushedAt":"2023-12-22T03:56:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mirabilos","name":"mirabilos","path":"/mirabilos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/861078?s=80&v=4"},"commit":{"message":"oops","shortMessageHtmlLink":"oops"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJuuNRgA","startCursor":null,"endCursor":null}},"title":"Activity · MirBSD/int"}