1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-14 07:40:02 +00:00

Commit Graph

  • 53bcc15207
    Merge pull request #1557 from sogaiu/update-changelog-2025-02 master Calvin Rose 2025-02-09 23:22:45 -08:00
  • dd609bb1bb Update CHANGELOG.md sogaiu 2025-02-07 14:29:54 +09:00
  • 5c56c7fa91 Formatting in peg.c Calvin Rose 2025-02-07 21:05:28 -06:00
  • 9a892363a3 Address issue #1558 Calvin Rose 2025-02-07 21:04:17 -06:00
  • 5f550ea5d4
    Merge pull request #1555 from sogaiu/tweak-apply-short-fn-docstrings Calvin Rose 2025-02-06 16:44:45 -08:00
  • 1b6cc023a5 Tweak apply and short-fn docstrings sogaiu 2025-02-06 22:35:59 +09:00
  • 410f8d69bc
    Merge pull request #1528 from ianthehenry/til-peg-special Calvin Rose 2025-02-03 19:07:08 -08:00
  • 6da44bdb6a Get rid of early termination rule in all finite loops. Calvin Rose 2025-02-03 07:36:00 -06:00
  • d30fd27575 Address #1554 - capture first 0-width match in repeating rules and optionals. Calvin Rose 2025-02-02 20:34:36 -06:00
  • 1b278fc657 Update reduce2 documentation to fix issue #1545 Calvin Rose 2025-02-01 17:31:55 -06:00
  • eecffe01a5 Add some more test cases for hex floats. hexfloats Calvin Rose 2025-02-01 08:09:57 -06:00
  • f63a33884f Add hexfloats - Address #1550 Calvin Rose 2025-01-30 07:36:18 -06:00
  • fa75a395cb Add support for buffer peg literals - address #1549 Calvin Rose 2025-01-26 09:48:48 -06:00
  • 1f34ec9902
    Merge pull request #1547 from pyrmont/bugfix.codeql-upgrade Calvin Rose 2025-01-25 09:24:40 -08:00
  • f75c08a78e
    Add 'tools: linked' to CodeQL workflow Michael Camilleri 2025-01-24 04:00:52 +09:00
  • 5e93f0e34b
    Trigger workflow to run again Michael Camilleri 2025-01-24 03:02:15 +09:00
  • 49f151e265 Allocate parser with GC. Calvin Rose 2025-01-22 09:21:56 -06:00
  • 2b73a15ad8
    Update CodeQL actions to latest version Michael Camilleri 2025-01-22 23:47:44 +09:00
  • 06d581dde3 Fix #1546 - large ranges. Calvin Rose 2025-01-20 09:02:22 -06:00
  • 2b49903c82
    Merge pull request #1544 from cideM/docstring-fixes Calvin Rose 2025-01-14 06:30:08 -08:00
  • a17ae977a5 docstring int/u64 int/s64: supports number as well Florian Beeres 2025-01-11 22:51:21 +01:00
  • 8a6b44cb4e docstring int/to-number: supports int64, not int32 Florian Beeres 2025-01-11 22:42:58 +01:00
  • 60d9f97750 Address issue #1539 - infinite loop in peg split Calvin Rose 2025-01-01 11:26:43 -06:00
  • f252933f62
    Merge pull request #1541 from rwtolbert/feature/win_arm64_dist Calvin Rose 2025-01-01 09:19:57 -08:00
  • 6dbd7b476c
    Merge pull request #1538 from sogaiu/tweak-exit-value-doc Calvin Rose 2024-12-31 10:28:03 -08:00
  • a47eb847fb Brief: Add Arm64 .msi support on Windows Bob Tolbert 2024-12-31 08:55:25 -06:00
  • ba5990ef21 Add switch to turn off "reuse" behavior for server sockets. Calvin Rose 2024-12-31 08:52:37 -06:00
  • 753911fe2d Tweak *exit-value* doc - address #1537 sogaiu 2024-12-27 16:02:45 +09:00
  • 746ced5501 Revert behavior of deep= on mutable keys. Calvin Rose 2024-12-21 08:58:05 -06:00
  • 1b49934e4f Allow table/to-struct to take a prototype. Calvin Rose 2024-12-19 19:41:19 -06:00
  • 682f0f584f freeze with mutable keys should be determinsic help address #1535 Calvin Rose 2024-12-19 19:31:01 -06:00
  • 611b2a6c3a Add more test cases for #1535 Calvin Rose 2024-12-19 18:37:51 -06:00
  • 8043caf581 Update CHANGELOG. Calvin Rose 2024-12-19 18:31:05 -06:00
  • b2d2690eb9
    Merge pull request #1534 from pyrmont/bugfix.windows-longstrings Calvin Rose 2024-12-19 16:24:21 -08:00
  • 7f745a34c3 Allow for mutable keys correctly in deep= Calvin Rose 2024-12-19 18:17:59 -06:00
  • b16cf17246
    Merge pull request #1533 from pyrmont/feature.file-socket Calvin Rose 2024-12-17 20:50:47 -08:00
  • 67e8518ba6
    Support dedenting longstrings with Windows EOLs Michael Camilleri 2024-12-17 05:14:59 +09:00
  • e94e8dc484
    Remove special casing for MinGW Michael Camilleri 2024-12-16 08:12:14 +09:00
  • 1a24d4fc86
    Raise error if using ev/to-file on MinGW Michael Camilleri 2024-12-15 21:00:52 +09:00
  • 6ee05785d1
    Disable buffering for files created with ev/to-file Michael Camilleri 2024-12-15 20:37:58 +09:00
  • 268ff666d2
    Move <fcntl.h> header to general imports Michael Camilleri 2024-12-15 19:50:36 +09:00
  • 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
  • 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. compile-opt 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