Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove /usr/share/misc/operator.
details: https://anonhg.NetBSD.org/src/rev/8cc3d9e220a5
branches: trunk
changeset: 760927:8cc3d9e220a5
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Jan 17 11:09:06 2011 +0000
description:
Remove /usr/share/misc/operator.
diffstat:
distrib/sets/lists/comp/mi | 4 ++--
share/misc/Makefile | 4 ++--
share/misc/operator | 17 -----------------
3 files changed, 4 insertions(+), 21 deletions(-)
diffs (56 lines):
diff -r a6465baa884d -r 8cc3d9e220a5 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Mon Jan 17 10:08:35 2011 +0000
+++ b/distrib/sets/lists/comp/mi Mon Jan 17 11:09:06 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1567 2011/01/14 18:12:47 njoly Exp $
+# $NetBSD: mi,v 1.1568 2011/01/17 11:09:06 jruoho Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -22215,6 +22215,6 @@
./usr/share/misc/indent.pro comp-util-share share
./usr/share/misc/menu_sys.def comp-c-share share
./usr/share/misc/msg_sys.def comp-c-share share
-./usr/share/misc/operator comp-c-share share
+./usr/share/misc/operator comp-obsolete obsolete
./usr/share/misc/style comp-c-share share
./var/db/libc.tags comp-c-root
diff -r a6465baa884d -r 8cc3d9e220a5 share/misc/Makefile
--- a/share/misc/Makefile Mon Jan 17 10:08:35 2011 +0000
+++ b/share/misc/Makefile Mon Jan 17 11:09:06 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2009/12/15 03:38:58 christos Exp $
+# $NetBSD: Makefile,v 1.35 2011/01/17 11:09:08 jruoho Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
NOOBJ= # defined
@@ -7,7 +7,7 @@
birthtoken bsd-family-tree \
country domains \
eqnchar flowers indent.pro inter.phone language man.template \
- mdoc.template na.phone na.postal operator style zipcodes
+ mdoc.template na.phone na.postal style zipcodes
FILESDIR=${BINDIR}/misc
diff -r a6465baa884d -r 8cc3d9e220a5 share/misc/operator
--- a/share/misc/operator Mon Jan 17 10:08:35 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-Operator Associativity
------------------------------------------------
-() [] -> . left to right
-! ~ ++ -- - (type) * & sizeof right to left
-* / % left to right
-+ - left to right
-<< >> left to right
-< <= > >= left to right
-== != left to right
-& left to right
-^ left to right
-| left to right
-&& left to right
-|| left to right
-?: right to left
-= += -= etc. right to left
-, left to right
Home |
Main Index |
Thread Index |
Old Index