aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-13 03:52:13 +0000
committernyamatongwe <devnull@localhost>2001-04-13 03:52:13 +0000
commit95b5ff425a27e1b30b9b603268abb235411bf183 (patch)
treefdb3c6775fafedbe93f8622aeb82ed36f7700176 /src
parent8a523b80c03498986162b72b5c8109c3ee0d857f (diff)
downloadscintilla-mirror-95b5ff425a27e1b30b9b603268abb235411bf183.tar.gz
Added URL to find original code to comments.
Diffstat (limited to 'src')
-rw-r--r--src/RESearch.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RESearch.cxx b/src/RESearch.cxx
index 473f2bacc..9b20f0967 100644
--- a/src/RESearch.cxx
+++ b/src/RESearch.cxx
@@ -10,6 +10,7 @@
* Dept. of Computer Science
* York University
*
+ * Original code available from http://www.cs.yorku.ca/~oz/
* Translation to C++ by Neil Hodgson neilh@scintilla.org
* Removed all use of register.
* Converted to modern function prototypes.
@@ -29,6 +30,9 @@
* Modification history:
*
* $Log$
+ * Revision 1.4 2001/04/13 03:52:13 nyamatongwe
+ * Added URL to find original code to comments.
+ *
* Revision 1.3 2001/04/06 12:24:21 nyamatongwe
* Made regular expression searching work on a line by line basis, made ^ and
* $ work, made [set] work, and added a case insensitive option.