mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
* colcomp.c: removed * utility.c: added colcomp.c contents * Makefile.am: removed colcomp.c * main.c: Added DEF_COLLATE_BY_NUMBER output for --version * configure.ac: changed USE_COLCOMP to DEF_COLLATE_BY_NUMBER, and added memdebug * locate_module.c: changed USE_COLCOMP and GetModuleName for deep dirs. * modules_def.h: check for HAVE_CONFIG_H, and added memdebug * ModuleCmd_List.c: Simplified using uvec objects
22 lines
637 B
Plaintext
22 lines
637 B
Plaintext
THINGS TODO
|
|
-----------
|
|
* Add an option for user to select between strcmp/strcasecmp/colcomp
|
|
in filename_compare.
|
|
(add tests for each of the options.)
|
|
|
|
* Make "unload" be more sensible, as to what is the opposite behavior
|
|
of "use", "unuse", "load", & "unload" in unloading a module.
|
|
|
|
* Use the "module avail" cache even for the module load/unload lookups
|
|
|
|
* Add --remove (opposite of --create) to remove cache files
|
|
|
|
* Add "exists" switch to exit with 0 or 1 if the given modulefile
|
|
exists or not.
|
|
|
|
* Add "exec" switch to execute the given "embedded" Tcl routines
|
|
in modulefiles.
|
|
|
|
* Add RPM distribution creation to Makefile.
|
|
|