annotate CHANGES @ 108:0921c47b4f22

C99INLINE, not __c99inline
author David A. Holland
date Tue, 11 Jun 2013 12:17:27 -0400
parents 33954a07d013
children 4483a14ee101
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
102
9b859d40640a More PowerPC and mips macros.
David A. Holland
parents:
diff changeset
1 pending
9b859d40640a More PowerPC and mips macros.
David A. Holland
parents:
diff changeset
2 - auto-recognize more builtin PowerPC and mips macros
103
343af355df1b Pass -Wunused.
David A. Holland
parents: 102
diff changeset
3 - pass -Wunused (partly from Baptiste Daroussin)
104
91f600e6647b Allow absolute paths in include files.
David A. Holland
parents: 103
diff changeset
4 - allow absolute paths in include files (partly from Baptiste Daroussin)
105
600f36cd7353 don't use getprogname() in the name of portability
David A. Holland
parents: 104
diff changeset
5 - don't use getprogname() in the name of portability
106
ecec7c16e3ba add a couple more tests, taken from the 2010 tech-toolchain thread
David A. Holland
parents: 105
diff changeset
6 - add tests arising from December 2010 tech-toolchain thread (one
ecec7c16e3ba add a couple more tests, taken from the 2010 tech-toolchain thread
David A. Holland
parents: 105
diff changeset
7 from der Mouse, one of mine)
107
33954a07d013 __unused -> UNUSED
David A. Holland
parents: 106
diff changeset
8 - clean out usage of sys/cdefs.h macros and don't use the implementation
33954a07d013 __unused -> UNUSED
David A. Holland
parents: 106
diff changeset
9 namespace
102
9b859d40640a More PowerPC and mips macros.
David A. Holland
parents:
diff changeset
10
9b859d40640a More PowerPC and mips macros.
David A. Holland
parents:
diff changeset
11 release 0.1 (20130610)
9b859d40640a More PowerPC and mips macros.
David A. Holland
parents:
diff changeset
12 - first release, works with at least some imake templates