apcompiler-devel Mailing List for Austin Protocol Compiler
Status: Beta
Brought to you by:
mcguiretm
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Tommy M. <mcg...@us...> - 2005-06-01 05:16:50
|
Update of /cvsroot/apcompiler/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4580 Modified Files: index.html Log Message: Add SF logo; fix page_toc CSS class Index: index.html =================================================================== RCS file: /cvsroot/apcompiler/html/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 1 Jun 2005 01:04:43 -0000 1.3 --- index.html 1 Jun 2005 05:16:34 -0000 1.4 *************** *** 13,17 **** <h1>The Austin Protocol Compiler</h1> ! <p class="pagetoc">| <a href="#APC-book"><i>The Austin Protocol Compiler</i>, the book</a> | <a href="#id2247307">News</a> | --- 13,17 ---- <h1>The Austin Protocol Compiler</h1> ! <p class="page_toc">| <a href="#APC-book"><i>The Austin Protocol Compiler</i>, the book</a> | <a href="#id2247307">News</a> | *************** *** 320,323 **** --- 320,329 ---- </ul> + <div class="logos"> + <a href="http://sourceforge.net"> + <img src="http://sourceforge.net/sflogo.php?group_id=137708&type=7" width="210" height="62" border="0" alt="SourceForge.net Logo" /> + </a> + </div> + </body> </html> |
From: Tommy M. <mcg...@us...> - 2005-06-01 03:53:10
|
Update of /cvsroot/apcompiler/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29344 Modified Files: basic.css Added Files: Makefile Log Message: Install project home page --- NEW FILE: Makefile --- PROJ = apcompiler FILES = apdns-watcher.1.html aserv.1.html basic.css index.html mcover.png DEST = mcg...@sh...:projects/$(PROJ)/htdocs install : scp $(FILES) $(DEST) Index: basic.css =================================================================== RCS file: /cvsroot/apcompiler/html/basic.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** basic.css 20 May 2005 22:11:14 -0000 1.1 --- basic.css 1 Jun 2005 03:53:02 -0000 1.2 *************** *** 13,22 **** p table { text-indent: 0em } p.page_toc { text-align: center; font-size: small } ! blockquote { color: #666666 } p.desc { font-size: small } .caption { font-size: .7em; background: #BBBBFF } img.imgright { float: right } img.invisible { border: 0; margin: 0; padding: 0 } - img.illustration { float:right; margin: 1em; padding: 5px; border: thin black solid } div.contents { } --- 13,33 ---- p table { text-indent: 0em } p.page_toc { text-align: center; font-size: small } ! blockquote { color: #888888 } p.desc { font-size: small } .caption { font-size: .7em; background: #BBBBFF } img.imgright { float: right } img.invisible { border: 0; margin: 0; padding: 0 } div.contents { } + div.logos { text-align: center } + div.navbar { + position: absolute; + width: 15%; + right: 0; + top: 0; + padding: 1em; + background: #efefef; + font-size: 80%; + border: thin solid black; + margin: 1% + } |
From: Tommy M. <mcg...@us...> - 2005-06-01 01:04:54
|
Update of /cvsroot/apcompiler/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4428 Modified Files: index.html Log Message: Update for version 1.2 Index: index.html =================================================================== RCS file: /cvsroot/apcompiler/html/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 20 May 2005 22:15:00 -0000 1.2 --- index.html 1 Jun 2005 01:04:43 -0000 1.3 *************** *** 198,201 **** --- 198,211 ---- <ul> + <li><i>31 May 2005</i> : APC-1.2: Building under CYGWIN was broken + by the assumption that Python extensions ended in .so; this should + be fixed now. + + <p>By the way, I got the first royalty statement for <em>The Austin + Protocol Compiler</em>; I would like to personally thank everyone + who bought every one of those 72 copies. For everyone else: could + you buy, say, six more copies? Springer doesn't send checks for + less than $50 unless I ask.</p></li> + <li><i>20 May 2005</i> : Initial SourceForge release (very close to) set up.</li> *************** *** 251,254 **** --- 261,265 ---- <ul> + <li><a href="http://prdownloads.sourceforge.net/apcompiler/APC-1.2.tar.gz?download">APC-1.2.tar.gz</a></li> <li><a href="http://prdownloads.sourceforge.net/apcompiler/APC-1.1.tar.gz?download">APC-1.1.tar.gz</a></li> <li>APC-1.0.tar.gz</li> |
From: Tommy M. <mcg...@us...> - 2005-06-01 00:49:11
|
Update of /cvsroot/apcompiler/APC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28930 Modified Files: configure.in Log Message: Raise version to 1.2 Index: configure.in =================================================================== RCS file: /cvsroot/apcompiler/APC/configure.in,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** configure.in 31 Jul 2004 15:51:35 -0000 1.15 --- configure.in 1 Jun 2005 00:48:56 -0000 1.16 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script AC_INIT(compiler/apcc.in) ! AM_INIT_AUTOMAKE(APC, 1.1) AM_CONFIG_HEADER(config.h) --- 1,5 ---- dnl Process this file with autoconf to produce a configure script AC_INIT(compiler/apcc.in) ! AM_INIT_AUTOMAKE(APC, 1.2) AM_CONFIG_HEADER(config.h) |
From: Tommy M. <mcg...@us...> - 2005-05-26 03:15:40
|
Update of /cvsroot/apcompiler/APC/compiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11178 Modified Files: Makefile.am Log Message: No, dear, CYGWIN Python extensions don't end in .so. Index: Makefile.am =================================================================== RCS file: /cvsroot/apcompiler/APC/compiler/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 8 Mar 2004 00:19:17 -0000 1.8 --- Makefile.am 26 May 2005 03:15:29 -0000 1.9 *************** *** 5,13 **** EXTRA_DIST = $(EXTENSIONS) apcc.in Symbols.py APsymbols.py Ccode.py ! PKGLIBFILES = $(srcdir)/Symbols.py $(srcdir)/APsymbols.py $(srcdir)/Ccode.py \ ! apgrammar.so aptokens.so bin_SCRIPTS = apcc ! apcc: apcc.in sed -e "s,%PYTHON%,${PYTHON}," \ -e "s,%PKGLIBDIR%,${pkglibdir}," \ --- 5,12 ---- EXTRA_DIST = $(EXTENSIONS) apcc.in Symbols.py APsymbols.py Ccode.py ! PKGLIBFILES = $(srcdir)/Symbols.py $(srcdir)/APsymbols.py $(srcdir)/Ccode.py bin_SCRIPTS = apcc ! apcc: apcc.in modules-stamp sed -e "s,%PYTHON%,${PYTHON}," \ -e "s,%PKGLIBDIR%,${pkglibdir}," \ *************** *** 16,32 **** chmod +x apcc ! apgrammar.so aptokens.so: $(EXTENSIONS) (cd $(srcdir)/extensions; \ flex -oaptokens.c aptokens.l; \ bison -v -t -d -oapgrammar.c apgrammar.y; \ $(PYTHON) setup.py build) ! cp $(srcdir)/extensions/build/lib*/apgrammar.so apgrammar.so ! cp $(srcdir)/extensions/build/lib*/aptokens.so aptokens.so all-local: $(PKGLIBFILES) ! install-exec-local: $(PKGLIBFILES) $(mkinstalldirs) $(pkglibdir) $(INSTALL_DATA) $(PKGLIBFILES) $(pkglibdir) $(PYTHON) -c \ "import compileall; compileall.compile_dir('$(pkglibdir)')" --- 15,34 ---- chmod +x apcc ! modules-stamp: $(EXTENSIONS) (cd $(srcdir)/extensions; \ flex -oaptokens.c aptokens.l; \ bison -v -t -d -oapgrammar.c apgrammar.y; \ $(PYTHON) setup.py build) ! cp $(srcdir)/extensions/build/lib*/apgrammar* $(srcdir) ! cp $(srcdir)/extensions/build/lib*/aptokens* $(srcdir) ! touch modules-stamp all-local: $(PKGLIBFILES) ! install-exec-local: $(PKGLIBFILES) modules-stamp $(mkinstalldirs) $(pkglibdir) $(INSTALL_DATA) $(PKGLIBFILES) $(pkglibdir) + cp $(srcdir)/extensions/build/lib*/apgrammar* $(pkglibdir) + cp $(srcdir)/extensions/build/lib*/aptokens* $(pkglibdir) $(PYTHON) -c \ "import compileall; compileall.compile_dir('$(pkglibdir)')" *************** *** 34,38 **** clean-local: (cd $(srcdir)/extensions; rm -fr build) ! rm -f *.so *.pyc apcc distclean-local: --- 36,40 ---- clean-local: (cd $(srcdir)/extensions; rm -fr build) ! rm -f *.so *.pyc apcc modules-stamp distclean-local: |
From: Tommy M. <mcg...@us...> - 2005-05-20 22:34:42
|
Update of /cvsroot/apcompiler/APC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16865 Modified Files: README Log Message: Point the README at SF Index: README =================================================================== RCS file: /cvsroot/apcompiler/APC/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 18 Jan 2002 20:46:51 -0000 1.4 --- README 20 May 2005 22:34:18 -0000 1.5 *************** *** 45,49 **** This package is located at ! http://www.cs.utexas.edu/users/mcguire/software/apc/ Tommy M. McGuire --- 45,49 ---- This package is located at ! http://apcompiler.sourceforge.net/ Tommy M. McGuire |
From: Tommy M. M. <mc...@cr...> - 2005-05-20 22:23:16
|
This is a test. -- Tommy McGuire |