1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-29 01:40:26 +00:00

Commit Graph

  • 1cb7ac05c3
    Merge 753911fe2d into 746ced5501 sogaiu 2024-12-27 07:05:10 +0000
  • 753911fe2d Tweak *exit-value* doc - address #1537 sogaiu 2024-12-27 16:02:45 +0900
  • 478584cb71
    Merge 952906279c into 746ced5501 Ian Henry 2024-12-22 11:38:49 +0100
  • 746ced5501 Revert behavior of deep= on mutable keys. master Calvin Rose 2024-12-21 08:58:05 -0600
  • 1b49934e4f Allow table/to-struct to take a prototype. Calvin Rose 2024-12-19 19:41:19 -0600
  • 682f0f584f freeze with mutable keys should be determinsic help address #1535 Calvin Rose 2024-12-19 19:31:01 -0600
  • 611b2a6c3a Add more test cases for #1535 Calvin Rose 2024-12-19 18:37:51 -0600
  • 8043caf581 Update CHANGELOG. Calvin Rose 2024-12-19 18:31:05 -0600
  • b2d2690eb9
    Merge pull request #1534 from pyrmont/bugfix.windows-longstrings Calvin Rose 2024-12-19 16:24:21 -0800
  • 7f745a34c3 Allow for mutable keys correctly in deep= Calvin Rose 2024-12-19 18:17:59 -0600
  • b16cf17246
    Merge pull request #1533 from pyrmont/feature.file-socket Calvin Rose 2024-12-17 20:50:47 -0800
  • 67e8518ba6
    Support dedenting longstrings with Windows EOLs Michael Camilleri 2024-12-17 05:14:59 +0900
  • e94e8dc484
    Remove special casing for MinGW Michael Camilleri 2024-12-16 08:12:14 +0900
  • 1a24d4fc86
    Raise error if using ev/to-file on MinGW Michael Camilleri 2024-12-15 21:00:52 +0900
  • 6ee05785d1
    Disable buffering for files created with ev/to-file Michael Camilleri 2024-12-15 20:37:58 +0900
  • 268ff666d2
    Move <fcntl.h> header to general imports Michael Camilleri 2024-12-15 19:50:36 +0900
  • 91bb34c3bf
    Add missing <io.h> header for Windows Michael Camilleri 2024-12-15 19:17:48 +0900
  • 17d5fb3210
    Fix ev/to-file on Windows Michael Camilleri 2024-12-15 18:56:35 +0900
  • 687b987f7e
    Add ev/to-file for synchronous resource operations Michael Camilleri 2024-12-15 17:36:54 +0900
  • 4daecc9a41 Prevent await inside janet_call - address #1531 Calvin Rose 2024-12-14 10:34:36 -0600
  • a85eacadda
    Merge pull request #1532 from strangepete/fstat-directory-test Calvin Rose 2024-12-14 06:00:41 -0800
  • ed63987fd1
    use fileno() peteee 2024-12-14 07:17:28 -0500
  • ff173047f4
    file/open: check if directory peteee 2024-12-13 00:20:44 -0500
  • 83e8aab289 Prepare for 1.37.1 release and fix CI. v1.37.1 Calvin Rose 2024-12-05 20:18:16 -0600
  • bf6799bb67 Add path separator. installer-changes-windows Calvin Rose 2024-12-05 20:14:33 -0600
  • a4e7d2f142 Installer changes windows. Calvin Rose 2024-12-05 20:11:39 -0600
  • 85cb35e68f Prepare for 1.37.0 release. v1.37.0 Calvin Rose 2024-12-05 17:51:06 -0600
  • 952906279c
    add (til) PEG special Ian Henry 2024-12-04 21:17:10 -0800
  • 5b79b48ae0 Address #1524 - fix meson cross compilation linking. Calvin Rose 2024-12-03 21:03:38 -0600
  • 7c44127bcb
    Merge pull request #1526 from sogaiu/master Calvin Rose 2024-12-02 05:46:00 -0800
  • 9338312103 Additional tweak to address #1523 sogaiu 2024-12-02 11:21:56 +0900
  • a0eeb630e7 Correct documentation for issue #1523 Calvin Rose 2024-12-01 09:04:03 -0600
  • 4396f01297 More work on drawing example and frontend changes. compile-opt Calvin Rose 2024-12-01 08:43:54 -0600
  • 046d299d77 More work on x86 backend. Calvin Rose 2024-11-26 11:18:46 -0600
  • 9fa9286fca Add more drawing examples. Calvin Rose 2024-11-25 09:39:55 -0600
  • c13ef02ea2 Add drawing2.janet so we can keep the working drawing example. Calvin Rose 2024-11-25 08:51:40 -0600
  • 6535d72bd4
    Merge pull request #1522 from sogaiu/remove-pstatus Calvin Rose 2024-11-25 06:15:43 -0800
  • 52cedbc4b4 More work on drawing example. Calvin Rose 2024-11-25 07:33:31 -0600
  • a7d424bc81 Remove unused var pstatus sogaiu 2024-11-25 12:39:53 +0900
  • d345e551f1 Correct pointer arith type checking. Calvin Rose 2024-11-24 20:06:16 -0600
  • 0fb1773c19 Merge branch 'master' into compile-opt Calvin Rose 2024-11-24 19:15:47 -0600
  • 2bceba4a7a Assertf with no arguments does not make sense. Calvin Rose 2024-11-24 19:14:18 -0600
  • a6ea38a23b More working on pointer arithmetic. Calvin Rose 2024-11-24 18:44:26 -0600
  • bc79489068 Begin working on drawing example. Calvin Rose 2024-11-24 12:33:48 -0600
  • b096babcbf Merge branch 'master' into compile-opt Calvin Rose 2024-11-23 10:29:14 -0600
  • e3159bb0f5 Update CHANGELOG.md Calvin Rose 2024-11-23 10:29:03 -0600
  • 5d1bd8a932 Add an extra has mix round to string hashes. Calvin Rose 2024-11-17 11:31:12 -0600
  • bafa6bfff0
    Merge pull request #1519 from ianthehenry/fix-string-equal-with-byteview Calvin Rose 2024-11-17 07:33:47 -0800
  • e2eb7ab4b2
    fix janet_string_equalconst Ian Henry 2024-11-16 21:20:26 -0800
  • 9f4497a5ae
    Merge pull request #1518 from pyrmont/bugfix.s390x-workflow Calvin Rose 2024-11-11 12:24:20 -0800
  • 70de8bf092
    Update Docker command to use --platform flag Michael Camilleri 2024-11-12 04:02:54 +0900
  • 32922ec376 try older ubuntu version s390x-ci-fix Calvin Rose 2024-11-02 15:22:41 -0500
  • 9aae9f3add Check if -t option helps. Calvin Rose 2024-11-02 15:11:20 -0500
  • e52575e23a
    Merge pull request #1517 from sogaiu/add-assertf Calvin Rose 2024-10-31 07:27:05 -0700
  • 10994cbc6a Add some tests for assertf sogaiu 2024-10-30 23:41:31 +0900
  • abad9d7db9 Add assertf and use in boot.janet. Address #1516 sogaiu 2024-10-30 17:43:00 +0900
  • 5e443cd29d
    Merge pull request #1514 from ArtSin/fix-formatb-int32_t-arg Calvin Rose 2024-10-25 05:36:08 -0700
  • 7bf3a9d24c
    Merge pull request #1515 from sogaiu/tweak-install-info-in-readme Calvin Rose 2024-10-25 05:34:53 -0700
  • d80a7094ae Clarify installation info a bit sogaiu 2024-10-25 19:58:32 +0900
  • ad77bc391c Cast arguments to int32_t before passing to janet_formatb with %d format specifier ArtSin 2024-10-20 12:03:40 +0400
  • 2b84fb14b4 Fix Issue #1512 Calvin Rose 2024-10-18 18:17:06 -0500
  • 07155ce657 Don't error on empty struct. Calvin Rose 2024-10-18 17:53:21 -0500
  • 046d28662d
    Merge pull request #1513 from sogaiu/add-nth-and-only-tags-to-changelog Calvin Rose 2024-10-18 05:45:36 -0700
  • 84dd3db620 Mention nth and only-tags in changelog sogaiu 2024-10-16 14:16:05 +0900
  • bed80bf1d3 Merge branch 'master' into compile-opt Calvin Rose 2024-10-12 07:58:43 -0500
  • 282f2671ea Formatting. Calvin Rose 2024-10-11 20:10:46 -0500
  • 3fc2be3e6e Use _Exit since it is standard in c99 Calvin Rose 2024-10-11 20:10:04 -0500
  • d10c1fe759 Use msvc compiler intrinsics for atomics. Calvin Rose 2024-10-11 20:03:06 -0500
  • d18472b07d More CI testing - add meson min build for windows. Calvin Rose 2024-10-10 20:42:12 -0500
  • 43a68dcd2a Include windows.h for atomics always in capi.c Calvin Rose 2024-10-10 20:32:28 -0500
  • 315a832278 Include atomics unconditionally. mingw-variants Calvin Rose 2024-10-10 20:31:13 -0500
  • ae4c266c3c Test amalg. Calvin Rose 2024-10-10 19:42:21 -0500
  • 7dc2c9bc88 Try older windows for mingw Calvin Rose 2024-10-10 18:49:04 -0500
  • f1210a6b81 Revert removing CC=gcc Calvin Rose 2024-10-10 08:42:29 -0500
  • 1331161086 Check if we don't need to use gcc directly. Calvin Rose 2024-10-10 08:34:49 -0500
  • 7025d251a6 Try more mingw variants. Calvin Rose 2024-10-10 08:23:15 -0500
  • 3d93028088 Test bundle Calvin Rose 2024-10-05 12:37:23 -0500
  • 99f0af92bd Fix bundle/install with :check true installation failure. Calvin Rose 2024-10-05 12:34:10 -0500
  • 71d81b14a2 Setting a profile will mess with imports. Calvin Rose 2024-10-05 12:13:44 -0500
  • 80ed6538d0 Add constant checking in sysir middle end. Calvin Rose 2024-10-05 12:05:04 -0500
  • 6577a18cef Better printing for complex constants. Calvin Rose 2024-09-30 08:14:01 -0500
  • 731592a80e Merge branch 'master' into compile-opt Calvin Rose 2024-09-29 17:27:49 -0500
  • 3894f4021a Update copyright date. Calvin Rose 2024-09-29 16:07:24 -0500
  • ea332ff81e More work on making the temporary frontend a little nicer. Calvin Rose 2024-09-29 15:55:10 -0500
  • f36d544deb MSVC and strange errors. Calvin Rose 2024-09-29 12:30:51 -0500
  • e96dd512f3 Work on some local type inference. Calvin Rose 2024-09-29 11:37:04 -0500
  • 72c659d1ee Github has fewer runners than I thought. Calvin Rose 2024-09-29 07:17:28 -0500
  • 8f879b4adc Remove financial support link. Calvin Rose 2024-09-29 07:15:56 -0500
  • 18f2847dc1 Add test for older windows. Calvin Rose 2024-09-29 07:14:20 -0500
  • a588f1f242 More small tweaks to compile-opt. Calvin Rose 2024-09-29 07:13:27 -0500
  • ae15eadfaf Merge branch 'master' into compile-opt Calvin Rose 2024-09-28 16:00:30 -0500
  • 89b7ff9daf
    Merge pull request #1510 from sogaiu/badge-swap Calvin Rose 2024-09-27 17:52:16 -0700
  • 26c263d6be Replace gitter badge with zulip one sogaiu 2024-09-25 23:45:04 +0900
  • 2570e0f7a0 Add *repl-prompt*. Calvin Rose 2024-09-21 08:58:04 -0500
  • 8084e4c728 Add support for multiple directories in JANET_PATH. Calvin Rose 2024-09-20 22:21:46 -0500
  • ee90f9df62
    Merge pull request #1506 from sogaiu/tweak-signal-doc Calvin Rose 2024-09-18 16:50:13 -0700
  • 906a982ace Add some detail to signal docstring sogaiu 2024-09-17 20:04:16 +0900
  • 88e60c309c Add overflow check. Calvin Rose 2024-09-12 17:28:53 -0500
  • 9694aee819 Add rules for nth and only-tags. Address #1503 Calvin Rose 2024-09-12 17:03:03 -0500
  • 2697b0e425 More CI testing. Calvin Rose 2024-09-08 20:55:10 -0500