You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(191) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(238) |
Dec
(68) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(104) |
Feb
(518) |
Mar
(302) |
Apr
(211) |
May
(311) |
Jun
(55) |
Jul
(6) |
Aug
(35) |
Sep
(76) |
Oct
(50) |
Nov
(37) |
Dec
(340) |
2007 |
Jan
(23) |
Feb
(107) |
Mar
(98) |
Apr
(60) |
May
(136) |
Jun
(371) |
Jul
(175) |
Aug
(74) |
Sep
(3) |
Oct
(2) |
Nov
(53) |
Dec
(129) |
2008 |
Jan
(337) |
Feb
(23) |
Mar
(18) |
Apr
(4) |
May
(3) |
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
(33) |
Nov
|
Dec
(26) |
2009 |
Jan
(4) |
Feb
(1) |
Mar
(15) |
Apr
|
May
(35) |
Jun
(11) |
Jul
|
Aug
|
Sep
(19) |
Oct
(26) |
Nov
(11) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
(8) |
Dec
(7) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
(8) |
May
(5) |
Jun
(8) |
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
(13) |
Dec
|
From: John L. <jr...@us...> - 2005-06-06 22:02:34
|
Update of /cvsroot/wxlua/wxLua/wrappers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12506/wrappers Log Message: Directory /cvsroot/wxlua/wxLua/wrappers added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:02:32
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12506/bindings Log Message: Directory /cvsroot/wxlua/wxLua/bindings added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:01:25
|
Update of /cvsroot/wxlua/wxLua/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12037/modules Log Message: Directory /cvsroot/wxlua/wxLua/modules added to the repository |
From: John L. <jr...@us...> - 2005-06-01 18:57:09
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17066/wxLua/docs Added Files: newdirs.txt Log Message: Initial import --- NEW FILE: newdirs.txt --- 06/01/2005 This is a description of where the files from the original wxLua distribution have been moved to in the new SourceForge site cvs repository. ------------------------------------------------------------------------------- Old Dirs: ------------------------------------------------------------------------------- wxLua/ Embedded/ Examples/ Import/ Library/ Standalone/ ------------------------------------------------------------------------------- New Dirs: ------------------------------------------------------------------------------- wxLua/ art/ - all images go here, preferably in XPM format bin/ - output binaries go here, lua for example build/ - cmake, bakefile stuff here docs/ - any generic docs go here include/wxlua/ - headers from "Library" lib/ - output libs go here, wxlualib for example lua/ - lua itself include/ src/ wxlua/ - the "Standalone" program src/ - source files from "Library" samples/ - "Examples" samplename/ - any multifile sample should get its own dir utils/ - generic utils, bin2c for example ------------------------------------------------------------------------------- Files: ------------------------------------------------------------------------------- wxLua/include/wxlua/* wxlua.h wxLua.h callback.h wxLuaCallback.h debug.h wxLuaDebug.h debugio.h wxLuaDebugIO.h dserver.h wxLuaDebugServer.h dservice.h wxLuaDebuggerService.h htmlwin.h wxLuaHtmlWindow.h internal.h wxLuaInternals.h interp.h wxLuaInterpreter.h library.h wxLuaLibrary.h printing.h wxLuaPrinting.h socket.h wxLuaSocket.h splttree.h wxLuaSplitTree.h staktree.h wxLuaStackTree.h wxLua/src/* debug.cpp wxLuaDebug.cpp debugio.cpp wxLuaDebugIO.cpp dserver.cpp wxLuaDebugServer.cpp dservice.cpp wxLuaDebuggerService.cpp htmlwin.cpp wxLuaHtmlWindow.cpp internal.cpp wxLuaInternals.cpp interp.cpp wxLuaInterpreter.cpp library.cpp wxLuaLibrary.cpp printing.cpp wxLuaPrinting.cpp socket.cpp wxLuaSocket.cpp splttree.cpp wxLuaSplitTree.cpp staktree.cpp wxLuaStackTree.cpp dtarget.h wxLuaDebugTarget.h moved into include/wxlua from Standalone dtarget.cpp wxLuaDebugTarget.cpp move into src from Standalone |