* Fixed the module switch with custom delimiters (Tyson Whitehead)
* If a bash shell check if interactive or not for alias/functions
* Fix the flags with regards to recursive load/unload
* Fix perl.pm init file typo (bug 3497092)
* Moved from cvs to git (and now: modulefile/module-git)
* Fix the module swap with the --delim option (Tyson Whitehead)
* Increased the "update" buffer (Leon Kos)
* Use the locale for sorting modulefiles by the avail command
* Fixed the segfault problem with Tcl_RegExpCompile() (Kenneth Hoste,
Tyson Whitehead)
* Updated the FSF address in LICENSE.GPL (Jan Synacek)
* Forked the Tcl-only version to be maintained by Kent Mein.
* Added the "module-info type" query to return 'C' to indicate that
the modulecmd executable is the "C" version.
(The Tcl-only version will return 'Tcl'.)
* Search /usr/lib64 for tclConfig.sh also (Jan Synacek)
* Tested loading 20 other modulefiles from a single one
* Have ChangeLog generated by a script due to Marcus D. Hanwell
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/Modules?expand=0&rev=13
12 lines
495 B
Diff
12 lines
495 B
Diff
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile ../orig-modules-3.2.10/ModuleCmd_Avail.c ./ModuleCmd_Avail.c
|
||
--- ../orig-modules-3.2.10/ModuleCmd_Avail.c 2012-12-13 23:17:27.000000000 +0100
|
||
+++ ./ModuleCmd_Avail.c 2012-12-21 09:56:11.371774517 +0100
|
||
@@ -690,6 +690,7 @@
|
||
|
||
static int test_version_dir( struct dirent *dp)
|
||
{
|
||
+ return 0;
|
||
}
|
||
/*++++
|
||
** ** Function-Header ***************************************************** **
|