summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-04 16:52:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-04 16:52:43 -0700
commit044f4302cca6920ca315f7aea79391d6075b2840 (patch)
tree5cebb43eb2c3a333794d1bcbaed99889b172e9b3
parent6bd176817d1a9deca4ae7136fa616b82c50cdb61 (diff)
downloadtxr-044f4302cca6920ca315f7aea79391d6075b2840.tar.gz
txr-044f4302cca6920ca315f7aea79391d6075b2840.tar.bz2
txr-044f4302cca6920ca315f7aea79391d6075b2840.zip
* LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,
hash.h, lib.c, lib.h, match.c, match.h, parser.h, parser.l, parser.y, regex.c, regex.h, stream.c, stream.h, txr.1, txr.c, txr.h, unwind.c, unwind.h, utf8.c, utf8.h: Updated e-mail address.
-rw-r--r--ChangeLog7
-rw-r--r--LICENSE2
-rw-r--r--Makefile2
-rwxr-xr-xconfigure2
-rw-r--r--filter.c2
-rw-r--r--filter.h2
-rw-r--r--gc.c2
-rw-r--r--gc.h2
-rw-r--r--hash.c2
-rw-r--r--hash.h2
-rw-r--r--lib.c2
-rw-r--r--lib.h2
-rw-r--r--match.c2
-rw-r--r--match.h2
-rw-r--r--parser.h2
-rw-r--r--parser.l2
-rw-r--r--parser.y2
-rw-r--r--regex.c2
-rw-r--r--regex.h2
-rw-r--r--stream.c2
-rw-r--r--stream.h2
-rw-r--r--txr.12
-rw-r--r--txr.c2
-rw-r--r--txr.h2
-rw-r--r--unwind.c2
-rw-r--r--unwind.h2
-rw-r--r--utf8.c2
-rw-r--r--utf8.h2
28 files changed, 34 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index f15584bf..b3d88c26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-10-04 Kaz Kylheku <kaz@kylheku.com>
+ * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,
+ hash.h, lib.c, lib.h, match.c, match.h, parser.h, parser.l, parser.y,
+ regex.c, regex.h, stream.c, stream.h, txr.1, txr.c, txr.h, unwind.c,
+ unwind.h, utf8.c, utf8.h: Updated e-mail address.
+
+2011-10-04 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (match_line, match_files): Another correction to how bindings
are handled in collect/coll. New bindings from the main clause and
last clause must override old bindings. This is done by some
diff --git a/LICENSE b/LICENSE
index 7b1303a2..89ed8c2e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2011, Kaz Kylheku <kkylheku@gmail.com>.
+Copyright (C) 2011, Kaz Kylheku <kaz@kylheku.com>.
All rights reserved.
BSD License:
diff --git a/Makefile b/Makefile
index f85ef243..c18fc9ec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Copyright 2011
-# Kaz Kylheku <kkylheku@gmail.com>
+# Kaz Kylheku <kaz@kylheku.com>
# Vancouver, Canada
# All rights reserved.
#
diff --git a/configure b/configure
index fd1abc2b..781b609c 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright 2011
-# Kaz Kylheku <kkylheku@gmail.com>
+# Kaz Kylheku <kaz@kylheku.com>
# Vancouver, Canada
# All rights reserved.
#
diff --git a/filter.c b/filter.c
index 9b190ac9..6b873b14 100644
--- a/filter.c
+++ b/filter.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/filter.h b/filter.h
index 40602f51..67d4c243 100644
--- a/filter.h
+++ b/filter.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/gc.c b/gc.c
index a989094e..ae234291 100644
--- a/gc.c
+++ b/gc.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/gc.h b/gc.h
index f390439f..28af2a99 100644
--- a/gc.h
+++ b/gc.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/hash.c b/hash.c
index e07ebf56..ece2fa46 100644
--- a/hash.c
+++ b/hash.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/hash.h b/hash.h
index 2a99278c..67e56f10 100644
--- a/hash.h
+++ b/hash.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/lib.c b/lib.c
index 4e54280a..52208ce6 100644
--- a/lib.c
+++ b/lib.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/lib.h b/lib.h
index d1323f23..0d55701f 100644
--- a/lib.h
+++ b/lib.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/match.c b/match.c
index 5bb56a04..007d7645 100644
--- a/match.c
+++ b/match.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/match.h b/match.h
index a6d30510..6c4dcd6f 100644
--- a/match.h
+++ b/match.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/parser.h b/parser.h
index f4a82ba7..5429ee59 100644
--- a/parser.h
+++ b/parser.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/parser.l b/parser.l
index b2b1e6b4..3b80d38c 100644
--- a/parser.l
+++ b/parser.l
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/parser.y b/parser.y
index 24caac87..3da23429 100644
--- a/parser.y
+++ b/parser.y
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/regex.c b/regex.c
index 0b2aba7c..3634552c 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/regex.h b/regex.h
index 74abe39c..2f8378c2 100644
--- a/regex.h
+++ b/regex.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/stream.c b/stream.c
index 2b4d09f2..28fa3b84 100644
--- a/stream.c
+++ b/stream.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/stream.h b/stream.h
index e9463222..16bf3345 100644
--- a/stream.h
+++ b/stream.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/txr.1 b/txr.1
index 8b1c8121..db3cd5f9 100644
--- a/txr.1
+++ b/txr.1
@@ -1,4 +1,4 @@
-.\"Copyright (C) 2011, Kaz Kylheku <kkylheku@gmail.com>.
+.\"Copyright (C) 2011, Kaz Kylheku <kaz@kylheku.com>.
.\"All rights reserved.
.\"
.\"BSD License:
diff --git a/txr.c b/txr.c
index 398f5cc5..3acb625b 100644
--- a/txr.c
+++ b/txr.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/txr.h b/txr.h
index bac29010..e8e12a67 100644
--- a/txr.h
+++ b/txr.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/unwind.c b/unwind.c
index 8b7cf30b..184fa858 100644
--- a/unwind.c
+++ b/unwind.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/unwind.h b/unwind.h
index 35262ee1..26276772 100644
--- a/unwind.h
+++ b/unwind.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/utf8.c b/utf8.c
index db474223..66ca774e 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*
diff --git a/utf8.h b/utf8.h
index fa2d5b96..2f1365e6 100644
--- a/utf8.h
+++ b/utf8.h
@@ -1,5 +1,5 @@
/* Copyright 2011
- * Kaz Kylheku <kkylheku@gmail.com>
+ * Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
* All rights reserved.
*