aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples (follow)
AgeCommit message (Expand)AuthorLines
2026-01-10Warn on unused bindings (strict lint).Calvin Rose-5/+5
2025-10-26Confirm necessary files during bundle installationMichael Camilleri-0/+6
2025-08-02Fix abstract unix sockets for issue #1618 - address #1618Calvin Rose-0/+6
2025-07-06Allow :dependencies value in info.jdn to contain dictionaries for complex dep...Michael Camilleri-1/+1
2024-10-05Test bundleCalvin Rose-0/+8
2024-09-06Add regression test for chat server issues. Address #1496Calvin Rose-1/+0
2024-09-06Update ev.c with workaround for failing chat server.Calvin Rose-2/+3
2024-09-05Add chat server example.Calvin Rose-0/+35
2024-08-17Add aliases for bundle/module - issue #1486Calvin Rose-0/+8
2024-07-12Fix formatting.Calvin Rose-5/+5
2024-06-23Add support for the AAPCS64 calling conventionValentin Anger-1/+37
2024-05-26Change interface for bundle/installCalvin Rose-1/+5
2024-05-25Add some test usage for the sample bundle.Calvin Rose-0/+6
2024-05-25Add some testing to the bundle/ module.Calvin Rose-2/+16
2024-05-25Add `bundle/prune` and support for :auto-remove.Calvin Rose-0/+9
2024-05-09Add ffi/defbind-aliasJohn W Higgins-0/+2
2023-10-08Add os/posix-exec (along os/posix-fork)Calvin Rose-0/+5
2023-09-30Add support for weak references in arrays.Calvin Rose-3/+3
2023-09-27Add weak references in the form of weak tables.weak-tablesCalvin Rose-0/+20
2023-08-23Update sigaction to help address #1262.Calvin Rose-7/+37
2023-08-22Allow iterating over generators with pairs, keys, and values.Calvin Rose-3/+4
2023-08-19Add os/sigaction for signal handling.Calvin Rose-0/+10
2023-06-08Run through astyle with manual correctionsCalvin Rose-3/+0
2022-12-04Add length method ffi/jitfn abstract values.Calvin Rose-0/+1
2022-12-03Add ffi jit example.Calvin Rose-0/+29
2022-09-20Address #1037 - move stack hack after arg writing logic to avoidbakpakin-0/+1
2022-09-20Add some soft test cases for #1037.Calvin Rose-30/+63
2022-09-20Address #1034 - add handling for 8-16 byte structs in FFI.Calvin Rose-0/+49
2022-09-17Allow passing user signals to (signal) as keywords.Calvin Rose-1/+15
2022-09-15Add windows FFI example test case for void functions with doublebakpakin-0/+6
2022-08-26Add line loop example for awk or sed like processing.Calvin Rose-0/+2
2022-08-26Add stress test for marshalling to examples.Calvin Rose-0/+30
2022-08-24Address #1014 improve parse errors when bad delimiters are found.Calvin Rose-10/+10
2022-08-14Add win32 ffi example.bakpakin-0/+7
2022-08-14Fix FFI for reference return values and stack parameter passing.bakpakin-73/+71
2022-08-14Allow binding pre-loaded symbols in windows FFI.bakpakin-23/+45
2022-06-19Fix docstring.Calvin Rose-0/+4
2022-06-19Support for array types in ffi.Calvin Rose-3/+18
2022-06-18Update FFI example.Calvin Rose-2/+2
2022-06-17Move examples to example directory.Calvin Rose-0/+271
2022-06-05Add rwlocks.sync-primitivesCalvin Rose-0/+45
2021-12-09Merge pull request #894 from pepe/fix-numarray-exampleCalvin Rose-1/+13
2021-12-09Add search on PATH for async execute exampleJosef Pospíšil-1/+1
2021-12-09Add length to method and lib fn to numarrayJosef Pospíšil-0/+7
2021-12-09Fix test import, and add sum as library fn tooJosef Pospíšil-1/+6
2021-11-11Fix URL loader example to use os/spawnMichael Camilleri-7/+7
2021-08-30Allow passing a function to directly to ev/go.Calvin Rose-0/+10
2021-08-21Remove threads examplesogaiu-68/+0
2021-08-15Working example for threaded channels.Calvin Rose-0/+22
2021-04-29Merge commit 'f4c9064b79d5b32fd74e5ddf25266356c22dd53b'Calvin Rose-2/+2