You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(159) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(238) |
Feb
(183) |
Mar
(372) |
Apr
(287) |
May
(280) |
Jun
(211) |
Jul
(134) |
Aug
(198) |
Sep
(172) |
Oct
(144) |
Nov
(227) |
Dec
(122) |
| 2004 |
Jan
(229) |
Feb
(62) |
Mar
(99) |
Apr
(107) |
May
(50) |
Jun
(61) |
Jul
(133) |
Aug
(84) |
Sep
(50) |
Oct
(35) |
Nov
(46) |
Dec
(39) |
| 2005 |
Jan
(55) |
Feb
(44) |
Mar
(48) |
Apr
(73) |
May
(72) |
Jun
(47) |
Jul
(124) |
Aug
(110) |
Sep
(131) |
Oct
(69) |
Nov
(46) |
Dec
(145) |
| 2006 |
Jan
(68) |
Feb
(44) |
Mar
(46) |
Apr
(6) |
May
(75) |
Jun
(13) |
Jul
(48) |
Aug
(71) |
Sep
(86) |
Oct
(3) |
Nov
(77) |
Dec
(83) |
| 2007 |
Jan
(28) |
Feb
(63) |
Mar
(32) |
Apr
(37) |
May
(31) |
Jun
(27) |
Jul
(43) |
Aug
(8) |
Sep
(107) |
Oct
(50) |
Nov
(59) |
Dec
(127) |
| 2008 |
Jan
(58) |
Feb
(184) |
Mar
(178) |
Apr
(170) |
May
(165) |
Jun
(202) |
Jul
(83) |
Aug
(58) |
Sep
(23) |
Oct
(34) |
Nov
(24) |
Dec
(113) |
| 2009 |
Jan
(30) |
Feb
(53) |
Mar
(91) |
Apr
(40) |
May
(86) |
Jun
(59) |
Jul
(272) |
Aug
(163) |
Sep
(91) |
Oct
(66) |
Nov
(96) |
Dec
(55) |
| 2010 |
Jan
(13) |
Feb
(29) |
Mar
(72) |
Apr
(49) |
May
(22) |
Jun
(6) |
Jul
(17) |
Aug
(9) |
Sep
(57) |
Oct
(18) |
Nov
(20) |
Dec
(15) |
| 2011 |
Jan
(12) |
Feb
(13) |
Mar
(5) |
Apr
(16) |
May
(11) |
Jun
(26) |
Jul
(35) |
Aug
(70) |
Sep
(25) |
Oct
(19) |
Nov
(15) |
Dec
(1) |
| 2012 |
Jan
(4) |
Feb
(3) |
Mar
(6) |
Apr
(5) |
May
(10) |
Jun
|
Jul
(5) |
Aug
(29) |
Sep
(30) |
Oct
(17) |
Nov
(13) |
Dec
(1) |
| 2013 |
Jan
(16) |
Feb
(9) |
Mar
(13) |
Apr
(28) |
May
(93) |
Jun
(56) |
Jul
(65) |
Aug
(38) |
Sep
(85) |
Oct
(35) |
Nov
(27) |
Dec
(65) |
| 2014 |
Jan
(42) |
Feb
(23) |
Mar
(5) |
Apr
(6) |
May
(12) |
Jun
(15) |
Jul
(24) |
Aug
(12) |
Sep
(12) |
Oct
(11) |
Nov
(17) |
Dec
(31) |
| 2015 |
Jan
(15) |
Feb
|
Mar
(83) |
Apr
(31) |
May
(28) |
Jun
(35) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
(1) |
Feb
(3) |
Mar
(1) |
Apr
(7) |
May
(28) |
Jun
(17) |
Jul
(48) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
(14) |
Apr
(28) |
May
(20) |
Jun
(2) |
Jul
|
Aug
|
Sep
(4) |
Oct
(28) |
Nov
(4) |
Dec
(30) |
| 2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(18) |
Aug
(52) |
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
(25) |
| 2022 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ch...@us...> - 2002-12-13 23:02:25
|
Update of /cvsroot/jmlspecs/JML2/org/jmlspecs/checker In directory sc8-pr-cvs1:/tmp/cvs-serv23238/jmlspecs/checker Modified Files: JmlMessages.msg JmlMethodDeclaration.java Log Message: If a method has both "synchronized" and "pure" modifiers, the typechecker produces a warning message at level 2 complaining that a synchronized method can't be pure. The inheritance of the pure modifier is not handled yet. To test warning messages, I added a file named "warning-tests" to the testcase directory testcase/typecheck. Each testcase appearing appearing in this file is typechecked with the warning level 3, i.e., -w3. |
|
From: <ch...@us...> - 2002-12-13 22:52:04
|
Update of /cvsroot/jmlspecs/JML2/specs/java/util In directory sc8-pr-cvs1:/tmp/cvs-serv22592/java/util Modified Files: Locale.jml Log Message: Putting back the synchronized modifier to the method hashCode. |
|
From: <le...@us...> - 2002-12-12 23:14:08
|
Update of /cvsroot/jmlspecs/JML2/org/jmlspecs/models/tests In directory sc8-pr-cvs1:/tmp/cvs-serv25281 Modified Files: Makefile Log Message: Added the checked-tests target, so can run the tests with assertion checks on in just this directory. |
|
From: <le...@us...> - 2002-12-12 20:58:32
|
Update of /cvsroot/jmlspecs/JML2 In directory sc8-pr-cvs1:/tmp/cvs-serv3375 Modified Files: NEWS.txt Log Message: Incorporating some notes from a conversation with Clyde, and a few other pieces of news that I remember. |
|
From: <le...@us...> - 2002-12-11 22:43:26
|
Update of /cvsroot/jmlspecs/JML2 In directory sc8-pr-cvs1:/tmp/cvs-serv31176 Modified Files: README.html Log Message: Updated to include more information about contacting us via SourceForge. |
|
From: <le...@us...> - 2002-12-11 22:41:21
|
Update of /cvsroot/jmlspecs/JML2 In directory sc8-pr-cvs1:/tmp/cvs-serv30459 Modified Files: ftp.README Log Message: updated |
|
From: <le...@us...> - 2002-12-11 22:05:47
|
Update of /cvsroot/jmlspecs/JML2/docs In directory sc8-pr-cvs1:/tmp/cvs-serv15995 Modified Files: developer-tips.html Log Message: updated with more information about using sourceforge.net. |
|
From: <ch...@us...> - 2002-12-11 21:08:54
|
Update of /cvsroot/jmlspecs/JML2/specs/java/util In directory sc8-pr-cvs1:/tmp/cvs-serv25811 Modified Files: Locale.jml Log Message: Removed the synchronized modifier from the method hashCode. |
|
From: <dav...@us...> - 2002-12-11 11:38:21
|
Update of /cvsroot/jmlspecs/JML2 In directory sc8-pr-cvs1:/tmp/cvs-serv730 Modified Files: Make.ProjDefs Log Message: Including the ant tasks in the jmldoc generation is now controlled by Curt's test that Ant is on the classpath - thus the jmldocs are generated if the ant and xerces libraries are on the class path, and are not generated if ant is not on the classpath |
|
From: <dav...@us...> - 2002-12-11 11:33:33
|
Update of /cvsroot/jmlspecs/JML2/org/jmlspecs/ant/tasks In directory sc8-pr-cvs1:/tmp/cvs-serv31645/org/jmlspecs/ant/tasks Modified Files: Makefile Log Message: Efficiency and consistency improvement in runtests |
|
From: <ch...@us...> - 2002-12-11 06:48:33
|
Update of /cvsroot/jmlspecs/JML2 In directory sc8-pr-cvs1:/tmp/cvs-serv11561 Modified Files: Make.ProjDefs Log Message: Reverting an accidental change to the variable JAVAC. |
Update of /cvsroot/jmlspecs/JML2/org/jmlspecs/jmlrac In directory sc8-pr-cvs1:/tmp/cvs-serv12180 Modified Files: PreValueVars.java TransClass.java TransConstraint.java TransMethod.java TransType.java Log Message: Maked RAC-added fields transient. Thanks to Gary for the suggestion. |
|
From: <dav...@us...> - 2002-12-10 23:00:38
|
Update of /cvsroot/jmlspecs/JML2/org/jmlspecs/jmldoc/testcase In directory sc8-pr-cvs1:/tmp/cvs-serv24697 Modified Files: DefaultOptionsTestSuite.java NonDefaultOptionsTestSuite.java Log Message: Removing uses of parseResult, which use exec calls that are not platform independent |
|
From: <le...@us...> - 2002-12-10 21:47:22
|
Update of /cvsroot/jmlspecs/JML2/docs In directory sc8-pr-cvs1:/tmp/cvs-serv26806 Modified Files: developer-tips.html Log Message: Better version of these changes |
|
From: <le...@us...> - 2002-12-10 17:10:35
|
Update of /cvsroot/jmlspecs/JML2/docs In directory sc8-pr-cvs1:/tmp/cvs-serv16237 Modified Files: developer-tips.html Log Message: Added information about how to upload keys to avoid retyping passwords. |
|
From: <dav...@us...> - 2002-12-10 12:21:42
|
Update of /cvsroot/jmlspecs/JML2/org/jmlspecs/checker/testcase/typecheck In directory sc8-pr-cvs1:/tmp/cvs-serv21948 Modified Files: TestsWithNoOutput.java Log Message: Removing use of ExternalInputIterator, since it is not platform independent |
|
From: <ch...@us...> - 2002-12-10 02:24:11
|
Update of /cvsroot/jmlspecs/JML2 In directory sc8-pr-cvs1:/tmp/cvs-serv9552 Modified Files: Make.ProjDefs Log Message: Commented out a jmldocs target definition line to exclude ant directory. |
|
From: <le...@us...> - 2002-12-09 19:58:01
|
Update of /cvsroot/jmlspecs/JML2/docs In directory sc8-pr-cvs1:/tmp/cvs-serv32434 Modified Files: developer-tips.html Log Message: Added information about JML being on sourceforge.net. |
|
From: <ccl...@us...> - 2002-11-19 16:01:31
|
Update of /cvsroot/jmlspecs/JML2 In directory sc8-pr-cvs1:/tmp/cvs-serv15672 Modified Files: TODO.txt Log Message: Testing CVS commit messages |
|
From: Gary T. L. <le...@cs...> - 2002-11-16 01:29:01
|
Test commit list message
--
Gary T. Leavens
Department of Computer Science, Iowa State University
229 Atanasoff Hall, Ames, Iowa 50011-1041 USA
http://www.cs.iastate.edu/~leavens phone: +1-515-294-1580
|