summaryrefslogtreecommitdiff
path: root/lib/sbin
Commit message (Expand)AuthorAge
* Extended error message about required thorns which aren't listed in the thorn...tradke2004-06-26
* Patch from Yaakoub to give a better error message when lang is missing orgoodale2004-06-23
* Patch from Yaakoub to fix parsing of nested quotes.goodale2004-06-21
* Adding thorn name to error message. (Patch from Yaakoub.)goodale2004-06-21
* Comment out the warning that is printed when the "requires thorns"schnetter2004-06-08
* When a REQUIRED function is not provided also print the thorn that's doing th...hawke2004-06-07
* Removing some stuff flagged by perl -cw .goodale2004-06-06
* Changed from homegrown chomp to perl 5 chomp - needed to add somegoodale2004-06-06
* Include header files for warning levels etc. to get rid of compiler warnings ...hawke2004-06-01
* Add missing arguments to a CST_error callallen2004-06-01
* Fixed make checkout.goodale2004-05-20
* A better hack to get tests to run under the latest cygwin.goodale2004-05-19
* Finish error message about missing executable with a newline charactertradke2004-05-19
* Changed to using the cygwin version of Perl under cygwin. This hasgoodale2004-05-19
* Allow a thorn, which PROVIDES a certain capability, to also REQUIRE it.tradke2004-05-17
* Reset values of LANG and SCRIPT tokens before parsing the next thorn'stradke2004-05-17
* Give somewhat better error message if a thorn's configuration script couldn'ttradke2004-05-17
* As a standard configuration now builds without warning abouthawke2004-05-15
* Reverting the last change as this is causing problems.goodale2004-05-14
* Fix errors in the script for changing the cwd to $arrangements_dir.jshalf2004-05-13
* Use the CCTK_HOME from the environment if it is available. Fixes a problemgoodale2004-05-11
* Patch from Yaakoub to grive warning if a variable and the group it is ingoodale2004-05-11
* Patch from Yaakoub to make the doc directories in arrangements be updated.goodale2004-05-11
* Patch from Yaakoub to give thorn name in error message.goodale2004-05-10
* Patch from Yaakoub to give a warning when there is a LANG specifier ingoodale2004-05-10
* Match the intent IN | OUT | INOUT exactly, so that (e.g.) INT is not a valid ...hawke2004-05-10
* set fileformat to unix.tradke2004-05-10
* Set fileformat to unix.tradke2004-05-10
* Just another fix for my latest commit on sorting an empty thornlist.tradke2004-05-09
* Fix for my last commit: forgot to remove dummy entries in thornlist.tradke2004-05-09
* Don't try to sort an empty thornlist.tradke2004-05-09
* Extra debugging info.goodale2004-05-07
* Create a POSTREGRID schedule bin.schnetter2004-05-07
* Ian's fix to compare function pointer arguments of aliased functions.tradke2004-05-07
* Fixed bug when searching for thorn config files.tradke2004-05-06
* Fixing this file so it is proper perl and turns arrangement_dir into a fullgoodale2004-05-05
* Fixed cases where chdir('..') was used which caused problems with symlinks.tradke2004-05-05
* Latest changes from Yaakoub.goodale2004-05-03
* Add a consistency check for aliased functions. Checks return types are argume...hawke2004-05-03
* Catch syntax errors in size specifications like in "SIZE=1,2,".tradke2004-04-30
* s/...// -> s/...//ghawke2004-04-30
* Changed CCTK_DECLARE_ARGUMENTS and CCTK_DECLARE_PARAMETERS macros so thattradke2004-04-24
* Fixed a syntax error which got accidentally committed.tradke2004-04-23
* Implement 'REQUIRES FUNCTION' for interface.ccl files.tradke2004-04-23
* Fixed small optimization bug in generating IsFunctionAliased.c.tradke2004-04-23
* Latest changes from Yaakoub.goodale2004-04-07
* Pass option "-u" when calling diff.schnetter2004-04-06
* Re-instating the consistency check that all thorns providing the samegoodale2004-04-01
* Fixing apostrophes in messages.goodale2004-04-01
* Fix typo in commentschnetter2004-03-31