[dylan-lang/opendylan] 671275: [dfmc] Cleanup whitespace.

GitHub <[email protected]>
Newsgroups gmane.comp.lang.dylan.gwydion.cvs
Message-ID <54ca0f86a57a3_9a73f931f3a329c405b1@hookshot-fe6-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/dylan-lang/opendylan
  Commit: 671275210d0ed1b2a7b647785d168ab846991e7c
      https://github.com/dylan-lang/opendylan/commit/671275210d0ed1b2a7b647785d168ab846991e7c
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-01-29 (Thu, 29 Jan 2015)

  Changed paths:
    M sources/dfmc/back-end-protocol/back-end-protocol.lid
    M sources/dfmc/back-end-protocol/back-end.dylan
    M sources/dfmc/back-end-protocol/library.dylan
    M sources/dfmc/browser-support/browser-support-library.dylan
    M sources/dfmc/browser-support/browser-support.lid
    M sources/dfmc/browser-support/debug-info-api.dylan
    M sources/dfmc/browser-support/glue-routines.dylan
    M sources/dfmc/common/common-library.dylan
    M sources/dfmc/common/common-macros.dylan
    M sources/dfmc/common/common.dylan
    M sources/dfmc/common/common.lid
    M sources/dfmc/common/compilation-records.dylan
    M sources/dfmc/common/emitted-object.dylan
    M sources/dfmc/common/model-properties.dylan
    M sources/dfmc/common/named-object.dylan
    M sources/dfmc/common/property-delegation-macros.dylan
    M sources/dfmc/common/referenced-object.dylan
    M sources/dfmc/common/symbolic-class.dylan
    M sources/dfmc/common/top-level-forms.dylan
    M sources/dfmc/conditions/conditions-library.dylan
    M sources/dfmc/conditions/conditions.lid
    M sources/dfmc/conditions/hierarchy.dylan
    M sources/dfmc/conditions/macros.dylan
    M sources/dfmc/conditions/native-hacks.dylan
    M sources/dfmc/conditions/presentation.dylan
    M sources/dfmc/conditions/protocol.dylan
    M sources/dfmc/conditions/report.dylan
    M sources/dfmc/conversion/boot.dylan
    M sources/dfmc/conversion/conversion-library.dylan
    M sources/dfmc/conversion/conversion.lid
    M sources/dfmc/conversion/convert-c-ffi.dylan
    M sources/dfmc/conversion/convert-loops.dylan
    M sources/dfmc/conversion/define-binding.dylan
    M sources/dfmc/conversion/define-class-mop.dylan
    M sources/dfmc/conversion/define-class-slot-mop.dylan
    M sources/dfmc/conversion/define-class.dylan
    M sources/dfmc/conversion/define-domain-mop.dylan
    M sources/dfmc/conversion/define-domain.dylan
    M sources/dfmc/conversion/define-function-mop.dylan
    M sources/dfmc/conversion/define-function.dylan
    M sources/dfmc/conversion/define-generic-mop.dylan
    M sources/dfmc/conversion/define-generic.dylan
    M sources/dfmc/conversion/define-macro.dylan
    M sources/dfmc/conversion/define-method-mop.dylan
    M sources/dfmc/conversion/define-method.dylan
    M sources/dfmc/conversion/define-primitive.dylan
    M sources/dfmc/conversion/top-level-init-form.dylan
    M sources/dfmc/conversion/utilities.dylan
    M sources/dfmc/core/core.lid
    M sources/dfmc/definitions/boot-definitions.dylan
    M sources/dfmc/definitions/define-binding.dylan
    M sources/dfmc/definitions/define-class.dylan
    M sources/dfmc/definitions/define-compiler.dylan
    M sources/dfmc/definitions/define-constant.dylan
    M sources/dfmc/definitions/define-copy-down.dylan
    M sources/dfmc/definitions/define-domain.dylan
    M sources/dfmc/definitions/define-function.dylan
    M sources/dfmc/definitions/define-generic.dylan
    M sources/dfmc/definitions/define-library.dylan
    M sources/dfmc/definitions/define-macro.dylan
    M sources/dfmc/definitions/define-method.dylan
    M sources/dfmc/definitions/define-module.dylan
    M sources/dfmc/definitions/define-optimizer.dylan
    M sources/dfmc/definitions/define-primitive.dylan
    M sources/dfmc/definitions/define-shared-symbols.dylan
    M sources/dfmc/definitions/define-variable.dylan
    M sources/dfmc/definitions/definitions-library.dylan
    M sources/dfmc/definitions/definitions.lid
    M sources/dfmc/definitions/dependencies.dylan
    M sources/dfmc/definitions/missing.dylan
    M sources/dfmc/definitions/options.dylan
    M sources/dfmc/definitions/parse-bindings.dylan
    M sources/dfmc/definitions/parse-class-clauses.dylan
    M sources/dfmc/definitions/parse-namespace-clauses.dylan
    M sources/dfmc/definitions/parse-signatures.dylan
    M sources/dfmc/definitions/properties.dylan
    M sources/dfmc/definitions/top-level-convert.dylan
    M sources/dfmc/flow-graph/checker.dylan
    M sources/dfmc/flow-graph/closure.dylan
    M sources/dfmc/flow-graph/computation.dylan
    M sources/dfmc/flow-graph/environment.dylan
    M sources/dfmc/flow-graph/flow-graph-library.dylan
    M sources/dfmc/flow-graph/flow-graph.lid
    M sources/dfmc/flow-graph/macros.dylan
    M sources/dfmc/flow-graph/queue-ops.dylan
    M sources/dfmc/flow-graph/queue.dylan
    M sources/dfmc/flow-graph/utilities.dylan
    M sources/dfmc/flow-graph/walker.dylan
    M sources/dfmc/linker/linker-library.dylan
    M sources/dfmc/linker/linker.dylan
    M sources/dfmc/linker/linker.lid
    M sources/dfmc/macro-expander/constraint-parsing.dylan
    M sources/dfmc/macro-expander/expanders.dylan
    M sources/dfmc/macro-expander/fragment-to-function.dylan
    M sources/dfmc/macro-expander/interface.dylan
    M sources/dfmc/macro-expander/macro-descriptors.dylan
    M sources/dfmc/macro-expander/macro-expander-library.dylan
    M sources/dfmc/macro-expander/macro-expander.lid
    M sources/dfmc/macro-expander/pattern-back-end.dylan
    M sources/dfmc/macro-expander/pattern-elements.dylan
    M sources/dfmc/macro-expander/pattern-to-code.dylan
    M sources/dfmc/macro-expander/pattern-to-function.dylan
    M sources/dfmc/macro-expander/rewrite-rules.dylan
    M sources/dfmc/macro-expander/support.dylan
    M sources/dfmc/macro-expander/template-back-end.dylan
    M sources/dfmc/macro-expander/template-function.dylan
    M sources/dfmc/macro-expander/template-references.dylan
    M sources/dfmc/macro-expander/template-substitutions.dylan
    M sources/dfmc/macro-expander/template-to-code.dylan
    M sources/dfmc/macro-expander/template-to-function.dylan
    M sources/dfmc/management/back-end-driver.dylan
    M sources/dfmc/management/compilation-driver.dylan
    M sources/dfmc/management/interactive-driver.dylan
    M sources/dfmc/management/interface.dylan
    M sources/dfmc/management/management-library.dylan
    M sources/dfmc/management/management.lid
    M sources/dfmc/management/passes.dylan
    M sources/dfmc/management/progress-reports.dylan
    M sources/dfmc/management/world.dylan
    M sources/dfmc/modeling/functions.dylan
    M sources/dfmc/namespace/binding.dylan
    M sources/dfmc/namespace/environments.dylan
    M sources/dfmc/namespace/filters.dylan
    M sources/dfmc/namespace/interactive-namespace.dylan
    M sources/dfmc/namespace/libraries.dylan
    M sources/dfmc/namespace/library-description.dylan
    M sources/dfmc/namespace/modules.dylan
    M sources/dfmc/namespace/namespace-library.dylan
    M sources/dfmc/namespace/namespace.lid
    M sources/dfmc/namespace/namespaces.dylan
    M sources/dfmc/optimization/optimization.lid
    M sources/dfmc/optimization/tail-call.dylan
    M sources/dfmc/reader/interface.dylan
    M sources/dfmc/typist/type-estimate-hashing.dylan
    M sources/dfmc/typist/typist-algebra.dylan
    M sources/dfmc/typist/typist-library.dylan
    M sources/dfmc/typist/typist-protocol.dylan
    M sources/dfmc/typist/typist-tools.dylan
    M sources/dfmc/typist/typist-top-level-forms.dylan
    M sources/dfmc/typist/typist-types.dylan

  Log Message:
  -----------
  [dfmc] Cleanup whitespace.

_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.