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

Commit Graph

  • 3bb3adefbb Rename jpm repl to jpm debug-repl. Calvin Rose 2020-05-15 17:21:58 -0500
  • cf670153f9 Add :fresh option to import. Calvin Rose 2020-05-15 17:19:37 -0500
  • d6cd69e659
    Add make help target LouisJackman 2020-05-15 07:51:21 +0100
  • 98c04ca42d
    Add a Dockerfile file and document its usage LouisJackman 2020-05-15 07:29:42 +0100
  • 48d31ad7bc
    Merge pull request #396 from halfhorst/documentation/update-readme-embedding Calvin Rose 2020-05-13 18:13:53 -0400
  • 20aa258f0e update janetconf.h path in README embedding section halfhorst 2020-05-13 14:54:44 -0700
  • 45a60956a6 Add snapcraft packaging Zygmunt Krynicki 2020-05-13 18:42:43 +0200
  • 4ae372262b 1.9.1 release. v1.9.1 Calvin Rose 2020-05-12 09:16:45 -0500
  • 02167a15d1 Add new Makefile options to meson. Calvin Rose 2020-05-12 09:04:38 -0500
  • b50a4669d2 Update README and CHANGELOG. Calvin Rose 2020-05-12 08:56:58 -0500
  • c947bda604 Remove .breakall and .clearall conditionally. Calvin Rose 2020-05-12 08:50:37 -0500
  • 00451777fe Add meson builds to sourcehut CI. Calvin Rose 2020-05-12 08:46:26 -0500
  • 893c6d507a Additional test on with-vars macro. Fyodor Shchukin 2020-05-11 15:52:41 +0300
  • c42284bd2d Fix with-vars doesnt allow fresh variables. Fyodor Shchukin 2020-05-11 15:37:26 +0300
  • a65386e925 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-05-11 01:10:58 -0500
  • 2d7d154ffc
    Merge pull request #392 from t6/patch-meson Calvin Rose 2020-05-11 00:08:25 -0400
  • 3100080a50 Add NO_UMASK and NO_REALPATH config options. Calvin Rose 2020-05-10 23:07:54 -0500
  • 7275370ae5
    Unbreak Meson build Tobias Kortkamp 2020-05-11 06:02:26 +0200
  • e013381e72 Conditionally ignore pclose as well as popen. Calvin Rose 2020-05-10 21:06:52 -0500
  • d05bb1c125 Fix nanboxing issue. Calvin Rose 2020-05-10 20:14:47 -0500
  • 273d1ff2d0 Fix external grammar to disallow | and \ in symbols. Calvin Rose 2020-05-10 16:57:42 -0500
  • 235605bfa4 1.9.0 Release. v1.9.0 Calvin Rose 2020-05-10 16:44:16 -0500
  • e8b3587946 Silence clang warnings about missing initializers. Calvin Rose 2020-05-10 16:00:55 -0500
  • 9040ac6a0c Silence some warnings about pointer signedness. Calvin Rose 2020-05-09 23:58:45 -0500
  • a73ba56ebb Address #387 Calvin Rose 2020-05-09 21:11:26 -0500
  • 87bace58b3 Add line directives to amalgamation. Andrew Chambers 2020-05-10 13:16:14 +1200
  • 1168f47768 Update default path for installed binaries. Calvin Rose 2020-05-09 19:02:12 -0500
  • 73dba691b1 Re-disable processes on emscripten build. Calvin Rose 2020-05-09 12:04:47 -0500
  • b1f76139a7 Add several configurable options - #379 Calvin Rose 2020-05-09 12:00:01 -0500
  • 6b986fecb0 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-05-09 11:07:15 -0500
  • 535ab8302b Add errorf to core. Calvin Rose 2020-05-09 11:06:02 -0500
  • 7125b3430c
    Merge pull request #383 from andrewchambers/rngdoc Calvin Rose 2020-05-09 11:35:01 -0400
  • 0615d09b7a
    Merge pull request #385 from andrewchambers/fnctlfix Calvin Rose 2020-05-09 11:34:37 -0400
  • 1add0c7d43 make test-install should be easier to clean. Calvin Rose 2020-05-09 10:30:09 -0500
  • 8194f5ccaf Refactor jpm. Calvin Rose 2020-05-09 10:22:46 -0500
  • 057486cf56 Avoid setting O_CLOEXEC on stdin/stdout/stderr. Andrew Chambers 2020-05-09 22:26:50 +1200
  • f94e726271 Improve rng doc string accuracy. Andrew Chambers 2020-05-09 12:11:08 +1200
  • 95660002e1 fix include sys/fcntl.h to fcntl.h Calvin Rose 2020-05-07 14:54:03 -0500
  • 95c669389b
    Merge pull request #378 from andrewchambers/tweak Calvin Rose 2020-05-07 10:33:19 -0400
  • 084fc9776d Use SOCK_CLOEXEC correctly. Calvin Rose 2020-05-07 07:55:08 -0500
  • 1498fdb7b0 Tweak comment, remove extra include. Andrew Chambers 2020-05-07 20:44:04 +1200
  • 25cbe093e3 Replace usage of SOCK_CLOEXEC with call to fcntl Leaf Garland 2020-05-07 16:45:16 +1200
  • 79c3139748 Check for SOCK_CLOEXEC. Calvin Rose 2020-05-06 23:44:01 -0500
  • bdd64f5656 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-05-06 18:36:25 -0500
  • dc3e9fb77c Add CLOEXECs when getting file descriptors (#374) Calvin Rose 2020-05-06 18:33:25 -0500
  • 4b417c0e9d
    Merge pull request #375 from andrewchambers/mttemp Calvin Rose 2020-05-06 18:19:11 -0400
  • 06c28f3a4d Set the CLOEXEC flag on file/temp files. Andrew Chambers 2020-05-06 11:14:42 +1200
  • 688fe6db5e
    Merge pull request #370 from andrewchambers/spawnrace Calvin Rose 2020-05-05 10:33:41 -0400
  • 9aefb59afe Format jpm with spork. Calvin Rose 2020-05-05 09:21:50 -0500
  • e3862b86b5 Use spork indent on boot.janet. Calvin Rose 2020-05-05 09:17:09 -0500
  • 125cd222bb Pretty print tab characters as \t. Calvin Rose 2020-05-05 00:03:12 -0500
  • a0f351c9fa Fix (mostly nonsensible) race condition in multi threaded processes using os/execute with os/setenv. Andrew Chambers 2020-05-05 16:03:13 +1200
  • f7b49a2c91 Improve use of @ in match. Calvin Rose 2020-05-04 18:28:20 -0500
  • fd70b47768 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-05-02 23:40:11 -0500
  • 5d1fd390a6 Fix debugger regression. Calvin Rose 2020-05-02 23:40:00 -0500
  • 8b5663e385
    Merge pull request #363 from uasi/fix-typo-in-doc Calvin Rose 2020-05-02 12:11:18 -0400
  • 8b5bcaee3c Add lenprefix combinator to pegs. Calvin Rose 2020-05-02 10:37:39 -0500
  • ca845aa256 Fix typo in doc Tomoki Aonuma 2020-05-02 02:36:55 +0900
  • 761ea65d81 Add fiber/roor and allow net/server to take Calvin Rose 2020-04-30 23:21:26 -0500
  • 1dc32d5e3d Revert inclusion of dedent. Calvin Rose 2020-04-30 21:35:22 -0500
  • 1c0a015cc8 s/WSALastError/WSAGetLastError()/g Calvin Rose 2020-04-30 13:26:14 -0500
  • bee415217d Fix extra bindings. Calvin Rose 2020-04-29 21:57:19 -0500
  • 73989f5cc7 Consolidate windows and posix socket code. Calvin Rose 2020-04-29 21:07:21 -0500
  • dd458c8ab5 Make JANET_NO_ASSEMBLER not break build. Calvin Rose 2020-04-28 23:04:24 -0500
  • 63e9790123 Fix flag check in pretty print. Calvin Rose 2020-04-28 10:00:24 -0500
  • 70e1f3ac81 Fix regression in repl. Calvin Rose 2020-04-28 08:20:07 -0500
  • 67f1872f4a Expose debugger-env Calvin Rose 2020-04-27 23:32:21 -0500
  • 8bbb7907d6 Run parser error handler in the correct env in run-context. Calvin Rose 2020-04-27 20:29:16 -0500
  • c98e1f3cae Update documentation for net/read and net/chunk. Calvin Rose 2020-04-27 19:25:28 -0500
  • 6b0f93ce8a Update documentation for the -q flag. Calvin Rose 2020-04-27 18:57:53 -0500
  • 80f19a0ab7 Fix behavior of -q flag. Calvin Rose 2020-04-27 18:12:22 -0500
  • 41894eb285 Add docstrings to net.c Calvin Rose 2020-04-26 14:11:47 -0500
  • 3535efd977 Remove %u format specifiers. Calvin Rose 2020-04-26 13:47:36 -0500
  • f6bd41ada7 Add %M, %m, %N, and %n formatters. Calvin Rose 2020-04-26 13:17:28 -0500
  • 7b5f40772f Disable networking for emscripten build. Calvin Rose 2020-04-26 12:37:27 -0500
  • d2ebf4b52d Merge branch 'net' Calvin Rose 2020-04-26 12:26:46 -0500
  • 0fe5c672a6 Use dedent in jpm create-executable. Calvin Rose 2020-04-26 12:14:43 -0500
  • ce7d51f9be Add dedent to core. Calvin Rose 2020-04-26 11:53:26 -0500
  • cc1f84d1d3 Fix NSIS installer after moving jpm. Calvin Rose 2020-04-26 08:58:53 -0500
  • 74126d9f24 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-04-26 08:55:59 -0500
  • 69eb9531da Rename auxbin/jpm -> jpm. Calvin Rose 2020-04-26 08:55:32 -0500
  • da4d8254fa Silence warning in MSVC about VLAs. Calvin Rose 2020-04-25 17:13:00 -0400
  • 57332c5ccf Change order of declarations for MSVC C++ support. Calvin Rose 2020-04-25 15:41:23 -0500
  • 9bc5ac05c4 Add the parse function. Calvin Rose 2020-04-25 12:46:32 -0400
  • 0a4d58468e Remove Debug build from appveyor. Calvin Rose 2020-04-25 12:06:22 -0400
  • 8ce092da68 Update create-dirs to work on windows style paths. Calvin Rose 2020-04-25 12:01:09 -0400
  • fce1529bf2 Re-enable NSIS unicode. Calvin Rose 2020-04-25 10:01:27 -0500
  • 1579509a47 Add refreshenv. appveyor-testing Calvin Rose 2020-04-25 09:52:36 -0500
  • d3da9e7a0d Try and address issues with appveyor hanging. Calvin Rose 2020-04-25 09:43:46 -0500
  • 61edf22a45 Remove Unicode True Calvin Rose 2020-04-25 09:26:56 -0500
  • 84974d6c56 Make repl printing work from current environment. Calvin Rose 2020-04-24 22:29:02 -0500
  • da438a93e0 Restore lexicographic comparison of tuples. Calvin Rose 2020-04-24 16:48:31 -0500
  • a87015598c Make janet_equals and janet_compare non recursive Calvin Rose 2020-04-24 16:18:31 -0500
  • c335bf5dc5 Update doc doc. Calvin Rose 2020-04-23 12:15:12 -0500
  • c6a782c0ce Add information on lockfiles to the man page. Calvin Rose 2020-04-23 12:10:22 -0500
  • d148e14aa2
    Merge pull request #357 from andrewchambers/lockfilejdn Calvin Rose 2020-04-23 13:03:51 -0400
  • 748a5d41c1 Lockfiles are jdn, not code. Andrew Chambers 2020-04-23 21:53:36 +1200
  • c876e63010 Fix overflow in exponent estimation in strtod.c. Calvin Rose 2020-04-21 18:32:59 -0500
  • 23b811243f Update CHANGELOG.md Calvin Rose 2020-04-21 18:24:46 -0500
  • 99d9c57154 Add the --offline flag to jpm. Calvin Rose 2020-04-21 12:41:08 -0500