0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 12, 2024 — Jul 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added docker image for testing More... over 7 years ago
Deprecation notice More... almost 12 years ago
Probably fix filesystem umount bug More... over 12 years ago
Guarding heap initialization. More... over 12 years ago
Fixed two bugs. One is a series of errors that arise when you have no PROMPT_COMMAND, and the other is a conflict that happens when you run a subshell. More... over 12 years ago
There, fixed it More... over 12 years ago
Gah More... over 12 years ago
Fix annoying path bug More... over 12 years ago
Added defalias More... over 12 years ago
Fixed bug in ref_resolve; now remote function execution works again More... over 12 years ago
Some small bugfixes and a much more useful standard library. More... over 12 years ago
Killing any running GC before exiting. This should fix occasional rmdir-failure errors. More... over 12 years ago
Fixed the drop function More... over 12 years ago
Trivial fix More... over 12 years ago
Improved reference enumeration, but hit a major snag. Named functions create ambiguous and unfollowable references; not a problem because of the permanent section, but problematic if we want to serialize a subset of the heap to send somewhere. (We need to send the whole permanent set over too.) More... over 12 years ago
Oops, properly fixed GC. The problem was that it failed to treat the permanent objects as roots; they were just uncollectable. More... over 12 years ago
Fixed the garbage collector. It had incorrect semantics for dealing with symlinks (which is a tricky situation in any case, since symlinks could point to pipes) More... over 12 years ago
Added shebang lines to externed functions, just in case. More... over 12 years ago
Explaining the presence of the lambda More... over 12 years ago
Added interactive editing of the rcfile using the "defs" function More... over 12 years ago
Removed scary-looking disclaimer. What could possibly go wrong? (Though in seriousness, bash-lambda has been surprisingly robust for the tests I have run) More... over 12 years ago
List library improvements; a much faster partition function using the split command More... over 12 years ago
Support full ls options for heap_ls More... over 12 years ago
Ported fix from @algernon: use TMPDIR if set. More... over 12 years ago
Added unsafe_get for futures More... over 12 years ago
Oops More... over 12 years ago
Asynchronous initialization and more details in the README More... over 12 years ago
Some new types, more multimethods, and fixed futures and parallel mapping. It is slower now, but much safer. More... over 12 years ago
Working on remotes, parallel execution, and semaphores. Need to fix a bug that prevents future processes from terminating. More... over 12 years ago
README More... over 12 years ago