1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-28 23:10:40 +00:00

Commit Graph

  • 3b353f1855
    Merge pull request #1133 from zevv/cross Calvin Rose 2023-05-12 08:41:54 -0500
  • 517dc208ca Merge branch 'master' into compile-opt Calvin Rose 2023-05-11 20:59:11 -0500
  • 1467ab4f93 Copy paste error. Calvin Rose 2023-05-11 20:56:12 -0500
  • 7e65c2bdad Fix #1130 - mod flipped for signed integers. Calvin Rose 2023-05-11 18:15:37 -0500
  • 84a4e3e98a Update CHANGELOG. Calvin Rose 2023-05-11 18:03:38 -0500
  • bcbeedb001
    Merge pull request #1128 from zevv/master Calvin Rose 2023-05-11 18:01:39 -0500
  • e04b103b5d
    Merge pull request #1134 from CosmicToast/const_sourceline Calvin Rose 2023-05-11 17:59:27 -0500
  • ac75b94679 Make JANET_FN_S* sourceline const Chloe Kudryavtsev 2023-05-11 16:07:34 -0400
  • d3bb06cfd6 Updated Makefile for better cross-compilation support. Ico Doornekamp 2023-05-11 07:33:14 +0200
  • c520460217 Updated Makefile for better cross-compilation support. Ico Doornekamp 2023-05-11 07:33:14 +0200
  • 5cd729c4c1 Added os.strftime() Ico Doornekamp 2023-05-08 21:29:29 +0200
  • c9fd2bdf39 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2023-05-10 18:46:42 -0500
  • e4be5992b3 Address issue with #1131 Calvin Rose 2023-05-10 18:43:33 -0500
  • 2ac4988f1b
    Merge pull request #1124 from sogaiu/tweak-ev-select-docstring Calvin Rose 2023-05-08 04:17:25 -0500
  • 19f14adb9e Update changelog. Calvin Rose 2023-05-07 21:07:22 -0500
  • 86de039492 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2023-05-07 11:54:20 -0500
  • 2360164e4f Address #1125 - fix ev/select to only take and release locks once. Calvin Rose 2023-05-07 11:52:11 -0500
  • c93ddceadb
    Merge pull request #1122 from CosmicToast/getcbytes Calvin Rose 2023-05-07 10:33:09 -0500
  • cd19dec44a Tweak ev/select docstring sogaiu 2023-05-07 22:22:33 +0900
  • 53ba9c800a Add get/opt cbytes Chloe Kudryavtsev 2023-05-06 22:13:53 -0400
  • cabbaded68 Add support for the NO_COLOR environment variable. Calvin Rose 2023-05-06 16:33:45 -0500
  • 9bb589f827 update readme Calvin Rose 2023-05-06 15:56:27 -0500
  • c3a06686c2 Merge branch 'shell-win-feature-check' Calvin Rose 2023-05-06 15:53:02 -0500
  • 7d57f87007 Address #1121 - disallow extra splices. Calvin Rose 2023-05-06 12:08:07 -0500
  • 4cc4a9d38b (and ... <truthy-value> true) will return true as per docs. Calvin Rose 2023-05-06 10:16:05 -0500
  • defb48b45a Tweak and / or primo-ppcg 2023-05-06 18:37:20 +0700
  • 02c7cd0194
    Merge pull request #1116 from sogaiu/tweak-long-string-peg Calvin Rose 2023-04-30 16:21:12 -0500
  • 696efcb9e2 Add header file. shell-win-feature-check Calvin Rose 2023-04-30 12:19:55 -0500
  • 6e9cde8ac1 Add feature check for windows version shell.c Calvin Rose 2023-04-30 10:36:42 -0500
  • a9fae49671 Tweak long-string|bytes peg in test suite files sogaiu 2023-04-30 21:55:43 +0900
  • 440af9fd64 Remove extra allocation in drop. Calvin Rose 2023-04-24 09:41:33 -0500
  • 347721ae40 Fix macos behavior - Closes #1097, Fixes #1015 Calvin Rose 2023-04-24 09:37:49 -0500
  • 92c42b2b31 update errno handling based on suggestion Chloe Kudryavtsev 2023-04-24 10:24:29 -0400
  • daea91044c Give different names to the user9 and user8 fiber statuses. Calvin Rose 2023-04-24 09:19:15 -0500
  • 4ed3f2c662
    Merge pull request #1114 from ianthehenry/drop-from-end Calvin Rose 2023-04-24 09:16:10 -0500
  • 3641c8f60a
    Merge pull request #1108 from wackbyte/read Calvin Rose 2023-04-24 09:15:07 -0500
  • e4b68cd940
    Merge pull request #1109 from wackbyte/remove-double-space Calvin Rose 2023-04-24 09:11:45 -0500
  • b8c936e2fe
    Merge pull request #1113 from ianthehenry/catseq Calvin Rose 2023-04-24 09:07:38 -0500
  • 83cd519702
    Merge pull request #1112 from ianthehenry/dynamic-replace Calvin Rose 2023-04-24 09:07:03 -0500
  • 54b54f85f3
    drop with a negative count now drops from the end Ian Henry 2023-04-23 21:35:15 -0700
  • ccd874fe4e
    add catseq Ian Henry 2023-04-23 21:11:56 -0700
  • 9dc7e8ed3a
    peg replacement functions have access to captures Ian Henry 2023-04-23 09:09:14 -0700
  • 485099fd6e
    string and peg replacement functions can now take functions Ian Henry 2023-04-22 23:40:32 -0700
  • d359c6b43e
    Remove double space in help message wackbyte 2023-04-22 21:46:24 -0400
  • d9ed7a77f8
    Merge pull request #1106 from CosmicToast/1105 Calvin Rose 2023-04-22 15:25:48 -0500
  • 4238a4ca6a README grammar and formatting changes wackbyte 2023-04-20 21:06:33 -0400
  • 0902a5a981 improve null format handling Chloe Kudryavtsev 2023-04-20 11:51:11 -0400
  • f3192303ab check for NULL in get_fmt_mapping (fixes #1105) Chloe Kudryavtsev 2023-04-19 12:55:25 -0400
  • 4cb711eefe posix_spawn(p) doesn't always set errno Chloe Kudryavtsev 2023-04-08 16:24:03 -0400
  • fd7579dd07 More work on the sys-ir. Calvin Rose 2023-04-08 10:51:46 -0500
  • bef5bd72c2
    Merge pull request #1095 from ml-2/ml Calvin Rose 2023-04-08 10:46:47 -0500
  • b6175e4296 Add keep-syntax and keep-syntax! functions ML 2023-04-07 21:09:02 -0400
  • c48afdb8ba
    feature: add function (os/pid) and (os/ppid) frederett 2023-04-05 22:47:29 +0700
  • 5fc77f6e03 feature: add function (os/pid) and (os/ppid) frederett 2023-04-05 22:47:29 +0700
  • 6b74400f2a Create system IR that can compile to C. Calvin Rose 2023-04-03 09:21:44 -0500
  • 3858b2e177 Add ev/all-tasks to get running and pending root fibers. Calvin Rose 2023-04-01 18:57:13 -0500
  • 9a76e77981 Update for undefined behavior sanitizer. Calvin Rose 2023-03-24 18:49:21 -0500
  • 2a7c8dc7fd
    Fix errors under -fsanitize=undefined Locria Cyber 2023-03-22 04:10:42 +0000
  • 8182d640cd Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2023-03-12 10:33:06 -0500
  • 1c6fda1a5c Address #1076 - unexpected shadowing behavior Calvin Rose 2023-03-12 10:30:59 -0500
  • c51db1cf2f
    Merge pull request #1081 from ianthehenry/log-gamma-docstring Calvin Rose 2023-03-12 10:17:51 -0500
  • 4e7930fc4c
    remove quotes around log-gamma Ian Henry 2023-03-11 12:24:32 -0800
  • 3563f8ccdb
    Merge pull request #1079 from dressupgeekout/charlotte_dragonfly Calvin Rose 2023-03-08 15:05:51 -0600
  • 575af763f6 os/which can return :dragonfly Charlotte Koch 2023-03-07 06:45:31 -0800
  • 8b16b9b246 Need to enable __BSD_VISIBLE on DragonFly in conjunction with -std=c99 Charlotte Koch 2023-03-07 06:40:58 -0800
  • 01aab66667 Prepare for 1.27.0 release. v1.27.0 Calvin Rose 2023-03-05 09:48:25 -0600
  • aa5c987a94 Change semantics of bracketed tuple equality. Calvin Rose 2023-03-03 18:24:02 -0600
  • 75229332c8
    Merge pull request #1075 from sogaiu/math-rng-int-docs Calvin Rose 2023-03-03 18:09:11 -0600
  • 9d5b1ba838 Tweak math/rng-int docs sogaiu 2023-02-24 19:55:47 +0900
  • f27b225b34
    Merge pull request #1072 from sogaiu/ftell Calvin Rose 2023-02-21 07:13:00 -0600
  • 3c523d66e9 Add file/tell sogaiu 2023-02-21 20:19:17 +0900
  • 1144c27c54
    Merge pull request #1071 from ianthehenry/number-pegfault Calvin Rose 2023-02-20 21:01:33 -0600
  • b442b21d3f
    fix a segfault in the (number) special Ian Henry 2023-02-20 17:04:12 -0800
  • 746ff5307d Update for more minimal builds. Calvin Rose 2023-02-12 12:14:11 -0600
  • ef85b24d8f Add optional offset to ffi/write. Calvin Rose 2023-02-12 12:08:28 -0600
  • c55d93512b Add buffer/push-at for easier manipulation of buffers Calvin Rose 2023-02-12 11:19:09 -0600
  • 2e38f9ba61 Allow passing pointer-buffers to other threads. Calvin Rose 2023-02-12 11:07:45 -0600
  • 1cadff8e58 Add ffi/pointer-buffer for easier memory manipulation in FFI. Calvin Rose 2023-02-12 09:03:31 -0600
  • d1eba60ba8 Add separate sandbox flag for file/temp Calvin Rose 2023-02-09 08:57:53 -0600
  • 057dccad8f Turn on nanboxing by default for risc-v 64. Calvin Rose 2023-02-09 03:09:53 -0600
  • 4285200b4b Add a sandbox option to disable native modules. Calvin Rose 2023-02-09 00:19:56 -0600
  • 73c2fbbc2a Check sandbox capabilities instead of ignoring unknown ones. Calvin Rose 2023-02-06 17:38:00 -0600
  • 37b7e170fa Update changelist. Calvin Rose 2023-02-06 12:31:49 -0600
  • b032d94877 Add sandboxing API. Calvin Rose 2023-02-06 08:41:04 -0600
  • 9476016741 Update asm.c localbindings Calvin Rose 2023-02-05 23:49:18 -0600
  • 4e4b245fec turn off the reduced io flag by default alectroemel 2023-02-05 17:06:34 -0600
  • 7a1c9c7798 Add support for debugging upvalues. Calvin Rose 2023-02-05 15:27:39 -0600
  • c7fb7b4451 Merge branch 'master' into localbindings Calvin Rose 2023-02-05 11:36:57 -0600
  • 67c474fc7a More fixes to ev/gather (tested on httpf server). Calvin Rose 2023-02-05 10:21:37 -0600
  • 4e8154cf8a Fix ev/gather to cancel children on cancellation. Calvin Rose 2023-02-05 09:43:16 -0600
  • 9582d3c623 Allow infinite wait to work without issues. Calvin Rose 2023-02-05 09:29:39 -0600
  • 47faa1b77f boot.c takes in boot script as arg, us it for patch-header alectroemel 2023-02-04 20:53:23 -0600
  • 0079500713 Merge branch 'master' into localbindings Calvin Rose 2023-02-04 13:39:24 -0600
  • 55af6ce834 Fix write after free with printing to files. Calvin Rose 2023-02-04 13:36:30 -0600
  • 2a20d4c28f fix flipped boolean logic, use if when we dont need the actualy fopen alectroemel 2023-02-04 09:12:57 -0600
  • 2b62252404 get value inside the file/ root-env entries alectroemel 2023-02-04 08:53:24 -0600
  • 5d6251f055 allow IO when bootstraping alectroemel 2023-02-04 08:38:29 -0600
  • 2569757050 use get-in instead of get when using let's alectroemel 2023-02-04 08:31:33 -0600
  • 3e82fdc125 Update symbolmapping code with marshal/unmarshal. Calvin Rose 2023-02-03 17:24:06 -0600
  • 7344a6cfc0 Fix null check. Calvin Rose 2023-02-02 22:03:18 -0600