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

Commit Graph

  • ffd79c6097 Allow multiple simultaneous interrupts cleanly for #1262 Calvin Rose 2023-08-23 20:14:38 -05:00
  • 35a8d2a519 Optimize nil conditions for while and if primo-ppcg 2023-08-23 16:01:16 +07:00
  • 21eab7e9cc Update sigaction to help address #1262. Calvin Rose 2023-08-23 09:16:59 -05:00
  • d9605c2856 Allow iterating over generators with pairs, keys, and values. Calvin Rose 2023-08-22 19:24:44 -05:00
  • 70a467d469 Merge pull request #1266 from primo-ppcg/min-max Calvin Rose 2023-08-21 22:32:03 -05:00
  • 6e8979336d speed up min, max primo-ppcg 2023-08-21 12:50:53 +07:00
  • c3a4fb6735 Merge branch 'master' into compile-opt Calvin Rose 2023-08-20 18:55:15 -05:00
  • ee01045db5 Update CHANGELOG.md Calvin Rose 2023-08-20 15:56:58 -05:00
  • b7f8224588 Address #1263 Calvin Rose 2023-08-20 14:53:25 -05:00
  • e5893d0692 Fix reference counting for threaded abstract types. Calvin Rose 2023-08-20 14:50:46 -05:00
  • 5f5e5cf693 Merge branch 'master' into compile-opt Calvin Rose 2023-08-20 13:08:56 -05:00
  • ca4c1e4259 Try to use atomics inside signal handler for ref count. sigaction Calvin Rose 2023-08-20 08:49:49 -05:00
  • 91712add3d Fix threaded abstracts in min build. Calvin Rose 2023-08-19 20:19:05 -05:00
  • 7198dcb416 Add sanboxing for signal handling. Calvin Rose 2023-08-19 17:44:04 -05:00
  • 08e20e912d Use pthread_sigmask when adding signal handlers. Calvin Rose 2023-08-19 17:30:55 -05:00
  • f45571033c Add os/sigaction for signal handling. Calvin Rose 2023-08-19 13:13:22 -05:00
  • 2ac36a0572 Merge pull request #1257 from primo-ppcg/any-every Calvin Rose 2023-08-18 07:20:44 -05:00
  • 3df1d54847 Merge pull request #1258 from primo-ppcg/each Calvin Rose 2023-08-18 07:16:19 -05:00
  • f3969b6066 Merge pull request #1259 from primo-ppcg/buffer-from-bytes Calvin Rose 2023-08-18 07:15:08 -05:00
  • 6222f35bc8 add buffer/from-bytes primo-ppcg 2023-08-18 11:54:22 +07:00
  • 2f178963c0 update each keys before body primo-ppcg 2023-08-18 10:32:24 +07:00
  • 15760b0950 update any?, every? primo-ppcg 2023-08-18 07:39:30 +07:00
  • 43a6a70e1e Merge pull request #1255 from primo-ppcg/sort Calvin Rose 2023-08-16 20:34:17 -05:00
  • cd36f1ef5f Distinguish between threaded channels and non-threaded when marshalling. Calvin Rose 2023-08-16 14:26:52 -05:00
  • 46bda4e6fa Stub out type inference pass. Calvin Rose 2023-08-16 14:09:25 -05:00
  • cdd7083c86 special case common sort usages primo-ppcg 2023-08-15 11:15:38 +07:00
  • fdbf4f2666 Merge branch 'master' into compile-opt Calvin Rose 2023-08-13 12:36:19 -05:00
  • 8df7364319 Quick fix for discussion #1253 Calvin Rose 2023-08-13 11:59:21 -05:00
  • b939671b79 Add check for redefining types. Calvin Rose 2023-08-13 11:07:38 -05:00
  • 63023722d1 Merge pull request #1246 from wooosh/use-object-typedefs Calvin Rose 2023-08-13 08:33:19 -05:00
  • 4b8e7a416f Have separate instructions for pointer arith Calvin Rose 2023-08-12 17:36:06 -05:00
  • 79c12e5116 Merge pull request #1252 from primo-ppcg/reverse Calvin Rose 2023-08-12 14:29:23 -05:00
  • 1e1e7a5cfd Update garbage collection for sysir abstract type. Calvin Rose 2023-08-12 13:47:23 -05:00
  • 91e459e4a5 Format sysir. Calvin Rose 2023-08-12 13:43:51 -05:00
  • b6adc257f4 Merge branch 'master' into compile-opt Calvin Rose 2023-08-12 13:43:28 -05:00
  • a2bd98390e More work on the sysir. Calvin Rose 2023-08-12 13:42:52 -05:00
  • 53e16944a1 rework reverse, again primo-ppcg 2023-08-13 00:49:20 +07:00
  • d9912f38f8 Add union types and change name of type constructor instructions. Calvin Rose 2023-08-12 10:29:24 -05:00
  • 7475362c85 Merge pull request #1249 from primo-ppcg/compare Calvin Rose 2023-08-11 19:27:42 -05:00
  • 9238b82cde speed up compare primo-ppcg 2023-08-11 22:40:02 +07:00
  • 7049f658ec Merge pull request #1244 from primo-ppcg/bytes-indexed-dictionary Calvin Rose 2023-08-09 17:56:35 -05:00
  • 701913fb19 Use typedefs for strings, symbols, keywords, tuples, structs, and abstracts. wooosh 2023-08-09 16:09:34 -04:00
  • 8007806c8e Add better support for arrays and struct fields in IR. Calvin Rose 2023-08-08 18:56:02 -05:00
  • 831f41a62b move bytes?, indexed?, dictionary? to corelib primo-ppcg 2023-08-08 09:22:59 +07:00
  • de2440d458 Lots todo Calvin Rose 2023-08-07 10:54:41 -05:00
  • 43ab06467f Merge branch 'master' into compile-opt Calvin Rose 2023-08-07 09:40:27 -05:00
  • 3fe4cfd14c Add labels back to sysir Calvin Rose 2023-08-07 09:10:15 -05:00
  • 75be5fd4c6 Update sysir to have better field support. Calvin Rose 2023-08-06 20:00:49 -05:00
  • 7c7136fd70 Merge branch 'master' into compile-opt Calvin Rose 2023-08-06 15:50:42 -05:00
  • cfa32d58a7 More work on sysir, add initial work for recursive types. Calvin Rose 2023-08-06 15:50:21 -05:00
  • 0ea1da80e7 Merge pull request #1242 from primo-ppcg/reverse Calvin Rose 2023-08-06 08:10:56 -05:00
  • 06eea74b98 Merge pull request #1241 from primo-ppcg/keys-values-pairs Calvin Rose 2023-08-06 08:10:43 -05:00
  • c8c0e112bc rework reverse primo-ppcg 2023-08-06 16:12:47 +07:00
  • 7417e82c51 rework keys, values, pairs primo-ppcg 2023-08-06 15:35:13 +07:00
  • ecc4d80a5a Prepare for 1.30.0 release. v1.30.0 Calvin Rose 2023-08-05 18:58:04 -05:00
  • 3df24c52f4 Merge pull request #1236 from primo-ppcg/range Calvin Rose 2023-08-05 18:05:37 -05:00
  • 8a70fb95b5 slight refactoring primo-ppcg 2023-08-03 21:48:59 +07:00
  • d8b45ecd61 better test coverage primo-ppcg 2023-08-03 20:39:32 +07:00
  • 61712bae9c speed up range creation primo-ppcg 2023-08-01 23:00:54 +07:00
  • 4ff81a5a25 Add strip in release process instead of local builds - Address #1233 Calvin Rose 2023-07-27 21:37:26 -05:00
  • 08f0e55d8f Add strip in release process instead of local builds - Address #1233 Calvin Rose 2023-07-27 21:37:26 -05:00
  • 080b37cb31 Update CHANGELOG. Calvin Rose 2023-07-25 17:51:07 -05:00
  • bbdcd035ba Merge pull request #1231 from sogaiu/tweak-file-open-doc Calvin Rose 2023-07-23 23:20:09 -05:00
  • f9233ef90b Add fopen reference to file/open docstring sogaiu 2023-07-23 18:39:20 +09:00
  • 7cc176f0c0 Add source mapping to emitted C. Calvin Rose 2023-07-16 16:08:28 -05:00
  • cd3573a4d2 Merge pull request #1224 from primo-ppcg/array-remove Calvin Rose 2023-07-15 06:42:15 -05:00
  • 738fe24e6d Allow buffer/blit to take explicit nils for default args. Calvin Rose 2023-07-14 20:04:10 -05:00
  • 1808c923bf Make negative indexing work like python. negative-indexing-redo Calvin Rose 2023-07-14 17:18:20 -05:00
  • c2e55b5486 update docstrings for string/slice and tuple/slice primo-ppcg 2023-07-15 00:52:12 +07:00
  • 989f0726e3 Make encoding of immediate values capture full range. Calvin Rose 2023-07-14 10:06:20 -05:00
  • bdefd3ba1e update final array index to be -1 primo-ppcg 2023-07-14 17:34:55 +07:00
  • 4efcff33bd Update inttypes. Calvin Rose 2023-07-13 19:58:38 -05:00
  • 8183cc5a8d Disallow converting negative numbers to int/u64 Calvin Rose 2023-07-09 22:25:20 -05:00
  • f3bda1536d Remove some dead code in cfuns.c Calvin Rose 2023-07-09 22:02:10 -05:00
  • 3b6371e03d Add test case for issue #1217 op_subtract_imm Calvin Rose 2023-07-09 21:56:41 -05:00
  • b5d3c87253 Add new opcode subtract immediate. Calvin Rose 2023-07-09 21:28:08 -05:00
  • f73b8c550a Merge pull request #1213 from sogaiu/src-view-for-ppasm Calvin Rose 2023-07-09 10:54:55 -05:00
  • 5437744126 Merge pull request #1216 from sogaiu/tweak-test-grammar-peg Calvin Rose 2023-07-08 09:26:03 -05:00
  • 5a5e70b001 Update and ascii-sort string escapes in peg sogaiu 2023-07-08 17:54:00 +09:00
  • 348a5bc0a9 Add source view to .ppasm output sogaiu 2023-07-06 13:26:03 +09:00
  • 4d7baef89e Merge branch 'master' into compile-opt Calvin Rose 2023-07-04 13:52:54 -05:00
  • 026c64fa01 Formatting. Calvin Rose 2023-07-02 15:23:22 -05:00
  • e38663c457 Update CHANGELOG.md Calvin Rose 2023-07-02 13:43:34 -05:00
  • 117c741c29 Add test for marshalling channels. marshal_corrupt_fix Calvin Rose 2023-07-02 13:13:59 -05:00
  • 9bc5bec9f1 More complete fix with some debugging tools. Calvin Rose 2023-07-02 13:04:42 -05:00
  • a5f4e4d328 Test small fix for marshalling. Calvin Rose 2023-07-02 12:58:55 -05:00
  • db0abfde72 Cache references when marshalling abstract types. Calvin Rose 2023-07-01 18:02:56 -05:00
  • edf263bcb5 Make some fixes to marshalling. Calvin Rose 2023-07-01 17:47:10 -05:00
  • 60fba585e3 Remove extra MARK_SEEN Calvin Rose 2023-07-01 17:37:12 -05:00
  • ebb6fe5be3 Patch fix for #1210 Calvin Rose 2023-07-01 10:34:11 -05:00
  • d91c95bf92 Merge pull request #1210 from primo-ppcg/int-bnot Calvin Rose 2023-07-01 10:19:04 -05:00
  • 2007438424 add tests for inttypes bnot primo-ppcg 2023-07-01 21:47:36 +07:00
  • 81423635ad Add bnot to int types primo-ppcg 2023-07-01 21:19:42 +07:00
  • 58d297364a Change code for marshalling abstract types. Calvin Rose 2023-07-01 08:42:32 -05:00
  • db902c90c4 Merge pull request #1207 from primo-ppcg/divmod Calvin Rose 2023-07-01 08:47:06 -05:00
  • 42ccd0f790 Merge pull request #1209 from pyrmont/bugfix.strip-macos Calvin Rose 2023-07-01 08:46:35 -05:00
  • 20ec6f574e Avoid removing too many symbols with strip on macOS Michael Camilleri 2023-07-01 19:33:38 +09:00
  • b3db367ae7 Add test cases for div and mod primo-ppcg 2023-06-30 19:28:10 +07:00
  • 8a62c742e6 define (mod x 0) as x primo-ppcg 2023-06-30 16:15:04 +07:00
  • b125cbeac9 Merge pull request #1203 from czkz/add-escapes Calvin Rose 2023-06-28 20:06:10 -05:00