summaryrefslogtreecommitdiff
path: root/history
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
commit11cd4d6e4d9c9cd9aaf924af9e3c1c9b1c12abe0 (patch)
tree0a43cb78ceff32479a0ede84db794c143ca749c7 /history
parent3ee0878ff767db9db8f441d8c74d7797a2cbd275 (diff)
downloadMPC-11cd4d6e4d9c9cd9aaf924af9e3c1c9b1c12abe0.tar.gz
ChangeLogTag: Wed Aug 19 02:11:03 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'history')
-rw-r--r--history/ChangeLog-3_510
1 files changed, 5 insertions, 5 deletions
diff --git a/history/ChangeLog-3_5 b/history/ChangeLog-3_5
index 7ad70d7f..d27ed1c3 100644
--- a/history/ChangeLog-3_5
+++ b/history/ChangeLog-3_5
@@ -252,7 +252,7 @@ Wed Apr 23 14:31:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Renamed wb26wrproject to wb26
* modules/ProjectCreator.pm:
- Changed from Chad Elliot to make the make_coexistence
+ Changed from Chad Elliott to make the make_coexistence
commandline flag available in the template
* modules/WB26ProjectCreator.pm:
@@ -629,7 +629,7 @@ Fri Mar 7 14:51:25 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
because on OpenVMS all filenames are returned lower case by perl
and the after specified by the user is mixed case which
resulted in the fact that the after just didn't work
- on OpenVMS. Thanks to Chad Elliot for reviewing the patches
+ on OpenVMS. Thanks to Chad Elliott for reviewing the patches
and point out the possible performance problems of my
original changes
@@ -670,7 +670,7 @@ Wed Feb 27 14:09:25 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
On OpenVMS all filenames are returned lower case. The dynamic loading
of creators then fails. Addressed this by opening the creator file
and read the first line, it normally starts with package and after
- that the package name. Thanks to Chad Elliot for this idea and
+ that the package name. Thanks to Chad Elliott for this idea and
reviewing the proposed change.
Fri Feb 22 14:49:25 UTC 2008 Adam Mitz <mitza@ociweb.com>
@@ -800,7 +800,7 @@ Thu Jan 24 16:01:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* modules/WB26ProjectCreator.pm:
* modules/WorkspaceCreator.pm:
- Committed fix of Chad Elliot so that the generation of the build
+ Committed fix of Chad Elliott so that the generation of the build
order for the wb26 project type does work.
* modules/WB26WorkspaceCreator.pm:
@@ -867,7 +867,7 @@ Tue Jan 22 08:48:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
The WindRiver workbench requires all paths to have forward slashes,
also on Windows. Added a requires_forward_slashes method so that
the project creator can indicate that forward slashes has to be
- used. Thanks to Chad Elliot for helping with this, this fixes
+ used. Thanks to Chad Elliott for helping with this, this fixes
bugzilla 3201
Tue Jan 22 08:27:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>