From b593551607cc5b6ef512e787b0f881d99c4ac6c5 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 25 Aug 2008 11:23:41 -0400 Subject: Robustness improvements for the stap client/server --- doc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.in b/doc/Makefile.in index e01c5ebf..6464afc3 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -- cgit From e396cf0c479e491ad6624f2c523f444a9f941f42 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 25 Aug 2008 13:55:01 -0400 Subject: ChangeLog Entries --- doc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 405dec3f..f83ac3d3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -2008-07-14 +2008-07-14 Dave Brolley * Makefile.in: Regenerated. -- cgit From 4040e9ea927a8ce508ff35096d0de74a274a2473 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 25 Aug 2008 22:48:44 -0400 Subject: remove support for "make dist" since git-archive does as well; "make rpm" remains for private testing --- doc/ChangeLog | 5 +++++ doc/Makefile.am | 1 - doc/Makefile.in | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index f83ac3d3..a04c4cdc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-08-25 Frank Ch. Eigler + + * Makefile.am: Removed dist-related targets and macros. + * Makefile.in: Regenerated. + 2008-07-14 Dave Brolley * Makefile.in: Regenerated. diff --git a/doc/Makefile.am b/doc/Makefile.am index e4bc3800..fb228897 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -38,4 +38,3 @@ SUFFIXES = ps pdf dvi ps tex latex -output-directory=$$pwd $<; \ latex -output-directory=$$pwd $< -EXTRA_DIST = tutorial.tex langref.tex tutorial nomencl.sty diff --git a/doc/Makefile.in b/doc/Makefile.in index 6464afc3..47b6d85b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -152,7 +152,6 @@ top_srcdir = @top_srcdir@ PDF_FILES = tutorial.pdf langref.pdf DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap SUFFIXES = ps pdf dvi ps tex -EXTRA_DIST = tutorial.tex langref.tex tutorial nomencl.sty all: all-am .SUFFIXES: -- cgit From 64fb79c01679d037f1ca2b86fb1f916395ead00d Mon Sep 17 00:00:00 2001 From: Don Domingo Date: Thu, 28 Aug 2008 23:23:58 +1000 Subject: initial --- doc/BeginnersGuide/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/BeginnersGuide/Makefile (limited to 'doc') diff --git a/doc/BeginnersGuide/Makefile b/doc/BeginnersGuide/Makefile new file mode 100644 index 00000000..cf9d6bc3 --- /dev/null +++ b/doc/BeginnersGuide/Makefile @@ -0,0 +1,13 @@ +#Makefile for SystemTap_Beginners_Guide + +XML_LANG = en-US +DOCNAME = SystemTap_Beginners_Guide +PRODUCT = Red_Hat_Enterprise_Linux +BRAND = RedHat + +#OTHER_LANGS = as-IN bn-IN de-DE es-ES fr-FR gu-IN hi-IN it-IT ja-JP kn-IN ko-KR ml-IN mr-IN or-IN pa-IN pt-BR ru-RU si-LK ta-IN te-IN zh-CN zh-TW +TRANSLATIONS = $(XML_LANG) $(OTHER_LANGS) + +COMMON_CONFIG = /usr/share/publican +include $(COMMON_CONFIG)/make/Makefile.common + -- cgit From 0565b404408de934e41a4343259068d27deb3ecb Mon Sep 17 00:00:00 2001 From: Don Domingo Date: Thu, 28 Aug 2008 23:34:18 +1000 Subject: 2nd try --- doc/test | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/test (limited to 'doc') diff --git a/doc/test b/doc/test new file mode 100644 index 00000000..eefc69f7 --- /dev/null +++ b/doc/test @@ -0,0 +1 @@ +Thu Aug 28 23:10:00 EST 2008 -- cgit From cd221ed4afd8d5e0f24f3f9d6ed4216f3181b1ca Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 28 Aug 2008 11:05:32 -0400 Subject: Document written but unread global variable automatic display. --- doc/ChangeLog | 4 ++++ doc/langref.tex | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index a04c4cdc..d28b588d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-08-28 Stan Cox + + * langref.tex: Document written but unread global variable display. + 2008-08-25 Frank Ch. Eigler * Makefile.am: Removed dist-related targets and macros. diff --git a/doc/langref.tex b/doc/langref.tex index 413ece4d..5db82550 100644 --- a/doc/langref.tex +++ b/doc/langref.tex @@ -495,7 +495,9 @@ found. Because of possible concurrency limits, such as multiple probe handlers, each global variable used by a probe is automatically read- or write-locked while the handler is running. A global declaration may be written at the outermost level anywhere in a script file, not just within a block of code. -The following declaration marks \texttt{var1} and \texttt{var2} as global. +Global variables which are written but never read will be displayed +automatically at session shutdown. The following declaration marks +\texttt{var1} and \texttt{var2} as global. The translator will infer a value type for each, and if the variable is used as an array, its key types. -- cgit