SCM Repository
Log of /sml/trunk/src/cm/parse/parse.sml
Sticky Revision: |
Revision 1291 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 7 03:41:00 2002 UTC (18 years, 1 month ago) by blume
File length: 14915 byte(s)
Diff to previous 986
merged hot-fix for a CM problem related to file IDs
Revision 986 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 21 21:03:17 2001 UTC (19 years, 2 months ago) by blume
File length: 14888 byte(s)
Diff to previous 879
Release 110.37 -- see HISTORY
Revision 879 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 19 18:59:38 2001 UTC (19 years, 6 months ago) by blume
File length: 14752 byte(s)
Diff to previous 801
extensive organizational changes
Revision 801 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 19 22:53:00 2001 UTC (19 years, 10 months ago) by blume
File length: 14782 byte(s)
Diff to previous 759
parallel make works again
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: 14414 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, 2 months ago) by blume
File length: 14372 byte(s)
Diff to previous 735
further improvements to link traversals and (as a result) autoloading; See HISTORY for how to bootstrap!
Revision 735 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 21 12:15:55 2000 UTC (20 years, 2 months ago) by blume
File length: 14369 byte(s)
Diff to previous 692
merging recent changes related to autoloading and tool plugins
Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 27 08:34:53 2000 UTC (20 years, 6 months ago) by blume
File length: 14278 byte(s)
Diff to previous 666
more assorted script enhancements
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: 14213 byte(s)
Diff to previous 652
merging back my devel changes (anchor environments)
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: 14049 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: 13910 byte(s)
Diff to previous 632
bring revisions from the vendor branch to the trunk
Revision 632 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 29 15:50:42 2000 UTC (20 years, 9 months ago) by blume
File length: 13910 byte(s)
Diff to previous 595
merged pending changes into main trunk; see HISTORY; new binfiles!!
Revision 595 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 5 03:30:17 2000 UTC (20 years, 9 months ago) by blume
File length: 13769 byte(s)
Diff to previous 588
merging last bits before 110.27 code freeze
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: 13817 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, 10 months ago) by blume
File length: 13755 byte(s)
Diff to previous 578
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 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 14 05:16:29 2000 UTC (20 years, 10 months ago) by blume
File length: 13206 byte(s)
Diff to previous 573
merging back blume_devel_v110p26p1_1
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: 13187 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: 12125 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: 11250 byte(s)
Diff to previous 518
CM changes: standalone builds, better CMB.make/deliver, general improvements
Revision 518 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 12 06:26:25 2000 UTC (21 years ago) by blume
File length: 10781 byte(s)
Diff to previous 514
tool plugins implemented
Revision 514 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 16 08:32:57 1999 UTC (21 years, 1 month ago) by blume
File length: 10735 byte(s)
Diff to previous 507
more careful cleaning when seeing/creating stable libs
Revision 507 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 10 09:18:23 1999 UTC (21 years, 1 month ago) by blume
File length: 10353 byte(s)
Diff to previous 505
conserve_memory off by default; done anyway at bootstrap time; docu update
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: 10411 byte(s)
Diff to previous 493
pickle dropper
Revision 493 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 29 07:13:22 1999 UTC (21 years, 2 months ago) by blume
File length: 10157 byte(s)
Diff to previous 492
Tools cleaned up
Revision 492 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 26 09:00:50 1999 UTC (21 years, 2 months ago) by blume
File length: 10109 byte(s)
Diff to previous 491
relative osstrings; groupsOf
Revision 491 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 25 15:08:04 1999 UTC (21 years, 2 months ago) by blume
File length: 10054 byte(s)
Diff to previous 487
added cleanGroup after reading stable library
Revision 487 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 19 07:18:17 1999 UTC (21 years, 2 months ago) by blume
File length: 10020 byte(s)
Diff to previous 479
smlinfo registry handled better; dia test; manual updates
Revision 479 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 11 07:46:35 1999 UTC (21 years, 2 months ago) by blume
File length: 10147 byte(s)
Diff to previous 459
minimal/full CM separated
Revision 459 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 29 06:22:25 1999 UTC (21 years, 3 months ago) by blume
File length: 10205 byte(s)
Diff to previous 435
small change to SafeIO; cosmetic fix of master-slave interrupt handling; doc
Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 14 08:51:11 1999 UTC (21 years, 4 months ago) by blume
File length: 10206 byte(s)
Diff to previous 433
stable loading is now self-contained; more cycle reporting
Revision 433 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 13 06:57:29 1999 UTC (21 years, 4 months ago) by blume
File length: 9515 byte(s)
Diff to previous 404
symval added; getterSetter changed to { get, set }
Revision 404 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 1 07:03:22 1999 UTC (21 years, 4 months ago) by blume
File length: 9529 byte(s)
Diff to previous 398
some small bugs squashed
Revision 398 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 25 15:36:43 1999 UTC (21 years, 5 months ago) by blume
File length: 9231 byte(s)
Diff to previous 397
new stable format + improved recompile/link (in progress, not working yet)
Revision 397 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 13 07:06:52 1999 UTC (21 years, 5 months ago) by blume
File length: 9374 byte(s)
Diff to previous 387
old-style operators recognized (with warning message)
Revision 387 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 26 02:44:20 1999 UTC (21 years, 6 months ago) by blume
File length: 9156 byte(s)
Diff to previous 380
just syncing; this version does not work
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: 9221 byte(s)
Diff to previous 367
aliases eliminated
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: 9243 byte(s)
Diff to previous 366
more bugs/problems eliminated from the list...
Revision 366 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 14:13:29 1999 UTC (21 years, 6 months ago) by blume
File length: 8502 byte(s)
Diff to previous 364
handling of cwd corrected
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: 8537 byte(s)
Diff to previous 362
more inching towards a usable system
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: 8418 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, 7 months ago) by blume
File length: 8217 byte(s)
Diff to previous 355
bootstrapping works now (mainly); PathConfig code cleaned majorly
Revision 355 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 26 13:17:30 1999 UTC (21 years, 7 months ago) by blume
File length: 8182 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, 7 months ago) by blume
File length: 8097 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: 8099 byte(s)
Diff to previous 348
various changes in pathname handling etc.
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: 8110 byte(s)
Diff to previous 345
wrapped privileges cleaned up; Overview updated
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: 8088 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: 7786 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: 7557 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: 7580 byte(s)
Diff to previous 324
bootstrap compiler half-working
Revision 324 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 9 07:57:07 1999 UTC (21 years, 7 months ago) by blume
File length: 7578 byte(s)
Diff to previous 313
first steps towards bootstrap compiler
Revision 313 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 3 09:26:34 1999 UTC (21 years, 7 months ago) by blume
File length: 7615 byte(s)
Diff to previous 311
resynchronization facility added (#line)
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: 7032 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: 7128 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: 6215 byte(s)
Diff to previous 303
stabilization code completed -- still needs to be hooked up
Revision 303 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 30 10:23:20 1999 UTC (21 years, 8 months ago) by blume
File length: 6296 byte(s)
Diff to previous 301
dyn-tstamp eliminated; more fiddling with sharing (now checked statically)
Revision 301 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 28 09:43:39 1999 UTC (21 years, 8 months ago) by blume
File length: 6243 byte(s)
Diff to previous 299
recompile and exec mostly working (probably still bugs in the details)
Revision 299 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 27 13:53:27 1999 UTC (21 years, 8 months ago) by blume
File length: 5798 byte(s)
Diff to previous 297
finished recomp.sml; now only need to put the pieces together
Revision 297 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 27 08:29:19 1999 UTC (21 years, 8 months ago) by blume
File length: 5921 byte(s)
Diff to previous 295
persistent state/error handling bogosity fixed
Revision 295 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 26 09:20:25 1999 UTC (21 years, 8 months ago) by blume
File length: 6199 byte(s)
Diff to previous 294
most of recompilation/execution machinery in place
Revision 294 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 25 09:06:06 1999 UTC (21 years, 8 months ago) by blume
File length: 6170 byte(s)
Diff to previous 286
first steps towards make/recompile and stable libraries
Revision 286 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 21 07:47:16 1999 UTC (21 years, 8 months ago) by blume
File length: 5718 byte(s)
Diff to previous 283
skeleton type simplified; improved conversion, etc.
Revision 283 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 19 08:20:58 1999 UTC (21 years, 8 months ago) by blume
File length: 5403 byte(s)
Diff to previous 282
full dependency analysis (hopefully) in place
Revision 282 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 19 05:14:03 1999 UTC (21 years, 8 months ago) by blume
File length: 5384 byte(s)
Diff to previous 281
stdtool as function; better depend. graphs, group export grammar fixed
Revision 281 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 18 14:57:00 1999 UTC (21 years, 8 months ago) by blume
File length: 5267 byte(s)
Diff to previous 277
GroupReg added; bad error msg behavior fixed
Revision 277 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 17 09:13:26 1999 UTC (21 years, 8 months ago) by blume
File length: 4840 byte(s)
Diff to previous 275
early beginning of dep. analysis
Revision 275 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 15 09:54:52 1999 UTC (21 years, 8 months ago) by blume
File length: 4770 byte(s)
Diff to previous 274
skeleton stuff added (works); error messages improved; SML export analysis
Revision 274 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 14 05:23:02 1999 UTC (21 years, 8 months ago) by blume
File length: 4689 byte(s)
Diff to previous 273
stage0 -- links fine (for testing); parses correctly (apparently)
Revision 273 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 12 08:38:51 1999 UTC (21 years, 8 months ago) by blume
File length: 4708 byte(s)
Diff to previous 270
checking for group cycles implemented (with nicely formatted error message)
Revision 270 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 11 07:45:42 1999 UTC (21 years, 8 months ago) by blume
File length: 3513 byte(s)
Diff to previous 268
semant/members.sml should be fairly complete now
Revision 268 - (view) (download) (annotate) - [select for diffs]
Added Mon May 10 07:00:02 1999 UTC (21 years, 8 months ago) by blume
File length: 2849 byte(s)
front end completed (modulo bugs)
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 |