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-04-25 05:04:12
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 25 04:56:01 UTC 2004 Modified Files: pcb/src: global.h rtree.c Log Message: Fix rtree memory management bugs To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/global.h cvs rdiff -r1.15 -r1.16 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-04-19 21:21:09
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 19 21:21:00 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: Fix a bug that allocates too much memory to store pointers To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 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-04-19 21:20:24
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 19 21:20:17 UTC 2004 Modified Files: pcb/src: buffer.c move.c Log Message: Fix some bugs with rtree based name handling To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/buffer.c cvs rdiff -r1.20 -r1.21 pcb/src/move.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-04-19 02:19:56
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 19 02:19:50 UTC 2004 Modified Files: pcb/src: autoroute.c find.c rats.c Log Message: More autorouter improvements. Improve trace appearance, slightly speed up and allow it to use power planes To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/autoroute.c cvs rdiff -r1.24 -r1.25 pcb/src/find.c cvs rdiff -r1.12 -r1.13 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-04-18 14:12:14
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 18 14:12:08 UTC 2004 Modified Files: pcb/src: action.c change.c copy.c file.c insert.c move.c polygon.c polygon.h remove.c rotate.c Log Message: Fix pin-in-poly bug; because polys can overlap can never check one single polygon. To generate a diff of this commit: cvs rdiff -r1.39 -r1.40 pcb/src/action.c cvs rdiff -r1.19 -r1.20 pcb/src/change.c pcb/src/move.c cvs rdiff -r1.7 -r1.8 pcb/src/copy.c cvs rdiff -r1.14 -r1.15 pcb/src/file.c cvs rdiff -r1.9 -r1.10 pcb/src/insert.c pcb/src/rotate.c cvs rdiff -r1.23 -r1.24 pcb/src/polygon.c cvs rdiff -r1.5 -r1.6 pcb/src/polygon.h cvs rdiff -r1.11 -r1.12 pcb/src/remove.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-04-12 04:25:51
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 12 04:12:09 UTC 2004 Modified Files: pcb/src: autoroute.c djopt.c Log Message: Restore mistakenly lost lines in djopt, and various improvements to auto-router To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pcb/src/autoroute.c cvs rdiff -r1.13 -r1.14 pcb/src/djopt.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-04-11 15:29:24
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 11 15:15:47 UTC 2004 Modified Files: pcb/src: move.c Log Message: Argh, another attempt to properly fix the bug To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/move.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-04-11 15:25:48
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 11 15:12:11 UTC 2004 Modified Files: pcb/src: djopt.c move.c Log Message: Fixup some errors introduced in last patch To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/djopt.c cvs rdiff -r1.17 -r1.18 pcb/src/move.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-04-09 04:26:35
|
Module Name: pcb Committed By: haceaton Date: Fri Apr 9 04:13:23 UTC 2004 Modified Files: pcb/src: djopt.c Log Message: Fix segfault with edge-connector elements (pads on both sides) To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/djopt.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-04-09 00:39:03
|
Module Name: pcb Committed By: haceaton Date: Fri Apr 9 00:25:48 UTC 2004 Modified Files: pcb/src: draw.c insert.c move.c output.c Log Message: Various bug fixes To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/draw.c cvs rdiff -r1.8 -r1.9 pcb/src/insert.c cvs rdiff -r1.16 -r1.17 pcb/src/move.c cvs rdiff -r1.11 -r1.12 pcb/src/output.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-28 17:56:33
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 28 17:45:16 UTC 2004 Modified Files: pcb/src: action.c autoroute.c global.h menu.c Log Message: Still more improvements to the router, plus can show it's action on screen. To generate a diff of this commit: cvs rdiff -r1.38 -r1.39 pcb/src/action.c cvs rdiff -r1.16 -r1.17 pcb/src/autoroute.c cvs rdiff -r1.15 -r1.16 pcb/src/global.h cvs rdiff -r1.26 -r1.27 pcb/src/menu.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-28 03:17:50
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 28 03:06:39 UTC 2004 Modified Files: pcb/src: autoroute.c box.h mtspace.c mtspace.h Log Message: More improvements to the autorouter To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/autoroute.c cvs rdiff -r1.5 -r1.6 pcb/src/box.h cvs rdiff -r1.7 -r1.8 pcb/src/mtspace.c cvs rdiff -r1.3 -r1.4 pcb/src/mtspace.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-26 20:55:13
|
Module Name: pcb Committed By: haceaton Date: Fri Mar 26 20:44:15 UTC 2004 Modified Files: pcb/src: create.c Log Message: Forbid diagonal pads when created externally with an editor To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/create.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-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. |
|
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-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: 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 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-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-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 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 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: Dan M. <da...@us...> - 2004-03-19 00:17:48
|
Module Name: pcb Committed By: danmc Date: Fri Mar 19 00:08:08 UTC 2004 Modified Files: pcb/lib: johnstech.inc Log Message: increase soldermask relief on mounting pads To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/lib/johnstech.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-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-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. |