aboutsummaryrefslogtreecommitdiff
path: root/sprinkler/Changes
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-17 22:10:03 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-17 22:10:03 +0000
commit6757130ebc12fd86881d082925ffd321b1078ce7 (patch)
treee0d2aea51445fd78c9e06d0808807886f77fa8e9 /sprinkler/Changes
parent8af72216bc8e57c82337963d0b060b14fbfa8583 (diff)
+ argh: fix incosistency
svn path=/trunk/externals/moocow/; revision=10570
Diffstat (limited to 'sprinkler/Changes')
-rw-r--r--sprinkler/Changes34
1 files changed, 0 insertions, 34 deletions
diff --git a/sprinkler/Changes b/sprinkler/Changes
deleted file mode 100644
index 33e4187..0000000
--- a/sprinkler/Changes
+++ /dev/null
@@ -1,34 +0,0 @@
-Change log for PD external 'sprinkler' (formerly 'forward')
-
-v0.06 Tue, 14 Sep 2004 18:50:03 +0200
- + added --enable-all-forwardmess configure option to use pd_forwardmess()
- for all messages (even those of length 1) : should fix 'bang' problem
- + fixed gcc-3.3 warning re: (++argv) in sprinkler_list() thanks to
- Erasmus Zipfel
-
-v0.05 Mon, 23 Feb 2004 01:14:08 +0100
- + added pass-through outlet for unbound destination symbols
- + added hack to prevent 'bang's being sprinkled as 'normal' symbols
-
-v0.04 Thu, 29 Jan 2004 16:26:00 +0100
- + added error() call for missing destinations
- + todo: add pass-through outlet for missing destinations
-
-v0.03 Sun Sep 8 00:56:33 CEST 2002
- + renamed to 'sprinkler'
- + added 'configure' option --enable-forward to allow
- backwards-compatibility
- + added 'configure option --enable-debug
- + added help-file tweaking to 'configure.in'
-
-v0.02 Sun Sep 1 00:47:40 CEST 2002
- + added black magic in 'forward_anything()' to generate
- real selectors for single-element arglists (especially symbols)
- + gutted 'configure.in'
- + added check for MacOSX in 'configure.in'
- + added 'OFLAGS' autoconf->makefile variable for
- optimization flags: contents from pd-0.35-test16
- + added 'autogen.sh' and 'README.cvs'
-
-v0.01 Sun Apr 21 15:21:42 CEST 2002
- + initial distributed version