Changes between Version 8 and Version 9 of Download/panc
- Timestamp:
- Mar 28, 2007, 12:46:55 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/panc
v8 v9 16 16 The source for the pan compiler is managed through a [http://subversion.tigris.org/ subversion] repository. The mainline development ("trunk") can be checked out with a subversion client with the command: 17 17 {{{ 18 svn checkout https://svn.lal.in2p3.fr/LCG/QWG/ Sources/panc/trunk18 svn checkout https://svn.lal.in2p3.fr/LCG/QWG/panc/trunk 19 19 }}} 20 20 Specific versions of the compiler can be checked out from the tags area: 21 21 {{{ 22 svn checkout https://svn.lal.in2p3.fr/LCG/QWG/ Sources/panc/tags/7.1.1122 svn checkout https://svn.lal.in2p3.fr/LCG/QWG/panc/tags/7.1.15 23 23 }}} 24 where the tags correspond to the version of the compiler. All of the tags can be found by pointing a web browser at the subversion [http://svn.lal.in2p3.fr/LCG/QWG/ Sources/panc/tags repository]. The source may also be browsed through [https://trac.lal.in2p3.fr/LCGQWG/browser/Sources/panc Trac].24 where the tags correspond to the version of the compiler. All of the tags can be found by pointing a web browser at the subversion [http://svn.lal.in2p3.fr/LCG/QWG/panc/tags repository]. The source may also be browsed through [https://trac.lal.in2p3.fr/LCGQWG/browser/panc Trac]. 25 25 26 26 The major version of the pan compiler changes when there are changes to the pan language itself. The minor version (second number) changes when there are significant changes in the compiler. Note that even minor versions are considered "stable" and odd minor versions are considered "development". The patch number changes when small changes and bug fixes are made to the compiler.