21
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make make-file-stream rejected wildcarded pathnames. More... almost 17 years ago
report a TYPE-ERROR when make-broadcast-stream is given a non-output-stream More... almost 17 years ago
Small fix for ~@:C More... almost 17 years ago
Fix typo. More... almost 17 years ago
Min macosx version is 10.4; use SDK headers, just in case. More... almost 17 years ago
Conditionalize definitions of __ucontext_field_or_subfield on whether or not _STRUCT_UCONTEXT is defined in headers, so we can actually compile on ppc64/Tiger. More... almost 17 years ago
Need "-macosx_version_min 10.3.9" in LDFLAGS, to avoid setting bit in mach_header that confuses Tiger. More... almost 17 years ago
Need to pass "-mmacosx_version_min 10.4" (no "=") in LDFLAGS, or executable may have bits not recognized by 10.4 (CPU_SUBTYPE_LIB64 may be set in mach_header). More... almost 17 years ago
Check arg count before deciding to use builtin-call (ticket:267) More... almost 17 years ago
added about.xml. many style edits and link repairs in build.xml and install.xml More... almost 17 years ago
missed this; more changes to avoid misdentifying forward-references as macros More... almost 17 years ago
milliseconds/microseconds/nanoseconds: accept maximum signed natural integer. More... almost 17 years ago
Incorporate SVN-TREE output into *OPENMCL-SVN-REVISION*. More... almost 17 years ago
Try that again. More... almost 17 years ago
svn-version hacking. More... almost 17 years ago
Record function info (encoded arglist) for DEFSTUCT copiers, accessors. More... almost 17 years ago
Use SET ',VAR, not SETQ, in case the body of DEFVAR gets compiled before anything sees the SPECIAL declamation. (Could also wrap (LOCALLY (DECLARE SPECIAL ...) around some of the expansion, but this seems to be the only part of the expansion that references an unquoted variable name.) More... almost 17 years ago
Are you as annoyed at the mere presence of DEFINE-COMPILE-TIME-SYMBOL-MADRO as I am ? Change what gets recorded by DEFINE-COMPILE-TIME-MACRO. More... almost 17 years ago
Move tests up a level so can check out trunk/source without them More... almost 17 years ago
Update documentation in many places.
jaj
More... almost 17 years ago
Propagate r8985 from working-0711 to trunk More... almost 17 years ago
Check in the gcl ansi test suite (original, in preparation for making local changes) More... almost 17 years ago
Use FF-CALL-IGNORING-INTR around #_waitpid call in CHECK-PID. (Not sure what the consequences of not ignoring #$EINTR here are, but they may not be good.) More... almost 17 years ago
CHECK-TYPE: do the TYPEP call(s) inline, call (new) %CHECK-TYPE to signal error and provide STORE-VALUE restart. More... almost 17 years ago
Define %CHECK-TYPE, which just sets up the STORE-VALUE restart for CHECK-TYPE. (CHECK-TYPE will expand into a call to this if an initial TYPEP fails; that can cause lots of warnings during REBUILD-CCL et al. Ignore them.) More... almost 17 years ago
Propagate (small) improvement to REALP from working-0711 to trunk. More... almost 17 years ago
Propagate fix to OPTIMIZE-CTYPEP from working-0711 to trunk. More... almost 17 years ago
additions to ObjC and ffi docs; many mechanical edits; some standardization of XML elements and formatting More... almost 17 years ago
update, fix up a bit More... almost 17 years ago
Add support for a different backtrace formats with new variable *BACKTRACE-FORMAT*, which can be :DIRECT or :TRADITIONAL. :TRADITIONAL is the default. If *BACKTRACE-FORMAT* is :DIRECT, backtrace shows non-toplevel functions being called directly (not using FUNCALL), and also has assorted other tweaks, including not showing frame address values, and explicitly labelling the arg and locals sections and the pc offset. More... almost 17 years ago