History of unix/tclLoadDl.c of da536b980361149e
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file unix/tclLoadDl.c at check-in da536b980361149e

2026-07-17
06:50
Use of TIP 757 in many places file: [e392cd6257] check-in: [2237c55faf] user: dkf branch: tip-757-use, size: 8169
2026-04-09
19:54
Add a macro to declare a variable as 'used' when the compiler can't see it. For when TCL_UNUSED isn't so suitable. file: [40627531b3] check-in: [a41f6993bb] user: dkf branch: tcl-used, size: 8562
2025-11-18
17:15
Work in progress: adding restrict to OUT arguments file: [4ce69a0fca] check-in: [f9725400dd] user: dkf branch: c11-restrict, size: 8229
2025-10-03
11:47
Use C11 macros to automatically add a NULL to the end of varargs sequences file: [47a6318411] check-in: [9c524e00d4] user: dkf branch: c11-automarker, size: 8186
2025-07-14
14:26
TclSetErrorCode lets us avoid writing a lot of marker values file: [ecf865492d] check-in: [a29f1f8fab] user: dkf branch: c-std-update, size: 8146
2025-07-12
20:58
Define TclPrintfResult() for common pattern in error generation. file: [6965216b71] check-in: [70b6205548] user: dkf branch: c-std-update, size: 8167
2025-01-17
12:31
Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so compiling with TCL_LOAD_FROM_MEMORY succeeds (but fallbacks normally at runtime) file: [750ddc1554] check-in: [53a5a0cfa2] user: jan.nijtmans branch: main, size: 8207
2025-01-16
09:16
Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so compiling with TCL_LOAD_FROM_MEMORY succeeds (but fallbacks normally at runtime) file: [642cbe8707] check-in: [88acf4888e] user: jan.nijtmans branch: core-8-branch, size: 7981
2025-01-15
17:19
change (internal) TclpLoadMemory() signature, backported from 9.0. Install headers before documentation. If documentation copying (which is slow) is aborted, it doesn't affect development work file: [2527d27270] check-in: [92063c26fc] user: jan.nijtmans branch: core-8-6-branch, size: 8311
2025-01-10
13:01
Add TclPrintfResult() for easy error message generation file: [eadf631db7] check-in: [665eb99f69] user: dkf branch: dkf-c11-features, size: 7539
2025-01-09
09:30
TclSetErrorCode is a macro to end-mark Tcl_SetErrorCode file: [2dd0de25cd] check-in: [0e84f9c9df] user: dkf branch: dkf-c11-features, size: 7573
2024-12-06
18:03
compiling file: [93c7706538] check-in: [58b1e5aa21] user: jan.nijtmans branch: bug-a8e4f76ce4-linux, size: 9801
17:17
First sketch of implementation file: [edb4f6d504] check-in: [15b9166326] user: jan.nijtmans branch: bug-a8e4f76ce4-linux, size: 9692
2024-12-04
17:51
Indenting file: [606b179b68] check-in: [3dd7035ccc] user: jan.nijtmans branch: core-8-branch, size: 7379
2024-08-29
08:23
Merge [f6c559b364487a9d]: Space before tab is an extremely unlikely to be correct indentation pattern. file: [f04c9d0888] check-in: [8a11a89576] user: pooryorick branch: unchained, size: 7965
2024-08-26
09:56
Merge [3bdb40e1f2683f5f]: Few more spacing/formatting tweaks. file: [2f8e37489a] check-in: [30d592af71] user: pooryorick branch: unchained, size: 7981
2024-08-23
12:39
Merge [e9d398b2aa04d93d], Make "-profile strict" the default in Tcl 9.0. file: [37ce001462] check-in: [9c4f7a3dae] user: pooryorick branch: unchained, size: 7990
2024-08-22
20:52
Merge [f67f60d202716adf]: Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-compiler as well. file: [9ee09fa053] check-in: [e18c9ab9f6] user: pooryorick branch: unchained, size: 7773
2024-07-20
15:59
Merge trunk [91c2f411e7e71552], TIP #636 (tip-636-tcl9-644), resolve all conflicts including those resulting from conflicting Tcl_Obj interface implementations, and relicense under GNU Affero General Public License. All tests pass. file: [c5fb27928a] check-in: [d8a3450f12] user: pooryorick branch: unchained, size: 7765
2024-06-18
22:07
Backport some code cleanup from 8.7/9.0. Fix indenting file: [0ee6f0064b] check-in: [e749719636] user: jan.nijtmans branch: core-8-6-branch, size: 7393
2024-06-04
15:35
Space before tab is an extremely unlikely to be correct indentation pattern file: [bcc0f380d8] check-in: [f6c559b364] user: dkf branch: main, size: 7594
2024-05-23
08:53
More trickery with macros file: [2dab1f3ec2] check-in: [a3f9c1bec2] user: dkf branch: more-macros, size: 7579
2024-05-14
16:06
Add helper macros TclSetResult and TclPrintfResult file: [5e8f408639] check-in: [0b65fb9e0c] user: dkf branch: result-helpers, size: 7576
2024-04-23
16:06
Hmm, something is broken. Leaving this here but this commit is definitely wrong somehow file: [1c6767e25b] check-in: [b356268e32] user: dkf branch: tidy-indentation, size: 7612
2024-03-23
18:17
Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are only generated for Tcl 8.x, not for 9.0 file: [9186a4b630] check-in: [36eaeafb4b] user: jan.nijtmans branch: core-8-branch, size: 7395
2024-03-20
13:49
Few more spacing/formatting tweaks file: [fa86d4dc02] check-in: [3bdb40e1f2] user: jan.nijtmans branch: main, size: 7610
2023-11-02
17:00
Merge main file: [c15cdf7b82] check-in: [e85a6745f5] user: oehhar branch: tip-657, size: 7619
2023-10-19
18:48
Merge 8.7 file: [69b959924b] check-in: [f67f60d202] user: jan.nijtmans branch: main, size: 7402
2023-10-17
06:02
Handle sentinels for any C++ compiler file: [8875b52ce9] check-in: [6876d1f99a] user: jan.nijtmans branch: bug-26870862f0, size: 7395
2023-07-19
08:59
Merge 9.0 file: [0bb5edcb6e] check-in: [331a94f0b8] user: jan.nijtmans branch: tip-657, size: 7611
2023-07-14
11:13
Use "strict" in almost all commands. Only "glob" and environment variables are left out. (Experimental) file: [61a9a8c84c] check-in: [da536b9803] user: jan.nijtmans branch: tip-657, size: 7609
2023-06-17
04:59
Lossless load / unload tests file: [f5c3ae2128] check-in: [02b75abeb8] user: apnadkarni branch: tip-671, size: 7453
2023-03-30
22:22
Merge 8.7 file: [f6ec3656df] check-in: [7c9d2dc7a3] user: jan.nijtmans branch: main, size: 7394
22:02
Merge 8.6 file: [6b927817b2] check-in: [166e8656a7] user: jan.nijtmans branch: core-8-branch, size: 7387
2022-07-19
08:56
Merge 8.7 file: [75ca819057] check-in: [7c6436ddb3] user: jan.nijtmans branch: main, size: 7380
08:35
Make a start converting -1 -> TCL_INDEX_NONE where appropriate file: [a37e52a5d9] check-in: [ec4c6a5785] user: jan.nijtmans branch: core-8-branch, size: 7373
2020-12-08
15:42
Merge 8.7 file: [601d01132a] check-in: [71493b571b] user: jan.nijtmans branch: main, size: 7320
15:31
Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet file: [067f749f06] check-in: [4254aa305b] user: jan.nijtmans branch: core-8-branch, size: 7313
2020-11-06
14:58
Merge 8.7 file: [420cf1f364] check-in: [a3d7ddd732] user: jan.nijtmans branch: main, size: 7321
14:43
Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages functions, since they turn out to be useless. The can be removed in 9.0 file: [2d8ef9de9d] check-in: [7b2277bf8b] user: jan.nijtmans branch: core-8-branch, size: 7314
2020-03-09
16:34
merge 8.7 file: [8c2157d59e] check-in: [a0ed9240c8] user: dgp branch: trunk, size: 8046
15:45
TCL_UNUSED in the unix sources. file: [d781895d5f] check-in: [2c910028eb] user: dgp branch: core-8-branch, size: 8039
2020-02-28
12:46
Merge 8.7 file: [9d265f377c] check-in: [b7af922d61] user: jan.nijtmans branch: trunk, size: 8233
2019-11-07
15:39
Merge 8.7 file: [5b1a73a394] check-in: [0c78b48a01] user: jan.nijtmans branch: cplusplus, size: 8226
14:37
Merge 8.7 file: [c222415b14] check-in: [831293c74c] user: jan.nijtmans branch: trunk, size: 7375
2019-11-06
20:41
Rewrite documentation of IO subsystem. file: [46b203cadc] check-in: [e756ae681a] user: pooryorick branch: core-8-branch, size: 7373
2019-09-05
15:14
Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and Windows) without -Wunused-parameters warnings file: [f2ed518c65] check-in: [48b1783ecd] user: jan.nijtmans branch: cplusplus, size: 8238
2019-09-04
21:19
Handle "Unload" as well file: [bcd8a9465f] check-in: [359b4a501a] user: jan.nijtmans branch: cplusplus, size: 8200
20:51
(experiment) Allow C++ symbols to be found in loaded extensions file: [1974d8099c] check-in: [4ffcb2dcd0] user: jan.nijtmans branch: cplusplus, size: 7951
2019-07-10
05:51
Merge 8.7, and continue implementation. Almost done file: [97dd40b60c] check-in: [237cdadf3f] user: jan.nijtmans branch: cplusplus, size: 7415
2019-07-04
06:54
Experiment: compile Tcl with C++ compiler. WIP file: [795b5222a5] check-in: [99d5f9c948] user: jan.nijtmans branch: cplusplus, size: 7401
2019-02-01
20:36
Another (big) round of int -> size_t enhancements. So Tcl can handle string >2GiB in more places. file: [09e5d08835] check-in: [8534448b44] user: jan.nijtmans branch: trunk, size: 7387
2018-09-01
22:01
Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) file: [bdb9f5af63] check-in: [f13660b5a5] user: jan.nijtmans branch: memory-API, size: 7389
2016-05-09
09:42
Fix [5c7578d0f2958bfd]: Tclkits producing temporary directories on Windows file: [5ff9bf09c9] check-in: [35ac7f7ade] user: jan.nijtmans branch: androwish, size: 8924
2015-10-09
19:11
merge trunk file: [9fe5a6b541] check-in: [4cc09d6a51] user: jan.nijtmans branch: androwish, size: 8545
2015-10-07
13:14
Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da26d4760]: Tcl_LoadFile() segfaults if "interp" is NULL. file: [1f265a84f4] check-in: [5034c136a8] user: jan.nijtmans branch: trunk, size: 7385
2015-06-21
22:29
Branch for androwish, as help to keep track on which android-specific changes could be included into the core without harm. file: [18a87c32d4] check-in: [fe175c2a4e] user: jan.nijtmans branch: androwish, size: 8495
2012-11-26
10:12
Fixing a few things that were missed (as they are for non-OSX Unix). file: [e851675b21] check-in: [768ab704ad] user: dkf branch: novem-64bit-sizes, size: 7363
2012-11-18
07:39
Better programming practice, no literal '-1' in source code. Might even be useful for 64bit-sizes branch <p>add TCL_NOSIZE as internal defined for -1, and use it in a lot of places Ass this function argument should be size_t, not ssize_t (still to be TIPped), something like this will be needed anyway. file: [0239040a98] check-in: [11a1d1e174] user: jan.nijtmans branch: tcl_nosize, size: 7359
2012-11-07
08:03
Finish the TIP #416 implementation as specified (#define's were still missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. file: [1dc4d1f15d] check-in: [6c3f682fbf] user: jan.nijtmans branch: frq-3579001, size: 7335
2012-10-24
21:22
syntax improvement: expect options before the filename <p>start at documentation file: [e05bde5401] check-in: [7bc615df40] user: jan.nijtmans branch: frq-3579001, size: 7309
13:08
experimental implementation of FRQ-3579001 file: [77d9811c64] check-in: [0895bccd51] user: jan.nijtmans branch: frq-3579001, size: 7310
2012-10-23
21:50
Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are available through the whole filesystem for (future) internal use file: [2440da5b4e] check-in: [4d417791c9] user: jan.nijtmans branch: trunk, size: 7091
2012-08-27
17:12
Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the code which wasn't prepared to deal with that. file: [043262d9a3] check-in: [d17e59a33e] user: andreask branch: trunk, size: 7076
2012-08-04
18:54
Unbreak. file: [319c6cd0d5] check-in: [5047d34050] user: stwo branch: trunk, size: 6992
13:04
more result generation conversion file: [32dabbb51d] check-in: [6325d5dbea] user: dkf branch: trunk, size: 6991
2012-07-03
14:52
Factor out a number of common patterns of use of Tcl_DStringAppend. file: [00e2cf0857] check-in: [4dd736c95f] user: dkf branch: trunk, size: 6996
2012-01-08
20:49
Fix loading of timezones where one abbreviation is a proper suffix of another [Bug 3470928] file: [b4ca9c6633] check-in: [dc71499520] user: kbk branch: trunk, size: 7046
2011-03-22
10:14
[Bug #3216070] Loading extension libraries from embedded Tcl applications. file: [297d036fe3] check-in: [58a4f59ea3] user: jan.nijtmans branch: trunk, size: 6993
10:10
[Bug #3216070] Loading extension libraries from embedded Tcl applications. file: [1100e9e8d9] check-in: [e18262f10e] user: jan.nijtmans branch: core-8-5-branch, size: 6138
2011-03-16
21:36
bug-3216070 file: [8ec9cc308e] check-in: [28d283ab37] user: jan.nijtmans branch: bug-3216070, size: 5997
2011-03-12
15:06
Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in rest of Tcl source code. No ABI change. API change *should* be harmless. file: [13c991cb77] check-in: [5574bdd262] user: dkf branch: trunk, size: 6884
2011-03-02
20:27
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them (except in zlib files). file: [4981a8389d] check-in: [c64f310d38] user: dgp branch: trunk, size: 6919
16:06
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [121b2614fa] check-in: [79367df0f0] user: dgp branch: core-8-5-branch, size: 6029
2011-03-01
15:38
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [62fdde5dad] check-in: [90b4acd7bd] user: dgp branch: core-8-4-branch, size: 5984
2010-12-07
11:45
@1511 file: [b132762b1e] check-in: [cde12364d3] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 6989
2010-12-06
14:52
@1400, undo of 177 (TclpThreadGetStacksize). file: [a6d31bf8e5] check-in: [861c844a13] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 6996
2010-09-17
12:55
Merge from HEAD to rmax-ipv6-branch file: [f0e2767645] check-in: [70c6ac9692] user: rmax branch: rmax-ipv6-branch, size: 6994
2010-06-21
20:23
merge file: [3d22f557ed] check-in: [6d709daeba] user: dgp branch: dgp-refactor, size: 6993
11:23
Eliminate various unnecessary type casts, use function typedefs whenever possible file: [d9192e6ac8] check-in: [8086293cfc] user: nijtmans branch: trunk, size: 6994
2010-06-07
17:36
rebranch from HEAD file: [0d1af7538c] check-in: [f3af08f468] user: rmax branch: rmax-ipv6-branch, size: 7001
2010-04-29
23:32
merge file: [5ec09eae5c] check-in: [93ad5b0c95] user: dgp branch: dgp-refactor, size: 7000
2010-04-26
22:30
* unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the logic so that the casts added in Donal Fellows's change for the same bug are no longer necessary. file: [288d99d7e1] check-in: [4822edc7ce] user: kennykb branch: trunk, size: 7000
13:49
* unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast because auto-casting between function and non-function types is never naturally warning-free. file: [7404152847] check-in: [5dc374b21c] user: dkf branch: trunk, size: 6795
2010-04-06
02:37
merge file: [9436137366] check-in: [5a7746cb57] user: dgp branch: dgp-refactor, size: 6790
2010-04-05
07:38
Fix two failing tests by matching the can't-lookup-symbol error message. file: [2f99ad8d94] check-in: [74f9cd4b4f] user: dkf branch: trunk, size: 6786
2010-04-02
23:48
merge file: [04b3a4c522] check-in: [bda2f88d91] user: dgp branch: dgp-refactor, size: 6801
21:21
* generic/tcl.decls: [TIP #357]: First round of changes * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: file: [63d381d8c1] check-in: [80aa157f45] user: kennykb branch: trunk, size: 6801
2010-03-11
15:02
Revert a few files from the previous commit, preventing conflicts with Kevin's TIP #357 work file: [05c7a6dd7d] check-in: [6e701eee65] user: nijtmans branch: trunk, size: 6106
13:35
Remove unnecessary '&' decoration for function pointers. Fix double declaration of TclNativeDupInternalRep file: [dbd1bbd586] check-in: [bb4a12448b] user: nijtmans branch: trunk, size: 6105
2008-05-11
04:22
merge updates from HEAD file: [622ab1da2b] check-in: [b084fd8e3a] user: dgp branch: dgp-refactor, size: 6105
2008-04-27
22:21
Get rid of pre-C89-isms (esp. CONST vs const). file: [1352197b33] check-in: [2d205c22fb] user: dkf branch: trunk, size: 6101
2006-07-05
21:29
merge updates from HEAD file: [b7f282775d] check-in: [2d02d24f27] user: dgp branch: dgp-refactor, size: 6103
2006-06-13
22:54
Workaround for silly compiler bug. [Bug 1503729] file: [979278bbb3] check-in: [145ea285f8] user: dkf branch: core-8-4-branch, size: 6058
22:10
Workaround for silly compiler bug. [Bug 1503729] file: [a89109b92c] check-in: [a946650648] user: dkf branch: trunk, size: 6099
2005-12-02
18:42
merge updates from HEAD file: [af59aa225d] check-in: [1059d34b2b] user: dgp branch: dgp-refactor, size: 5940
2005-11-11
23:46
More bits of ANSIfying file: [6c3d4c3b51] check-in: [884b0bcef2] user: dkf branch: trunk, size: 5936
2005-08-02
18:14
merge updates from HEAD file: [ff23331250] check-in: [10feab7c07] user: dgp branch: kennykb-numerics-branch, size: 6045
2005-07-26
04:11
Merge updates from HEAD file: [06ccc1948e] check-in: [8351a734a6] user: dgp branch: dgp-refactor, size: 6045
2005-07-19
13:37
Systematizing the formatting Also simplified the AIX loader so that it's failure-mode code wasn't scattered all over quite so much. file: [82b88e4cf2] check-in: [b174fe79d4] user: dkf branch: trunk, size: 6041
2002-10-10
12:25
load fixes for Bug 611108 file: [c3264b643c] check-in: [4a2a8cda84] user: vincentdarley branch: trunk, size: 5907
2002-08-20
20:25
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunk file: [637576df2e] check-in: [354986d9c3] user: das branch: macosx-8-4-branch, size: 5347
2002-07-18
16:26
Tcl_LoadHandle usage file: [f969df2816] check-in: [9fb2f4b2d3] user: vincentdarley branch: trunk, size: 5354
15:04
load comments and clientData replacement file: [4e402a1c34] check-in: [9e000cc9a7] user: vincentdarley branch: trunk, size: 5350
2002-07-17
20:02
load internals refactoring file: [fd95fd3e82] check-in: [4e927f5e64] user: vincentdarley branch: trunk, size: 5064
20:00
load internals refactoring file: [c507ef6bb6] check-in: [bbffcec48d] user: vincentdarley branch: trunk, size: 5044
2002-02-05
02:21
Merging with the current TOT. Very few conflicts, mostly in the generated files. file: [36e0e4daca] check-in: [f469a31a06] user: wolfsuit branch: macosx-8-4-branch, size: 5536
2002-01-09
19:09
Updated APIs in the files */tcl*Load*.c according to the guidelines of TIP 27. file: [cb3ac88fcc] check-in: [ce9573a39c] user: kennykb branch: trunk, size: 5531
2001-11-28
17:58
* NOTES: New file. Read here about the new modularization macros, interdependencies, implications, etc. * static.sizes.html: New file. Report on the cuts achieved so far. Regarding the object files only the files which did change in size are reported. Usage of the MODULAR_TCL macro currently cuts about 17 % of the code (measured using strip'ped object files and libraries). * Changed files so far .. [cut, see changelog for full list] * Working on modularization of the tcl core. *************************** **** mod-8-3-4-branch **** *************************** file: [4518e41abe] check-in: [052bbd8095] user: andreas_kupries branch: mod-8-3-4-branch, size: 5390
2001-09-28
01:21
* More CONST poisoning fixes from the 2001-09-24 TIP 27 changes. CONST-ified Tcl_FSLoadFile and TclpLoadFile. Report and patch from Kevin Kenny. [Bug 465833] file: [ae7f63da90] check-in: [82ca289320] user: dgp branch: trunk, size: 5522
2001-09-24
21:10
* Updated APIs in generic/tclUtil.c according to the guidelines of TIP 27. [Patch 464553] file: [84b74d99bb] check-in: [e70344d226] user: dgp branch: trunk, size: 5517
2001-09-04
18:06
minor fs, vfs fixes file: [e26e012bce] check-in: [e50cc64ecb] user: vincentdarley branch: trunk, size: 5521
2001-08-30
08:53
filesystem file: [1ae9fec62c] check-in: [63ee4e7a09] user: vincentdarley branch: trunk, size: 5298
1999-04-21
00:42
Deleted: Added comments for 4/19 and 4/20 check-in: [6c6fc5d7b2] user: redman branch: scriptics-tclpro-1-2-old, size: 0
1999-04-16
00:46
merged tcl 8.1 branch back into the main trunk file: [b5690b6d42] check-in: [f3b32fb71c] user: stanton branch: trunk, size: 5317
1999-03-11
19:28
Deleted: Add documentation for Tcl_GetVersion() check-in: [940e47cf48] user: redman branch: scriptics-tclpro-1-2, size: 0
1998-09-24
23:58
merging changes from 8.0.3 into 8.1a2 file: [6198e2a690] check-in: [1c3c1ab19f] user: stanton branch: core-8-1-branch-old, size: 5321
1998-09-21
23:39
Added contents of Tcl 8.1a2 file: [b46b66175a] check-in: [8c56dc8868] user: stanton branch: core-8-1-branch-old, size: 5296
1998-09-14
18:39
Replaced SCCS strings, fixed binary files file: [16df9cc0d7] check-in: [196f92fd17] user: stanton branch: trunk, size: 3995
1998-03-26
14:56
Added: Initial revision file: [7848bfb630] check-in: [f86c34e38d] user: rjohnson branch: trunk, size: 3973