1
0
mirror of https://github.com/janet-lang/janet synced 2026-05-12 00:12:15 +00:00

Commit Graph

  • 91bb34c3bf Add missing <io.h> header for Windows Michael Camilleri 2024-12-15 19:17:48 +09:00
  • 17d5fb3210 Fix ev/to-file on Windows Michael Camilleri 2024-12-15 18:56:35 +09:00
  • 687b987f7e Add ev/to-file for synchronous resource operations Michael Camilleri 2024-12-15 17:36:54 +09:00
  • 4daecc9a41 Prevent await inside janet_call - address #1531 Calvin Rose 2024-12-14 10:34:36 -06:00
  • a85eacadda Merge pull request #1532 from strangepete/fstat-directory-test Calvin Rose 2024-12-14 06:00:41 -08:00
  • ed63987fd1 use fileno() peteee 2024-12-14 07:17:28 -05:00
  • ff173047f4 file/open: check if directory peteee 2024-12-13 00:20:44 -05:00
  • 1bda40b644 Add first iteration of call hooks. debug-hooks Calvin Rose 2024-12-06 15:50:12 -06:00
  • 83e8aab289 Prepare for 1.37.1 release and fix CI. v1.37.1 Calvin Rose 2024-12-05 20:18:16 -06:00
  • bf6799bb67 Add path separator. installer-changes-windows Calvin Rose 2024-12-05 20:14:33 -06:00
  • a4e7d2f142 Installer changes windows. Calvin Rose 2024-12-05 20:11:39 -06:00
  • 85cb35e68f Prepare for 1.37.0 release. v1.37.0 Calvin Rose 2024-12-05 17:51:06 -06:00
  • 952906279c add (til) PEG special Ian Henry 2024-12-04 21:17:10 -08:00
  • 5b79b48ae0 Address #1524 - fix meson cross compilation linking. Calvin Rose 2024-12-03 21:03:38 -06:00
  • 7c44127bcb Merge pull request #1526 from sogaiu/master Calvin Rose 2024-12-02 05:46:00 -08:00
  • 9338312103 Additional tweak to address #1523 sogaiu 2024-12-02 11:21:56 +09:00
  • a0eeb630e7 Correct documentation for issue #1523 Calvin Rose 2024-12-01 09:04:03 -06:00
  • 4396f01297 More work on drawing example and frontend changes. Calvin Rose 2024-12-01 08:43:54 -06:00
  • 046d299d77 More work on x86 backend. Calvin Rose 2024-11-26 11:18:46 -06:00
  • 9fa9286fca Add more drawing examples. Calvin Rose 2024-11-25 09:39:55 -06:00
  • c13ef02ea2 Add drawing2.janet so we can keep the working drawing example. Calvin Rose 2024-11-25 08:51:40 -06:00
  • 6535d72bd4 Merge pull request #1522 from sogaiu/remove-pstatus Calvin Rose 2024-11-25 06:15:43 -08:00
  • 52cedbc4b4 More work on drawing example. Calvin Rose 2024-11-25 07:33:31 -06:00
  • a7d424bc81 Remove unused var pstatus sogaiu 2024-11-25 12:39:53 +09:00
  • d345e551f1 Correct pointer arith type checking. Calvin Rose 2024-11-24 20:06:16 -06:00
  • 0fb1773c19 Merge branch 'master' into compile-opt Calvin Rose 2024-11-24 19:15:47 -06:00
  • 2bceba4a7a Assertf with no arguments does not make sense. Calvin Rose 2024-11-24 19:14:18 -06:00
  • a6ea38a23b More working on pointer arithmetic. Calvin Rose 2024-11-24 18:44:26 -06:00
  • bc79489068 Begin working on drawing example. Calvin Rose 2024-11-24 12:33:48 -06:00
  • b096babcbf Merge branch 'master' into compile-opt Calvin Rose 2024-11-23 10:29:14 -06:00
  • e3159bb0f5 Update CHANGELOG.md Calvin Rose 2024-11-23 10:29:03 -06:00
  • 5d1bd8a932 Add an extra has mix round to string hashes. Calvin Rose 2024-11-17 11:31:12 -06:00
  • bafa6bfff0 Merge pull request #1519 from ianthehenry/fix-string-equal-with-byteview Calvin Rose 2024-11-17 07:33:47 -08:00
  • e2eb7ab4b2 fix janet_string_equalconst Ian Henry 2024-11-16 21:20:26 -08:00
  • 9f4497a5ae Merge pull request #1518 from pyrmont/bugfix.s390x-workflow Calvin Rose 2024-11-11 12:24:20 -08:00
  • 70de8bf092 Update Docker command to use --platform flag Michael Camilleri 2024-11-12 04:02:54 +09:00
  • 32922ec376 try older ubuntu version s390x-ci-fix Calvin Rose 2024-11-02 15:22:41 -05:00
  • 9aae9f3add Check if -t option helps. Calvin Rose 2024-11-02 15:11:20 -05:00
  • e52575e23a Merge pull request #1517 from sogaiu/add-assertf Calvin Rose 2024-10-31 07:27:05 -07:00
  • 10994cbc6a Add some tests for assertf sogaiu 2024-10-30 23:41:31 +09:00
  • abad9d7db9 Add assertf and use in boot.janet. Address #1516 sogaiu 2024-10-30 17:43:00 +09:00
  • 5e443cd29d Merge pull request #1514 from ArtSin/fix-formatb-int32_t-arg Calvin Rose 2024-10-25 05:36:08 -07:00
  • 7bf3a9d24c Merge pull request #1515 from sogaiu/tweak-install-info-in-readme Calvin Rose 2024-10-25 05:34:53 -07:00
  • d80a7094ae Clarify installation info a bit sogaiu 2024-10-25 19:58:32 +09:00
  • ad77bc391c Cast arguments to int32_t before passing to janet_formatb with %d format specifier ArtSin 2024-10-20 12:03:40 +04:00
  • 2b84fb14b4 Fix Issue #1512 Calvin Rose 2024-10-18 18:17:06 -05:00
  • 07155ce657 Don't error on empty struct. Calvin Rose 2024-10-18 17:53:21 -05:00
  • 046d28662d Merge pull request #1513 from sogaiu/add-nth-and-only-tags-to-changelog Calvin Rose 2024-10-18 05:45:36 -07:00
  • 84dd3db620 Mention nth and only-tags in changelog sogaiu 2024-10-16 14:16:05 +09:00
  • bed80bf1d3 Merge branch 'master' into compile-opt Calvin Rose 2024-10-12 07:58:43 -05:00
  • 282f2671ea Formatting. Calvin Rose 2024-10-11 20:10:46 -05:00
  • 3fc2be3e6e Use _Exit since it is standard in c99 Calvin Rose 2024-10-11 20:10:04 -05:00
  • d10c1fe759 Use msvc compiler intrinsics for atomics. Calvin Rose 2024-10-11 20:03:06 -05:00
  • d18472b07d More CI testing - add meson min build for windows. Calvin Rose 2024-10-10 20:42:12 -05:00
  • 43a68dcd2a Include windows.h for atomics always in capi.c Calvin Rose 2024-10-10 20:32:28 -05:00
  • 315a832278 Include atomics unconditionally. mingw-variants Calvin Rose 2024-10-10 20:31:13 -05:00
  • ae4c266c3c Test amalg. Calvin Rose 2024-10-10 19:42:21 -05:00
  • 7dc2c9bc88 Try older windows for mingw Calvin Rose 2024-10-10 18:49:04 -05:00
  • f1210a6b81 Revert removing CC=gcc Calvin Rose 2024-10-10 08:42:29 -05:00
  • 1331161086 Check if we don't need to use gcc directly. Calvin Rose 2024-10-10 08:34:49 -05:00
  • 7025d251a6 Try more mingw variants. Calvin Rose 2024-10-10 08:23:15 -05:00
  • 3d93028088 Test bundle Calvin Rose 2024-10-05 12:37:23 -05:00
  • 99f0af92bd Fix bundle/install with :check true installation failure. Calvin Rose 2024-10-05 12:34:10 -05:00
  • 71d81b14a2 Setting a profile will mess with imports. Calvin Rose 2024-10-05 12:13:44 -05:00
  • 80ed6538d0 Add constant checking in sysir middle end. Calvin Rose 2024-10-05 12:05:04 -05:00
  • 6577a18cef Better printing for complex constants. Calvin Rose 2024-09-30 08:14:01 -05:00
  • 731592a80e Merge branch 'master' into compile-opt Calvin Rose 2024-09-29 17:27:49 -05:00
  • 3894f4021a Update copyright date. Calvin Rose 2024-09-29 16:07:24 -05:00
  • ea332ff81e More work on making the temporary frontend a little nicer. Calvin Rose 2024-09-29 15:55:10 -05:00
  • f36d544deb MSVC and strange errors. Calvin Rose 2024-09-29 12:30:51 -05:00
  • e96dd512f3 Work on some local type inference. Calvin Rose 2024-09-29 11:37:04 -05:00
  • 72c659d1ee Github has fewer runners than I thought. Calvin Rose 2024-09-29 07:17:28 -05:00
  • 8f879b4adc Remove financial support link. Calvin Rose 2024-09-29 07:15:56 -05:00
  • 18f2847dc1 Add test for older windows. Calvin Rose 2024-09-29 07:14:20 -05:00
  • a588f1f242 More small tweaks to compile-opt. Calvin Rose 2024-09-29 07:13:27 -05:00
  • ae15eadfaf Merge branch 'master' into compile-opt Calvin Rose 2024-09-28 16:00:30 -05:00
  • 89b7ff9daf Merge pull request #1510 from sogaiu/badge-swap Calvin Rose 2024-09-27 17:52:16 -07:00
  • 26c263d6be Replace gitter badge with zulip one sogaiu 2024-09-25 23:45:04 +09:00
  • 2570e0f7a0 Add *repl-prompt*. Calvin Rose 2024-09-21 08:58:04 -05:00
  • 8084e4c728 Add support for multiple directories in JANET_PATH. Calvin Rose 2024-09-20 22:21:46 -05:00
  • ee90f9df62 Merge pull request #1506 from sogaiu/tweak-signal-doc Calvin Rose 2024-09-18 16:50:13 -07:00
  • 906a982ace Add some detail to signal docstring sogaiu 2024-09-17 20:04:16 +09:00
  • 88e60c309c Add overflow check. Calvin Rose 2024-09-12 17:28:53 -05:00
  • 9694aee819 Add rules for nth and only-tags. Address #1503 Calvin Rose 2024-09-12 17:03:03 -05:00
  • 2697b0e425 More CI testing. Calvin Rose 2024-09-08 20:55:10 -05:00
  • 3618b72f4d Merge branch 'master' into compile-opt Calvin Rose 2024-09-08 12:28:51 -05:00
  • c0d7a49b19 Prepare for 1.36.0 release. v1.36.0 Calvin Rose 2024-09-07 12:33:28 -05:00
  • f9a6f52d9c Improve error messages even more for copyfile. Calvin Rose 2024-09-07 10:02:26 -05:00
  • c02c2e3f02 Update CHANGELOG.md Calvin Rose 2024-09-07 09:32:42 -05:00
  • 1fcd47dd7b Improve error messages in bundle/add if files are missing. Calvin Rose 2024-09-07 09:18:08 -05:00
  • 384ee4f6a9 Merge pull request #1498 from sogaiu/remove-janet-def Calvin Rose 2024-09-06 17:03:25 -07:00
  • e9deec8231 Change directory before running make ... s390x-workflow Calvin Rose 2024-09-06 18:35:50 -05:00
  • 2fc77a1b63 Tweak argumnets. Calvin Rose 2024-09-06 18:31:57 -05:00
  • 442fe8209d Non interative run for qemu Calvin Rose 2024-09-06 18:29:36 -05:00
  • 968a0dc4ac Follow github directions for qemu multiarch. Calvin Rose 2024-09-06 18:28:00 -05:00
  • 40c93d0786 Try using just scripts for testing. Calvin Rose 2024-09-06 18:23:55 -05:00
  • 83b0bc688c Try running inside a container. Calvin Rose 2024-09-06 18:05:03 -05:00
  • 6185b253be Don't try to copy janet.def sogaiu 2024-09-07 00:57:13 +09:00
  • 17da53d0d9 Add github workflow for qemu + s390x Calvin Rose 2024-09-06 10:28:54 -05:00
  • 9ffec43d2b Fix endianess issues on s390x architecture. Calvin Rose 2024-09-06 10:23:31 -05:00