diff options
author | nyamatongwe <unknown> | 2001-04-13 03:52:13 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-04-13 03:52:13 +0000 |
commit | 6123618fb5a54fd6c3899247a36b4f6aa1363a18 (patch) | |
tree | fdb3c6775fafedbe93f8622aeb82ed36f7700176 /src | |
parent | d49d8a8db1f6060fc3580a169e2277be9fe6ae10 (diff) | |
download | scintilla-mirror-6123618fb5a54fd6c3899247a36b4f6aa1363a18.tar.gz |
Added URL to find original code to comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/RESearch.cxx | 4 |
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. |