Mercurial > hg > CbC > CbC_gcc
annotate contrib/reghunt/ChangeLog @ 22:0eb6cac880f0
add cbc example of quicksort.
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2009 17:15:58 +0900 |
parents | 58ad6c70ea60 |
children | 855418dad1a3 |
rev | line source |
---|---|
19
58ad6c70ea60
update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents:
0
diff
changeset
|
1 2009-07-22 Release Manager |
58ad6c70ea60
update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents:
0
diff
changeset
|
2 |
58ad6c70ea60
update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents:
0
diff
changeset
|
3 * GCC 4.4.1 released. |
58ad6c70ea60
update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents:
0
diff
changeset
|
4 |
0 | 5 2009-04-21 Release Manager |
6 | |
7 * GCC 4.4.0 released. | |
8 | |
9 2009-02-17 Janis Johnson <janis187@us.ibm.com> | |
10 | |
11 * examples: New directory. | |
12 * examples/gcc-svn-env: New. | |
13 * examples/reg-watch: New. | |
14 * examples/reg-watch.awk: New. | |
15 * examples/common.config: New. | |
16 * examples/testall: New. | |
17 * examples/28970.config: New. | |
18 * examples/28970.list: New. | |
19 * examples/28970.c: New. | |
20 * examples/28970.log: New. | |
21 * examples/29106.config: New. | |
22 * examples/29106.list: New. | |
23 * examples/29106.test: New. | |
24 * examples/29106.cc: New. | |
25 * examples/29106.log: New. | |
26 * examples/29478.config: New. | |
27 * examples/29478.list: New. | |
28 * examples/29478.c: New. | |
29 * examples/29478.log: New. | |
30 * examples/29906a.config: New. | |
31 * examples/29906a.list: New. | |
32 * examples/29906a.cc: New. | |
33 * examples/29906a.log: New. | |
34 * examples/29906b.config: New. | |
35 * examples/29906b.list: New. | |
36 * examples/29906b.cc: New. | |
37 * examples/29906b.log: New. | |
38 * examples/30643.config: New. | |
39 * examples/30643.list: New. | |
40 * examples/30643.c: New. | |
41 * examples/30643.test: New. | |
42 * examples/30643.log: New. | |
43 | |
44 * bin: New directory. | |
45 * bin/reg-hunt: New. | |
46 * bin/reg_periodic: New. | |
47 * bin/gcc-svn-update: New. | |
48 * bin/gcc-svn-update-fix: New. | |
49 * bin/gcc-build-simple: New. | |
50 * bin/gcc-build-full: New. | |
51 * bin/gcc-cleanup: New. | |
52 * bin/reg-test: New. | |
53 * bin/reg-newmid: New. | |
54 * bin/gcc-test-ice-on-valid-code: New. | |
55 * bin/gcc-test-ice-on-invalid-code: New. | |
56 * bin/gcc-test-compiler-hangs: New. | |
57 * bin/gcc-test-missing-warning: New. | |
58 * bin/gcc-test-bogus-warning: New. | |
59 * bin/gcc-test-segfault-on-valid-code: New. | |
60 * bin/gcc-test-rejects-valid: New. | |
61 * bin/gcc-test-accepts-invalid: New. | |
62 * bin/gcc-test-wrong-code: New. | |
63 * bin/gcc-svn-patchlist: New. | |
64 * bin/gcc-svn-checkfail: New. | |
65 * bin/gcc-svn-recordfail: New. | |
66 * bin/gcc-svn-report: New. | |
67 * bin/gcc-svn-ids: New. | |
68 | |
69 * date_based: New directory. | |
70 * README: Move from here ... | |
71 * date_based/README: to here. | |
72 * reg_search: Move from here ... | |
73 * date_based/reg_search: to here. | |
74 * reg_periodic: Move from here ... | |
75 * date_based/reg_periodic: to here. | |
76 * reg_test_template: Move from here ... | |
77 * date_based_reg_test_template: to here. | |
78 | |
79 2005-07-14 Ben Elliston <bje@au.ibm.com> | |
80 | |
81 * reg_test_template: Typo fix. | |
82 | |
83 2005-01-17 Kazu Hirata <kazu@cs.umass.edu> | |
84 | |
85 * reg_periodic, reg_search: Fix the uses of date command. | |
86 | |
87 2003-06-24 Janis Johnson <janis187@us.ibm.com> | |
88 | |
89 * reg_search: Replace existing uses of DATE with MADE_DATE and | |
90 use DATE for the date command. | |
91 * reg_periodic: Ditto. | |
92 | |
93 2003-03-27 Janis Johnson <janis187@us.ibm.com> | |
94 * README: New file. | |
95 * reg_search: New file. | |
96 * reg_periodic: New file. | |
97 * reg_test_template: New file. | |
98 |