SCM Repository
Log of /sml/trunk/src/cm/stable/stabilize.sml
Sticky Revision: |
Revision 760 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 22 14:15:24 2000 UTC (20 years, 1 month ago) by blume
File length: 27516 byte(s)
Diff to previous 759
merging changes from private branch
Revision 759 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 22 12:29:26 2000 UTC (20 years, 1 month ago) by blume
File length: 27334 byte(s)
Diff to previous 757
merging changes from private branch
Revision 757 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 21 14:54:56 2000 UTC (20 years, 1 month ago) by blume
File length: 27212 byte(s)
Diff to previous 737
merging changes from private branch
Revision 737 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 24 08:43:56 2000 UTC (20 years, 1 month ago) by blume
File length: 27201 byte(s)
Diff to previous 734
further improvements to link traversals and (as a result) autoloading; See HISTORY for how to bootstrap!
Revision 734 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 19 05:27:41 2000 UTC (20 years, 2 months ago) by blume
File length: 27074 byte(s)
Diff to previous 733
merge latest changes related to autoloading
Revision 733 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 17 05:13:45 2000 UTC (20 years, 2 months ago) by blume
File length: 27004 byte(s)
Diff to previous 715
merged the big housecleaning patch (see HISTORY!)
Revision 715 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 2 07:51:04 2000 UTC (20 years, 2 months ago) by blume
File length: 26790 byte(s)
Diff to previous 666
added conditional compilation in init library; BOOTFILES
Revision 666 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 16 08:27:00 2000 UTC (20 years, 7 months ago) by blume
File length: 26713 byte(s)
Diff to previous 653
merging back my devel changes (anchor environments)
Revision 653 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 7 07:59:06 2000 UTC (20 years, 7 months ago) by blume
File length: 25809 byte(s)
Diff to previous 652
merge-back from my devel branch; see HISTORY
Revision 652 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 6 02:14:56 2000 UTC (20 years, 7 months ago) by blume
File length: 25521 byte(s)
Diff to previous 651
merging changes from devel branch; new boot files
Revision 651 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 1 18:34:03 2000 UTC (20 years, 7 months ago) by monnier
File length: 24797 byte(s)
Diff to previous 643
bring revisions from the vendor branch to the trunk
Revision 643 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 12 08:29:15 2000 UTC (20 years, 8 months ago) by blume
File length: 24797 byte(s)
Diff to previous 642
merged my path anchor changes into main trunk more config/srcarchiveurl! YOU NEED NEW BINFILES more config/srcarchiveurl! Read HISTORY and src/system/README!
Revision 642 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 11 07:30:29 2000 UTC (20 years, 8 months ago) by blume
File length: 24695 byte(s)
Diff to previous 632
CM.sources implemented; CM.makedepend dropped
Revision 632 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 29 15:50:42 2000 UTC (20 years, 8 months ago) by blume
File length: 24657 byte(s)
Diff to previous 588
merged pending changes into main trunk; see HISTORY; new binfiles!!
Revision 588 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 31 09:00:02 2000 UTC (20 years, 9 months ago) by blume
File length: 23764 byte(s)
Diff to previous 587
changes to modmap generator and CM tool parameter mechanism (see HISTORY)
Revision 587 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 30 09:01:52 2000 UTC (20 years, 9 months ago) by blume
File length: 23950 byte(s)
Diff to previous 573
merging back development branch blume_devel_v110p26p1_3... This involves changes to CM and the removal of CMStaticEnv from the compiler. See the HISTORY file for more information.
Revision 573 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 9 15:23:52 2000 UTC (20 years, 10 months ago) by blume
File length: 24496 byte(s)
Diff to previous 569
merging back changes from blume_devel_v110_26_2
Revision 569 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 7 04:01:07 2000 UTC (20 years, 10 months ago) by blume
File length: 24492 byte(s)
Diff to previous 537
- size info in BOOTLIST * no fixed upper limits for number of bootfiles or length of bootfile names in runtime * falling back to old behavior if no BOOTLIST size info found - allocation size heuristics in .run-sml * tries to read cache size from /proc/cpuinfo (this is important for small-cache Celeron systems!) - install.sh robustified - CM manual updates - paranoid mode * no more CMB.deliver() (i.e., all done by CMB.make()) * can re-use existing sml.boot.* files * init.cmi now treated as library * library stamps for consistency checks - sml.boot.<arch>-<os>/PIDMAP file * This file is read by the CM startup code. This is used to minimize the amount of dynamic state that needs to be stowed away for the purpose of sharing between interactive system and user code. - CM.Anchor.anchor instead of CM.Anchor.{set,cancel} * Upon request by Elsa. Anchors now controlled by get-set-pair like most other CM state variables. - Compiler.CMSA eliminated * No longer supported by CM anyway. - fixed bugs in pickler that kept biting Stefan * past refs to past refs (was caused by the possibility that ad-hoc sharing is more discriminating than hash-cons sharing) * integer overflow on LargeInt.minInt - ml-{lex,yacc} build scripts now use new mechanism for building standalone programs - fixed several gcc -Wall warnings that were caused by missing header files, missing initializations, etc., in runtime (not all warnings eliminated, though)
Revision 537 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 18 17:20:16 2000 UTC (20 years, 11 months ago) by blume
File length: 21231 byte(s)
Diff to previous 513
CM changes: standalone builds, better CMB.make/deliver, general improvements
Revision 513 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 16 03:14:18 1999 UTC (21 years, 1 month ago) by blume
File length: 23341 byte(s)
Diff to previous 505
tweaking the (un)pickler
Revision 505 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 9 08:24:08 1999 UTC (21 years, 1 month ago) by blume
File length: 22261 byte(s)
Diff to previous 494
pickle dropper
Revision 494 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 30 09:07:21 1999 UTC (21 years, 1 month ago) by blume
File length: 21846 byte(s)
Diff to previous 461
memoize put into its own module
Revision 461 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 4 08:06:56 1999 UTC (21 years, 2 months ago) by blume
File length: 22147 byte(s)
Diff to previous 459
filtering and rehashing fixed; Servers.reset added where necessary
Revision 459 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 29 06:22:25 1999 UTC (21 years, 2 months ago) by blume
File length: 21961 byte(s)
Diff to previous 447
small change to SafeIO; cosmetic fix of master-slave interrupt handling; doc
Revision 447 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 19 07:34:25 1999 UTC (21 years, 3 months ago) by blume
File length: 21963 byte(s)
Diff to previous 444
prepared for switching to rb-trees (once they work correctly)
Revision 444 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 16 05:32:14 1999 UTC (21 years, 4 months ago) by blume
File length: 21975 byte(s)
Diff to previous 432
annoying path confusion bug fixed
Revision 432 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 10 05:44:08 1999 UTC (21 years, 4 months ago) by blume
File length: 21987 byte(s)
Diff to previous 426
memoize in stabilize; faster autoload message; consistent handling of ctxt
Revision 426 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 7 06:36:12 1999 UTC (21 years, 4 months ago) by blume
File length: 21744 byte(s)
Diff to previous 403
destroy_state was called too early in stabilize
Revision 403 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 31 07:44:29 1999 UTC (21 years, 4 months ago) by blume
File length: 21528 byte(s)
Diff to previous 402
switchover to new library scheme seems to be completed
Revision 402 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 27 07:50:43 1999 UTC (21 years, 4 months ago) by blume
File length: 21346 byte(s)
Diff to previous 400
comments and some diagnostics added
Revision 400 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 26 16:23:37 1999 UTC (21 years, 4 months ago) by blume
File length: 21300 byte(s)
Diff to previous 399
compiles now, compiles itself, but then does not boot
Revision 399 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 26 09:55:09 1999 UTC (21 years, 4 months ago) by blume
File length: 21286 byte(s)
Diff to previous 398
mostly done; need to finish Link
Revision 398 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 25 15:36:43 1999 UTC (21 years, 4 months ago) by blume
File length: 21305 byte(s)
Diff to previous 393
new stable format + improved recompile/link (in progress, not working yet)
Revision 393 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 6 08:41:25 1999 UTC (21 years, 5 months ago) by blume
File length: 17579 byte(s)
Diff to previous 391
small changes in the pickler interface
Revision 391 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 30 07:23:56 1999 UTC (21 years, 5 months ago) by blume
File length: 17457 byte(s)
Diff to previous 387
slight changes in pickle interface
Revision 387 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 26 02:44:20 1999 UTC (21 years, 5 months ago) by blume
File length: 17457 byte(s)
Diff to previous 385
just syncing; this version does not work
Revision 385 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 22 05:23:25 1999 UTC (21 years, 6 months ago) by blume
File length: 17149 byte(s)
Diff to previous 384
stable pickles use more sharing now
Revision 384 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 21 08:54:00 1999 UTC (21 years, 6 months ago) by blume
File length: 16029 byte(s)
Diff to previous 380
skel-io and stabilize use new pickler
Revision 380 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 9 05:22:18 1999 UTC (21 years, 6 months ago) by blume
File length: 19232 byte(s)
Diff to previous 371
aliases eliminated
Revision 371 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 5 14:34:41 1999 UTC (21 years, 6 months ago) by blume
File length: 19373 byte(s)
Diff to previous 370
backed out of thin traversals
Revision 370 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 5 08:59:13 1999 UTC (21 years, 6 months ago) by blume
File length: 19996 byte(s)
Diff to previous 369
thin traversals implemented (whew!)
Revision 369 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 4 12:55:20 1999 UTC (21 years, 6 months ago) by blume
File length: 19406 byte(s)
Diff to previous 367
bfc_fetch_xxx bogosity eliminated; more fleshing out of CM
Revision 367 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 3 04:59:01 1999 UTC (21 years, 6 months ago) by blume
File length: 19453 byte(s)
Diff to previous 364
more bugs/problems eliminated from the list...
Revision 364 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 07:33:12 1999 UTC (21 years, 6 months ago) by blume
File length: 19332 byte(s)
Diff to previous 363
more inching towards a usable system
Revision 363 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 02:45:45 1999 UTC (21 years, 6 months ago) by blume
File length: 19387 byte(s)
Diff to previous 362
transfer of state during stabilization implemented
Revision 362 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 1 09:39:48 1999 UTC (21 years, 6 months ago) by blume
File length: 19287 byte(s)
Diff to previous 361
bootstrapping now working (it seems)
Revision 361 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 06:44:04 1999 UTC (21 years, 6 months ago) by blume
File length: 19572 byte(s)
Diff to previous 360
bootstrapping works now (mainly); PathConfig code cleaned majorly
Revision 360 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 29 09:21:02 1999 UTC (21 years, 6 months ago) by blume
File length: 19544 byte(s)
Diff to previous 357
basic bootstrapping is now working
Revision 357 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 28 08:46:30 1999 UTC (21 years, 6 months ago) by blume
File length: 19563 byte(s)
Diff to previous 355
more work towards being able to bootstrap
Revision 355 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 26 13:17:30 1999 UTC (21 years, 6 months ago) by blume
File length: 19039 byte(s)
Diff to previous 354
autoloading added
Revision 354 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 25 08:36:12 1999 UTC (21 years, 6 months ago) by blume
File length: 18987 byte(s)
Diff to previous 353
a host of changes related mostly to pathname handling
Revision 353 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 24 09:43:28 1999 UTC (21 years, 7 months ago) by blume
File length: 18966 byte(s)
Diff to previous 349
various changes in pathname handling etc.
Revision 349 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 22 06:17:47 1999 UTC (21 years, 7 months ago) by blume
File length: 19036 byte(s)
Diff to previous 348
RTPID and BINLIST written
Revision 348 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 22 05:43:46 1999 UTC (21 years, 7 months ago) by blume
File length: 19125 byte(s)
Diff to previous 346
wrapped privileges cleaned up; Overview updated
Revision 346 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 21 05:07:29 1999 UTC (21 years, 7 months ago) by blume
File length: 19242 byte(s)
Diff to previous 345
IO.Io exception handled in stabilize.sml
Revision 345 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 20 11:55:26 1999 UTC (21 years, 7 months ago) by blume
File length: 19211 byte(s)
Diff to previous 340
error flag in source cancelled; IO vs. interrupts handled more robustly
Revision 340 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 18 05:32:46 1999 UTC (21 years, 7 months ago) by blume
File length: 19191 byte(s)
Diff to previous 330
groups not stabilizable by themselves (sucked into surrounding stable library)
Revision 330 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 12 07:45:52 1999 UTC (21 years, 7 months ago) by blume
File length: 18841 byte(s)
Diff to previous 329
stablefile format enhanced; bootstrap compiler shows signs of life
Revision 329 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 11 09:53:10 1999 UTC (21 years, 7 months ago) by blume
File length: 17510 byte(s)
Diff to previous 323
bootstrap compiler half-working
Revision 323 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 9 06:16:22 1999 UTC (21 years, 7 months ago) by blume
File length: 17451 byte(s)
Diff to previous 318
more flexible implementation of Primitive module
Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 7 09:32:09 1999 UTC (21 years, 7 months ago) by blume
File length: 17358 byte(s)
Diff to previous 314
some cleanup; pathconfig modes added; grammar modified (privileges)
Revision 314 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 4 06:41:45 1999 UTC (21 years, 7 months ago) by blume
File length: 17317 byte(s)
Diff to previous 312
keep_going works now (apparently)
Revision 312 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 2 23:20:17 1999 UTC (21 years, 7 months ago) by blume
File length: 17267 byte(s)
Diff to previous 311
usage of privileges reported (only a hack)
Revision 311 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 2 09:08:48 1999 UTC (21 years, 7 months ago) by blume
File length: 17103 byte(s)
Diff to previous 310
stabilization code properly hooked in
Revision 310 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 2 07:28:27 1999 UTC (21 years, 7 months ago) by blume
File length: 15715 byte(s)
Diff to previous 309
stabilization code working but only flimsily hooked up
Revision 309 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 2 03:21:57 1999 UTC (21 years, 7 months ago) by blume
File length: 14248 byte(s)
Diff to previous 308
stabilization code completed -- still needs to be hooked up
Revision 308 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 2 01:26:19 1999 UTC (21 years, 7 months ago) by blume
File length: 13552 byte(s)
Diff to previous 307
simplified da-env
Revision 307 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 1 09:38:28 1999 UTC (21 years, 7 months ago) by blume
File length: 11518 byte(s)
Diff to previous 306
more stabilization code (still not done, though)
Revision 306 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 1 08:25:21 1999 UTC (21 years, 7 months ago) by blume
File length: 11824 byte(s)
Diff to previous 305
stabilization code mostly done
Revision 305 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 31 15:00:06 1999 UTC (21 years, 7 months ago) by blume
File length: 4997 byte(s)
Diff to previous 304
some more fiddling with the stablefile pickler
Revision 304 - (view) (download) (annotate) - [select for diffs]
Added Mon May 31 09:10:08 1999 UTC (21 years, 7 months ago) by blume
File length: 4492 byte(s)
first steps towards stabilize (not finished yet)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |