|
From: DJ D. <djd...@us...> - 2006-09-21 04:19:49
|
Module Name: pcb Committed By: djdelorie Date: Thu Sep 21 04:19:49 UTC 2006 Modified Files: pcb/src: action.c Log Message: Fix undo for MinMaskGap() To generate a diff of this commit: cvs rdiff -r1.92 -r1.93 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.92&r2=1.93 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-09-21 21:31:43
|
Module Name: pcb Committed By: djdelorie Date: Thu Sep 21 21:31:31 UTC 2006 Modified Files: pcb/src: drill.c mymem.c Log Message: Avoid attempts to realloc to zero bytes. To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/drill.c cvs rdiff -r1.21 -r1.22 pcb/src/mymem.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/drill.c?r1=1.11&r2=1.12 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/mymem.c?r1=1.21&r2=1.22 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-22 01:38:36
|
Module Name: pcb Committed By: haceaton Date: Fri Sep 22 01:38:36 UTC 2006 Modified Files: pcb/src [clipper]: Makefile.am action.c buffer.c change.c change.h const.h draw.c file.c global.h hid.h misc.c misc.h move.c parse_y.y polygon.c report.c strflags.c undo.c undo.h Added Files: pcb/src [clipper]: thermal.c thermal.h Log Message: Reasonable support for thermals added. Created new hid flag "poly_dicer" to allow an hid gui to request diced polygons instead of earasing. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.29.4.2 -r1.29.4.3 pcb/src/Makefile.am cvs rdiff -r1.89.2.3 -r1.89.2.4 pcb/src/action.c cvs rdiff -r1.29.4.3 -r1.29.4.4 pcb/src/buffer.c cvs rdiff -r1.34.6.4 -r1.34.6.5 pcb/src/change.c cvs rdiff -r1.8 -r1.8.8.1 pcb/src/change.h cvs rdiff -r1.21 -r1.21.4.1 pcb/src/const.h cvs rdiff -r1.55.2.2 -r1.55.2.3 pcb/src/draw.c cvs rdiff -r1.42.2.3 -r1.42.2.4 pcb/src/file.c cvs rdiff -r1.46.2.2 -r1.46.2.3 pcb/src/global.h cvs rdiff -r1.10 -r1.10.4.1 pcb/src/hid.h cvs rdiff -r1.55.4.2 -r1.55.4.3 pcb/src/misc.c cvs rdiff -r1.18.4.2 -r1.18.4.3 pcb/src/misc.h cvs rdiff -r1.32.4.4 -r1.32.4.5 pcb/src/move.c cvs rdiff -r1.27.4.2 -r1.27.4.3 pcb/src/parse_y.y cvs rdiff -r1.36.4.7 -r1.36.4.8 pcb/src/polygon.c cvs rdiff -r1.32.4.1 -r1.32.4.2 pcb/src/report.c cvs rdiff -r1.12 -r1.12.6.1 pcb/src/strflags.c cvs rdiff -r0 -r1.1.2.1 pcb/src/thermal.c pcb/src/thermal.h cvs rdiff -r1.21.2.3 -r1.21.2.4 pcb/src/undo.c cvs rdiff -r1.7 -r1.7.2.1 pcb/src/undo.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.c?rev=1.1.2.1&view=markup http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.h?rev=1.1.2.1&view=markup http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/hid.h?r1=1.10&r2=1.10.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/strflags.c?r1=1.12&r2=1.12.6.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.h?r1=1.18.4.2&r2=1.18.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/const.h?r1=1.21&r2=1.21.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/undo.c?r1=1.21.2.3&r2=1.21.2.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.27.4.2&r2=1.27.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.am?r1=1.29.4.2&r2=1.29.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.29.4.3&r2=1.29.4.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/report.c?r1=1.32.4.1&r2=1.32.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.32.4.4&r2=1.32.4.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.4&r2=1.34.6.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.7&r2=1.36.4.8 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.42.2.3&r2=1.42.2.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.46.2.2&r2=1.46.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.55.2.2&r2=1.55.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.55.4.2&r2=1.55.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/undo.h?r1=1.7&r2=1.7.2.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.h?r1=1.8&r2=1.8.8.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.3&r2=1.89.2.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-22 02:40:41
|
Module Name: pcb Committed By: haceaton Date: Fri Sep 22 02:40:41 UTC 2006 Removed Files: pcb/src [clipper]: dev_ps.c dev_ps.h dev_rs274x.c dev_rs274x.h Log Message: remove these files - their functions are in the hid directory now ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.16 -r0 pcb/src/dev_ps.c cvs rdiff -r1.2 -r0 pcb/src/dev_ps.h pcb/src/dev_rs274x.h cvs rdiff -r1.31.4.1 -r0 pcb/src/dev_rs274x.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dev_ps.c?rev=1.16&view=markup http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dev_ps.h?rev=1.2&view=markup http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dev_rs274x.h?rev=1.2&view=markup http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dev_rs274x.c?rev=1.31.4.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-09-22 03:14:24
|
Module Name: pcb Committed By: djdelorie Date: Fri Sep 22 03:14:22 UTC 2006 Modified Files: pcb/src: buffer.c Log Message: Allow rectangular polygons when converting a buffer to an element. To generate a diff of this commit: cvs rdiff -r1.29 -r1.30 pcb/src/buffer.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.29&r2=1.30 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-09-22 05:04:42
|
Module Name: pcb Committed By: djdelorie Date: Fri Sep 22 05:04:32 UTC 2006 Modified Files: pcb/src: buffer.c Log Message: Fix bug in poly point sorting for element conversion. To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 pcb/src/buffer.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.30&r2=1.31 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-22 12:58:34
|
Module Name: pcb Committed By: danmc Date: Fri Sep 22 12:58:34 UTC 2006 Modified Files: pcb/src [clipper]: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -r1.40.4.1 -r1.40.4.2 pcb/src/Makefile.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.in?r1=1.40.4.1&r2=1.40.4.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-22 13:09:11
|
Module Name: pcb Committed By: danmc Date: Fri Sep 22 13:09:12 UTC 2006 Modified Files: pcb/src [clipper]: rubberband.c Log Message: add a missing header To generate a diff of this commit: cvs rdiff -r1.15.4.1 -r1.15.4.2 pcb/src/rubberband.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rubberband.c?r1=1.15.4.1&r2=1.15.4.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-22 23:06:56
|
Module Name: pcb Committed By: danmc Date: Fri Sep 22 23:06:56 UTC 2006 Modified Files: pcb/src: create.c file.c Log Message: remove some unused variables To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 pcb/src/create.c cvs rdiff -r1.44 -r1.45 pcb/src/file.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.c?r1=1.31&r2=1.32 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.44&r2=1.45 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-22 23:07:30
|
Module Name: pcb Committed By: danmc Date: Fri Sep 22 23:07:30 UTC 2006 Modified Files: pcb/src: fontmode.c Log Message: add missing return value To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 pcb/src/fontmode.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/fontmode.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-09-24 21:24:01
|
Module Name: pcb Committed By: djdelorie Date: Sun Sep 24 21:23:49 UTC 2006 Modified Files: pcb/src: search.h Log Message: Note pixel slop in gtk hid. Increase slop to 10 pixels. To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/search.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/search.h?r1=1.7&r2=1.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-09-24 22:09:56
|
Module Name: pcb Committed By: djdelorie Date: Sun Sep 24 22:09:56 UTC 2006 Modified Files: pcb/src: draw.c Log Message: If Settings.RatThickness is less than 20, it's a pixel size, not a pcb size. To generate a diff of this commit: cvs rdiff -r1.59 -r1.60 pcb/src/draw.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.59&r2=1.60 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-24 22:44:14
|
Module Name: pcb Committed By: danmc Date: Sun Sep 24 22:44:12 UTC 2006 Modified Files: pcb/src: rats.c Log Message: When optimizing rats, if there are > 0 of them, display a message indicating how many. This way when the layout is not complete you see how far you have to go and also you see that the operation has done something. To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 pcb/src/rats.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rats.c?r1=1.28&r2=1.29 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-09-25 02:16:54
|
Module Name: pcb Committed By: djdelorie Date: Mon Sep 25 02:16:54 UTC 2006 Modified Files: pcb/src: draw.c Log Message: A layer group that only contains a layer named "outline" or "route" will not have pins, pads, or vias drawn. To generate a diff of this commit: cvs rdiff -r1.60 -r1.61 pcb/src/draw.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.60&r2=1.61 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-25 03:30:21
|
Module Name: pcb Committed By: haceaton Date: Mon Sep 25 03:30:21 UTC 2006 Modified Files: pcb/src [clipper]: autoroute.c change.c djopt.c draw.c misc.c move.c polygon.c polygon1.c remove.c thermal.c undo.c Log Message: added support for arcs and some efficiency improvements fixed some bugs too. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.35.4.2 -r1.35.4.3 pcb/src/autoroute.c cvs rdiff -r1.34.6.5 -r1.34.6.6 pcb/src/change.c cvs rdiff -r1.40.4.1 -r1.40.4.2 pcb/src/djopt.c cvs rdiff -r1.55.2.3 -r1.55.2.4 pcb/src/draw.c cvs rdiff -r1.55.4.3 -r1.55.4.4 pcb/src/misc.c cvs rdiff -r1.32.4.5 -r1.32.4.6 pcb/src/move.c cvs rdiff -r1.36.4.8 -r1.36.4.9 pcb/src/polygon.c cvs rdiff -r1.1.2.7 -r1.1.2.8 pcb/src/polygon1.c cvs rdiff -r1.15.4.2 -r1.15.4.3 pcb/src/remove.c cvs rdiff -r1.1.2.1 -r1.1.2.2 pcb/src/thermal.c cvs rdiff -r1.21.2.4 -r1.21.2.5 pcb/src/undo.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.c?r1=1.1.2.1&r2=1.1.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.7&r2=1.1.2.8 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/remove.c?r1=1.15.4.2&r2=1.15.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/undo.c?r1=1.21.2.4&r2=1.21.2.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.32.4.5&r2=1.32.4.6 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.5&r2=1.34.6.6 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/autoroute.c?r1=1.35.4.2&r2=1.35.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.8&r2=1.36.4.9 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/djopt.c?r1=1.40.4.1&r2=1.40.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.55.2.3&r2=1.55.2.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.55.4.3&r2=1.55.4.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-25 22:55:17
|
Module Name: pcb Committed By: danmc Date: Mon Sep 25 22:55:16 UTC 2006 Modified Files: pcb/src: misc.c misc.h Log Message: Improve the gtk "about" dialog box output to explicitly list the HID's which have been compiled in. As part of this, pull out the code which generates the text of the dialog box into its own function so that it can be used by other HID's. To generate a diff of this commit: cvs rdiff -r1.55 -r1.56 pcb/src/misc.c cvs rdiff -r1.18 -r1.19 pcb/src/misc.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.h?r1=1.18&r2=1.19 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.55&r2=1.56 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-25 22:55:43
|
Module Name: pcb Committed By: danmc Date: Mon Sep 25 22:55:42 UTC 2006 Modified Files: pcb/src: mymem.c mymem.h Log Message: const-ify DSAddString To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 pcb/src/mymem.c cvs rdiff -r1.8 -r1.9 pcb/src/mymem.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/mymem.c?r1=1.22&r2=1.23 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/mymem.h?r1=1.8&r2=1.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-26 02:45:12
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 26 02:45:11 UTC 2006 Modified Files: pcb/src [clipper]: autoroute.c find.c polygon.c polygon.h rtree.c Log Message: various bug fixes; arc poly intersection testing ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.35.4.3 -r1.35.4.4 pcb/src/autoroute.c cvs rdiff -r1.53.2.1 -r1.53.2.2 pcb/src/find.c cvs rdiff -r1.36.4.9 -r1.36.4.10 pcb/src/polygon.c cvs rdiff -r1.9.8.5 -r1.9.8.6 pcb/src/polygon.h cvs rdiff -r1.27.4.2 -r1.27.4.3 pcb/src/rtree.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rtree.c?r1=1.27.4.2&r2=1.27.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/autoroute.c?r1=1.35.4.3&r2=1.35.4.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.9&r2=1.36.4.10 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.1&r2=1.53.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9.8.5&r2=1.9.8.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-26 03:40:00
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 26 03:39:59 UTC 2006 Modified Files: pcb/src [clipper]: change.c Log Message: handle thermals on pins and correctly adjust clearance with size changes ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.34.6.6 -r1.34.6.7 pcb/src/change.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.6&r2=1.34.6.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-26 03:41:44
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 26 03:41:43 UTC 2006 Modified Files: pcb/src [clipper]: autoroute.c find.c parse_y.y polygon.c polygon1.c Log Message: fix various other bugs ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.35.4.4 -r1.35.4.5 pcb/src/autoroute.c cvs rdiff -r1.53.2.2 -r1.53.2.3 pcb/src/find.c cvs rdiff -r1.27.4.3 -r1.27.4.4 pcb/src/parse_y.y cvs rdiff -r1.36.4.10 -r1.36.4.11 pcb/src/polygon.c cvs rdiff -r1.1.2.8 -r1.1.2.9 pcb/src/polygon1.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.8&r2=1.1.2.9 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.27.4.3&r2=1.27.4.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/autoroute.c?r1=1.35.4.4&r2=1.35.4.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.10&r2=1.36.4.11 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.2&r2=1.53.2.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-27 02:54:30
|
Module Name: pcb Committed By: haceaton Date: Wed Sep 27 02:54:30 UTC 2006 Modified Files: pcb/src [clipper]: find.c polygon.c polygon.h polygon1.c rats.c Log Message: connection searching of clipped polygons completed some bugs fixed too ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.53.2.3 -r1.53.2.4 pcb/src/find.c cvs rdiff -r1.36.4.11 -r1.36.4.12 pcb/src/polygon.c cvs rdiff -r1.9.8.6 -r1.9.8.7 pcb/src/polygon.h cvs rdiff -r1.1.2.9 -r1.1.2.10 pcb/src/polygon1.c cvs rdiff -r1.28 -r1.28.4.1 pcb/src/rats.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.9&r2=1.1.2.10 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rats.c?r1=1.28&r2=1.28.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.11&r2=1.36.4.12 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.3&r2=1.53.2.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9.8.6&r2=1.9.8.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-27 02:55:36
|
Module Name: pcb Committed By: haceaton Date: Wed Sep 27 02:55:36 UTC 2006 Modified Files: pcb/src [clipper]: rtree.c Log Message: remove a compiler warning when NDEBUG is not defined ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.27.4.3 -r1.27.4.4 pcb/src/rtree.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rtree.c?r1=1.27.4.3&r2=1.27.4.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-27 21:40:52
|
Module Name: pcb Committed By: danmc Date: Wed Sep 27 21:40:52 UTC 2006 Modified Files: pcb/src [clipper]: file.c Log Message: Use NULL instead of -1 for a pointer initializer and check for a NULL pointer instead of -1. Avoids complaints about comparing pointers and integers. To generate a diff of this commit: cvs rdiff -r1.42.2.4 -r1.42.2.5 pcb/src/file.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.42.2.4&r2=1.42.2.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-27 22:51:03
|
Module Name: pcb Committed By: danmc Date: Wed Sep 27 22:51:02 UTC 2006 Modified Files: pcb/src [clipper]: buffer.c Log Message: remove unneeded cast To generate a diff of this commit: cvs rdiff -r1.29.4.4 -r1.29.4.5 pcb/src/buffer.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.29.4.4&r2=1.29.4.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-09-28 02:31:45
|
Module Name: pcb Committed By: haceaton Date: Thu Sep 28 02:31:45 UTC 2006 Modified Files: pcb/src [clipper]: buffer.c Log Message: Restore polygons when arc is moved to a buffer ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.29.4.5 -r1.29.4.6 pcb/src/buffer.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.29.4.5&r2=1.29.4.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |