SCM Repository
[smlnj] / ml-lex / releases / release-110.73 |
Log of /ml-lex/releases/release-110.73
Sticky Revision: |
Revision 3629 - Directory Listing
Modified Tue May 17 14:36:18 2011 UTC (7 years, 9 months ago) by jhr
Copied from: ml-lex/trunk revision 3628
Release 110.73
Revision 2801 - Directory Listing
Modified Fri Oct 19 22:12:42 2007 UTC (11 years, 4 months ago) by larsberg
Original Path: ml-lex/trunk
Change batch files to work under parallels
Revision 2588 - Directory Listing
Modified Wed May 23 14:45:31 2007 UTC (11 years, 9 months ago) by blume
Original Path: ml-lex/trunk
removed legacy control from tool
Revision 2585 - Directory Listing
Modified Wed May 23 05:06:17 2007 UTC (11 years, 9 months ago) by blume
Original Path: ml-lex/trunk
CM tools now treated as simple libraries
Revision 2404 - Directory Listing
Modified Wed Apr 11 22:34:25 2007 UTC (11 years, 10 months ago) by jhr
Original Path: ml-lex/trunk
Fixed error message.
Revision 2292 - Directory Listing
Modified Wed Jan 31 05:45:02 2007 UTC (12 years ago) by blume
Original Path: ml-lex/trunk
reverted to old tool install scheme
Revision 2286 - Directory Listing
Modified Wed Jan 31 00:16:13 2007 UTC (12 years ago) by blume
Original Path: ml-lex/trunk
moved CM tool code here
Revision 2285 - Directory Listing
Modified Tue Jan 30 23:35:09 2007 UTC (12 years ago) by blume
Original Path: ml-lex/trunk
tree went to wrong place, corrected now
Revision 2187 - Directory Listing
Modified Tue Nov 7 22:29:33 2006 UTC (12 years, 3 months ago) by blume
Original Path: ml-lex/trunk
fixed build scripts
Revision 2148 - Directory Listing
Modified Thu Nov 2 17:48:12 2006 UTC (12 years, 3 months ago) by blume
Original Path: ml-lex/trunk
reflected new relative location in build script
Revision 2118 - Directory Listing
Modified Thu Nov 2 16:06:07 2006 UTC (12 years, 3 months ago) by blume
Original Path: ml-lex/trunk
Copied from: sml/trunk/src/ml-lex revision 2117
moved ml-lex to toplevel
Revision 2088 - Directory Listing
Modified Wed Nov 1 03:22:18 2006 UTC (12 years, 3 months ago) by blume
Original Path: sml/trunk/src/ml-lex
set eol-style on all win32-specific files
Revision 1862 - Directory Listing
Modified Mon Nov 7 23:03:18 2005 UTC (13 years, 3 months ago) by mblume
Original Path: sml/trunk/src/ml-lex
fixed bug in xxxArraySlice.update; pushed Basis changes through
Revision 1832 - Directory Listing
Modified Wed Jul 27 18:49:19 2005 UTC (13 years, 6 months ago) by jhr
Original Path: sml/trunk/src/ml-lex
Fixed ml-lex to recognize "\r" in REs.
Revision 1725 - Directory Listing
Modified Tue Dec 14 23:23:41 2004 UTC (14 years, 2 months ago) by mblume
Original Path: sml/trunk/src/ml-lex
tried to make installer cope with spaces in filenames (incomplete)
Revision 1354 - Directory Listing
Modified Wed Sep 10 00:27:30 2003 UTC (15 years, 5 months ago) by mblume
Original Path: sml/trunk/src/ml-lex
major installer improvements: portable install script, written in SML, which works for both Unix and Win32
Revision 1350 - Directory Listing
Modified Fri Sep 5 21:34:27 2003 UTC (15 years, 5 months ago) by mblume
Original Path: sml/trunk/src/ml-lex
a lot of Basis hacking, among other things adding slices
Revision 1286 - Directory Listing
Modified Thu Oct 17 14:02:07 2002 UTC (16 years, 4 months ago) by jhr
Original Path: sml/trunk/src/ml-lex
Two fixes: changed bad character error message to properly print the bad character and fixed skipws to use Char.isSpace test.
Revision 986 - Directory Listing
Modified Wed Nov 21 21:03:17 2001 UTC (17 years, 3 months ago) by blume
Original Path: sml/trunk/src/ml-lex
Release 110.37 -- see HISTORY
Revision 919 - Directory Listing
Modified Tue Aug 28 18:00:10 2001 UTC (17 years, 5 months ago) by blume
Original Path: sml/trunk/src/ml-lex
fix for bug 1581
Revision 733 - Directory Listing
Modified Fri Nov 17 05:13:45 2000 UTC (18 years, 3 months ago) by blume
Original Path: sml/trunk/src/ml-lex
merged the big housecleaning patch (see HISTORY!)
Revision 656 - Directory Listing
Modified Fri Jun 9 03:39:04 2000 UTC (18 years, 8 months ago) by blume
Original Path: sml/trunk/src/ml-lex
removed RCS log entries; smal bug fix to ml-yacc and ml-lex
Revision 652 - Directory Listing
Modified Tue Jun 6 02:14:56 2000 UTC (18 years, 8 months ago) by blume
Original Path: sml/trunk/src/ml-lex
merging changes from devel branch; new boot files
Revision 651 - Directory Listing
Modified Thu Jun 1 18:34:03 2000 UTC (18 years, 8 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
bring revisions from the vendor branch to the trunk
Revision 569 - Directory Listing
Modified Tue Mar 7 04:01:07 2000 UTC (18 years, 11 months ago) by blume
Original Path: sml/trunk/src/ml-lex
- 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 515 - Directory Listing
Modified Sun Jan 9 09:59:14 2000 UTC (19 years, 1 month ago) by blume
Original Path: sml/trunk/src/ml-lex
pickler bug fixes; some cosmetic changes
Revision 504 - Directory Listing
Modified Tue Dec 7 18:31:05 1999 UTC (19 years, 2 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
the 110.25 merge compiles
Revision 501 - Directory Listing
Modified Tue Dec 7 15:59:36 1999 UTC (19 years, 2 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r500, which included commits to RCS files with non-trunk default branches.
Revision 499 - Directory Listing
Modified Tue Dec 7 15:44:50 1999 UTC (19 years, 2 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r498, which included commits to RCS files with non-trunk default branches.
Revision 496 - Directory Listing
Modified Tue Dec 7 15:43:07 1999 UTC (19 years, 2 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
Initial revision
Revision 489 - Directory Listing
Modified Tue Nov 23 12:55:00 1999 UTC (19 years, 3 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
somewhat functional
Revision 419 - Directory Listing
Modified Fri Sep 3 23:51:27 1999 UTC (19 years, 5 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r418, which included commits to RCS files with non-trunk default branches.
Revision 250 - Directory Listing
Modified Sat Apr 17 18:57:03 1999 UTC (19 years, 10 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r249, which included commits to RCS files with non-trunk default branches.
Revision 244 - Directory Listing
Modified Sat Apr 17 18:41:51 1999 UTC (19 years, 10 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r243, which included commits to RCS files with non-trunk default branches.
Revision 228 - Directory Listing
Modified Sat Apr 17 17:15:03 1999 UTC (19 years, 10 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r227, which included commits to RCS files with non-trunk default branches.
Revision 224 - Directory Listing
Modified Sat Apr 17 16:27:01 1999 UTC (19 years, 10 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r223, which included commits to RCS files with non-trunk default branches.
Revision 171 - Directory Listing
Modified Sat Nov 7 22:24:50 1998 UTC (20 years, 3 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
Initial revision
Revision 114 - Directory Listing
Modified Fri Jun 5 19:41:21 1998 UTC (20 years, 8 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r113, which included commits to RCS files with non-trunk default branches.
Revision 95 - Directory Listing
Modified Wed May 13 00:49:12 1998 UTC (20 years, 9 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
merged with 110.5
Revision 94 - Directory Listing
Modified Tue May 12 21:56:22 1998 UTC (20 years, 9 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r93, which included commits to RCS files with non-trunk default branches.
Revision 9 - Directory Listing
Modified Sun Jan 18 01:01:29 1998 UTC (21 years, 1 month ago) by monnier
Original Path: sml/trunk/src/ml-lex
This commit was generated by cvs2svn to compensate for changes in r8, which included commits to RCS files with non-trunk default branches.
Revision 2 - Directory Listing
Added Sat Oct 4 23:33:09 1997 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/ml-lex
Initial revision
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |