|
From: harry e. <hac...@us...> - 2004-01-05 01:40:25
|
Module Name: pcb
Committed By: haceaton
Date: Mon Jan 5 01:40:24 UTC 2004
Modified Files:
pcb/src: Makefile.in Pcb.ad.in action.c action.h autoplace.c
autoplace.h autoroute.c autoroute.h box.h buffer.c buffer.h
change.c change.h const.h copy.c copy.h create.c create.h
crosshair.c crosshair.h data.c data.h dev_ps.c dev_rs274x.c djopt.c
djopt.h draw.c drill.h file.c find.c find.h global.h gui.c gui.h
heap.h insert.c insert.h intersect.c intersect.h kdtree.c kdtree.h
macro.h main.c menu.c mirror.c mirror.h misc.c misc.h move.c move.h
mtspace.c mtspace.h netlist.c netlist.h output.c output.h parse_y.y
pinout.c polygon.c polygon.h print.c print.h rats.c report.c
rotate.c rotate.h rubberband.c search.c search.h set.c set.h
sizedialog.c undo.c undo.h vector.h
Log Message:
Many changes to add 0.01 mil resolution
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pcb/src/Makefile.in pcb/src/buffer.c pcb/src/create.c \
pcb/src/gui.c pcb/src/insert.c pcb/src/main.c pcb/src/mirror.c \
pcb/src/mtspace.c pcb/src/pinout.c pcb/src/rotate.c pcb/src/set.c \
pcb/src/sizedialog.c
cvs rdiff -r1.5 -r1.6 pcb/src/Pcb.ad.in pcb/src/autoroute.c pcb/src/change.c \
pcb/src/crosshair.c pcb/src/misc.c pcb/src/polygon.c pcb/src/search.c \
pcb/src/undo.c
cvs rdiff -r1.6 -r1.7 pcb/src/action.c pcb/src/file.c pcb/src/find.c \
pcb/src/netlist.c
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/action.h pcb/src/buffer.h pcb/src/change.h \
pcb/src/copy.h pcb/src/create.h pcb/src/crosshair.h pcb/src/data.c \
pcb/src/data.h pcb/src/find.h pcb/src/global.h pcb/src/insert.h \
pcb/src/mirror.h pcb/src/move.h pcb/src/output.h pcb/src/parse_y.y \
pcb/src/polygon.h pcb/src/print.h pcb/src/rotate.h pcb/src/set.h \
pcb/src/undo.h
cvs rdiff -r1.4 -r1.5 pcb/src/autoplace.c pcb/src/const.h pcb/src/copy.c \
pcb/src/dev_ps.c pcb/src/kdtree.c pcb/src/move.c pcb/src/rats.c \
pcb/src/rubberband.c
cvs rdiff -r1.2 -r1.3 pcb/src/autoplace.h pcb/src/autoroute.h pcb/src/box.h \
pcb/src/djopt.h pcb/src/drill.h pcb/src/gui.h pcb/src/heap.h \
pcb/src/intersect.c pcb/src/intersect.h pcb/src/kdtree.h pcb/src/macro.h \
pcb/src/misc.h pcb/src/mtspace.h pcb/src/netlist.h pcb/src/output.c \
pcb/src/search.h pcb/src/vector.h
cvs rdiff -r1.13 -r1.14 pcb/src/dev_rs274x.c
cvs rdiff -r1.8 -r1.9 pcb/src/djopt.c pcb/src/print.c
cvs rdiff -r1.9 -r1.10 pcb/src/draw.c pcb/src/menu.c
cvs rdiff -r1.7 -r1.8 pcb/src/report.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|