11
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changes for new file handling
John Harper
as john
More... over 27 years ago
(cmd_makunbound, cmd_fmakunbound): don't set slots to LISP_NULL, but to void_value
John Harper
as john
More... over 27 years ago
(op-filter, op-macrop, op-bytecodep): new opcodes
John Harper
as john
More... over 27 years ago
(OP_FILTER, OP_MACROP, OP_BYTECODEP): new opcodes
John Harper
as john
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
John Harper
as john
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
John Harper
as john
More... over 27 years ago
(cmd_file_symlink_p): was using stat() instead of lstat() to get the file's attributes
John Harper
as john
More... over 27 years ago
Changed call to cftime() to use strftime()
John Harper
as john
More... over 27 years ago
load dired-hooks
John Harper
as john
More... over 27 years ago
(cmd_file_name_as_directory, cmd_directory_file_name): new functions
John Harper
as john
More... over 27 years ago
(file_name_as_directory, directory_file_name): support for the similarly named Lisp functions
John Harper
as john
More... over 27 years ago
(bindlambdalist): fixed the bug of binding like let* instead of like let
John Harper
as john
More... over 27 years ago
(cmd_search_forward, cmd_search_backward): fixed case-insensitive matching (first character was always being compared sensitively)
John Harper
as john
More... over 27 years ago
minor change
John Harper
as john
More... over 27 years ago
(get_pty, run_process): handle not being able to get a pty gracefully (i.e. don't dump core)
John Harper
as john
More... over 27 years ago
proto for regmatch_string
John Harper
as john
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
John Harper
as john
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
John Harper
as john
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)
John Harper
as john
More... over 27 years ago
Initial revision
John Harper
as john
More... over 27 years ago
Minor fixes/changes
John Harper
as john
More... over 27 years ago
(comp-max-inline-depth): variable controlling maximum nesting of open-coded functions
John Harper
as john
More... over 27 years ago
Minor fixes for bugs found via compiler warning (defsubst): new macro, define an inline defun
John Harper
as john
More... over 27 years ago
Minor fixes for bugs found via compiler warning Support (untested as yet) for defsubst functions
John Harper
as john
More... over 27 years ago
Minor fixes for bugs found via compiler warning
John Harper
as john
More... over 27 years ago
(STATIC_ROOTS): increased from 128 to 160
John Harper
as john
More... over 27 years ago
(enum server_request): defines the request types for the client/server stuff
John Harper
as john
More... over 27 years ago
Remove xc from lisp of dumped Lisp libraries
John Harper
as john
More... over 27 years ago
when the message has to be redisplayed immediately call redisplay_message() instead of doing a full redisplay
John Harper
as john
More... over 27 years ago
Fix the last change
John Harper
as john
More... over 27 years ago