aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
Commit message (Expand)AuthorAge
...
* convert CONNECTION slots to connattrs & fix finding homedirsSean Whitton2021-05-23
* FILE:DATA-UPLOADED, FILE:SECRET-UPLOADED: use MAYBE-WRITEFILE-DATASean Whitton2021-05-20
* factor out MAYBE-WRITEFILE-STRINGSean Whitton2021-05-20
* rework bootloader installation so can use property-defining macrosSean Whitton2021-05-09
* use RUN not MRUN when parsing command stdoutSean Whitton2021-05-06
* DEFPROPSPEC :APPLY subroutine: check the propapp typeSean Whitton2021-05-06
* add LOCALSUDO and LOCALHDSean Whitton2021-05-06
* add & use PROPAPP macroSean Whitton2021-05-06
* override *CONSFIG* for all calls to MAKE-PROPSPEC within DEFPROPSPECSean Whitton2021-05-06
* declare IGNORABLE for all vars in :DESC and :HOSTATTRS subroutinesSean Whitton2021-04-24
* PUSH-HOSTATTRS, PUSHNEW-HOSTATTRS: preserve order of new hostattrsSean Whitton2021-04-16
* FILE:HAS-CONTENT: don't return :NO-CHANGE if file mode was changedSean Whitton2021-04-08
* fix handing &AUX in generating Emacs indentation informationSean Whitton2021-04-05
* avoid generating indentation information for unexported symbolsSean Whitton2021-04-05
* Emacs indentation info: move downcasing to outputSean Whitton2021-04-05
* the empty list is now a valid propappSean Whitton2021-04-05
* DEFINE-DOTTED-PROPERTY-MACRO: also ignore -supplied-p varsSean Whitton2021-04-04
* add TODO in DEFPROPSean Whitton2021-04-01
* add missing parensSean Whitton2021-04-01
* add and export GET-USERSean Whitton2021-04-01
* add WITH-CHANGE-IF-CHANGES-FILE{,-CONTENT}Sean Whitton2021-03-27
* use MUFFLE-WARNINGS functionSean Whitton2021-03-25
* fix extracting indentation declarations in property definitionsSean Whitton2021-03-22
* don't generate indentation hints for internal propertiesSean Whitton2021-03-22
* make existing hostattrs available to programmatic callsSean Whitton2021-03-22
* support passing :CHECK at beginning of DEFPROPLIST and DEFPROPSPECSean Whitton2021-03-22
* untabifySean Whitton2021-03-22
* rework :HOSTATTRS programmatic call warning & add IGNORING-HOSTATTRSSean Whitton2021-03-22
* use %CONSFIGURE so we can define functions for more propertiesSean Whitton2021-03-22
* restore checking lambda list compat when setting property functionsSean Whitton2021-03-21
* resignal as FAILED-CHANGE only errors we expect we might seeSean Whitton2021-03-21
* avoid searching the list of known properties; just check for ISPROPSean Whitton2021-03-21
* PROPAPPLY, PROPUNAPPLY: convert errors to FAILED-CHANGESean Whitton2021-03-21
* set property function cells using DEFUN-WHICH-CALLSSean Whitton2021-03-21
* factor out PROPAPPLY and PROPUNAPPLYSean Whitton2021-03-21
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* RECORD-KNOWN-PROPERTY: check whether already knownSean Whitton2021-03-19
* add a way for chroots, containers etc. to get at parent hostattrsSean Whitton2021-03-19
* pull MAKE-PROPSPEC out of PROPS & set SYSTEMS from *HOST*Sean Whitton2021-03-19
* write out the basic structure of properties for debootstrappingSean Whitton2021-03-18
* DEFPROPSPEC: strip &AUX from :DESC lambda listSean Whitton2021-03-18
* fix call to STRIP-DECLARATIONSSean Whitton2021-03-18
* introduce FORM-BEGINNING-WITHSean Whitton2021-03-18
* gather declarations from :APPLY and :CHECK subroutinesSean Whitton2021-03-18
* DEFPROPSPEC needs to store lambda expressions, not calls to FUNCTIONSean Whitton2021-03-18
* improve the DEFUN defined for calling properties programmaticallySean Whitton2021-03-18
* evaluate MFORMS before binding indentSean Whitton2021-03-18
* tidy up signalling INAPPLICABLE-PROPERTY and FAILED-CHANGESean Whitton2021-03-18
* record which symbols are properties at compile timeSean Whitton2021-03-18
* quote some references to function objects in macro expansionSean Whitton2021-03-18