added more gc protection for the loss of gc_inhibit |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
always use GNU malloc; compile it specially if it's not in libc |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
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) |
|
More...
|
almost 27 years ago
|
Added find_c_symbol stub |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
Fix last change |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
support for DEBUG_SYS_ALLOC |
|
More...
|
almost 27 years ago
|
(db_print_backtrace): print symbols instead of addresses when DB_RESOLVE_SYMBOLS is defined |
|
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 |
|
More...
|
almost 27 years ago
|
(find_c_symbol): function to look up the name of the closest symbol preceding a specified address |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
(cmd_format): recognize the %X format (doh!) |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
check for lrand48() |
|
More...
|
almost 27 years ago
|
add PTR_SIZED_INT_BITS and its default value, and HAVE_LRAND48 def |
|
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 |
|
More...
|
almost 27 years ago
|
(LISP_INT_BITS): define from VALUE_BITS, don't assume 32-bit VALUEs |
|
More...
|
almost 27 years ago
|
(main): validate PTR_SIZED_INT_BITS at startup |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
(tilde-file-handler): handle make-directory and delete-directory |
|
More...
|
almost 27 years ago
|
(remote-ftp-handler): handle make-directory and delete-directory |
|
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 |
|
More...
|
almost 27 years ago
|
(cmd_make_directory, cmd_delete_directory): new functions, both have file-handler names associated with them |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|
(cmd_random): new function |
|
More...
|
almost 27 years ago
|
*** empty log message *** |
|
More...
|
almost 27 years ago
|