summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-10-09 05:08:06 +0000
committerAkira TAGOH <akira@tagoh.org>2006-10-09 05:08:06 +0000
commitc7fbe6220fedf69d8db72b68ef2ac862dbb2393d (patch)
treef4ad014d91c6a942eda6edaa08a4abfd6890fc11 /lib
parent687727e56fbfbac953877655805d21b343ec1c76 (diff)
* hieroglyph/scanner.c (_hg_scanner_get_object): shut up the warning.
* hieroglyph/hgvaluenode.c (hg_value_node_compare_content): extend to be able to compare the permissions as well. * hieroglyph/hgdict.c (_hg_dict_compare_on_traverse): likewise. (hg_dict_compare): likewise. * hieroglyph/hgarray.c (hg_array_compare): likewise. * tests/ps/currentfile.ps: clean up. * tests/ps/test-cvn.ps: * tests/ps/test-cvlit.ps: new testcases. * tests/ps/test-concatmatrix.ps: * tests/ps/test-astore.ps: * tests/ps/test-copy.ps: * tests/ps/test-anchorsearch.ps: * tests/ps/test-aload.ps: * tests/ps/test-cvi.ps: add more testcases. * tests/ps/test-ps.sh: run with the quiet mode. * plugins/test/hg_unittest.ps (setunittestmask): new proc. * plugins/test/test-main.c (_test_op_validateunittest): compare the permissions too.
Diffstat (limited to 'lib')
-rw-r--r--lib/hg_init.ps7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/hg_init.ps b/lib/hg_init.ps
index 7b4e006..0bd5764 100644
--- a/lib/hg_init.ps
+++ b/lib/hg_init.ps
@@ -444,8 +444,13 @@ end
.initplugins
%%
+%% Set the default value for system parapeters
+%%
+/QUIET where not {/QUIET false def} if pop
+
+%%
%% ready to go
%%
-.printversion
+QUIET not {.printversion} if
% /start will be invoked.