11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(DEFUN, DEFUN_INT, ADD_SUBR, ADD_SUBR_INT): cleaned up a bit
John Harper
as john
More... about 27 years ago
(dl-load-path, exec-directory): new variables for dynamic loading
John Harper
as john
More... about 27 years ago
(EXEC_DIR): new definition
John Harper
as john
More... about 27 years ago
new file, use dlopen() for dynamic loading
John Harper
as john
More... about 27 years ago
(cmd_garbage_collect): call mark_dl_data
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(mark_cached_regexps): fixed bug in chopping the list one element too late
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(compile_regexp): when searching the cache, before comparing strings, test if they're eq to one another
John Harper
as john
More... about 27 years ago
(release_cached_regexp): renamed mark_cached_regexps, now marks the `regexp' field as it should
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
fix stupid dependency error
John Harper
as john
More... about 27 years ago
(regexp): added regsize field, contains the true size of the compiled regular expression
John Harper
as john
More... about 27 years ago
(compile_regexp, release_cached_regexp): instead of just caching a single compile regular expression, cache all of them. Then at gc, release as many of the least-recently-used regexps to satisfy a size limit (by default 1k). The hit ratios are immense
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
Fix process exit
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(run_process): the new method of detecting when synchronous processes have exited still didn't work. Use the simple option, only exit when EOF on oth streams is received. This puts the onus on callers to redirect streams if necessary
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(cmd_call_process): ensure that the INPUT-FILE parameter is a _local_ file name (signal an error if it points to a remote file)
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
(remote-ftp-output-filter): only display hash characters when remote-ftp-display-progress is t
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
(sys_directory_file_name): don't remove the trailing slash in a single character string (i.e. "/")
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
Minor changes
John Harper
as john
More... about 27 years ago
(handle_input, cmd_sit_for, sys_accept_output): stop prematurely if a Lisp error is detected
John Harper
as john
More... about 27 years ago
(proc_notification): stop on a Lisp error
John Harper
as john
More... about 27 years ago