SCM Repository
Log of /sml/trunk/src/cm/parse
Sticky Revision: |
Revision 692 - Directory Listing
Modified Thu Jul 27 08:34:53 2000 UTC (20 years, 8 months ago) by blume
more assorted script enhancements
Revision 666 - Directory Listing
Modified Fri Jun 16 08:27:00 2000 UTC (20 years, 10 months ago) by blume
merging back my devel changes (anchor environments)
Revision 652 - Directory Listing
Modified Tue Jun 6 02:14:56 2000 UTC (20 years, 10 months ago) by blume
merging changes from devel branch; new boot files
Revision 651 - Directory Listing
Modified Thu Jun 1 18:34:03 2000 UTC (20 years, 10 months ago) by monnier
bring revisions from the vendor branch to the trunk
Revision 632 - Directory Listing
Modified Sat Apr 29 15:50:42 2000 UTC (20 years, 11 months ago) by blume
merged pending changes into main trunk; see HISTORY; new binfiles!!
Revision 595 - Directory Listing
Modified Wed Apr 5 03:30:17 2000 UTC (21 years ago) by blume
merging last bits before 110.27 code freeze
Revision 588 - Directory Listing
Modified Fri Mar 31 09:00:02 2000 UTC (21 years ago) by blume
changes to modmap generator and CM tool parameter mechanism (see HISTORY)
Revision 587 - Directory Listing
Modified Thu Mar 30 09:01:52 2000 UTC (21 years ago) by blume
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 578 - Directory Listing
Modified Tue Mar 14 05:16:29 2000 UTC (21 years, 1 month ago) by blume
merging back blume_devel_v110p26p1_1
Revision 573 - Directory Listing
Modified Thu Mar 9 15:23:52 2000 UTC (21 years, 1 month ago) by blume
merging back changes from blume_devel_v110_26_2
Revision 569 - Directory Listing
Modified Tue Mar 7 04:01:07 2000 UTC (21 years, 1 month ago) by blume
- 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, 2 months ago) by blume
CM changes: standalone builds, better CMB.make/deliver, general improvements
Revision 518 - Directory Listing
Modified Wed Jan 12 06:26:25 2000 UTC (21 years, 3 months ago) by blume
tool plugins implemented
Revision 514 - Directory Listing
Modified Thu Dec 16 08:32:57 1999 UTC (21 years, 4 months ago) by blume
more careful cleaning when seeing/creating stable libs
Revision 507 - Directory Listing
Modified Fri Dec 10 09:18:23 1999 UTC (21 years, 4 months ago) by blume
conserve_memory off by default; done anyway at bootstrap time; docu update
Revision 505 - Directory Listing
Modified Thu Dec 9 08:24:08 1999 UTC (21 years, 4 months ago) by blume
pickle dropper
Revision 493 - Directory Listing
Modified Mon Nov 29 07:13:22 1999 UTC (21 years, 4 months ago) by blume
Tools cleaned up
Revision 492 - Directory Listing
Modified Fri Nov 26 09:00:50 1999 UTC (21 years, 4 months ago) by blume
relative osstrings; groupsOf
Revision 491 - Directory Listing
Modified Thu Nov 25 15:08:04 1999 UTC (21 years, 4 months ago) by blume
added cleanGroup after reading stable library
Revision 487 - Directory Listing
Modified Fri Nov 19 07:18:17 1999 UTC (21 years, 5 months ago) by blume
smlinfo registry handled better; dia test; manual updates
Revision 479 - Directory Listing
Modified Thu Nov 11 07:46:35 1999 UTC (21 years, 5 months ago) by blume
minimal/full CM separated
Revision 459 - Directory Listing
Modified Fri Oct 29 06:22:25 1999 UTC (21 years, 5 months ago) by blume
small change to SafeIO; cosmetic fix of master-slave interrupt handling; doc
Revision 435 - Directory Listing
Modified Tue Sep 14 08:51:11 1999 UTC (21 years, 7 months ago) by blume
stable loading is now self-contained; more cycle reporting
Revision 433 - Directory Listing
Modified Mon Sep 13 06:57:29 1999 UTC (21 years, 7 months ago) by blume
symval added; getterSetter changed to { get, set }
Revision 404 - Directory Listing
Modified Wed Sep 1 07:03:22 1999 UTC (21 years, 7 months ago) by blume
some small bugs squashed
Revision 398 - Directory Listing
Modified Wed Aug 25 15:36:43 1999 UTC (21 years, 7 months ago) by blume
new stable format + improved recompile/link (in progress, not working yet)
Revision 397 - Directory Listing
Modified Fri Aug 13 07:06:52 1999 UTC (21 years, 8 months ago) by blume
old-style operators recognized (with warning message)
Revision 387 - Directory Listing
Modified Mon Jul 26 02:44:20 1999 UTC (21 years, 8 months ago) by blume
just syncing; this version does not work
Revision 381 - Directory Listing
Modified Fri Jul 9 05:37:59 1999 UTC (21 years, 9 months ago) by blume
bug in cm.lex fixed
Revision 380 - Directory Listing
Modified Fri Jul 9 05:22:18 1999 UTC (21 years, 9 months ago) by blume
aliases eliminated
Revision 367 - Directory Listing
Modified Sat Jul 3 04:59:01 1999 UTC (21 years, 9 months ago) by blume
more bugs/problems eliminated from the list...
Revision 366 - Directory Listing
Modified Fri Jul 2 14:13:29 1999 UTC (21 years, 9 months ago) by blume
handling of cwd corrected
Revision 364 - Directory Listing
Modified Fri Jul 2 07:33:12 1999 UTC (21 years, 9 months ago) by blume
more inching towards a usable system
Revision 362 - Directory Listing
Modified Thu Jul 1 09:39:48 1999 UTC (21 years, 9 months ago) by blume
bootstrapping now working (it seems)
Revision 361 - Directory Listing
Modified Wed Jun 30 06:44:04 1999 UTC (21 years, 9 months ago) by blume
bootstrapping works now (mainly); PathConfig code cleaned majorly
Revision 356 - Directory Listing
Modified Sun Jun 27 11:51:16 1999 UTC (21 years, 9 months ago) by blume
error message improved; handling of corenv corrected in btcompile
Revision 355 - Directory Listing
Modified Sat Jun 26 13:17:30 1999 UTC (21 years, 9 months ago) by blume
autoloading added
Revision 354 - Directory Listing
Modified Fri Jun 25 08:36:12 1999 UTC (21 years, 9 months ago) by blume
a host of changes related mostly to pathname handling
Revision 353 - Directory Listing
Modified Thu Jun 24 09:43:28 1999 UTC (21 years, 9 months ago) by blume
various changes in pathname handling etc.
Revision 348 - Directory Listing
Modified Tue Jun 22 05:43:46 1999 UTC (21 years, 9 months ago) by blume
wrapped privileges cleaned up; Overview updated
Revision 345 - Directory Listing
Modified Sun Jun 20 11:55:26 1999 UTC (21 years, 10 months ago) by blume
error flag in source cancelled; IO vs. interrupts handled more robustly
Revision 340 - Directory Listing
Modified Fri Jun 18 05:32:46 1999 UTC (21 years, 10 months ago) by blume
groups not stabilizable by themselves (sucked into surrounding stable library)
Revision 336 - Directory Listing
Modified Thu Jun 17 09:23:20 1999 UTC (21 years, 10 months ago) by blume
SymVal implemented
Revision 330 - Directory Listing
Modified Sat Jun 12 07:45:52 1999 UTC (21 years, 10 months ago) by blume
stablefile format enhanced; bootstrap compiler shows signs of life
Revision 329 - Directory Listing
Modified Fri Jun 11 09:53:10 1999 UTC (21 years, 10 months ago) by blume
bootstrap compiler half-working
Revision 324 - Directory Listing
Modified Wed Jun 9 07:57:07 1999 UTC (21 years, 10 months ago) by blume
first steps towards bootstrap compiler
Revision 318 - Directory Listing
Modified Mon Jun 7 09:32:09 1999 UTC (21 years, 10 months ago) by blume
some cleanup; pathconfig modes added; grammar modified (privileges)
Revision 313 - Directory Listing
Modified Thu Jun 3 09:26:34 1999 UTC (21 years, 10 months ago) by blume
resynchronization facility added (#line)
Revision 311 - Directory Listing
Modified Wed Jun 2 09:08:48 1999 UTC (21 years, 10 months ago) by blume
stabilization code properly hooked in
Revision 310 - Directory Listing
Modified Wed Jun 2 07:28:27 1999 UTC (21 years, 10 months ago) by blume
stabilization code working but only flimsily hooked up
Revision 309 - Directory Listing
Modified Wed Jun 2 03:21:57 1999 UTC (21 years, 10 months ago) by blume
stabilization code completed -- still needs to be hooked up
Revision 303 - Directory Listing
Modified Sun May 30 10:23:20 1999 UTC (21 years, 10 months ago) by blume
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, 10 months ago) by blume
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, 10 months ago) by blume
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, 10 months ago) by blume
persistent state/error handling bogosity fixed
Revision 295 - Directory Listing
Modified Wed May 26 09:20:25 1999 UTC (21 years, 10 months ago) by blume
most of recompilation/execution machinery in place
Revision 294 - Directory Listing
Modified Tue May 25 09:06:06 1999 UTC (21 years, 10 months ago) by blume
first steps towards make/recompile and stable libraries
Revision 286 - Directory Listing
Modified Fri May 21 07:47:16 1999 UTC (21 years, 11 months ago) by blume
skeleton type simplified; improved conversion, etc.
Revision 283 - Directory Listing
Modified Wed May 19 08:20:58 1999 UTC (21 years, 11 months ago) by blume
full dependency analysis (hopefully) in place
Revision 282 - Directory Listing
Modified Wed May 19 05:14:03 1999 UTC (21 years, 11 months ago) by blume
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, 11 months ago) by blume
GroupReg added; bad error msg behavior fixed
Revision 277 - Directory Listing
Modified Mon May 17 09:13:26 1999 UTC (21 years, 11 months ago) by blume
early beginning of dep. analysis
Revision 276 - Directory Listing
Modified Mon May 17 06:01:28 1999 UTC (21 years, 11 months ago) by blume
stdtool; yacc/lex/burg tools; some odd fixes here and there
Revision 275 - Directory Listing
Modified Sat May 15 09:54:52 1999 UTC (21 years, 11 months ago) by blume
skeleton stuff added (works); error messages improved; SML export analysis
Revision 274 - Directory Listing
Modified Fri May 14 05:23:02 1999 UTC (21 years, 11 months ago) by blume
stage0 -- links fine (for testing); parses correctly (apparently)
Revision 273 - Directory Listing
Modified Wed May 12 08:38:51 1999 UTC (21 years, 11 months ago) by blume
checking for group cycles implemented (with nicely formatted error message)
Revision 270 - Directory Listing
Modified Tue May 11 07:45:42 1999 UTC (21 years, 11 months ago) by blume
semant/members.sml should be fairly complete now
Revision 268 - Directory Listing
Modified Mon May 10 07:00:02 1999 UTC (21 years, 11 months ago) by blume
front end completed (modulo bugs)
Revision 267 - Directory Listing
Modified Sat May 8 13:53:45 1999 UTC (21 years, 11 months ago) by blume
more fleshing out semant
Revision 266 - Directory Listing
Modified Sat May 8 04:00:44 1999 UTC (21 years, 11 months ago) by blume
some small changes + re-commit after server crash(?)
Revision 265 - Directory Listing
Modified Fri May 7 08:42:54 1999 UTC (21 years, 11 months ago) by blume
laid foundations for lexer, parser, basic path handling
Revision 262 - Directory Listing
Added Thu May 6 06:52:05 1999 UTC (21 years, 11 months ago) by blume
Initial revision
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |