aboutsummaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorLines
2024-12-05Prepare for 1.37.0 release.v1.37.0Calvin Rose-2/+2
2024-12-02Additional tweak to address #1523sogaiu-1/+1
2024-12-01Correct documentation for issue #1523Calvin Rose-5/+18
2024-11-25Remove unused var pstatussogaiu-1/+0
2024-11-24Assertf with no arguments does not make sense.Calvin Rose-5/+10
2024-11-17Add an extra has mix round to string hashes.Calvin Rose-6/+7
2024-11-16fix janet_string_equalconstIan Henry-2/+2
2024-10-30Add assertf and use in boot.janet. Address #1516sogaiu-8/+11
2024-10-20Cast arguments to `int32_t` before passing to `janet_formatb` with `%d` forma...ArtSin-1/+1
2024-10-18Fix Issue #1512Calvin Rose-2/+3
2024-10-18Don't error on empty struct.Calvin Rose-0/+1
2024-10-11Formatting.Calvin Rose-200/+199
2024-10-11Use _Exit since it is standard in c99Calvin Rose-2/+3
2024-10-11Use msvc compiler intrinsics for atomics.Calvin Rose-6/+6
2024-10-10Include windows.h for atomics always in capi.cCalvin Rose-2/+4
2024-10-05Fix bundle/install with :check true installation failure.Calvin Rose-3/+3
2024-10-05Setting a profile will mess with imports.Calvin Rose-1/+2
2024-09-29Update copyright date.Calvin Rose-57/+57
2024-09-21Add *repl-prompt*.Calvin Rose-4/+7
2024-09-20Add support for multiple directories in JANET_PATH.Calvin Rose-4/+27
2024-09-17Add some detail to signal docstringsogaiu-1/+11
2024-09-12Add overflow check.Calvin Rose-0/+1
2024-09-12Add rules for nth and only-tags. Address #1503Calvin Rose-1/+58
2024-09-07Prepare for 1.36.0 release.v1.36.0Calvin Rose-2/+2
2024-09-07Improve error messages even more for `copyfile`.Calvin Rose-10/+12
2024-09-07Improve error messages in bundle/add if files are missing.Calvin Rose-2/+6
2024-09-06Fix endianess issues on s390x architecture.Calvin Rose-37/+33
2024-09-06Add regression test for chat server issues. Address #1496Calvin Rose-2/+2
2024-09-06Undo workaround for unsetting reference from streams -> fibers afterCalvin Rose-10/+0
2024-09-06Fix memory leak with weak table frees.Calvin Rose-0/+10
2024-09-06Update ev.c with workaround for failing chat server.Calvin Rose-0/+11
2024-08-31Don't check for docstrings when explicitly disabled.Calvin Rose-3/+4
2024-08-31Begin standardizing of event properties for filewatch.Calvin Rose-5/+70
2024-08-29Save :source-form in environment when debugging is enabled.Calvin Rose-0/+4
2024-08-22Add fixes for marshalling weak containers - Fix #1488Calvin Rose-7/+43
2024-08-20Fix mingw build warnings.Calvin Rose-1/+1
2024-08-18Add testing for Linux.Calvin Rose-20/+20
2024-08-18Add suite for testing filewatch.Calvin Rose-28/+20
2024-08-18More changes how we use WideCharToMutliByteCalvin Rose-10/+18
2024-08-18Add unlisten for linux.Calvin Rose-0/+6
2024-08-18Go back to ReadDirectoryChangesExW since it is better.Calvin Rose-27/+124
2024-08-17filewatch/make -> filewatch/newCalvin Rose-4/+7
2024-08-17ReadDirectoryChangesExW is only supported in recent windows.Calvin Rose-6/+5
2024-08-17First working version of filewatch on windows.Calvin Rose-52/+112
2024-08-17More changes for filewatch windows.Calvin Rose-5/+4
2024-08-17More updates to windows build.Calvin Rose-3/+8
2024-08-17Add failure to initialize protections for filewatch module.Calvin Rose-2/+2
2024-08-17Merge branch 'filewatch'Calvin Rose-25/+258
2024-08-17Add aliases for bundle/module - issue #1486Calvin Rose-1/+6
2024-08-16Work on the filewatch module.Calvin Rose-3/+315