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

Commit Graph

  • a3fb2d6e0a Add an optional finalizer to scratch resources. Andrew Chambers 2019-11-28 17:26:45 +1300
  • 5b9e37e2cc
    Merge pull request #181 from andrewchambers/fileno Calvin Rose 2019-11-27 21:06:30 -0500
  • 88f28773da Add missing fileno method to file, sort method list. Andrew Chambers 2019-11-28 14:43:46 +1300
  • 66e6979812 Add thread flags to standalone executables. Calvin Rose 2019-11-27 15:06:31 -0600
  • 8a91c52fa2 Change pthreads linking with jpm, make, and meson. Calvin Rose 2019-11-27 14:52:20 -0600
  • e542ba7e4d Fix amalg build. Calvin Rose 2019-11-27 12:43:45 -0600
  • bca0392738 First work on threading. Calvin Rose 2019-11-26 23:13:53 -0600
  • 74d51ab08b Address issue #180 - string/check-set Calvin Rose 2019-11-25 20:27:08 -0600
  • 6bc400eb8c Update CHANGELOG.md Calvin Rose 2019-11-25 20:11:10 -0600
  • 7df0ec6aed Fix up debug/step and janet_step. Calvin Rose 2019-11-25 20:00:13 -0600
  • a0a980e0ef Update sample debugger. Calvin Rose 2019-11-25 18:21:53 -0600
  • 6988fd3cab Add debug/step to single step a fiber. Calvin Rose 2019-11-25 18:14:34 -0600
  • c3273e8751 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2019-11-24 17:54:14 -0600
  • d37c43716a Lots of work on improving debugging. Calvin Rose 2019-11-24 17:45:53 -0600
  • 1bf751367b
    Merge pull request #177 from andrewchambers/parse_review Calvin Rose 2019-11-23 14:23:57 -0500
  • 976dfc7195 Minor fixes for parser Andrew Chambers 2019-11-23 16:55:23 +1300
  • 8372d1e499 uint32_t -> uint8_t Calvin Rose 2019-11-21 23:30:31 -0600
  • e65716f6ee Add janet_rng_longseed to janet.h Calvin Rose 2019-11-21 23:26:31 -0600
  • 4b24d77b2c Switch back to well tested RNG. Calvin Rose 2019-11-21 23:22:21 -0600
  • 02fc4ae27b Allow seeding RNG with a byte sequence. Calvin Rose 2019-11-21 22:53:39 -0600
  • 624f5f428e Add a number of math functions. Calvin Rose 2019-11-17 10:54:44 -0600
  • 5171dfd2a8 Fix docstring. v1.5.1 Calvin Rose 2019-11-16 20:43:21 -0600
  • 8ff5e49d1f
    Merge pull request #176 from staab/repl-delete Calvin Rose 2019-11-16 21:42:38 -0500
  • 134163708a Fix formatting Jon Staab 2019-11-16 16:07:15 -0800
  • 40e6616df0 Add support for delete key in repl Jon Staab 2019-11-16 16:01:52 -0800
  • bcd2089f71 Version 1.5.1 Calvin Rose 2019-11-16 17:17:13 -0600
  • 7553b277db Fix return value of update. Calvin Rose 2019-11-15 22:49:18 -0600
  • d71cf093bb Add /i switch to xcopy in jpm Calvin Rose 2019-11-12 02:51:37 -0500
  • 86d21816b6 Fix jpm mendoza install on windows. Calvin Rose 2019-11-12 02:45:20 -0500
  • c9521e093e Fix windows issue with (file/read file :all) Calvin Rose 2019-11-11 20:05:00 -0500
  • 16f6261b44 Improve randomness of numbers from new rng. Calvin Rose 2019-11-10 17:44:59 -0600
  • 6b76ac3d18 Fix bug when appending buffer to self. Calvin Rose 2019-11-10 14:50:21 -0600
  • 5681e02e0f Update deployment and fix changelog. Calvin Rose 2019-11-10 11:30:09 -0600
  • 41a22f258e Fix appveyor.yml to build windows installer. Calvin Rose 2019-11-10 11:12:28 -0600
  • 0d2844b7c9 Update to 1.5.0 v1.5.0 Calvin Rose 2019-11-10 10:57:18 -0600
  • 719f7ba0c4 Default to UTC for date. Calvin Rose 2019-11-09 16:57:21 -0600
  • 44ed2c6b47 Tag artifacts with platform name. Calvin Rose 2019-11-09 16:20:52 -0500
  • c9292ef648 Use /MD on windows. Calvin Rose 2019-11-09 16:05:07 -0500
  • 135abff100 Try again with vcvarsall.bat Calvin Rose 2019-11-09 13:29:01 -0500
  • 7252db1e63 Try 32 bit and 64 bit builds for windows. Calvin Rose 2019-11-09 13:25:57 -0500
  • 05e3fd3cc6 Fix build_win. Calvin Rose 2019-11-09 13:22:07 -0500
  • 6f1b03b67e Fix build_win test-install. Calvin Rose 2019-11-09 11:28:40 -0500
  • dca247f01d Fix MSVC build warnings. Calvin Rose 2019-11-09 10:12:40 -0600
  • 63e7ca4623 Fix warning on travis CI with Clang. Calvin Rose 2019-11-09 10:10:07 -0600
  • 75d21d9f45 Update CHANGELOG.md Calvin Rose 2019-11-09 10:05:29 -0600
  • 8911daaf6c Add --test flag to jpm. Calvin Rose 2019-11-09 10:03:56 -0600
  • 1f55d40a10 Fix janet_opt* api. Calvin Rose 2019-11-09 09:39:14 -0600
  • 6591e7636d Copy janetconf to build for amalg target. Calvin Rose 2019-11-08 20:33:26 -0600
  • c12eaa926a Make sure $prefix/lib/janet is created Calvin Rose 2019-11-08 18:43:53 -0600
  • 0e464ded3d Fix meson.build typo. Calvin Rose 2019-11-08 18:26:43 -0600
  • aee1687215 Add RNG functionality to the math/ module. Calvin Rose 2019-11-08 17:35:27 -0600
  • 58e3e63a89 Add jpm to release bundle. Calvin Rose 2019-11-08 11:00:12 -0600
  • 9b605b27bd Address #174 - fix string/trim Calvin Rose 2019-11-08 08:47:37 -0600
  • c5010dffb4 Print error message on bad CLI usage. Calvin Rose 2019-11-05 12:51:15 -0600
  • 026f26f05f Improve error message in slice functions. Calvin Rose 2019-11-05 09:41:30 -0600
  • cf2d3861d6 Make slice a c function. Calvin Rose 2019-11-05 09:29:32 -0600
  • 6ceaf9d28d Add with-vars Calvin Rose 2019-10-31 21:58:43 -0500
  • 25a9804d91 Fix build_win test-install Calvin Rose 2019-10-29 20:40:09 -0500
  • cf19cd5292 Add the quickbin command to jpm. Calvin Rose 2019-10-29 20:33:18 -0500
  • 03824dd9f7 Update CHANGELOG.md Calvin Rose 2019-10-29 19:41:48 -0500
  • 280dca3998 Add shell.c to the amalgamation. Calvin Rose 2019-10-29 19:18:44 -0500
  • 46e09e4c71 Fix tools/removecr.janet Calvin Rose 2019-10-29 18:56:32 -0500
  • 427b2638e0 Fix startup environment. Calvin Rose 2019-10-29 18:47:54 -0500
  • 2541806dc1 Fix suite7 failing when run with no docstrings. Calvin Rose 2019-10-29 18:28:41 -0500
  • 0d16b9e1a1 Move init.janet into cli-main in boot.janet Calvin Rose 2019-10-29 18:16:32 -0500
  • b2263ed5b5 Update CHANGELOG.md Calvin Rose 2019-10-29 17:52:41 -0500
  • 45c2819068 Improve flychecking. Calvin Rose 2019-10-27 16:15:41 -0500
  • d28925fdab Relax type checking when fuction position is nil Calvin Rose 2019-10-24 15:17:19 -0500
  • 9097e36ea0 [] should evaluate to () Calvin Rose 2019-10-20 14:06:28 -0500
  • 99ef4c7510 Fix an issue with the removecr script Calvin Rose 2019-10-19 19:11:13 -0400
  • b9e05d06fe Update amalg step. Calvin Rose 2019-10-19 18:00:29 -0500
  • 423b6db855 Fix memory leak with some string/ functions. Calvin Rose 2019-10-19 15:12:45 -0500
  • bb54b940c0 Don't call fwrite with size = 0 Calvin Rose 2019-10-19 10:51:11 -0500
  • 4149df1fca Update CHANGELOG.md Calvin Rose 2019-10-19 10:35:56 -0500
  • 8dd8af742a Add eprintf and make printf a C function. Calvin Rose 2019-10-19 10:30:29 -0500
  • d47804d222 Add prin, eprint, and eprin functions. Calvin Rose 2019-10-19 09:44:27 -0500
  • 8dd322c0be Fix webclient. Calvin Rose 2019-10-14 20:55:04 -0500
  • 7fd0748c19 Update to 1.4.0 v1.4.0 Calvin Rose 2019-10-14 20:35:13 -0500
  • 655d4b3aad Fix test. Calvin Rose 2019-10-13 08:00:43 -0500
  • 5f51476526 Remove a git attribute for linguist. Calvin Rose 2019-10-12 22:03:34 -0500
  • d47b5f8c6a Update CHANGELOG.md Calvin Rose 2019-10-11 00:11:19 -0500
  • a18a251d16 Address some issues found in lgtm Calvin Rose 2019-10-10 22:59:43 -0500
  • 8ee54e887f Update changelog. Calvin Rose 2019-10-10 19:06:16 -0500
  • 088c926196 Add update-pkgs to jpm. Calvin Rose 2019-10-10 18:42:49 -0500
  • 54b66a4199 Add shorthand package name support in jpm. Calvin Rose 2019-10-10 18:11:45 -0500
  • f9d57103f4 Improve peg error on unknown rule. Calvin Rose 2019-10-09 17:59:48 -0500
  • f780df0aa6 Fix single threaded build option with meson. Calvin Rose 2019-10-05 20:35:11 -0500
  • fede40f279 Relax requirement minimum arity of fn Calvin Rose 2019-10-05 11:47:25 -0500
  • 6ae5a9be60 Add -fvisibility in Makefile, provide meson example commands. Calvin Rose 2019-10-05 10:38:58 -0500
  • e9f3dc7d5c Add varfn. Calvin Rose 2019-10-03 20:20:42 -0500
  • 841b58042f
    Merge pull request #168 from Crestwave/haiku Calvin Rose 2019-10-02 13:54:03 -0400
  • 63e3e02a39 Fix installation on Haiku Crestwave 2019-10-02 04:33:15 +0000
  • 944347e828 Fix formatting. Calvin Rose 2019-09-30 19:59:35 -0500
  • 7910a5feef Add compile time arity checking. Calvin Rose 2019-09-30 19:50:42 -0500
  • 2becd196dd Fix incomplete error message. Calvin Rose 2019-09-25 09:29:29 -0500
  • bcb45157a8 Update CHANGELOG.md Calvin Rose 2019-09-24 21:25:21 -0500
  • 70ffe3b6bd Add slice function to core. Calvin Rose 2019-09-24 19:44:07 -0500
  • 339dea9390 Add optional argument functions to c api. Calvin Rose 2019-09-24 19:40:49 -0500
  • b26a7bb22a Disallow the empty string for some string fns. Calvin Rose 2019-09-24 13:23:18 -0500
  • 45dfc7cc96 Fix debug/break search algorithm. Calvin Rose 2019-09-22 18:08:38 -0500