aboutsummaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorLines
2021-04-25Prepare for 1.15.5 release.v1.15.5Calvin Rose-2/+2
2021-04-25Add declare-headers to jpm.Calvin Rose-1/+1
2021-04-15Fix #682 - Don't hardcode size of sun_path.Calvin Rose-2/+3
2021-03-30Fix #673 - check typed array index bounds as well as buffer count.Calvin Rose-5/+12
2021-03-26Merge branch 'master' of github.com:janet-lang/janetCalvin Rose-1/+4
2021-03-26Add net/shutdown to allow better networking with streams.Calvin Rose-2/+54
2021-03-24Support adding arbitrary metadata to bindingsMichael Camilleri-0/+3
2021-03-19Version bump (development version).Calvin Rose-3/+3
2021-03-19Update printing when entering debugger.Calvin Rose-13/+8
2021-03-19Change inheritance rule.Calvin Rose-5/+16
2021-03-16(#667) Add constant inlining for tuples and structs.Calvin Rose-4/+34
2021-03-16Prepare for 1.15.4 release.Calvin Rose-2/+2
2021-03-13Sort keys initial.Calvin Rose-18/+84
2021-03-13Update pretty printing default depth.Calvin Rose-2/+2
2021-03-09Update os.cJohn Gabriele-2/+2
2021-03-04Add group-by and partition-by to the core.Calvin Rose-0/+30
2021-02-28Merge branch 'master' of github.com:janet-lang/janetv1.15.3Calvin Rose-1/+1
2021-02-28Release 1.15.3Calvin Rose-4/+2
2021-02-28Fix call to match in run-contextMichael Camilleri-1/+1
2021-02-26Merge branch 'master' of github.com:janet-lang/janetCalvin Rose-9/+24
2021-02-26Address #641 - add undef combinator.Calvin Rose-4/+34
2021-02-26Merge pull request #642 from pyrmont/feature.run-context-locationCalvin Rose-3/+12
2021-02-23Update boot.janetJohn Gabriele-2/+2
2021-02-23Update boot.janetJohn Gabriele-2/+2
2021-02-23`sort` docJohn Gabriele-4/+10
2021-02-22Check that new source location is a stringMichael Camilleri-1/+3
2021-02-22Allow source location in run-context to be updatedMichael Camilleri-3/+10
2021-02-20Fix #638 - update fiber status in certain cases.Calvin Rose-5/+6
2021-02-19Address #640.Calvin Rose-2/+2
2021-02-16Update definition of `or`.Calvin Rose-2/+1
2021-02-16Fix or with zero arguments.Leah Neukirchen-1/+2
2021-02-15Fix build error for 1.15.2v1.15.2Calvin Rose-4/+4
2021-02-15Prepare for 1.15.1 release.Calvin Rose-2/+2
2021-02-14Fix #636Calvin Rose-1/+0
2021-02-14Change behavior of empty env table passed to os/execute on windows.Calvin Rose-1/+0
2021-02-14Change os/execute implementation for windows.envblockCalvin Rose-37/+60
2021-02-09Version bump.Calvin Rose-4/+4
2021-02-10Tweak spec_readintsogaiu-1/+1
2021-02-08Get ready for 1.15.0 release.Calvin Rose-3/+3
2021-02-08Immediate instuctions will now call :compare method.Calvin Rose-4/+16
2021-02-08Define immediate comparison instructions for non-integers.Calvin Rose-4/+4
2021-02-05Merge pull request #628 from yumaikas/masterCalvin Rose-9/+9
2021-02-05Improve error message from janet_call.Calvin Rose-1/+8
2021-02-04x86 32 bit on windows.Calvin Rose-3/+7
2021-02-04Switch out `by` to `before?` in sort functions.Andrew Owen-9/+9
2021-02-04Update sort documentation.Calvin Rose-4/+4
2021-02-04Fix #625 - no fancy mixing in number hasingCalvin Rose-12/+4
2021-02-03Tweak module/add-paths docstringsogaiu-4/+4
2021-02-02Merge pull request #620 from sogaiu/marshal-docCalvin Rose-2/+2
2021-02-02Fix parser/insert.Calvin Rose-3/+8