You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(72) |
Jun
(97) |
Jul
(194) |
Aug
(209) |
Sep
(57) |
Oct
(119) |
Nov
(58) |
Dec
(186) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(227) |
Feb
(209) |
Mar
(90) |
Apr
(46) |
May
(20) |
Jun
(114) |
Jul
(25) |
Aug
(41) |
Sep
(42) |
Oct
(14) |
Nov
(1) |
Dec
|
2007 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Richard K. <ri...@in...> - 2005-05-04 22:37:15
|
All, I just updated the variable naming convention on EVERYTHING. The double underscore stuff was getting out of hand with __foo__ for static/global and __foo for member variables. Scott and I agreed to m_foo for member variables and g_foo for static/global variables a while ago and I had not made the change yet, but its in CVS now. I know that this is the stuff of religious wars (conventions, etc), so lets not war, lets enjoy writing code. Best, -rich PS. Thanks be to Ruby and regular expressions, it was 20 lines of code to write a converter. |
From: Richard K. <ri...@in...> - 2005-04-28 14:49:37
|
Test |