(DEFUN, DEFUN_INT, ADD_SUBR, ADD_SUBR_INT): cleaned up a bit |
|
More...
|
about 27 years ago
|
(dl-load-path, exec-directory): new variables for dynamic loading |
|
More...
|
about 27 years ago
|
(EXEC_DIR): new definition |
|
More...
|
about 27 years ago
|
new file, use dlopen() for dynamic loading |
|
More...
|
about 27 years ago
|
(cmd_garbage_collect): call mark_dl_data |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
(mark_cached_regexps): fixed bug in chopping the list one element too late |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
(compile_regexp): when searching the cache, before comparing strings, test if they're eq to one another |
|
More...
|
about 27 years ago
|
(release_cached_regexp): renamed mark_cached_regexps, now marks the `regexp' field as it should |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
fix stupid dependency error |
|
More...
|
about 27 years ago
|
(regexp): added regsize field, contains the true size of the compiled regular expression |
|
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 |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
Fix process exit |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
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 |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
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) |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
(remote-ftp-output-filter): only display hash characters when remote-ftp-display-progress is t |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
(sys_directory_file_name): don't remove the trailing slash in a single character string (i.e. "/") |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
Minor changes |
|
More...
|
about 27 years ago
|
(handle_input, cmd_sit_for, sys_accept_output): stop prematurely if a Lisp error is detected |
|
More...
|
about 27 years ago
|
(proc_notification): stop on a Lisp error |
|
More...
|
about 27 years ago
|