1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove mention of directory 'bin' from target 'clean'. More... over 5 years ago
Fix recent modification to dependencies of target 'install-local'. More... over 5 years ago
Limit recursive "make" invocation to the proper "install" parts of the install-*-local targets. More... over 5 years ago
Try to make building of optional socket code more resilient in front of partially interrupted compilation. More... over 5 years ago
Make dependecy of target 'install-base' more reasonable. More... over 5 years ago
Remove MKCL_SYS_LIBDIR_DEFAULT from public view. More... over 5 years ago
Recover build-full-mkcl from its bitrot. More... over 5 years ago
Reorganize target 'install' and related sub-targets to support staged installs. More... over 5 years ago
Follow-up on previous two commits. More... over 5 years ago
Adjust .gitignore to new reality of previous commit. More... over 5 years ago
Remove src/bin from tracked directories. More... over 5 years ago
Add MK_GC_thr_uninit() to Windows version of GC. More... over 5 years ago
Add MK_GC_uninit() to achieve minimal orderly shutdown of the GC such that GC will not anymore interfere with process termination. More... over 5 years ago
Adapt MKCL shutdown code to survive premature end of its designated shutdown watchdog thread. More... over 5 years ago
Improve robustness of call stack root guard mainly in context of partial initialization. More... over 5 years ago
Merge all C output of compiler into one single file instead of three (c-file, h-file, data-file). Hopefully in order to make our C compilation process more resilient against tampering of the CPP include search path. More... over 5 years ago
Bump version of mkcl to 1.1.11. More... almost 6 years ago
Adjust copyright period of a number of source files. More... almost 6 years ago
Expose 'timeout' parameter to mkcl's implementation of #'bt:condition-wait. More... almost 6 years ago
Prefix __va_list_struct with mkcc now that it is exposed and protect redirection of __builtin_va_list() to limit it to mkcc. More... almost 6 years ago
Silence warning from some confused compilers by using equivalent but more obvious code. More... almost 6 years ago
Remove useless code in order to minimize possible interference. More... almost 6 years ago
Minor adjustment of Makefile for libmkcc1.a. More... almost 6 years ago
Silence spurious warnings on function pointer casting. More... almost 6 years ago
Silence a warning on use of strncpy() in mkccpe.c. More... almost 6 years ago
Move mkcc version of alloca() from stddef.h to alloca.h. More... almost 6 years ago
Complete move away from cross-compiling of libmkcc1.a on non-Windows platforms. More... almost 6 years ago
Limit mkcc's version of stddef.h more closely to its explicit C99 mission. More... almost 6 years ago
In the context of ASDF3 or later, dependency on uiop is redundant. More... almost 6 years ago
Merge branch 'master' of github.com:jcbeaudoin/MKCL More... almost 6 years ago