You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(4) |
Mar
(5) |
Apr
|
May
(5) |
Jun
(30) |
Jul
(2) |
Aug
(18) |
Sep
(14) |
Oct
(7) |
Nov
(21) |
Dec
(44) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(63) |
Feb
(94) |
Mar
(54) |
Apr
(39) |
May
(34) |
Jun
(25) |
Jul
(10) |
Aug
(33) |
Sep
(16) |
Oct
(62) |
Nov
(12) |
Dec
(2) |
| 2005 |
Jan
(71) |
Feb
(8) |
Mar
(50) |
Apr
|
May
(2) |
Jun
(12) |
Jul
(19) |
Aug
(8) |
Sep
(3) |
Oct
(2) |
Nov
|
Dec
(8) |
| 2006 |
Jan
(10) |
Feb
(1) |
Mar
(301) |
Apr
(232) |
May
(26) |
Jun
(20) |
Jul
(26) |
Aug
(79) |
Sep
(92) |
Oct
(174) |
Nov
(17) |
Dec
(93) |
| 2007 |
Jan
(27) |
Feb
(179) |
Mar
(37) |
Apr
(81) |
May
(20) |
Jun
(5) |
Jul
|
Aug
(40) |
Sep
(68) |
Oct
(8) |
Nov
(47) |
Dec
(34) |
| 2008 |
Jan
(154) |
Feb
(15) |
Mar
(5) |
Apr
(21) |
May
(4) |
Jun
(1) |
Jul
(4) |
Aug
(6) |
Sep
(8) |
Oct
(9) |
Nov
(35) |
Dec
(50) |
| 2009 |
Jan
(8) |
Feb
(10) |
Mar
(6) |
Apr
(9) |
May
(7) |
Jun
(40) |
Jul
(7) |
Aug
(5) |
Sep
(2) |
Oct
(16) |
Nov
(42) |
Dec
(5) |
| 2010 |
Jan
(3) |
Feb
(15) |
Mar
(32) |
Apr
(18) |
May
(6) |
Jun
(9) |
Jul
|
Aug
(11) |
Sep
(16) |
Oct
|
Nov
(4) |
Dec
(35) |
| 2011 |
Jan
(24) |
Feb
(6) |
Mar
(27) |
Apr
(119) |
May
(72) |
Jun
(20) |
Jul
(31) |
Aug
(88) |
Sep
(86) |
Oct
(14) |
Nov
(11) |
Dec
(30) |
| 2012 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
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 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-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: 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-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: 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: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: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-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-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-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: Dan M. <da...@us...> - 2004-03-10 01:34:42
|
Module Name: pcb Committed By: danmc Date: Wed Mar 10 01:17:01 UTC 2004 Modified Files: pcb/lib: geda.inc Log Message: 100 pin QFP packages have 100 pins not 72 To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/lib/geda.inc 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-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-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 14:18:22
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 14:01:12 UTC 2004 Modified Files: pcb/src: crosshair.c Log Message: Use SQUARE macro To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/crosshair.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 14:17:07
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 13:59:53 UTC 2004 Modified Files: pcb/src: action.c change.c create.c rats.c Log Message: clean up code to use SQUARE macro and fix via mask update bug To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 pcb/src/action.c cvs rdiff -r1.16 -r1.17 pcb/src/change.c cvs rdiff -r1.10 -r1.11 pcb/src/create.c cvs rdiff -r1.8 -r1.9 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-09 14:15:37
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 13:58:20 UTC 2004 Modified Files: pcb/src: draw.c find.c find.h polygon.c print.c search.c search.h Log Message: Erase silk over solder regions when they cross and display that way on screen To generate a diff of this commit: cvs rdiff -r1.27 -r1.28 pcb/src/draw.c cvs rdiff -r1.21 -r1.22 pcb/src/find.c cvs rdiff -r1.6 -r1.7 pcb/src/find.h cvs rdiff -r1.19 -r1.20 pcb/src/polygon.c cvs rdiff -r1.20 -r1.21 pcb/src/print.c cvs rdiff -r1.12 -r1.13 pcb/src/search.c cvs rdiff -r1.4 -r1.5 pcb/src/search.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-08 23:05:38
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 8 22:48:58 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: Streamline code for clustering To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 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-08 02:45:04
|
Module Name: pcb
Committed By: haceaton
Date: Mon Mar 8 02:29:02 UTC 2004
Modified Files:
pcb/src: Pcb.ad.in action.c
Log Message:
Added a function { AddRats(Close) bound to shift-n } that selects the shortest
unselected ratline and centers the screen view on it.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pcb/src/Pcb.ad.in
cvs rdiff -r1.33 -r1.34 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-08 02:08:01
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 8 01:52:01 UTC 2004 Modified Files: pcb/src: crosshair.c crosshair.h line.c line.h Log Message: New Auto-DRC line drawing mode implemented. To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/crosshair.c cvs rdiff -r1.3 -r1.4 pcb/src/crosshair.h cvs rdiff -r1.1 -r1.2 pcb/src/line.c pcb/src/line.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-07 18:40:38
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 18:24:51 UTC 2004 Modified Files: pcb/src: draw.c draw.h Log Message: Forgot to checkin draw.h; fix some bugs with really high zoom To generate a diff of this commit: cvs rdiff -r1.26 -r1.27 pcb/src/draw.c cvs rdiff -r1.2 -r1.3 pcb/src/draw.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-07 18:36:45
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 18:20:44 UTC 2004 Modified Files: pcb/src: find.c Log Message: Avoid doubling DRC clearance between non-clearing polygons and square pins/pads To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 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-07 03:53:31
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 03:38:14 UTC 2004 Modified Files: pcb/src: action.c buffer.c change.c create.c dialog.c draw.c find.c global.h move.c move.h mymem.c output.c printpanner.c remove.c rotate.c rtree.c search.c select.c Log Message: Fixes for various bugs introduced with the rtree database infrastructure To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/action.c cvs rdiff -r1.12 -r1.13 pcb/src/buffer.c pcb/src/global.h cvs rdiff -r1.15 -r1.16 pcb/src/change.c cvs rdiff -r1.9 -r1.10 pcb/src/create.c cvs rdiff -r1.4 -r1.5 pcb/src/dialog.c cvs rdiff -r1.25 -r1.26 pcb/src/draw.c cvs rdiff -r1.19 -r1.20 pcb/src/find.c cvs rdiff -r1.13 -r1.14 pcb/src/move.c cvs rdiff -r1.3 -r1.4 pcb/src/move.h pcb/src/printpanner.c cvs rdiff -r1.6 -r1.7 pcb/src/mymem.c cvs rdiff -r1.10 -r1.11 pcb/src/output.c cvs rdiff -r1.8 -r1.9 pcb/src/remove.c pcb/src/select.c cvs rdiff -r1.5 -r1.6 pcb/src/rotate.c cvs rdiff -r1.7 -r1.8 pcb/src/rtree.c cvs rdiff -r1.11 -r1.12 pcb/src/search.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-07 03:47:18
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 03:31:59 UTC 2004 Modified Files: pcb/src: menu.c misc.c Log Message: A couple of bug fixes: absolute negative value entries (e.g. =-4) also check the correct zoom level in the menu To generate a diff of this commit: cvs rdiff -r1.24 -r1.25 pcb/src/menu.c cvs rdiff -r1.18 -r1.19 pcb/src/misc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |