summaryrefslogtreecommitdiff
path: root/ChangeLog.O
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2014-03-06 20:06:23 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2014-03-06 20:06:23 +0900
commit3fc64ff6fad6223446c28aadf92ec7e0946ad234 (patch)
treea547a71c0310f8ff12b18b6a11f6dc5231275865 /ChangeLog.O
parent86271fb40774df6d3941ab951779abc0446c0fb3 (diff)
downloadtest-3fc64ff6fad6223446c28aadf92ec7e0946ad234.tar.gz
test-3fc64ff6fad6223446c28aadf92ec7e0946ad234.tar.bz2
test-3fc64ff6fad6223446c28aadf92ec7e0946ad234.zip
add hello world program for build test
Diffstat (limited to 'ChangeLog.O')
-rw-r--r--ChangeLog.O178
1 files changed, 178 insertions, 0 deletions
diff --git a/ChangeLog.O b/ChangeLog.O
new file mode 100644
index 00000000..7e758851
--- /dev/null
+++ b/ChangeLog.O
@@ -0,0 +1,178 @@
+Sat May 22 20:36:28 1993 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * Version 1.3 released.
+
+ * Makefile.in (DISTFILES): Add hello.?? and hello.??s.
+ (dist): Use tar's o flag to make compatible archives.
+
+ * hello.c (main): Exit with 0, not 1, under -h and -v.
+
+ * Makefile.in (DISTFILES): Add mkinstalldirs.
+
+ * Makefile.in (binprefix): New variable.
+ (install): Use it.
+
+ * Makefile.in (all): Don't depend on info.
+
+Fri May 21 20:04:14 1993 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * Version 1.2 released.
+
+Wed May 19 21:54:02 1993 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * hello.c: Insert standard alloca #ifdef spooge.
+
+ * hello.c: Include <errno.h> and declare errno.
+ (main): Don't assume getenv ("USER") works. If it
+ fails, use getpwuid (getuid ()).
+ Don't hard-code /usr/spool/mail. New static variable DIRS
+ lists directories to try. When MAILNAME is nil, run through
+ there until we find one that exists.
+
+ * hello.c (progname): New static variable.
+ (main): Set it to ARGV[0]. Use it in error message fprintfs.
+ (xmalloc): New function.
+
+ * hello.c [HAVE_FCNTL_H]: Include <fcntl.h>.
+ [HAVE_SYS_FILE_H]: Protect #include <sys/file.h> with this.
+ * configure.in (AC_HAVE_HEADERS): Check for fcntl.h and sys/file.h.
+
+ * hello.c (main): Under -v, exit after printing version info,
+ unless also under -h.
+
+ * hello.c [HAVE_STRING_H]: Include <string.h> for strcmp.
+ [! HAVE_STRING_H]: Include <strings.h> instead.
+ * configure.in: Use AC_HAVE_HEADERS to check for string.h.
+
+ * Makefile.in (Makefile): Use $(SHELL) to run config.status.
+
+ * testdata: Updated capitalization and punctuation.
+
+ * Makefile.in (all): Depend on info, not hello.info.
+ (info, dvi): New targets.
+ (.c.o): Put $(CFLAGS) last.
+ (install): Depend on hello and hello.info, not on all.
+ (all, install, check, clean, mostlyclean, distclean,
+ realclean, dist): Declare as phony targets.
+ (configure): Target removed.
+ (srcdir): Set to $(VPATH), not @srcdir@.
+ (MAKEINFO, TEXI2DVI): New variables.
+ (hello.info, hello.dvi): Use them.
+ (clean): Remove hello.dvi hello.?? hello.??s.
+ (realclean): Remove hello.info*.
+ (installdirs): New target.
+ (install): Depend on it first.
+ (dist): Create a .z file instead of a .Z file.
+
+Mon Nov 9 18:38:08 1992 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
+
+ * hello.c (main): added mail-printing feature.
+
+Wed Sep 16 19:30:08 1992 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * Version 1.1 released.
+
+ * Makefile.in (DISTFILES): Add TAGS.
+
+ * Makefile.in (DISTFILES): Remove COPYING.LIB.
+ * COPYING.LIB: Removed.
+
+ * hello.c (main): Shortened verbose variable name.
+ Robustified and simplified argument test.
+
+Wed Sep 2 23:45:10 1992 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * hello.c (main): added zork output compatibility.
+
+Wed Sep 2 22:58:15 1992 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * Makefile.in (config.status): Find configure in $(srcdir).
+
+ * Makefile.in: Regularize spacing after colons.
+
+Tue Aug 11 16:48:21 1992 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * NEWS: New file.
+ * Makefile.in (DISTFILES): Add NEWS.
+
+ * hello.c (usage): Capitalize first word.
+
+ * Makefile.in (DISTFILES): Add COPYING.LIB.
+
+Wed Jul 1 02:43:47 1992 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * Makefile.in (hello.dvi): New rule.
+ (doc): New rule.
+ (check): Depend on hello, not all.
+
+ * hello.texi (Instructions): Add important warning to all our readers.
+ (Sample): Show new greeting msg, and --traditional option.
+ (Invoking hello): Document --traditional.
+ (Problems): Invite users to ask questions of the maintainer.
+
+ * hello.c (longopts, main): Add new option --traditional/-t.
+ (main): When not under --traditional, use proper capitalization,
+ appropriate punctuation, and the most suited output function.
+ Under --traditional, retain compatibility with old implementations.
+
+ * hello.c (main): Notice switches in flag variables and act on
+ them after the getopt loop is finished.
+
+ * ChangeLog (3-1-78): Correct name.
+
+Sun Jun 28 12:54:28 1992 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * Makefile.in: Add emacs mode cookie.
+ (DISTFILES): Indent contiuation lines reasonably.
+
+ * hello.texi (Instructions): Properly capitalize title.
+
+Fri Jun 26 23:44:03 1992 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
+
+ * hello.texi: new node "how to read this manual".
+
+Fri Jun 26 18:15:53 1992 David J. MacKenzie (djm@apple-gunkies.gnu.ai.mit.edu)
+
+ * Makefile.in (check): Look for testdata in $(srcdir).
+ From david d `zoo' zuhn (zoo@cygnus.com).
+
+Fri Jun 26 18:03:09 1992 Charles Hannum (mycroft@hill.gnu.ai.mit.edu)
+
+ * hello.texi: Fix grammo in first line.
+
+Fri Jun 26 02:55:44 1992 The King (elvis@graceland.gnu.ai.mit.edu)
+
+ * Version 1.0 released.
+
+Fri Jun 26 01:02:04 1992 David J. MacKenzie (djm@apple-gunkies.gnu.ai.mit.edu)
+
+ * Makefile.in, configure.in, hello.texi: New files.
+
+Fri Jun 26 00:57:54 1992 Jan Brittenson (bson@kropotkin.gnu.ai.mit.edu)
+
+ * hello.c (version): Declare it.
+
+Fri Jun 26 00:47:03 1992 Roland McGrath (roland@geech.gnu.ai.mit.edu)
+
+ * hello.c (longopts, main): Add -h/--help option.
+ [STDC_HEADERS]: #include <stdlib.h>
+ [! STDC_HEADERS] (exit): Declare it.
+
+Fri Jun 26 00:44:27 1992 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
+
+ * hello.c (longopts): New variable.
+ (main): Use it.
+
+Fri Jun 26 00:43:46 1992 Mike Haertel (mike@churchy.gnu.ai.mit.edu)
+
+ * version.c: New file.
+
+Thu Nov 24 00:00:01 1983 Richard M. Stallman (rms at prep)
+
+ * Begin GNU project; add copyleft.
+
+Sat Apr 1 00:27:19 1978 Brian Kernighan (bwk at research)
+
+ * Initial version.
+
+ChangeLog.O ends here