aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Burg
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-09 15:27:40 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-09 15:27:40 +0000
commit38dc918cf55ab769b348abae65df590f75afec52 (patch)
tree70894a6115b0056119705b163f20af44dfe2e182 /utils/Burg
parent2d930034f4ff48c6c285bb5960c582a46f0fb9fd (diff)
downloadexternal_llvm-38dc918cf55ab769b348abae65df590f75afec52.zip
external_llvm-38dc918cf55ab769b348abae65df590f75afec52.tar.gz
external_llvm-38dc918cf55ab769b348abae65df590f75afec52.tar.bz2
Updated the log of changes (as required by the Burg copyright) to give an
overview of what we changed (which is probably all that the author was looking for). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Burg')
-rw-r--r--utils/Burg/LOG_CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/Burg/LOG_CHANGES b/utils/Burg/LOG_CHANGES
index a7ee343..804f003 100644
--- a/utils/Burg/LOG_CHANGES
+++ b/utils/Burg/LOG_CHANGES
@@ -1,2 +1,10 @@
8/20/02 -- Vikram Adve
be.c: Replaced "char*" with "const char*" to avoid compiler warnings.
+
+9/9/03 -- John Criswell
+ b.h be.c fe.h gram.y lex.c main.c map.c nontermainl.c plan.c zalloc.c:
+ A cursory look through our logs and comments indicates that these are
+ the only modified files. No feature enhancements have been made;
+ rather, all changes either fix minor programming errors, get rid of
+ warnings, ANSI-ify the code, or integrate Burg into our build system.
+