1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-12 01:30:33 +00:00

Commit Graph

  • 0b114d680e Update CHANGELOG.md. Calvin Rose 2020-06-13 14:09:45 -0500
  • c87a0910d0 Add some flags to creating threads for more control. Calvin Rose 2020-06-13 09:42:16 -0500
  • b1a4f05b5a Explicitly disallow handler for datagram server. Calvin Rose 2020-06-13 08:29:48 -0500
  • ce2079104a Merge branch 'master' into ev Calvin Rose 2020-06-11 19:20:51 -0500
  • 86e12369b6 Add alias for PEG repeat. Calvin Rose 2020-06-11 11:23:43 -0500
  • 6d096551f0 Add Peg combinators 'to' and 'thru'. Calvin Rose 2020-06-10 21:18:50 -0500
  • 2595c8a853 Properly hide private functions in boot.janet Calvin Rose 2020-06-10 00:02:07 -0500
  • 2a9923999b
    Merge pull request #422 from MikeBeller/compare Calvin Rose 2020-06-10 00:58:33 -0400
  • 03cbeac1ea Remove snapcraft.yaml. Calvin Rose 2020-06-06 11:35:43 -0500
  • d64e9b6263 Remove snapcraft. Calvin Rose 2020-06-06 10:31:16 -0500
  • 9824a34d76 Remove dead code. Mike Beller 2020-06-06 08:55:20 -0400
  • 76c3436377 Remove vestigial comparison methods from int types Mike Beller 2020-06-05 11:07:48 -0400
  • a4178d4b3c All tests pass for compare. Mike Beller 2020-06-05 10:51:35 -0400
  • 3e423722c6 Actually got the comparisons working for s64 (still need to fix u64) Mike Beller 2020-06-04 18:27:48 -0400
  • 01837f2bb6 All tests pass. Mike Beller 2020-06-04 15:27:36 -0400
  • 411c5da6d3 compare functions now work for built ins and 'objects' Mike Beller 2020-06-04 13:49:09 -0400
  • 7658ea8335 primitive tests working. issues remain with polymorphic. Mike Beller 2020-06-04 12:46:58 -0400
  • 81d301a42b Initial commit of base functionality for compare Mike Beller 2020-06-04 12:23:54 -0400
  • 0b500730e0
    Merge pull request #1 from janet-lang/master MikeBeller 2020-06-04 10:35:03 -0400
  • 123710078d Add unix domain socket support to net. Calvin Rose 2020-06-03 00:53:17 -0500
  • 6c08dbab0e
    Merge pull request #420 from leafgarland/master Calvin Rose 2020-06-02 20:57:28 -0400
  • ec0d0ba368 Initial UDP implementation. Calvin Rose 2020-06-01 22:06:27 -0500
  • bed02c2f95 Remove unused flags Leaf 2020-06-02 09:14:31 +0000
  • 75bc69ba2f Implement os/realpath on Window with _fullpath Leaf 2020-06-02 09:05:41 +0000
  • 3f434f2a44 Add backpressure capability to net. Calvin Rose 2020-05-31 15:46:01 -0500
  • 71d8e6b4cd Merge branch 'master' into ev Calvin Rose 2020-05-30 11:35:19 -0500
  • a78af0a7fb Do not explicitly free state machines, instead return a status. Calvin Rose 2020-05-30 11:29:58 -0500
  • eb9f74a273 Silence MSVC warning. Calvin Rose 2020-05-30 10:06:39 -0400
  • 117ae196fd Add net/flush. Calvin Rose 2020-05-28 19:14:35 -0500
  • 4c211c8dce More updates to the ev library. Calvin Rose 2020-05-28 16:51:11 -0500
  • 4056b94e01
    Merge pull request #418 from ahungry/bugfix/Fix-double-free-fclose Calvin Rose 2020-05-28 17:24:09 -0400
  • ee94828355 Fix for double free on fclose due to GC not knowing it failed Matthew Carter 2020-05-28 15:35:09 -0400
  • c10d9b9d9d Merge branch 'master' into asyncio Calvin Rose 2020-05-28 10:57:10 -0500
  • fff66649aa Fix issue #416. Calvin Rose 2020-05-28 10:47:22 -0500
  • b68b0a256e Start with ev module. Calvin Rose 2020-05-28 10:39:40 -0500
  • b33fdc1674
    Merge pull request #415 from leafgarland/fix_numarray_example Calvin Rose 2020-05-25 14:04:58 -0400
  • 6909d9c9c9 Fix c code for latest Janet Leaf Garland 2020-05-24 21:30:23 +1200
  • 0d5d820f4f Remove cook code Leaf Garland 2020-05-24 21:29:20 +1200
  • 6fbca3416a Move tests to tests dir Leaf Garland 2020-05-24 21:28:16 +1200
  • 466d9b31ce Add project.janet for numarray Leaf Garland 2020-05-24 21:25:52 +1200
  • b6fdaaac41
    Merge pull request #414 from roobie/update-readme Calvin Rose 2020-05-23 12:08:35 -0400
  • c19bbfce78 Make style consistent. Calvin Rose 2020-05-23 11:07:57 -0500
  • e9fdbe0c89
    Merge pull request #411 from LouisJackman/make-ctrl-c-interrupt-current-form Calvin Rose 2020-05-23 11:33:19 -0400
  • f2299eab8f rephrase the info about WiX and .msi bjorn roberg 2020-05-23 14:15:19 +0200
  • e220f44953
    Simplify and don't replace history for cancelled forms LouisJackman 2020-05-23 08:36:40 +0100
  • b750a84ab1 adds WiX details to README bjorn roberg 2020-05-22 23:53:31 +0200
  • 41f8be2c53 Fix flycheck when using the use macro. Calvin Rose 2020-05-21 18:51:17 -0500
  • c3e4cbe950
    Address compilation warning about modifier order LouisJackman 2020-05-21 18:51:25 +0100
  • 50df5000c2
    Update older run-context code LouisJackman 2020-05-21 18:47:47 +0100
  • 3c8930b72b
    Get tests passing again by returning keyword rather than nil from chunks LouisJackman 2020-05-21 18:37:15 +0100
  • f0572c4d5f
    Remove REPL-within-form thread-local bool LouisJackman 2020-05-21 18:31:21 +0100
  • 057ba8a4e1 Fixes #409 Calvin Rose 2020-05-21 01:30:11 -0500
  • 677737d345 Fixes #412 Lookahead does not move cursor. Calvin Rose 2020-05-21 01:22:08 -0500
  • 930ac9c57d Merge branch 'master' of https://github.com/janet-lang/janet Calvin Rose 2020-05-21 00:18:45 -0400
  • 5caa0371c4 Replace forward slash in xcopy commands. Calvin Rose 2020-05-21 00:18:07 -0400
  • e6e1cb1b43
    Merge pull request #410 from MikeBeller/tarray-next Calvin Rose 2020-05-20 19:00:06 -0400
  • 164ed0b325
    Get expected behaviour; cleanup after confirming behaviour is desired LouisJackman 2020-05-20 22:40:05 +0100
  • 8263789602 Fix issue #408 -- make "next" work for typed arrays, and also fix bug where tarray/new failed to fully check the type of it's last argument. Mike Beller 2020-05-20 13:30:48 -0400
  • a99906c6f0 Remove NSIS artifacts. Calvin Rose 2020-05-19 22:25:04 -0500
  • 617338457d More windows shenanigans with jpm. Calvin Rose 2020-05-19 20:03:49 -0400
  • 1026d2173b Quick fix. Calvin Rose 2020-05-19 19:21:30 -0400
  • ca9c9ee807 Add the clear-manifest command. Calvin Rose 2020-05-19 19:20:09 -0400
  • bef51fe9ff Fix jpm. Calvin Rose 2020-05-19 18:41:17 -0400
  • b72845609f Add JANET_GIT to jpm. Calvin Rose 2020-05-19 18:36:58 -0400
  • ccd8b71c4b Fix os/shell usage in jpm on windows. Calvin Rose 2020-05-19 16:28:43 -0500
  • e623690295 Use keywords in the assembly interface. Calvin Rose 2020-05-19 13:17:50 -0500
  • 070baea3c4 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-05-19 09:47:11 -0500
  • 0e828792ae Fix segfault on bad loop. Fixes #407. Calvin Rose 2020-05-19 09:45:45 -0500
  • 31a8dfa063
    Merge pull request #406 from leafgarland/master Calvin Rose 2020-05-19 06:49:41 -0400
  • 338ef8f2e4 Update Appveyor to build Wix installer Leaf Garland 2020-05-19 17:00:42 +1200
  • 737fee94d0 Change build_win.bat to build Wix installer Leaf Garland 2020-05-19 16:57:26 +1200
  • 4a2d770066 Add Wix/msi installer for Windows Leaf Garland 2020-05-19 16:56:50 +1200
  • b7cfc08fc5 Improve line and col tracking in parser. Calvin Rose 2020-05-18 19:05:27 -0500
  • 92f0e1719b Be less eager to set macro-form in macex1. Calvin Rose 2020-05-18 18:37:41 -0500
  • 9e5f203302 Expose line, col in macros via (dyn :macro-form) Calvin Rose 2020-05-18 18:22:43 -0500
  • 17cb0c1aee
    Merge pull request #402 from andrewchambers/linelockfiles Calvin Rose 2020-05-18 18:45:25 -0400
  • df32cd0aca Update tracev macro to be simpler and single arity. Calvin Rose 2020-05-18 17:43:41 -0500
  • ae5dc8c45b
    Merge pull request #401 from LouisJackman/add-dbg-core-macro Calvin Rose 2020-05-18 18:30:14 -0400
  • b1ed5b0707
    Add "trace " prefix missed out from previous commit LouisJackman 2020-05-18 22:02:56 +0100
  • eefdb3f156
    Merge pull request #403 from kryptine/master Calvin Rose 2020-05-18 17:01:41 -0400
  • e9a5cfaddd
    Adopt Andrew Chamber's suggestions LouisJackman 2020-05-18 21:55:21 +0100
  • f5f2997cc2
    Fix spelling errors kryptine 2020-05-18 06:32:00 +0000
  • 43d2ba6275 Format lock files for nicer diffs. Andrew Chambers 2020-05-18 15:42:42 +1200
  • 8b98b331cc Add :hardcode-syspath option to declare-binscript. Calvin Rose 2020-05-17 09:29:45 -0500
  • e0130e7fd7
    "Literal" -> "Expression" for trace-pp msg LouisJackman 2020-05-17 08:18:44 +0100
  • fb491f0d7c
    Put back erroneously deleted "Literal" LouisJackman 2020-05-17 08:12:54 +0100
  • 33b5d9651f Remove more mentions of lisp in descriptions. Calvin Rose 2020-05-16 15:22:12 -0500
  • 9109e369ff
    Incorporate suggestions from PR LouisJackman 2020-05-16 20:18:00 +0100
  • b97e011715 Remove some lisp claims from README for branding. Calvin Rose 2020-05-16 14:12:21 -0500
  • 1bb9a9368b Make sure winsock2.h is included before windows.h Calvin Rose 2020-05-16 12:41:26 -0500
  • ca3dac7e87
    Return an immutable tuple instead LouisJackman 2020-05-16 15:50:47 +0100
  • 59302d4f42
    Return dbg values to work inside complex exprs LouisJackman 2020-05-16 15:42:16 +0100
  • fabb722c8d
    Add a dbg macro for easy var dumping LouisJackman 2020-05-16 15:15:57 +0100
  • 657fae490c Update CHANGELOG.md Calvin Rose 2020-05-16 08:36:32 -0500
  • e9acebe0e8 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-05-16 08:29:30 -0500
  • 7a84fc4742 Fix infinite loop in some cases. Calvin Rose 2020-05-16 08:28:50 -0500
  • 4be3d66a32
    Merge pull request #395 from zyga/master Calvin Rose 2020-05-15 19:04:26 -0400
  • 92df01b99d Add valtest and debug to Makefile help. Calvin Rose 2020-05-15 17:59:05 -0500
  • 5c9c738913
    Merge pull request #399 from LouisJackman/add-make-help-target Calvin Rose 2020-05-15 18:55:23 -0400
  • 83c357d9d1 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2020-05-15 17:24:21 -0500