11
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 15, 2024 — Jul 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initial attempt at providing remote file access. Currently just a framework and a pathetic example of using rcp to implement a backend
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(read_symbol): don't accept `0x' as a hex. number
John Harper
as john
More... about 27 years ago
(cmd_jade_byte_code): ensure that _all_ functions that may end up calling Lisp code set the gc_stackbase slot
John Harper
as john
More... about 27 years ago
(cmd_mapc, cmd_mapcar): tidied up slightly
John Harper
as john
More... about 27 years ago
(funcall): always add the current function to the backtrace stack. This simplifies gc protection, and provides better Lisp debugging information
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
use setq-default when fixing default-directory
John Harper
as john
More... about 27 years ago
added source transform to handle setq-default special form
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
change how eval-when-compile works (a default macro definition for it)
John Harper
as john
More... about 27 years ago
(compile-file): ensure that the output file ends in .jlc; expand all top level uses of macros
John Harper
as john
More... about 27 years ago
fix last change
John Harper
as john
More... about 27 years ago
(disassemble): fix disassembly of nested bytecode objects
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(cmd_make_completion_string): renamed as `complete-string', added another arg FOLD-CASE
John Harper
as john
More... about 27 years ago
(mystrcmp, mystrrstrn, mystrrchrn): deleted these functions
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
excise all traces of the return function and the OP_RETURN instruction
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(cmd_load): execute multiple matching items from the after-load-alist, not just the first
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
use -no-rc option
John Harper
as john
More... about 27 years ago
-no-rc option to prevent loading of .jaderc and site-init files
John Harper
as john
More... about 27 years ago