Changeset 20265 in project
- Timestamp:
- 09/12/10 17:45:40 (8 years ago)
- Location:
- wiki/eggref/4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/check-errors
r19890 r20265 599 599 == Version history 600 600 601 ; 1.12.2 ; Better ''no-install'' support. 601 602 ; 1.12.1 ; Deprecated {{...-cardinal-...}} in favor of {{...-natural-...}}. 602 603 ; 1.12.0 ; Removed ''error-utils'' & ''conditions''. -
wiki/eggref/4/mathh
r19761 r20265 264 264 == Version history 265 265 266 ; 2.2.1 : Better ''no-install'' support. 266 267 ; 2.2.0 : Added {{acosh}}, {{asinh}}, {{atanh}}, {{erf}} & {{erfc}}. Includes <sunmath.h> on Sun platform for {{log2}}. 267 268 ; 2.1.0 : Added {{signbit}}, {{copysign}}, {{nextafter}} & {{cbrt}}. -
wiki/eggref/4/setup-helper
r19761 r20265 172 172 Copies the local file {{FILENAME}} to the directory ''{{(installation-prefix)}} 173 173 share chicken''. This is usually the same as {{(chicken-home)}}. 174 175 ==== install-in-repository 176 177 <procedure>(install-in-repository FILENAME)</procedure> 178 179 Like {{copy-to-repository}} but observes the ''no-install'' status. 180 181 ==== install-in-home 182 183 <procedure>(install-in-home FILENAME)</procedure> 184 185 Like {{copy-to-home}} but observes the ''no-install'' status. 174 186 175 187 … … 388 400 == Version history 389 401 402 ; 1.2.0 : Addd {{install-in-home}} & {{install-in-repository}}. {{install-srfi-29-bundle}} observes ''no-install'' status. 390 403 ; 1.1.4 : Fix for 'copy-to-home' when '(installation-prefix)' is #f. [Ivan Raikov] 391 404 ; 1.1.3 : Fix for 'copy-to-home' when '(chicken-home)' is not proper location of ".../share/chicken". [Ivan Raikov]
Note: See TracChangeset
for help on using the changeset viewer.