1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-13 10:10:26 +00:00

Commit Graph

  • b4f5e5bc00 Update docs for -l option. Calvin Rose 2020-07-06 21:24:49 -0500
  • f580d2e41a Add forever macro and add names to anon fns. Calvin Rose 2020-07-06 19:25:34 -0500
  • cd197e8be3 Add ev/call. Calvin Rose 2020-07-06 19:13:32 -0500
  • 51cf6465ff Merge branch 'master' into ev Calvin Rose 2020-07-06 17:22:38 -0500
  • a1feb32a2f Update CHANGELOG.md Calvin Rose 2020-07-06 17:21:55 -0500
  • 7478ad115f Add any? predicate to core. Calvin Rose 2020-07-06 09:19:10 -0500
  • 9d8e338a11 Update default repl prompt to match errors. Calvin Rose 2020-07-05 23:32:59 -0500
  • ed4163cfde Replace copyright on boot with system information. Calvin Rose 2020-07-05 23:24:07 -0500
  • bd95f742c0 Merge branch 'master' into ev Calvin Rose 2020-07-05 23:14:49 -0500
  • 463e6d9316
    Merge pull request #448 from GrayJack/fix-table-remove Calvin Rose 2020-07-05 18:36:54 -0500
  • 3358811788 Update changelog and sort listing. Calvin Rose 2020-07-05 17:49:48 -0500
  • a45509d28e Add list-pkgs and list-installed to jpm. Calvin Rose 2020-07-05 17:43:39 -0500
  • 9ba94d2c6b More work on timeouts and racing listeners. Calvin Rose 2020-07-05 17:26:17 -0500
  • a4de83b3a3 Merge branch 'master' into ev Calvin Rose 2020-07-05 10:11:23 -0500
  • 68a12d1d17 Minor fixes for meson minimum build. Calvin Rose 2020-07-03 20:41:55 -0500
  • c97d3cf359 Fix minimum meson build. Calvin Rose 2020-07-03 20:30:09 -0500
  • 4721337c7c issues with gettime on mach kernel. Calvin Rose 2020-07-03 20:19:36 -0500
  • 2b36ed967c Address some windows issues. Calvin Rose 2020-07-03 20:13:49 -0500
  • 3bb8f1ac8d Don't use CLOCK_MONOTONIC for pthread stuff. Calvin Rose 2020-07-03 19:54:58 -0500
  • 617ec7f565 Threading improvements. Calvin Rose 2020-07-03 16:19:05 -0500
  • dc259b9f8e Set fiber env for heavyweight threads. Calvin Rose 2020-07-03 15:20:19 -0500
  • 7b31a87b3c Update integer limits and printing. Calvin Rose 2020-07-03 14:14:59 -0500
  • 37a430c97c Move declarations around. Calvin Rose 2020-07-03 13:47:48 -0500
  • f264cb0b18 Merge branch 'master' into ev Calvin Rose 2020-07-03 12:26:01 -0500
  • 6ea530cc48 Address compilation warnings and errors. Calvin Rose 2020-07-03 12:25:24 -0500
  • a0abf307b4 Merge branch 'master' into ev Calvin Rose 2020-07-03 12:14:48 -0500
  • 55cf9f5e1c Don't break reverse backwards compat. Calvin Rose 2020-07-03 10:13:55 -0500
  • b89f0fac7b Move clock shims to util (Helps #430). Calvin Rose 2020-07-03 09:54:58 -0500
  • 8b3b3182bd
    Add tests to check janet_table_remove behaviour GrayJack 2020-07-02 11:03:08 -0300
  • 97c64f27ff Remove duplicate code in loop macro. Calvin Rose 2020-07-01 22:37:04 -0500
  • e548e1f6e0 Add peg/replace and peg/replace-all Calvin Rose 2020-07-01 21:26:11 -0500
  • 7e1e307e17 Add comment in 'not' doc about 'falsey?' Jason Pepas 2020-07-01 18:39:29 -0500
  • 7ea1c7d85a
    Fix janet_table_remove returning the key instead of the value GrayJack 2020-07-01 20:05:07 -0300
  • e08235b575
    Merge pull request #436 from cellularmitosis/no_arc4random_buf Calvin Rose 2020-07-01 15:54:15 -0500
  • 783c672130
    Merge pull request #437 from pepe/add-peg-find-tests Calvin Rose 2020-07-01 15:48:43 -0500
  • 5351a6b2ed
    Merge pull request #447 from cellularmitosis/nan Calvin Rose 2020-07-01 15:47:13 -0500
  • a110b103e8 math/nan Jason Pepas 2020-07-01 15:35:36 -0500
  • c26f573620 Add tests for peg/find and peg/find-all Josef Pospíšil 2020-06-30 17:03:13 +0200
  • f06e9ae30c Switch to using /dev/urandom for OS X prior to 10.7 Jason Pepas 2020-06-30 04:17:01 -0500
  • f5d208d5d6 eliminate large stack allocation from arc4random_buf bodge Jason Pepas 2020-06-30 04:06:20 -0500
  • 7fb8c4a68d Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-06-29 22:57:46 -0500
  • 647fc56d47 Replace for with forv in most places in boot.janet Calvin Rose 2020-06-29 22:56:16 -0500
  • 597d84e263 Add support for systems missing arc4random_buf Jason Pepas 2020-06-26 14:34:13 -0500
  • 977b0c3c0c
    Merge pull request #429 from pepe/fix-reverse-doc Calvin Rose 2020-06-29 20:55:04 -0500
  • 1b0d6de735
    Merge pull request #432 from cellularmitosis/no_cloexec Calvin Rose 2020-06-29 20:54:41 -0500
  • 2f5bb7774e Fix recursive post-deps. Calvin Rose 2020-06-29 20:51:38 -0500
  • 5565f02dbd Simplifying workaround for missing O_CLOEXEC Jason Pepas 2020-06-29 19:36:18 -0500
  • 17a131ac21 Add peg/find and peg/find-all. Calvin Rose 2020-06-29 19:13:06 -0500
  • 9a5cfe9f75 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-06-29 13:47:02 -0500
  • cc936d9977
    Merge pull request #435 from pepe/add-keyword-symbol-slice-tests Calvin Rose 2020-06-29 09:11:35 -0500
  • e9911fee4d Add keyword/slice and symbol/slice tests Josef Pospíšil 2020-06-29 09:18:26 +0200
  • aefde67aa2 And lots of optimization functionality. Calvin Rose 2020-06-28 18:16:57 -0500
  • a1ea62a923 Fix optimization of do_get. Calvin Rose 2020-06-28 15:52:59 -0500
  • 7209ced446 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-06-28 15:09:01 -0500
  • db63d352a2 Add specialization for 3 argument get. Calvin Rose 2020-06-28 15:03:01 -0500
  • 289de840fd Specify input types actions Josef Pospíšil 2020-06-28 20:49:44 +0200
  • cb34a8b620
    Merge pull request #434 from elimisteve/master Calvin Rose 2020-06-27 17:01:45 -0500
  • 95c633914f Add auto-resizing of gc interval. Calvin Rose 2020-06-27 16:51:20 -0500
  • d033412b1f Add symbol/slice and keyword/slice Calvin Rose 2020-06-27 15:21:17 -0500
  • 9c5e97144d More small changes to help with cross compilation Calvin Rose 2020-06-27 12:39:16 -0500
  • 8b96289e2f Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-06-27 11:24:03 -0500
  • 51ff43e2f2 Update range checks for 64 bit integers. Calvin Rose 2020-06-27 11:23:47 -0500
  • 1e30f4f973
    Merge pull request #427 from pyrmont/nil-empty-string Calvin Rose 2020-06-26 22:47:16 -0500
  • 36f66661f7
    Merge pull request #431 from cellularmitosis/master Calvin Rose 2020-06-26 22:43:41 -0500
  • de27fc15b6
    Add .gitattributes: detect/syntax highlight .janet files as Clojure Steve Phillips 2020-06-26 20:28:18 -0700
  • f9f90ba1d6 Support for systems missing O_CLOEXEC Jason Pepas 2020-06-26 14:40:49 -0500
  • 51bf8a3538 Add ppc to os/arch Jason Pepas 2020-06-26 04:11:21 -0500
  • 7b033a48a3 Wrap both reverse and reversed docstring to 80 chr Josef Pospíšil 2020-06-25 09:43:10 +0200
  • 1b420f69aa Fix reverse docstring Josef Pospíšil 2020-06-25 09:35:03 +0200
  • 6a187a384b Make zipcoll more generic. Calvin Rose 2020-06-24 16:10:57 -0500
  • ac5de1f96e Change compare-primitive to cmp. Calvin Rose 2020-06-24 16:00:00 -0500
  • 6c917f686a Add :h default peg class, as well as ad \v to whitespace. Calvin Rose 2020-06-24 08:40:23 -0500
  • 328ee94412 Merge branch 'master' into ev Calvin Rose 2020-06-22 22:25:44 -0500
  • de9951594e Allow setting dynamic bindings at C top level. Calvin Rose 2020-06-22 08:56:04 -0500
  • 561fc15ae9 Address #426 parse errors in *out janet_dostring Calvin Rose 2020-06-22 08:31:07 -0500
  • d65814c53f Update changelog.md Calvin Rose 2020-06-21 18:52:10 -0500
  • 803f17aa90 Add eachy and repeat to make looping easier. Calvin Rose 2020-06-21 18:48:06 -0500
  • 08a3687eb5 Fix #428 Calvin Rose 2020-06-21 15:54:31 -0500
  • c4035b2273
    Change string representation of nil to empty string Michael Camilleri 2020-06-21 17:54:06 +0900
  • 5c364e0f7c Better roundtrip jdn. Calvin Rose 2020-06-18 21:52:20 -0500
  • 9cfc3d9d37 Update to 1.10.1 v1.10.1 Calvin Rose 2020-06-18 19:24:17 -0500
  • b5fdd30b77 Fix meson build version. Calvin Rose 2020-06-18 18:43:10 -0500
  • 280292d3f5 Update CHANGELOG.md Calvin Rose 2020-06-18 18:41:09 -0500
  • c593d864be Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-06-18 18:38:17 -0500
  • 6d17348c72
    Merge pull request #425 from pyrmont/bugfix.make-install-paths-fn Calvin Rose 2020-06-18 15:13:36 -0500
  • 536648ec19
    Use function for install-paths Michael Camilleri 2020-06-18 19:07:43 +0900
  • b5e32a9ce5 Expose janet_table_clear. Calvin Rose 2020-06-15 15:33:41 -0500
  • 4077822e37 Update changelog. Calvin Rose 2020-06-15 11:54:51 -0500
  • e2d8750625 Update jpm. Calvin Rose 2020-06-15 10:43:18 -0500
  • 79f5751375 Add array/trim and buffer/trim. Calvin Rose 2020-06-14 17:40:48 -0500
  • 106437bd45 Fixes #423 Calvin Rose 2020-06-14 15:49:39 -0500
  • 6e2f6c30d6
    Support platforms that still don't have realpath Anthony Cerruti 2020-06-14 13:36:27 -0700
  • b7cd13bb0b Fix changelog typo. Calvin Rose 2020-06-14 15:10:54 -0500
  • be1ec1b973 Conditionally install jpm in meson. v1.10.0 Calvin Rose 2020-06-14 14:27:22 -0500
  • 1bddb87a0c Fix MSVC Warnings. Calvin Rose 2020-06-14 14:20:38 -0500
  • fbe23d8c33 Prepare for 1.10.0 release. Calvin Rose 2020-06-14 14:16:01 -0500
  • f435bb24ab Remove extra function on some installs. Calvin Rose 2020-06-14 14:09:32 -0500
  • 853b33b67c On nix platforms, patch jpm with path information. Calvin Rose 2020-06-14 14:04:23 -0500
  • 19f3568e18 Update for 1.10.0. Calvin Rose 2020-06-14 12:15:56 -0500
  • 911c2cbe58 Update CHANGELOG.md Calvin Rose 2020-06-14 12:12:41 -0500