OSDN Git Service

Started to track ChangeLog.
authortsntsumi <tsntsumi@users.sourecforge.jp>
Sat, 13 Jul 2013 05:55:51 +0000 (14:55 +0900)
committertsntsumi <tsntsumi@users.sourecforge.jp>
Sat, 13 Jul 2013 05:55:51 +0000 (14:55 +0900)
ChangeLog [new file with mode: 0644]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..078a3dd
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,62 @@
+2013-07-13  tsntsumi  <tsntsumi@users.sourecforge.jp>
+
+       Renamed ChangeLog to ChangeLog.2.
+
+       Added AM_PROG_AR
+
+       Added configure and bootstrap to EXTRA_DIST.
+
+       Untracked auto generated files.
+
+2013-07-12  tsntsumi  <tsntsumi@users.sourecforge.jp>
+
+       upgraded version
+
+       Added auto generated files.
+
+       Made end-case and end-suite comments omissible.
+
+       Fixed a typo
+
+       fixed typo
+
+       fixed function name
+
+2013-07-06  tsntsumi  <tsntsumi@users.sourecforge.jp>
+
+       Changed encoding EUC-JP to UTF-8.
+
+       Added '2013' in copyrights
+
+       Added '2013' in copyrights
+
+       Deleted the unused source file for Fixture.
+
+       Modified the example the test fails.
+
+       Add assert macros for double and float.
+
+       Changed the type of snprintf's format string.
+       It will be able to change to customize behavior in user program.
+
+       Fixed miss spelling.
+
+       Changed char pointer to char array.
+
+2013-07-03  tsntsumi  <tsntsumi@users.sourecforge.jp>
+
+       Converted cvsignore to gitignore.
+
+       Since it depended in order of the run of TestCase, I used setUpBeforeClass.
+
+       Made them correspond to doxygen 1.8.1.1.
+
+       Corrected the error of grammar.
+
+       Changed the administrator's mail address.
+
+       Changed the administrator's user id
+
+       Renamed .cvsignore to .gitignore.
+
+       Renamed setup_setUp/setup_tearDown to setUpBeforeClass/tearDownAfterClass.