changes for new file handling |
|
More...
|
over 27 years ago
|
(cmd_makunbound, cmd_fmakunbound): don't set slots to LISP_NULL, but to void_value |
|
More...
|
over 27 years ago
|
(op-filter, op-macrop, op-bytecodep): new opcodes |
|
More...
|
over 27 years ago
|
(OP_FILTER, OP_MACROP, OP_BYTECODEP): new opcodes |
|
More...
|
over 27 years ago
|
(cmd_filter): new function, similar to the Miranda function of the same name, construct a new list containing elements of an input list that satisfy a predicate |
|
More...
|
over 27 years ago
|
(cmd_format, sym_format_hooks_alist): big overhaul of the format function. Now flags work with most conversions, and user-defined conversions are possible via the format-hooks-alist variable |
|
More...
|
over 27 years ago
|
(cmd_file_symlink_p): was using stat() instead of lstat() to get the file's attributes |
|
More...
|
over 27 years ago
|
Changed call to cftime() to use strftime() |
|
More...
|
over 27 years ago
|
load dired-hooks |
|
More...
|
over 27 years ago
|
(cmd_file_name_as_directory, cmd_directory_file_name): new functions |
|
More...
|
over 27 years ago
|
(file_name_as_directory, directory_file_name): support for the similarly named Lisp functions |
|
More...
|
over 27 years ago
|
(bindlambdalist): fixed the bug of binding like let* instead of like let |
|
More...
|
over 27 years ago
|
(cmd_search_forward, cmd_search_backward): fixed case-insensitive matching (first character was always being compared sensitively) |
|
More...
|
over 27 years ago
|
minor change |
|
More...
|
over 27 years ago
|
(get_pty, run_process): handle not being able to get a pty gracefully (i.e. don't dump core) |
|
More...
|
over 27 years ago
|
proto for regmatch_string |
|
More...
|
over 27 years ago
|
(regmatch_string): new function, basically a wrapper for regtry(), i.e. compares a regexp to a string with no searching |
|
More...
|
over 27 years ago
|
(cmd_string_match): swapped the order of the NOCASEP and START args (now START is first). Should really make NOCASEP a variable |
|
More...
|
over 27 years ago
|
(comp-defuns, comp-defvars): these are always used now, even if we're not compiling a file (mainly use comp-defuns as a cache of previously seen functions) |
|
More...
|
over 27 years ago
|
Initial revision |
|
More...
|
over 27 years ago
|
Minor fixes/changes |
|
More...
|
over 27 years ago
|
(comp-max-inline-depth): variable controlling maximum nesting of open-coded functions |
|
More...
|
over 27 years ago
|
Minor fixes for bugs found via compiler warning (defsubst): new macro, define an inline defun |
|
More...
|
over 27 years ago
|
Minor fixes for bugs found via compiler warning Support (untested as yet) for defsubst functions |
|
More...
|
over 27 years ago
|
Minor fixes for bugs found via compiler warning |
|
More...
|
over 27 years ago
|
(STATIC_ROOTS): increased from 128 to 160 |
|
More...
|
over 27 years ago
|
(enum server_request): defines the request types for the client/server stuff |
|
More...
|
over 27 years ago
|
Remove xc from lisp of dumped Lisp libraries |
|
More...
|
over 27 years ago
|
when the message has to be redisplayed immediately call redisplay_message() instead of doing a full redisplay |
|
More...
|
over 27 years ago
|
Fix the last change |
|
More...
|
over 27 years ago
|