11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added more gc protection for the loss of gc_inhibit
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
always use GNU malloc; compile it specially if it's not in libc
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
on linux, undef DB_RESOLVE_SYMBOLS for the time being--it crashes on my system (egcs-1.1/glibc-2.0.6)
John Harper
as john
More... almost 27 years ago
Added find_c_symbol stub
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
Fix last change
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
support for DEBUG_SYS_ALLOC
John Harper
as john
More... almost 27 years ago
(db_print_backtrace): print symbols instead of addresses when DB_RESOLVE_SYMBOLS is defined
John Harper
as john
More... almost 27 years ago
when DEBUG_SYS_ALLOC is defined, record all outstanding memory allocations. On exit, print any that are still unfreed. Also define a function unix-print-allocations that does the same thing
John Harper
as john
More... almost 27 years ago
(find_c_symbol): function to look up the name of the closest symbol preceding a specified address
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
(cmd_format): recognize the %X format (doh!)
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
check for lrand48()
John Harper
as john
More... almost 27 years ago
add PTR_SIZED_INT_BITS and its default value, and HAVE_LRAND48 def
John Harper
as john
More... almost 27 years ago
(cmd_random): handle case where RAND_MAX is too small to get all random bits in a single call to rand(). Also, prefer lrand48() over rand() if it's available
John Harper
as john
More... almost 27 years ago
(LISP_INT_BITS): define from VALUE_BITS, don't assume 32-bit VALUEs
John Harper
as john
More... almost 27 years ago
(main): validate PTR_SIZED_INT_BITS at startup
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
(tilde-file-handler): handle make-directory and delete-directory
John Harper
as john
More... almost 27 years ago
(remote-ftp-handler): handle make-directory and delete-directory
John Harper
as john
More... almost 27 years ago
(sys_file_modes_as_string): use stat_file directly instead of calling sys_file_modes which masks out all but the permission bits
John Harper
as john
More... almost 27 years ago
(cmd_make_directory, cmd_delete_directory): new functions, both have file-handler names associated with them
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago
(cmd_random): new function
John Harper
as john
More... almost 27 years ago
*** empty log message ***
John Harper
as john
More... almost 27 years ago