Overview
| Comment: | Updated version number (5.0). |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2b45257f4d0279603c36f4fa99458ba0 |
| User & Date: | geraint@users.sourceforge.net on 2003-09-23 20:53:49.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2003-09-24
| ||
| 10:03:35 | Fixed multi-line comment for new c++ syntax. check-in: 3a92552847 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2003-09-23
| ||
| 20:53:49 | Updated version number (5.0). check-in: 2b45257f4d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 16:14:50 | Hide a _ check-in: 3d540ce243 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt
from [83a71e8d54]
to [fd5005a95c].
| ︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Copyright (C) 2001 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.380 2003/08/06 14:44:51 gawthrop
## Don't include -q or -u in long file names via ${__ARGS}
##
## Revision 1.379 2003/08/06 10:33:42 gawthrop
## User now warned not to use -c which is unsupported.
##
## Revision 1.378 2003/08/04 09:15:09 gawthrop
| > > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# Copyright (C) 2001 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.381 2003/08/10 18:56:55 gawthrop
## Explicitly generate eps files
##
## Revision 1.380 2003/08/06 14:44:51 gawthrop
## Don't include -q or -u in long file names via ${__ARGS}
##
## Revision 1.379 2003/08/06 10:33:42 gawthrop
## User now warned not to use -c which is unsupported.
##
## Revision 1.378 2003/08/04 09:15:09 gawthrop
|
| ︙ | ︙ | |||
1344 1345 1346 1347 1348 1349 1350 |
done
}
#Check $MTTPATH has been set
mtt_check_var "$MTTPATH" "MTTPATH"
#Version
| | | 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 |
done
}
#Check $MTTPATH has been set
mtt_check_var "$MTTPATH" "MTTPATH"
#Version
version='5.0'
# MTT recursion level is zero unless explicitly set
level=0
#Computation mode is octave by default
computation=octave
|
| ︙ | ︙ |
Modified mttroot/mtt/bin/mtt_cvs2deb
from [de05b28930]
to [6e6f8feb93].
| ︙ | ︙ | |||
49 50 51 52 53 54 55 |
# default switches
default_sources="sourceforge"
default_logtext="snapshot from ${default_sources}."
default_version=`date --iso-8601 | sed 's/\-/./g'`
sources=${default_sources}
logtext=${default_logtext}
| | | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# default switches
default_sources="sourceforge"
default_logtext="snapshot from ${default_sources}."
default_version=`date --iso-8601 | sed 's/\-/./g'`
sources=${default_sources}
logtext=${default_logtext}
version="5.0."${default_version}
keeptmp="remove"
# look for command line arguments
while [ -n "`echo $1 | grep '^-'`" ]; do
case $1 in
-dir) # package directory instead of cvs sources
# should be the path to the mttroot directory
|
| ︙ | ︙ |