Commit Graph

11 Commits

Author SHA1 Message Date
rkowen
4a7ecf14b7 Merged the nodeb branch into the main trunk. 2009-08-23 23:30:42 +00:00
rkowen
e63e578ad0 Merged in the btclobj1 branch changes to the main trunk - converted the
module commands to Tcl dual-ported objects.
2009-08-23 06:57:18 +00:00
rkowen
a5ce7f6926 Merged in the bnocache branch to the main source tree. 2009-08-11 22:01:29 +00:00
rkowen
c9936f9817 Rolled in the remaining 3.2.7 changes to the main branch. 2009-08-03 16:23:58 +00:00
rkowen
8c1da45de8 First pass through tagging all the translateable text with _(...), etc.
for easy extraction by xgettext.  Passes all tests.
2006-01-31 04:16:52 +00:00
rkowen
e2d51d5bb3 Made all the 'First Edition' years to be 4 digits. 2005-11-29 04:26:30 +00:00
rkowen
35070e604b The version info displays some of the configuration options.
Moved the usage info into module_usage() that can be displayed with the
--help or -H switch.
2002-06-13 22:54:52 +00:00
lakata
bc3f1a99fc fixed help for swap|switch, to reflect optional first modulefile1 2002-04-29 20:07:59 +00:00
rkowen
aa986418ac Spurious fprintf(stderr,...) was adding anomalous blank lines to the tests. 2001-06-22 20:54:19 +00:00
rkowen
39b9c33649 * Fixed the "module use --append" feature, and fixed the tests
for "module use", "module use --append", and "module unuse".
* Changed the global variable names (flags,current_module) to
  (g_flags, g_current_module) to identify their ubiquity in the
  module source.
2001-06-09 09:48:47 +00:00
rk
e816ab15b5 modules is a shell tool for setting-up the user environment on the
fly, as it were.  It's a powerful mechanism for dynamically changing
environment variables, aliases, X11 resources, etc.
It uses an embedded Tcl intrepretor, with a few extensions.  Therefore,
it has a well defined language syntax.
Version 3.1 is GPL, and includes many improvements over the 3.0beta.
2000-06-28 00:17:34 +00:00