Commit History

Author SHA1 Message Date
  campbell 75d0ac7df7 Overhauled section on using the module system, with much more thought put toward careful use of module system terminology. 19 years ago
  campbell 602a13db9b Extended note about SRFI 7 support in section on running Scheme48. 19 years ago
  campbell 868af7ad17 Canonicalized sections on running Scheme48 and the command processor to use @samp, @option, @file, & @command appropriately, instead of @code everywhere. 19 years ago
  campbell 5853bb0a75 Reorganized the explanation of how CALL-ATOMICALLY &c., CALL-ENSURING-ATOMICITY &c., and committing proposals, are all related. 19 years ago
  campbell 4e87608a50 Fixed typo in asynchronous channel sending by downcasing a superfluously capital 'T' that was formerly the start of a sentence now appended to another. 19 years ago
  campbell 54b817bf7a Moved channels sections to the end of the I/O system chapter, letting the regular port interface to be the first part of the chapter presented. 19 years ago
  campbell 3570609c20 Finished last sentence describing buffered output port handlers' buffer emptier procedures. 19 years ago
  campbell 8cbdb8beb4 Fixed return value of the procedure in port handlers' discloser field. 19 years ago
  campbell 7f9b8abda3 Added documentation of REVERSE-LIST->STRING, DEBUG-MESSAGE, & CODE-QUOTE. 19 years ago
  campbell d790e6d21e Reworded remark about the unimplemented status of FLONUM-REF & FLONUM-SET!, and uncommented cross-reference to Pre-Scheme-as-Scheme section. 19 years ago
  campbell de1f34aa7c Reorganized explanations of OPEN and FOR-SYNTAX package clauses, incorporating ACCESS clauses, the STRUCTURE-REFS structure, and the STRUCTURE-REF special form into the explanation of OPEN clauses. 19 years ago
  campbell b84f71bc8f Added definition class (procedure) to @deffn for CML's RECEIVE-RV & RECEIVE. 19 years ago
  campbell bbd9c14d94 Rewrote solution using delayed rendezvous to unique identifier server example in CML. 19 years ago
  campbell 69b634807c Fixed text-embedded reference to focus value in explanation of Unix Scheme48 program invocation to use @emberef instead of @ref. 19 years ago
  campbell e001538182 Clarified syntax of ,TRANSLATE command arguments. 19 years ago
  campbell 68c604ccf8 Expounded on utility of ,LOAD command processor command over Scheme's LOAD procedure. 19 years ago
  campbell 444dfc1a1e Prefixed comma to the names of all commands in their @def... lines in the command processor documentation. 19 years ago
  campbell 86fa051ec6 Restructured sentences in paragraph on example of why CML's delayed rendezvous device is necessary. 19 years ago
  campbell 95d6f870e7 Expunged random, rogue word 'is' in description of CML's delayed rendezvous. 19 years ago
  campbell 9801cd24ff Fixed text-embedded reference to optimistic concurrency in the record system documentation to use @embedref instead of @ref, and also improved the surrounding text. 19 years ago
  campbell e09c1a8402 Clarified EOF behaviour of READ. 19 years ago
  campbell 10990fc592 Clarified relation of READ, WRITE, & DISPLAY from the READING & WRITING structures to R5RS's READ, WRITE, & DISPLAY, namely that they are respectively identical. 19 years ago
  campbell 8473140982 Replaced erroneous reference to 'meta-methods documentation below' with footnote about the existence, but absence of documentation for, a meta-object-like interface to the generic dispatch system. 19 years ago
  campbell 6319068b5d Reworded closing remark on DEFINE-GENERIC's prototype operand. 19 years ago
  campbell f3249b15e8 Rephrased explanation of method specificity in order to make the use of ampersands less confusing for some. 19 years ago
  campbell 3dfaf959c3 Improved naming of and introduction to the section on low-level channel primitives. 19 years ago
  campbell c858dcc309 Reworded remarks about deprecation of SET-FLUID! in favour of fluids that contain cells. 19 years ago
  campbell 3304d5ea66 Reworded some remarks on the file system interface about comprehensiveness and Unix-specific functionality. 19 years ago
  campbell c0a62bc646 Noted that FORCE-OUTPUT from the FEATURES structure is identical to that from the I/O structure. 19 years ago
  campbell 9b986eff79 Clarified remark on the danger of POPULATION->LIST to create strong references. 19 years ago