|
From: harry e. <hac...@us...> - 2004-03-09 19:48:06
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 19:30:45 UTC 2004 Modified Files: pcb/src: polygon.c Log Message: Oops - this fixes the error introduced moving to IsPadInPolygon To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/polygon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-09 20:09:13
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 19:51:47 UTC 2004 Modified Files: pcb/src: draw.c Log Message: Minimize rectangle fills To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 pcb/src/draw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-10 00:27:45
|
Module Name: pcb Committed By: haceaton Date: Wed Mar 10 00:10:14 UTC 2004 Modified Files: pcb/src: error.c Log Message: Fix for bad pipe handling under cygwin To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/error.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-10 23:14:12
|
Module Name: pcb Committed By: haceaton Date: Wed Mar 10 22:55:56 UTC 2004 Modified Files: pcb/src: action.c Log Message: Fix polygon insert point bug introduced when reorganizing code To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pcb/src/action.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-11 23:16:46
|
Module Name: pcb Committed By: haceaton Date: Thu Mar 11 22:57:45 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: Remove unnecessary union identifier to clarify code To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/rtree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-13 06:00:40
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 13 05:51:58 UTC 2004 Modified Files: pcb/src: rotate.c Log Message: corrctly distinguish rubberand rat lines To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/rotate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-14 06:35:41
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 14 06:26:49 UTC 2004 Modified Files: pcb/src: netlist.c rats.c Log Message: Fix memory leaks To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/netlist.c cvs rdiff -r1.9 -r1.10 pcb/src/rats.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-14 06:38:16
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 14 06:29:23 UTC 2004 Modified Files: pcb/src: action.c Log Message: Acknowledge placement To generate a diff of this commit: cvs rdiff -r1.36 -r1.37 pcb/src/action.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-14 06:38:42
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 14 06:29:51 UTC 2004 Modified Files: pcb/src: set.c Log Message: auto drc bug fix To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/set.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-14 06:39:45
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 14 06:30:53 UTC 2004 Modified Files: pcb/src: autoplace.c intersect.c Log Message: Various fixes to autoplacement code To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/autoplace.c cvs rdiff -r1.3 -r1.4 pcb/src/intersect.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-03-17 00:38:28
|
Module Name: pcb Committed By: danmc Date: Wed Mar 17 00:29:07 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: revert last change. Some compilers including gcc-2.95.3 do not like it. ok'ed by harry. To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/rtree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-17 05:09:05
|
Module Name: pcb
Committed By: haceaton
Date: Wed Mar 17 04:59:45 UTC 2004
Modified Files:
pcb/src: action.c autoplace.c autoroute.c buffer.c change.c copy.c
create.c crosshair.c dev_ps.c dev_rs274x.c djopt.c draw.c drill.c
file.c find.c global.h library.c macro.h menu.c mirror.c misc.c
move.c mymem.c netlist.c pinout.c polygon.c print.c rats.c remove.c
report.c rotate.c rtree.c rubberband.c search.c select.c set.c
undo.c
Log Message:
Change _LOOP macros so that gdb can break inside the loop
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pcb/src/action.c
cvs rdiff -r1.8 -r1.9 pcb/src/autoplace.c pcb/src/dev_ps.c pcb/src/netlist.c
cvs rdiff -r1.12 -r1.13 pcb/src/autoroute.c pcb/src/file.c
cvs rdiff -r1.13 -r1.14 pcb/src/buffer.c pcb/src/global.h pcb/src/search.c
cvs rdiff -r1.17 -r1.18 pcb/src/change.c
cvs rdiff -r1.6 -r1.7 pcb/src/copy.c pcb/src/pinout.c
cvs rdiff -r1.11 -r1.12 pcb/src/create.c pcb/src/crosshair.c pcb/src/macro.h \
pcb/src/rtree.c
cvs rdiff -r1.20 -r1.21 pcb/src/dev_rs274x.c
cvs rdiff -r1.10 -r1.11 pcb/src/djopt.c pcb/src/rats.c
cvs rdiff -r1.29 -r1.30 pcb/src/draw.c
cvs rdiff -r1.4 -r1.5 pcb/src/drill.c pcb/src/library.c
cvs rdiff -r1.22 -r1.23 pcb/src/find.c
cvs rdiff -r1.25 -r1.26 pcb/src/menu.c
cvs rdiff -r1.5 -r1.6 pcb/src/mirror.c
cvs rdiff -r1.19 -r1.20 pcb/src/misc.c
cvs rdiff -r1.14 -r1.15 pcb/src/move.c
cvs rdiff -r1.7 -r1.8 pcb/src/mymem.c pcb/src/rotate.c pcb/src/rubberband.c
cvs rdiff -r1.21 -r1.22 pcb/src/polygon.c pcb/src/print.c
cvs rdiff -r1.9 -r1.10 pcb/src/remove.c pcb/src/select.c pcb/src/undo.c
cvs rdiff -r1.16 -r1.17 pcb/src/report.c pcb/src/set.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: harry e. <hac...@us...> - 2004-03-18 05:56:14
|
Module Name: pcb Committed By: haceaton Date: Thu Mar 18 05:46:41 UTC 2004 Modified Files: pcb/src: dev_ps.c print.c Log Message: Add assembly drawing output for postscript To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/dev_ps.c cvs rdiff -r1.22 -r1.23 pcb/src/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-18 15:43:25
|
Module Name: pcb Committed By: haceaton Date: Thu Mar 18 15:33:49 UTC 2004 Modified Files: pcb/src: line.c Log Message: Forgot to check this in with the _LOOP macro changes To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/line.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-18 15:44:04
|
Module Name: pcb Committed By: haceaton Date: Thu Mar 18 15:34:28 UTC 2004 Modified Files: pcb/src: rats.c Log Message: Handle shorts to unnamed elements and pins To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/rats.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-18 15:45:14
|
Module Name: pcb Committed By: haceaton Date: Thu Mar 18 15:35:34 UTC 2004 Modified Files: pcb/src: const.h draw.c polygon.c Log Message: Use sqrt(2)/2 defined in math library when available To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/const.h cvs rdiff -r1.30 -r1.31 pcb/src/draw.c cvs rdiff -r1.22 -r1.23 pcb/src/polygon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-20 17:11:35
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 20 17:01:39 UTC 2004 Modified Files: pcb/src: file.c Log Message: Don't use _LOOP macros for writing files in order to preserver ordering so that diff can be effectively used on pcb files To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/file.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-20 18:35:22
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 20 18:25:25 UTC 2004 Modified Files: pcb/src: rtree.c rtree.h Log Message: Slight optimization of tree construction, plus add means to visualize tree To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/rtree.c cvs rdiff -r1.3 -r1.4 pcb/src/rtree.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-20 23:11:35
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 20 23:01:33 UTC 2004 Modified Files: pcb/src: buffer.c change.c create.c dev_ps.c draw.c global.h misc.c move.c move.h mymem.c print.c printpanner.c remove.c rotate.c search.c Log Message: Use rtree to search element names; fix postscript paper handling; fix silk names clipped over pins/pads To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/buffer.c pcb/src/global.h pcb/src/search.c cvs rdiff -r1.18 -r1.19 pcb/src/change.c cvs rdiff -r1.12 -r1.13 pcb/src/create.c cvs rdiff -r1.10 -r1.11 pcb/src/dev_ps.c pcb/src/remove.c cvs rdiff -r1.31 -r1.32 pcb/src/draw.c cvs rdiff -r1.20 -r1.21 pcb/src/misc.c cvs rdiff -r1.15 -r1.16 pcb/src/move.c cvs rdiff -r1.4 -r1.5 pcb/src/move.h pcb/src/printpanner.c cvs rdiff -r1.8 -r1.9 pcb/src/mymem.c pcb/src/rotate.c cvs rdiff -r1.23 -r1.24 pcb/src/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-20 23:12:38
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 20 23:02:40 UTC 2004 Modified Files: pcb/src: report.c rtree.c Log Message: Provide better rtree visualization capability To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pcb/src/report.c cvs rdiff -r1.13 -r1.14 pcb/src/rtree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-22 06:36:19
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 22 06:26:06 UTC 2004 Modified Files: pcb/src: autoroute.c Log Message: Fix some autoroute bugs; add proper style handling to autorouter To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/autoroute.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-22 06:38:02
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 22 06:27:45 UTC 2004 Modified Files: pcb/src: find.c Log Message: Fix some re-drawing issues after finding connections To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 pcb/src/find.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-22 13:22:52
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 22 13:12:36 UTC 2004 Modified Files: pcb/src: Pcb.ad.in Log Message: Fix a couple of key binding bugs To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/Pcb.ad.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-03-23 20:39:03
|
Module Name: pcb Committed By: djdelorie Date: Tue Mar 23 20:28:35 UTC 2004 Modified Files: pcb/src: parse_y.y Log Message: Provide our own yywrap(), just in case. To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/parse_y.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-25 22:47:43
|
Module Name: pcb Committed By: haceaton Date: Thu Mar 25 22:36:55 UTC 2004 Modified Files: pcb/src: autoroute.c Log Message: Some improvements to autorouter - still need to better handle mtspace structures so there is not so much duplicate effort with multiple route styles To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/autoroute.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |