This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SICL, bricks for implementors of Common Lisp systems. ".
The branch, master has been updated via 6aeca0f8d3b47e870cdd6b8fca2919cacda88679 (commit) via 3146c778c24141a364ddfe303b094c4f4148f94b (commit) via cf94e3c4ac8cea9046fe00756d93ba8530c63b95 (commit) via 1a400d555f32dd6dc57dcb91cea3b49c8eed5280 (commit) via f477e892a9db0ad60d906eeb2bf86fcf1e453ef8 (commit) via d32e4046ee240b72fde4dabeb3822c11c70bcf6d (commit) from 2b08d35041a6ade4479d45006dfef8f14f28daec (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6aeca0f8d3b47e870cdd6b8fca2919cacda88679 Author: Robert Strandh <strandh@hecl.(none)> Date: Wed Feb 9 12:46:23 2011 +0700
Fixed the heading comment.
Added name-mixin to conditions.
Moved condition reporters to a separate file.
Moved package definition to a separate file.
commit 3146c778c24141a364ddfe303b094c4f4148f94b Author: Robert Strandh <strandh@hecl.(none)> Date: Wed Feb 9 12:45:19 2011 +0700
Added (empty for now) file for English language documentation strings.
commit cf94e3c4ac8cea9046fe00756d93ba8530c63b95 Author: Robert Strandh <strandh@hecl.(none)> Date: Wed Feb 9 12:44:18 2011 +0700
Broke out package definitions into a separate file.
commit 1a400d555f32dd6dc57dcb91cea3b49c8eed5280 Author: Robert Strandh <strandh@hecl.(none)> Date: Wed Feb 9 12:43:53 2011 +0700
Added description for the module.
commit f477e892a9db0ad60d906eeb2bf86fcf1e453ef8 Author: Robert Strandh <strandh@hecl.(none)> Date: Wed Feb 9 12:43:18 2011 +0700
Added ASDF system definition file.
commit d32e4046ee240b72fde4dabeb3822c11c70bcf6d Author: Robert Strandh <strandh@hecl.(none)> Date: Wed Feb 9 12:42:41 2011 +0700
Broke out English-language condition reporters into a separate file.
-----------------------------------------------------------------------
Summary of changes: Code/Conditionals/condition-reporters-en.lisp | 151 ++++++++++++ .../conditionals.asd} | 20 +- Code/Conditionals/conditionals.lisp | 259 +++++++------------- Code/Conditionals/conditionals.text | 41 +++ Code/Conditionals/docstrings-en.lisp | 17 ++ Code/{Reader => Conditionals}/packages.lisp | 42 ++-- 6 files changed, 332 insertions(+), 198 deletions(-) create mode 100644 Code/Conditionals/condition-reporters-en.lisp copy Code/{Cons-high/cons-high.asd => Conditionals/conditionals.asd} (58%) create mode 100644 Code/Conditionals/conditionals.text create mode 100644 Code/Conditionals/docstrings-en.lisp copy Code/{Reader => Conditionals}/packages.lisp (52%)
hooks/post-receive