[sketch] branch patch-queue/upstream updated (770a6d2 -> a85a945)
David Bremner
bremner at debian.org
Tue Jun 14 10:48:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
bremner pushed a change to branch patch-queue/upstream
in repository sketch.
omits 770a6d2 debian/disable-src-mods
adds 74a546a Imported Upstream version 0.2.187
adds 6fd4c1f Imported Upstream version 0.3.2
adds 2248122 Importing sketch_0.3.7.orig.tar.gz
new a85a945 debian/disable-src-mods
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (770a6d2)
\
N -- N -- N refs/heads/patch-queue/upstream (a85a945)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Doc/make.pl | 1 +
Doc/sketch.html | 955 ++++----
Doc/sketch.info | 552 ++---
Doc/sketch.pdf | Bin 900683 -> 905612 bytes
Doc/sketch.texi | 106 +-
Doc/sketch/A-hierarchical-model.html | 30 +-
Doc/sketch/A-technical-drawing.html | 34 +-
Doc/sketch/About-sketch.html | 22 +-
Doc/sketch/Affine-arithmetic.html | 10 +-
Doc/sketch/Arithmetic.html | 10 +-
Doc/sketch/Blocks.html | 14 +-
Doc/sketch/Bugs-and-anomalies.html | 14 +-
Doc/sketch/Building-a-drawing.html | 12 +-
Doc/sketch/Camera.html | 14 +-
Doc/sketch/Caveats.html | 10 +-
Doc/sketch/Clipping.html | 12 +-
Doc/sketch/Command-line.html | 20 +-
Doc/sketch/Contributions.html | 10 +-
Doc/sketch/Curves.html | 12 +-
Doc/sketch/Definitions.html | 14 +-
Doc/sketch/Dots-in-TikZ_002fPGF.html | 10 +-
Doc/sketch/Dots.html | 12 +-
Doc/sketch/Drawables.html | 12 +-
Doc/sketch/Drawing-a-solid.html | 10 +-
Doc/sketch/Drawing-options.html | 10 +-
Doc/sketch/Forms-of-definitions.html | 18 +-
Doc/sketch/Forms-of-references.html | 24 +-
Doc/sketch/Frame.html | 24 +-
Doc/sketch/Global-environment.html | 12 +-
Doc/sketch/Global-options.html | 16 +-
Doc/sketch/Hello-world.html | 10 +-
Doc/sketch/Hidden-surface-removal.html | 16 +-
Doc/sketch/Identifiers.html | 10 +-
Doc/sketch/Index-of-syntax.html | 285 +--
Doc/sketch/Input-language.html | 10 +-
Doc/sketch/Installing-sketch.html | 10 +-
Doc/sketch/Internal-options.html | 20 +-
Doc/sketch/Introduction-by-example.html | 10 +-
Doc/sketch/Key-and-reserved-words.html | 18 +-
Doc/sketch/Language-basics.html | 10 +-
Doc/sketch/Language.html | 18 +-
Doc/sketch/Limits-on-error-detection.html | 10 +-
Doc/sketch/Lines.html | 12 +-
Doc/sketch/Literals.html | 10 +-
Doc/sketch/More-to-learn.html | 10 +-
Doc/sketch/Nested-sweeps.html | 10 +-
Doc/sketch/Object-transforms.html | 10 +-
Doc/sketch/Options.html | 12 +-
Doc/sketch/Overview.html | 30 +-
Doc/sketch/PSTricks-options.html | 10 +-
Doc/sketch/Picture-box.html | 22 +-
Doc/sketch/Point-and-vector-literals.html | 10 +-
Doc/sketch/Point-sweeps.html | 10 +-
Doc/sketch/Polygon-sweeps.html | 10 +-
Doc/sketch/Polygons.html | 14 +-
Doc/sketch/Polyline-sweeps-with-closure.html | 10 +-
Doc/sketch/Polyline-sweeps.html | 10 +-
Doc/sketch/Puts.html | 12 +-
Doc/sketch/Repeated-objects.html | 10 +-
Doc/sketch/Repeats.html | 14 +-
Doc/sketch/Reporting-bugs.html | 16 +-
Doc/sketch/Scalar-literals.html | 10 +-
Doc/sketch/Special-objects.html | 32 +-
Doc/sketch/Specials.html | 53 +-
Doc/sketch/Statistics.html | 12 +-
Doc/sketch/Sweep-face-splitting.html | 14 +-
Doc/sketch/Sweeps.html | 18 +-
Doc/sketch/Swept-blocks.html | 18 +-
Doc/sketch/Swept-lines.html | 34 +-
Doc/sketch/Swept-objects.html | 10 +-
Doc/sketch/Swept-points.html | 20 +-
Doc/sketch/Swept-polygons.html | 18 +-
Doc/sketch/TikZ_002fPGF-options.html | 10 +-
.../TikZ_002fPGF-user_002ddefined-styles.html | 14 +-
Doc/sketch/Transform-literals.html | 10 +-
Doc/sketch/Transparency.html | 16 +-
.../Two_002doperand-_0028binary_0029-forms.html | 10 +-
Doc/sketch/Unary-forms.html | 23 +-
Doc/sketch/index.html | 308 +--
Doc/version.texi | 6 +-
bsp.c | 1794 +++++++--------
bsp.h | 118 +-
cmdline.c | 387 ++--
cmdline.h | 38 +-
dynarray.h | 10 +-
emit.c | 1258 +++++------
emit.h | 10 +-
error.c | 142 +-
error.h | 24 +-
expr.c | 759 +++----
expr.h | 88 +-
geometry.c | 1862 +++++++--------
geometry.h | 327 ++-
geomio.c | 58 +-
geomio.h | 12 +-
global.c | 193 +-
global.h | 57 +-
langver.c | 134 +-
langver.h | 20 +-
lex.yy.c | 828 +++----
main.c | 152 +-
main.h | 4 +-
makefile | 1 +
memutil.c | 43 +-
memutil.h | 8 +-
opts.c | 807 ++++---
opts.h | 82 +-
parse.h | 9 +-
scene.c | 2389 ++++++++++----------
scene.h | 391 ++--
sketch.l | 12 +-
sketch.y | 79 +-
symbol.c | 521 +++--
symbol.h | 66 +-
updates.htm | 17 +-
version.dat | 6 +-
version.h | 8 +-
y.tab.c | 1088 +++++----
y.tab.h | 66 +-
119 files changed, 8510 insertions(+), 8663 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sketch.git
More information about the debian-science-commits
mailing list