aboutsummaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorLines
2 daysFix #1723 - handle prompt longer than terminal is wide.HEADmasterCalvin Rose-8/+28
2 daysfix janet_make_threaded to return threaded channel (#1724)PinieP-1/+1
4 daysAlign items in multiline pretty format (%m and %p) (#1721)McSinyx-42/+63
7 daysUse ConnectEx for non-blocking connect on windows when available.Calvin Rose-34/+116
9 daysCast for warning on mingw DWORD printing.Calvin Rose-1/+1
9 daysTry io.h on windowsdup-fixCalvin Rose-0/+1
9 daysFix regression where private main was not run.Calvin Rose-1/+1
9 daysDup io file descriptors when marshalling closable files.Calvin Rose-10/+28
10 daysMove some files around code more defensively for mitigation.Calvin Rose-1/+1
10 daysFix GC collecting active fiber during nested janet_continue (#1720)Brett-0/+12
12 daysTweak a docstring and a comment (#1718)sogaiu-3/+3
2026-02-21Check stderr for redirection before turning on/off color.Calvin Rose-2/+2
2026-02-20Avoid memory leak when canceling fibers with threaded channels.Calvin Rose-8/+18
2026-02-20Remove older extra channel unlocks.Calvin Rose-18/+0
2026-02-20Suspicious locking behavior with select.Calvin Rose-0/+2
2026-02-20fix multicast on illumos (#1717)R Fisher-1/+1
2026-02-18Prepare for next patch release.Calvin Rose-3/+3
2026-02-18Fix vestigial doc string.Calvin Rose-3/+1
2026-02-18Update for 1.41.2 patch.Calvin Rose-3/+3
2026-02-17Generate JOP_PUT_INDEX in the compiler when possible.Calvin Rose-7/+22
2026-02-17Initialize memory allocated by put (#1715)Evan Shaw-0/+8
2026-02-16Use snprintf instead of sprintf - sequel (#1713)sogaiu-5/+6
2026-02-16Code defensively with regard to stack resizes from custom get and putCalvin Rose-18/+59
2026-02-15Expose module/add-syspath and update CHANGELOG.mdCalvin Rose-1/+1
2026-02-15Don't reference argv after fiber may have been resized.Calvin Rose-2/+4
2026-02-15Improve ability to load modules by full path.Calvin Rose-1/+20
2026-02-15Allow garbage collection to be called inside the module entry.Calvin Rose-0/+3
2026-02-15Patch release to 1.41.1v1.41.1Calvin Rose-3/+3
2026-02-15Add explicit include of inttypes.hCalvin Rose-0/+1
2026-02-15Use correct format specifier on windows if missing message.Calvin Rose-1/+1
2026-02-15Sort keys when compiling struct and table literals.Calvin Rose-4/+18
2026-02-14Work on windows for WSAConnect not working.Calvin Rose-4/+6
2026-02-14Update for msvc build.Calvin Rose-1/+1
2026-02-14Use snprintf instead of sprintf (#1711)sogaiu-3/+3
2026-02-14When pretty printing, don't sort keys for huge tables.Calvin Rose-38/+61
2026-02-13Don't use preload on absolute paths.Calvin Rose-3/+7
2026-02-06Merge branch 'make-modules-easier'Calvin Rose-8/+14
2026-02-06Remove extra output from peg test.Calvin Rose-1/+1
2026-02-06VERBOSE=1 caused tests to fail as we did more asserts inside the assert.Calvin Rose-1/+1
2026-02-06More tweaks to peg suite for arm32 failures.Calvin Rose-1/+1
2026-02-05Print "actual" output on verbose mode for suite-pegCalvin Rose-2/+2
2026-02-05Update CHANGELOG.mdmake-modules-easierCalvin Rose-4/+4
2026-02-05Allow simpler loading of modules.Calvin Rose-4/+10
2026-02-04Show accumulation buffer and tagged capture in peg debug rule.Calvin Rose-7/+26
2026-02-04Move peg debug output to stderr in line with other internal debug tools.Calvin Rose-3/+9
2026-02-04Add ??/debug PEG rule (#1710)0xbec163-0/+26
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-01Revert changes to peg grammar.Calvin Rose-2/+0