move repo to github
small change
Merge branch 'testing' of bitbucket.org:rtmclay/lmod into testing
Start of Internal docs
Rename spiderPathFilterHook to reverseMapPathFilter
Rename spiderPathFilterHook to reverseMapPathFilterHook
update version to 8.6.15
moving to TAG_VERSION 8.6.15
update lua complete function
update lua and complete function
Merge branch 'master' of bitbucket.org:rtmclay/lmod
Update clearMT shell function for init/sh.in
merged
Use MName:isloaded() to determine when a module is loaded.
Issue #564: Use MName:isloaded() instead of MT:haveUserName(); remove MT:haveUserName()
Issue #564: Use MName:isloaded() instead of MT:haveUserName(); remove MT:haveUserName()
Issue #564: Use MName:isloaded() instead of MT:haveUserName(); remove MT:haveUserName()
typo
starting working on complete mod function
Issue #567: Adding complete command to Lua modulefiles
Issue #567: Adding complete command to TCL modulefiles
Issue #567: Adding complete to sh_to_modulefile and source_sh()
Issue #567: run complete on Bash shell not zsh or ksh or sh by requiring $BASH_VERSION be defined
Issue #567: updating gold files
update 3/1 slides to fix mistakes. Convert runLmod to use new double quotes way of eval
Merge branch 'master' into testing
Issue #564: Add depends_on() test for this issue
Issue #571: remove export -f __lmod_file_glob_on
moving to TAG_VERSION 8.6.14
Update to locating docs over marked defaults
Quote code generated by lmod cmd to pass it to eval
Merge pull request #570 from xdelaruelle/quote
Merge branch 'master' of github.com:TACC/lmod
comment out file globbing code
removing file globbing code
working on issue #564 and issue #566
Setup for testing Issue #566
Issue #566: Use MT:extractModulesFiles() to report LOADEDMODULES and _LMFILES_ at the end of lmod() function
Issue #566: Update the gold files to match update
TCL module-whatis test to remove trailing space
Issue #568: Allow for a null cshStr when doing a module show
Update to locating docs over marked defaults
update gold files for removing trailing blanks in whatis() args
init/bash.in update
a working depends_on
update README.new with all 8.6.13 changes
moving to TAG_VERSION 8.6.13
Adding tests for issue #564
Issue #560: Add check for isVisible() when showing extensions when doing "module avail"
working on 3/1 presentation
Merge branch 'master' of bitbucket.org:rtmclay/lmod
working on 3/1 presentation
working on 3/1 presentation yet again
Merge branch 'master' of bitbucket.org:rtmclay/lmod
Issue #560: show that extensions in hidden modules show up when doing "ml --show_hidden av"
Issue #560: show that extensions in hidden modules show up when doing "ml --show_hidden av"
Update 010_user.rst
Merge pull request #565 from dirtyharrycallahan/docs
Updating 3/1 presentation
Merge branch 'master' of ssh://github.com/TACC/Lmod
working on 3/1 presentation yet again
Merge branch 'master' of bitbucket.org:rtmclay/lmod
Merge branch 'master' of bitbucket.org:rtmclay/lmod
fix sh.in about clearMT def; Use local __lmod_my_status;
Adding printT(providedByT)
Adding local __lmod_my_status to bash module defs; fix clearMT for sh.in
Updating extension test for issue #560
Updating extension test for issue #560
Merge remote-tracking branch 'origin/issue_560'
Updating extension test for issue #560
Adding tests for issue #564
Adding tests for issue #564
Issue #560: Update Spider_spec.lua file to include mpath for dbT results
Issue #560: When doing "ml avail" only show extensions for the modules that are shown in avail
Make SILENT_SHELL_DEBUGGING=yes the default
adding set -f ; set +f around running lmod in tests
Update 2/08 presentation
Merge branch 'master' of bitbucket.org:rtmclay/lmod
Issue #560: When doing "ml avail" only show extensions for the modules that are shown in avail
Issue #560: When doing "ml avail" only show extensions for the modules that are shown in avail
moving to TAG_VERSION 8.6.12
remove extra debug line
Issue #563: Remove extra debug line from module definition
moving to TAG_VERSION 8.6.11
Issue #554: Must turn off/on file globbing in module definition not in Lmod generated shell code
Issue #562: Adding quotes around CC="$CC"
update gold files for end2end test
moving to TAG_VERSION 8.6.10
update to 2/8 presenation
Merge branch 'master' of bitbucket.org:rtmclay/lmod
Issue #554: Use set -f func() {...}; set +f to prevent file globbing during eval
Issue #554: Disabling file globbing during eval'ing
Issue #554: Use preamble and epilog to turn off file globbing during eval
Update gold files
Issue #554: Use preamble and epilog to turn off file globbing during eval
moving to TAG_VERSION 8.6.9
moving to TAG_VERSION 8.6.8
Issue #558: When doing: "module swap n/v" convert to "module swap n n/v"