SCM Repository
Log of /sml/branches/rt-transition/cm/depend
Sticky Revision: |
Revision 2837 - Directory Listing
Modified Fri Nov 2 19:35:43 2007 UTC (13 years, 4 months ago) by jhr
Create a branch for the transition to the new runtime system.
Revision 2492 - Directory Listing
Modified Fri May 4 03:39:10 2007 UTC (13 years, 10 months ago) by dbm
Original Path: sml/trunk/cm/depend
merge revisions 2221:2491 from primop-branch-3
Revision 2162 - Directory Listing
Modified Thu Nov 2 21:20:47 2006 UTC (14 years, 4 months ago) by blume
Original Path: sml/trunk/cm/depend
eliminated src dir
Revision 1344 - Directory Listing
Modified Wed Aug 13 18:04:08 2003 UTC (17 years, 6 months ago) by macqueen
Original Path: sml/trunk/src/cm/depend
merged changes from mcz-branch (tag: dbm-20030813-mcz-merge1)
Revision 1011 - Directory Listing
Modified Thu Jan 10 20:22:04 2002 UTC (19 years, 1 month ago) by blume
Original Path: sml/trunk/src/cm/depend
updates to pgraph and, more importantly, to NLFFI
Revision 986 - Directory Listing
Modified Wed Nov 21 21:03:17 2001 UTC (19 years, 3 months ago) by blume
Original Path: sml/trunk/src/cm/depend
Release 110.37 -- see HISTORY
Revision 977 - Directory Listing
Modified Wed Nov 14 16:53:16 2001 UTC (19 years, 3 months ago) by blume
Original Path: sml/trunk/src/cm/depend
srcname routed to mlriscgen; more fiddling with pgraph (portable library graph) code
Revision 975 - Directory Listing
Modified Wed Oct 31 20:22:44 2001 UTC (19 years, 4 months ago) by blume
Original Path: sml/trunk/src/cm/depend
updates to CKIT, CM, NLFFI, and scripts (see HISTORY)
Revision 905 - Directory Listing
Modified Thu Aug 23 21:53:02 2001 UTC (19 years, 6 months ago) by blume
Original Path: sml/trunk/src/cm/depend
updates to environments, envrefs, interactive loop
Revision 879 - Directory Listing
Modified Thu Jul 19 18:59:38 2001 UTC (19 years, 7 months ago) by blume
Original Path: sml/trunk/src/cm/depend
extensive organizational changes
Revision 838 - Directory Listing
Modified Tue Jun 5 19:10:21 2001 UTC (19 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
index-file generation in CM; small changes to c-calls API
Revision 801 - Directory Listing
Modified Mon Mar 19 22:53:00 2001 UTC (19 years, 11 months ago) by blume
Original Path: sml/trunk/src/cm/depend
parallel make works again
Revision 773 - Directory Listing
Modified Mon Jan 8 16:18:37 2001 UTC (20 years, 1 month ago) by blume
Original Path: sml/trunk/src/cm/depend
merging changes from private branch
Revision 771 - Directory Listing
Modified Sat Dec 30 13:06:09 2000 UTC (20 years, 2 months ago) by blume
Original Path: sml/trunk/src/cm/depend
merging changes from private branch
Revision 737 - Directory Listing
Modified Fri Nov 24 08:43:56 2000 UTC (20 years, 3 months ago) by blume
Original Path: sml/trunk/src/cm/depend
further improvements to link traversals and (as a result) autoloading; See HISTORY for how to bootstrap!
Revision 733 - Directory Listing
Modified Fri Nov 17 05:13:45 2000 UTC (20 years, 3 months ago) by blume
Original Path: sml/trunk/src/cm/depend
merged the big housecleaning patch (see HISTORY!)
Revision 715 - Directory Listing
Modified Thu Nov 2 07:51:04 2000 UTC (20 years, 4 months ago) by blume
Original Path: sml/trunk/src/cm/depend
added conditional compilation in init library; BOOTFILES
Revision 666 - Directory Listing
Modified Fri Jun 16 08:27:00 2000 UTC (20 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
merging back my devel changes (anchor environments)
Revision 652 - Directory Listing
Modified Tue Jun 6 02:14:56 2000 UTC (20 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
merging changes from devel branch; new boot files
Revision 651 - Directory Listing
Modified Thu Jun 1 18:34:03 2000 UTC (20 years, 9 months ago) by monnier
Original Path: sml/trunk/src/cm/depend
bring revisions from the vendor branch to the trunk
Revision 642 - Directory Listing
Modified Thu May 11 07:30:29 2000 UTC (20 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
CM.sources implemented; CM.makedepend dropped
Revision 632 - Directory Listing
Modified Sat Apr 29 15:50:42 2000 UTC (20 years, 10 months ago) by blume
Original Path: sml/trunk/src/cm/depend
merged pending changes into main trunk; see HISTORY; new binfiles!!
Revision 587 - Directory Listing
Modified Thu Mar 30 09:01:52 2000 UTC (20 years, 11 months ago) by blume
Original Path: sml/trunk/src/cm/depend
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 - Directory Listing
Modified Thu Mar 9 15:23:52 2000 UTC (20 years, 11 months ago) by blume
Original Path: sml/trunk/src/cm/depend
merging back changes from blume_devel_v110_26_2
Revision 569 - Directory Listing
Modified Tue Mar 7 04:01:07 2000 UTC (20 years, 11 months ago) by blume
Original Path: sml/trunk/src/cm/depend
- 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 - Directory Listing
Modified Fri Feb 18 17:20:16 2000 UTC (21 years ago) by blume
Original Path: sml/trunk/src/cm/depend
CM changes: standalone builds, better CMB.make/deliver, general improvements
Revision 505 - Directory Listing
Modified Thu Dec 9 08:24:08 1999 UTC (21 years, 2 months ago) by blume
Original Path: sml/trunk/src/cm/depend
pickle dropper
Revision 492 - Directory Listing
Modified Fri Nov 26 09:00:50 1999 UTC (21 years, 3 months ago) by blume
Original Path: sml/trunk/src/cm/depend
relative osstrings; groupsOf
Revision 456 - Directory Listing
Modified Wed Oct 27 15:09:58 1999 UTC (21 years, 4 months ago) by blume
Original Path: sml/trunk/src/cm/depend
even ordering in master-slave protocol improved
Revision 454 - Directory Listing
Modified Wed Oct 27 04:41:14 1999 UTC (21 years, 4 months ago) by blume
Original Path: sml/trunk/src/cm/depend
in-degree calculation and prioritizing added
Revision 451 - Directory Listing
Modified Sat Oct 23 15:05:55 1999 UTC (21 years, 4 months ago) by blume
Original Path: sml/trunk/src/cm/depend
CMB.deliver (and probably CM.stabilize) now work with compile servers
Revision 448 - Directory Listing
Modified Thu Oct 21 09:20:16 1999 UTC (21 years, 4 months ago) by blume
Original Path: sml/trunk/src/cm/depend
getting ready for parallel...
Revision 444 - Directory Listing
Modified Thu Sep 16 05:32:14 1999 UTC (21 years, 5 months ago) by blume
Original Path: sml/trunk/src/cm/depend
annoying path confusion bug fixed
Revision 404 - Directory Listing
Modified Wed Sep 1 07:03:22 1999 UTC (21 years, 6 months ago) by blume
Original Path: sml/trunk/src/cm/depend
some small bugs squashed
Revision 398 - Directory Listing
Modified Wed Aug 25 15:36:43 1999 UTC (21 years, 6 months ago) by blume
Original Path: sml/trunk/src/cm/depend
new stable format + improved recompile/link (in progress, not working yet)
Revision 396 - Directory Listing
Modified Thu Aug 12 06:05:40 1999 UTC (21 years, 6 months ago) by blume
Original Path: sml/trunk/src/cm/depend
Elsa's bug fixed
Revision 387 - Directory Listing
Modified Mon Jul 26 02:44:20 1999 UTC (21 years, 7 months ago) by blume
Original Path: sml/trunk/src/cm/depend
just syncing; this version does not work
Revision 380 - Directory Listing
Modified Fri Jul 9 05:22:18 1999 UTC (21 years, 7 months ago) by blume
Original Path: sml/trunk/src/cm/depend
aliases eliminated
Revision 371 - Directory Listing
Modified Mon Jul 5 14:34:41 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
backed out of thin traversals
Revision 370 - Directory Listing
Modified Mon Jul 5 08:59:13 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
thin traversals implemented (whew!)
Revision 364 - Directory Listing
Modified Fri Jul 2 07:33:12 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
more inching towards a usable system
Revision 362 - Directory Listing
Modified Thu Jul 1 09:39:48 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
bootstrapping now working (it seems)
Revision 358 - Directory Listing
Modified Mon Jun 28 13:59:11 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
listfile generation fixed
Revision 357 - Directory Listing
Modified Mon Jun 28 08:46:30 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
more work towards being able to bootstrap
Revision 355 - Directory Listing
Modified Sat Jun 26 13:17:30 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
autoloading added
Revision 354 - Directory Listing
Modified Fri Jun 25 08:36:12 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
a host of changes related mostly to pathname handling
Revision 353 - Directory Listing
Modified Thu Jun 24 09:43:28 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
various changes in pathname handling etc.
Revision 348 - Directory Listing
Modified Tue Jun 22 05:43:46 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
wrapped privileges cleaned up; Overview updated
Revision 340 - Directory Listing
Modified Fri Jun 18 05:32:46 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
groups not stabilizable by themselves (sucked into surrounding stable library)
Revision 330 - Directory Listing
Modified Sat Jun 12 07:45:52 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
stablefile format enhanced; bootstrap compiler shows signs of life
Revision 329 - Directory Listing
Modified Fri Jun 11 09:53:10 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
bootstrap compiler half-working
Revision 320 - Directory Listing
Modified Tue Jun 8 07:42:11 1999 UTC (21 years, 8 months ago) by blume
Original Path: sml/trunk/src/cm/depend
value cache implemented correctly
Revision 310 - Directory Listing
Modified Wed Jun 2 07:28:27 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
stabilization code working but only flimsily hooked up
Revision 309 - Directory Listing
Modified Wed Jun 2 03:21:57 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
stabilization code completed -- still needs to be hooked up
Revision 308 - Directory Listing
Modified Wed Jun 2 01:26:19 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
simplified da-env
Revision 307 - Directory Listing
Modified Tue Jun 1 09:38:28 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
more stabilization code (still not done, though)
Revision 306 - Directory Listing
Modified Tue Jun 1 08:25:21 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
stabilization code mostly done
Revision 305 - Directory Listing
Modified Mon May 31 15:00:06 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
some more fiddling with the stablefile pickler
Revision 304 - Directory Listing
Modified Mon May 31 09:10:08 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
first steps towards stabilize (not finished yet)
Revision 303 - Directory Listing
Modified Sun May 30 10:23:20 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
dyn-tstamp eliminated; more fiddling with sharing (now checked statically)
Revision 301 - Directory Listing
Modified Fri May 28 09:43:39 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
recompile and exec mostly working (probably still bugs in the details)
Revision 299 - Directory Listing
Modified Thu May 27 13:53:27 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
finished recomp.sml; now only need to put the pieces together
Revision 297 - Directory Listing
Modified Thu May 27 08:29:19 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
persistent state/error handling bogosity fixed
Revision 295 - Directory Listing
Modified Wed May 26 09:20:25 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
most of recompilation/execution machinery in place
Revision 294 - Directory Listing
Modified Tue May 25 09:06:06 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
first steps towards make/recompile and stable libraries
Revision 293 - Directory Listing
Modified Tue May 25 03:04:50 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
skeleton code rewritten (should contain no more code inherited from SC)
Revision 291 - Directory Listing
Modified Mon May 24 09:41:07 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
new attempt at Skeletons (not quite satisfactory yet)
Revision 286 - Directory Listing
Modified Fri May 21 07:47:16 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
skeleton type simplified; improved conversion, etc.
Revision 283 - Directory Listing
Modified Wed May 19 08:20:58 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
full dependency analysis (hopefully) in place
Revision 282 - Directory Listing
Modified Wed May 19 05:14:03 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
stdtool as function; better depend. graphs, group export grammar fixed
Revision 281 - Directory Listing
Modified Tue May 18 14:57:00 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
GroupReg added; bad error msg behavior fixed
Revision 280 - Directory Listing
Modified Tue May 18 09:05:13 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
some cosmetic changes to error reporting
Revision 279 - Directory Listing
Modified Tue May 18 08:10:36 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
dependency analysis (hopefully) done; some simplifying changes to skeletons
Revision 278 - Directory Listing
Modified Mon May 17 14:53:49 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
more towards dependency analysis
Revision 277 - Directory Listing
Modified Mon May 17 09:13:26 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
early beginning of dep. analysis
Revision 273 - Directory Listing
Modified Wed May 12 08:38:51 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
checking for group cycles implemented (with nicely formatted error message)
Revision 272 - Directory Listing
Modified Wed May 12 07:09:28 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
implementation of Tools mechanism added
Revision 270 - Directory Listing
Modified Tue May 11 07:45:42 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
semant/members.sml should be fairly complete now
Revision 269 - Directory Listing
Added Mon May 10 13:34:43 1999 UTC (21 years, 9 months ago) by blume
Original Path: sml/trunk/src/cm/depend
started adding dependency graph stuff
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |