aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
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
2026-01-17Make sure to run test with old flags as well.Calvin Rose-1/+16
2026-01-17Add option to explicity inherit handles rather than implicitly.Calvin Rose-2/+9
2026-01-17Improve stacktraces for macros that use defer.Calvin Rose-8/+13
2026-01-17On windows, streams created with os/open improved.Calvin Rose-3/+23
2026-01-17On windows, make sure to use FILE_ATTRIBUTE_NORMAL by default.Calvin Rose-8/+12
2026-01-17Add shorthand for os test.Calvin Rose-5/+12
2026-01-17Fix reference.Calvin Rose-1/+1
2026-01-17Add more information to process creation failure on windows.Calvin Rose-1/+21
2026-01-16Merge pull request #1695 from nfgrusk/add-omitted-word-in-docstringsCalvin Rose-3/+3
2026-01-17Add omitted word "is" in docstrings.Nora Gruner-3/+3
2026-01-15Fix pathologically slow insertion pattern.Calvin Rose-2/+5
2026-01-14Simplify `ev/gather` and add `ev/go-gather`.Calvin Rose-12/+21
2026-01-12Disable ipv6 for now in main test.socket-extra-ipv6Calvin Rose-2/+2
2026-01-12Turn strict linting back on.Calvin Rose-1/+1
2026-01-12Some more work on socket testing and allow setting ipv4 vs. ipv6 on rawCalvin Rose-10/+76
2026-01-12use u_char for IP_MULTICAST_TTL sockopt on BSDPeter Rippe-0/+14
2026-01-10Version bump for wip 1.41.xCalvin Rose-7/+7
2026-01-10Make varfn correctly handle verbose metadata.Calvin Rose-8/+12
2026-01-10Simplify dynamic binding setup in cli-main.Calvin Rose-32/+17
2026-01-10Revert "Reworking coloring logic for repl and CLI interface."Calvin Rose-13/+8
2026-01-10Reworking coloring logic for repl and CLI interface.Calvin Rose-8/+13
2026-01-10Fix -w flag with repl.Calvin Rose-1/+1
2026-01-10Turn on strict linting in test suite.Calvin Rose-5/+10
2026-01-10Warn on unused bindings (strict lint).Calvin Rose-26/+81
2026-01-09Add test case.issue-1692Calvin Rose-0/+4
2026-01-09Make os/realpath error on windows if path does not exist.Calvin Rose-0/+8
2026-01-04Add linting to address #1688Calvin Rose-0/+13
2026-01-03Merge pull request #1690 from pyrmont/bugfix.copyright-2026Calvin Rose-95/+95
2026-01-02Update year in copyright disclaimer to 2026Michael Camilleri-95/+95
2025-12-22Add fix for issue #1687 - destrucutre + spliceCalvin Rose-3/+25
2025-12-14Merge pull request #1686 from pyrmont/bugfix.windows-empty-envCalvin Rose-0/+11
2025-12-15Exclude MinGW on WINE from special caseMichael Camilleri-1/+4
2025-12-15Add special case for expected error on MinGWMichael Camilleri-2/+4
2025-12-15Use double-NULL byte for empty process environments on WindowsMichael Camilleri-0/+6
2025-12-14Merge pull request #1683 from llmII/fix-unix-socketsCalvin Rose-1/+9
2025-12-14Merge pull request #1685 from sogaiu/tweak-int-max-min-docstringsCalvin Rose-2/+2
2025-12-14Add missing uinteger janet_opt* funcitons.Calvin Rose-0/+15
2025-12-14Fix math/int-{max,min} docstringssogaiu-2/+2
2025-12-13Fix unix sockets issue on FreeBSDllmII-1/+9
2025-12-13Add os/cpu-count get defaults.Calvin Rose-3/+4
2025-12-13FormattingCalvin Rose-26/+28
2025-12-13Merge pull request #1679 from pixelherodev/masterCalvin Rose-45/+185
2025-12-12plan9: support %r format to read errstrNoam Preil-2/+9
2025-12-12plan9: use _ExitNoam Preil-4/+0
2025-12-12clean up headersNoam Preil-5/+0
2025-12-12clean testNoam Preil-3/+3
2025-12-12plan9: restore CLOCK_PROCESS_CPUTIME_ID supportNoam Preil-2/+0
2025-12-12plan9: restore sys/wait usage (patched in NPE)Noam Preil-3/+1