aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
2026-02-05Update CHANGELOG.mdmake-modules-easierCalvin Rose-4/+7
2026-02-05Allow simpler loading of modules.Calvin Rose-4/+10
2026-02-05Auto-format janet.Calvin Rose-137/+138
2026-02-04Show accumulation buffer and tagged capture in peg debug rule.Calvin Rose-16/+81
2026-02-04Move peg debug output to stderr in line with other internal debug tools.Calvin Rose-17/+29
2026-02-04Update changelog.Calvin Rose-0/+1
2026-02-04Add ??/debug PEG rule (#1710)0xbec163-0/+73
2026-02-02Speed up symbol resolution.Calvin Rose-18/+105
2026-02-02Add unmarshal sandbox.Calvin Rose-1/+5
2026-02-02Add :compile, :asm, and :threads to sandbox flags.Calvin Rose-1/+14
2026-02-01More tweaks to changelog.Calvin Rose-0/+1
2026-02-01Update CHANGELOG.mdCalvin Rose-0/+4
2026-02-01Revert changes to peg grammar.Calvin Rose-2/+0
2026-02-01Merge pull request #1703 from amano-kenji/pegCalvin Rose-2/+4
2026-01-31More tweaks for named arity linting.Calvin Rose-4/+21
2026-01-31Make sure named argumnets are compiled before destructured params.Calvin Rose-10/+13
2026-01-31Add another bounds check for updating labels. Related to #1700Calvin Rose-1/+1
2026-01-31Partially address issue #1654 - better linting for named arguments.Calvin Rose-15/+121
2026-01-31Update copyright.Calvin Rose-2/+2
2026-01-30Update README with more clarification on versions to use for building.Calvin Rose-7/+49
2026-01-29More documentation.Calvin Rose-19/+104
2026-01-29Preserve tuple type to fix #1709Calvin Rose-1/+9
2026-01-28Merge pull request #1704 from amano-kenji/os/dateCalvin Rose-4/+6
2026-01-28Merge pull request #1708 from sogaiu/fiber-docstring-tweaksCalvin Rose-14/+22
2026-01-29Tweak some fiber-related docstringssogaiu-14/+22
2026-01-28Add some extra checks for marshalling code.Calvin Rose-6/+10
2026-01-28Disallow scheduling already modified fibers.Calvin Rose-0/+9
2026-01-28Address #1707 - do not schedule non-task fibers.Calvin Rose-0/+3
2026-01-28MSVC and windows clib does not like fopen(NULL, ...)Calvin Rose-0/+1
2026-01-27Add janet_decref_abstract_maybe_freeCalvin Rose-19/+22
2026-01-24Add test case to help address #1705Calvin Rose-0/+23
2026-01-24Small tweaks to boot.janet to improve stack traces.Calvin Rose-4/+5
2026-01-24Address #1705 - ev/close affecting ev/select.Calvin Rose-2/+4
2026-01-24Document how to set local timezone for os/date and os/strftimeamano.kenji-4/+6
2026-01-24Make peg-grammar available in all threads for peg/compileamano.kenji-2/+4
2026-01-23Fix test case.Calvin Rose-1/+4
2026-01-23Address #170 - strchr was not properly checking for 0 byte.Calvin Rose-4/+7
2026-01-23Address #1700 and move test cases to suite-compile.janetCalvin Rose-19/+31
2026-01-23Address #1699 and improve test case for #1702Calvin Rose-7/+18
2026-01-23Address #1702 with extra bounds check.Calvin Rose-4/+10
2026-01-22Remove xprintf reference.Calvin Rose-1/+1
2026-01-22Revert a number of minor, unneeded changes for persistent REPL history.Calvin Rose-29/+22
2026-01-22Disable persistent REPL history without JANET_HISTFILE.Calvin Rose-15/+4
2026-01-22Add persistent repl history.Calvin Rose-9/+105
2026-01-20Merge pull request #1696 from amano-kenji/masterCalvin Rose-1/+1
2026-01-20Document empty? more clearly.amano.kenji-1/+1
2026-01-18janet-format boot.janetCalvin Rose-8/+8
2026-01-18Update changelog and spellingCalvin Rose-3/+4
2026-01-17Allow redirecting :err to :out with os/execute, no just os/spawn.Calvin Rose-1/+1
2026-01-17Don't use new flag on mingw test.Calvin Rose-1/+1