SCM Repository
Log of /sml/trunk/runtime
Sticky Revision: |
Revision 4490 - Directory Listing
Modified Sat Oct 14 21:11:26 2017 UTC (3 years, 3 months ago) by jhr
change EOL comment to regular comment to avoid pre-processor warning on linux.
Revision 4411 - Directory Listing
Modified Mon Sep 18 18:01:32 2017 UTC (3 years, 3 months ago) by jhr
add some comments about bug #173
Revision 4406 - Directory Listing
Modified Wed Sep 13 19:34:55 2017 UTC (3 years, 4 months ago) by jhr
fix for gen-posix-names.sh
Revision 4387 - Directory Listing
Modified Sun Aug 27 13:28:34 2017 UTC (3 years, 4 months ago) by jhr
working on AMD64 support in runtime
Revision 4383 - Directory Listing
Modified Sat Aug 26 14:06:54 2017 UTC (3 years, 4 months ago) by jhr
Adding assyntax64.h for AMD64 assembly
Revision 4382 - Directory Listing
Modified Thu Aug 24 20:36:46 2017 UTC (3 years, 4 months ago) by jhr
rollback r3431 change, which was the addition of names for 64-bit registers. Instead, we are defining a assyntax64.h for the AMD64.prim.asm.
Revision 4377 - Directory Listing
Modified Tue Aug 22 21:39:25 2017 UTC (3 years, 4 months ago) by jhr
working on 64-bit runtime support
Revision 4376 - Directory Listing
Modified Tue Aug 22 18:41:35 2017 UTC (3 years, 4 months ago) by jhr
Working on 64-bit support for runtime system
Revision 4374 - Directory Listing
Modified Sat Aug 12 20:39:00 2017 UTC (3 years, 5 months ago) by jhr
Changed the way that we test for allocation-space addresses in minor GCs. Instead of using the BIBOP, we now do a pointer range test. On 32-bit systems, this change results in a small (~0.13%) performance boost, but we expect a bigger impact on 64-bit hardware, where the cost of BIBOP probes will be higher and there are more registers available to hold the nursery bounds.
Revision 4373 - Directory Listing
Modified Sat Aug 12 20:12:01 2017 UTC (3 years, 5 months ago) by jhr
Fixed some issues in assertions and a very-low-probability bug in tracking available memory during literal construction
Revision 4323 - Directory Listing
Modified Thu Feb 9 18:10:39 2017 UTC (3 years, 11 months ago) by jhr
Added directive to mark the stack as non-executable for x86-linux and ppc-linux targets. This change fixes bug #175.
Revision 4321 - Directory Listing
Modified Thu Feb 9 17:46:47 2017 UTC (3 years, 11 months ago) by jhr
remove redundant __USE_GNU define
Revision 4313 - Directory Listing
Modified Thu Sep 15 22:10:07 2016 UTC (4 years, 4 months ago) by jhr
Working on x86-64 (aka AMD64) support in runtime. Still need to deal with the BIBOP in the GC.
Revision 4291 - Directory Listing
Modified Sun Aug 21 22:18:19 2016 UTC (4 years, 4 months ago) by jhr
update to gen-posix-names.sh; use /usr/include/unistd.h on macOS (when it is present)
Revision 4258 - Directory Listing
Modified Tue Aug 16 15:10:45 2016 UTC (4 years, 5 months ago) by jhr
fixing bug 151 (Error installing from source on Mac OS X)
Revision 4232 - Directory Listing
Modified Wed Jun 15 13:32:18 2016 UTC (4 years, 7 months ago) by jhr
update for macOS 10.12 Sierra
Revision 4210 - Directory Listing
Modified Sun Mar 13 23:34:02 2016 UTC (4 years, 10 months ago) by jhr
removing svn:mime-type property from gen-posix-names.sh
Revision 4208 - Directory Listing
Modified Fri Feb 12 18:10:52 2016 UTC (4 years, 11 months ago) by larsberg
Add support for finding unistd.h properly on OSX machines running Yosemite (10.10) and El Capitan (10.11).
Revision 4129 - Directory Listing
Modified Fri Sep 25 14:36:32 2015 UTC (5 years, 3 months ago) by jhr
generalized the implementation of localOffset function
Revision 4128 - Directory Listing
Modified Fri Sep 25 14:36:02 2015 UTC (5 years, 3 months ago) by jhr
Added $(SDK) to AS command to fix a warning about prim.o. (for Mac OS X)
Revision 4118 - Directory Listing
Modified Wed Sep 23 20:45:48 2015 UTC (5 years, 3 months ago) by jhr
code formatting
Revision 4117 - Directory Listing
Modified Wed Sep 23 20:39:13 2015 UTC (5 years, 3 months ago) by jhr
added localOffset function to runtime to better support Date structure
Revision 4113 - Directory Listing
Modified Tue Sep 22 14:26:12 2015 UTC (5 years, 3 months ago) by jhr
Patches for Linux/PPC to address bug #137 (and #135). Thanks to James McCoy for the bug reports and fixes.
Revision 4085 - Directory Listing
Modified Thu Jul 23 10:06:00 2015 UTC (5 years, 5 months ago) by jhr
change // comment to /* */ comment to fix bug #135
Revision 3964 - Directory Listing
Modified Sat Oct 11 19:28:40 2014 UTC (6 years, 3 months ago) by jhr
added -D_FILE_OFFSET_BITS=64 flag for x86-linux
Revision 3913 - Directory Listing
Modified Wed Aug 20 11:39:44 2014 UTC (6 years, 4 months ago) by jhr
Added missing mk.ppc-openbsd contents for bug #124.
Revision 3911 - Directory Listing
Modified Tue Aug 19 20:25:48 2014 UTC (6 years, 4 months ago) by jhr
Working on fix for cygwin build
Revision 3909 - Directory Listing
Modified Tue Aug 19 11:58:01 2014 UTC (6 years, 4 months ago) by jhr
fixed C99 warning
Revision 3905 - Directory Listing
Modified Sun Aug 17 20:03:46 2014 UTC (6 years, 5 months ago) by jhr
fix pathname for systems that define P_tmpdir without a trailing /
Revision 3904 - Directory Listing
Modified Sun Aug 17 19:33:05 2014 UTC (6 years, 5 months ago) by jhr
OpenBSD/PPC support
Revision 3903 - Directory Listing
Modified Sun Aug 17 19:09:56 2014 UTC (6 years, 5 months ago) by jhr
Fix for bug #128.
Revision 3899 - Directory Listing
Modified Wed Jul 30 18:53:18 2014 UTC (6 years, 5 months ago) by jhr
Add a comment to Windows makefile
Revision 3897 - Directory Listing
Modified Mon Jul 28 21:31:48 2014 UTC (6 years, 5 months ago) by jhr
Use traditional C comments (instead of C++ style)
Revision 3896 - Directory Listing
Modified Mon Jul 28 17:14:44 2014 UTC (6 years, 5 months ago) by jhr
Add HAS_ANON_MMAP for x86/linux configuration.
Revision 3884 - Directory Listing
Modified Fri Jun 27 22:51:34 2014 UTC (6 years, 6 months ago) by jhr
Fix for bug 127, but it still needs to be tested.
Revision 3880 - Directory Listing
Modified Sat Jun 7 14:03:14 2014 UTC (6 years, 7 months ago) by jhr
Bug fix
Revision 3879 - Directory Listing
Modified Sat Jun 7 13:59:09 2014 UTC (6 years, 7 months ago) by jhr
changed log2 to ilog2 to avoid warning about redeclaration of library function
Revision 3878 - Directory Listing
Modified Sat Jun 7 13:56:58 2014 UTC (6 years, 7 months ago) by jhr
fix typo in #define
Revision 3818 - Directory Listing
Modified Thu Jun 20 13:49:33 2013 UTC (7 years, 6 months ago) by jhr
Minor fix for backward compatibility
Revision 3817 - Directory Listing
Modified Thu Jun 20 12:34:03 2013 UTC (7 years, 6 months ago) by jhr
Change the way that gen-posix-names.sh finds unistd.h to handle the situation where the include files are located inside the Xcode bundle.
Revision 3804 - Directory Listing
Modified Fri Apr 19 18:08:51 2013 UTC (7 years, 8 months ago) by jhr
Bug fix: correct the calculation of the timeout argument to the runtime system poll function (bug #113).
Revision 3756 - Directory Listing
Modified Wed Sep 12 19:56:54 2012 UTC (8 years, 4 months ago) by jhr
Update Makefile for Mountain Lion
Revision 3754 - Directory Listing
Modified Sat Aug 4 11:47:28 2012 UTC (8 years, 5 months ago) by jhr
added comment
Revision 3753 - Directory Listing
Modified Fri Aug 3 22:27:39 2012 UTC (8 years, 5 months ago) by larsberg
Runtime fixes for the Windows build with VC++
Revision 3749 - Directory Listing
Modified Thu Aug 2 18:03:33 2012 UTC (8 years, 5 months ago) by jhr
Fixed bugs #89 and #96. Also removed build support for MacOS X pre-10.5 (Leopard) on PPC and pre-10.6 (Snow Leopard) on Intel.
Revision 3727 - Directory Listing
Modified Wed Apr 18 00:28:08 2012 UTC (8 years, 9 months ago) by jhr
Remove dSYM directories as part of cleanup
Revision 3725 - Directory Listing
Modified Wed Apr 18 00:03:51 2012 UTC (8 years, 9 months ago) by jhr
Fix a bunch of compiler warnings in the runtime
Revision 3657 - Directory Listing
Modified Mon Jan 16 14:20:16 2012 UTC (9 years ago) by jhr
Working on making the build-literals code more robust
Revision 3656 - Directory Listing
Modified Mon Jan 16 14:19:38 2012 UTC (9 years ago) by jhr
added some info about compiling for older versions of Mac OS X
Revision 3655 - Directory Listing
Modified Mon Jan 16 14:13:36 2012 UTC (9 years ago) by jhr
Fix a bunch of compiler warnings.
Revision 3642 - Directory Listing
Modified Fri Nov 25 19:43:26 2011 UTC (9 years, 1 month ago) by jhr
Bug fixes for Unsafe.blastRead
Revision 3640 - Directory Listing
Modified Fri Nov 25 18:17:49 2011 UTC (9 years, 1 month ago) by jhr
Bug fix for HeapIO_ReadBlock: proper error handling when reading from memory and there are not enough bytes.
Revision 3558 - Directory Listing
Modified Thu Sep 16 19:12:53 2010 UTC (10 years, 4 months ago) by larsberg
C side of Win32 polling fixes
Revision 3524 - Directory Listing
Modified Tue Mar 23 18:42:11 2010 UTC (10 years, 9 months ago) by larsberg
Fix Win32 bugs with calls to OS.Process.system
Revision 3493 - Directory Listing
Modified Thu Feb 11 21:22:37 2010 UTC (10 years, 11 months ago) by jriehl
Applied patch for bug #39 in the tracker.
Revision 3468 - Directory Listing
Modified Sat Dec 12 03:05:05 2009 UTC (11 years, 1 month ago) by larsberg
Fix for buffer overrun, Win32 #37
Revision 3466 - Directory Listing
Modified Thu Dec 10 20:17:33 2009 UTC (11 years, 1 month ago) by larsberg
Fix for TOSPACE overrun by the string arena due to alignment buffering.
Revision 3432 - Directory Listing
Modified Sun Sep 13 17:50:53 2009 UTC (11 years, 4 months ago) by jhr
Changes to support compiling the runtime system on Mac OS X 10.6.
Revision 3431 - Directory Listing
Modified Sun Sep 13 17:10:57 2009 UTC (11 years, 4 months ago) by jhr
Shouldn't be executable
Revision 3268 - Directory Listing
Modified Thu Jan 22 03:14:39 2009 UTC (11 years, 11 months ago) by jhr
More OpenBSD support
Revision 3262 - Directory Listing
Modified Wed Dec 31 22:24:51 2008 UTC (12 years ago) by jhr
Fixed typo in #ifdef
Revision 3243 - Directory Listing
Modified Fri Dec 5 17:57:39 2008 UTC (12 years, 1 month ago) by jhr
Adding OPENBSD support
Revision 3239 - Directory Listing
Modified Tue Dec 2 16:50:18 2008 UTC (12 years, 1 month ago) by jhr
Fix name.
Revision 3238 - Directory Listing
Modified Tue Dec 2 16:15:20 2008 UTC (12 years, 1 month ago) by jhr
New makefile for OpenBSD
Revision 2999 - Directory Listing
Modified Sun Apr 20 19:35:47 2008 UTC (12 years, 8 months ago) by larsberg
Implementation of profiling on Windows
Revision 2973 - Directory Listing
Modified Tue Apr 8 00:00:54 2008 UTC (12 years, 9 months ago) by larsberg
Finish off the Windows basis library implementation.
Revision 2955 - Directory Listing
Modified Fri Feb 29 23:09:05 2008 UTC (12 years, 10 months ago) by mrainey
Updated the Sparc register assignments to comply with the V9 ABI.
Revision 2941 - Directory Listing
Modified Thu Feb 14 18:34:10 2008 UTC (12 years, 11 months ago) by larsberg
Adding the Windows DDE structure implementation
Revision 2936 - Directory Listing
Modified Tue Feb 5 18:13:11 2008 UTC (12 years, 11 months ago) by larsberg
Added the Windows.Config structure
Revision 2933 - Directory Listing
Modified Thu Jan 31 19:20:20 2008 UTC (12 years, 11 months ago) by larsberg
Added win32 registry functions and outline of Windows basis library.
Revision 2892 - Directory Listing
Modified Mon Nov 19 18:01:00 2007 UTC (13 years, 2 months ago) by blume
ignored ...dSYM files
Revision 2853 - Directory Listing
Modified Mon Nov 12 22:20:30 2007 UTC (13 years, 2 months ago) by jhr
Ensure that the size of the allocation space is at least 128K.
Revision 2820 - Directory Listing
Modified Wed Oct 31 16:04:18 2007 UTC (13 years, 2 months ago) by jhr
Patch for Mac OS X 10.5
Revision 2819 - Directory Listing
Modified Wed Oct 31 14:49:16 2007 UTC (13 years, 2 months ago) by jhr
Mac OS X 10.5 patch.
Revision 2797 - Directory Listing
Modified Fri Oct 19 22:11:23 2007 UTC (13 years, 3 months ago) by larsberg
win32-io.c: Fix ^C handling on Windows - SIGINT returns from ReadConsole, and we need to have something in the input buffer or the interpreter will exit. win32-raise-syserr.c: errno is now an extern variable in new Windows SDKs, so we rename around it.
Revision 2681 - Directory Listing
Modified Fri Jun 1 16:33:13 2007 UTC (13 years, 7 months ago) by blume
set various svn:ignore properties to avoid having svn stat report too much junk
Revision 2679 - Directory Listing
Modified Fri Jun 1 16:19:33 2007 UTC (13 years, 7 months ago) by blume
used memset instead of bzero; bzero does not seem to exist under win32
Revision 2617 - Directory Listing
Modified Tue May 29 16:03:29 2007 UTC (13 years, 7 months ago) by jhr
Various fixes for Date.fmt.
Revision 2343 - Directory Listing
Modified Wed Feb 21 04:42:57 2007 UTC (13 years, 10 months ago) by jhr
Editing comments.
Revision 2341 - Directory Listing
Modified Wed Feb 21 04:42:30 2007 UTC (13 years, 10 months ago) by jhr
Bug fix: when SaveCState was called with two values to save, a subsequent GC could cause the RestoreCState to fail because the saved state had been promoted to tagless pair.
Revision 2300 - Directory Listing
Modified Fri Feb 2 20:01:53 2007 UTC (13 years, 11 months ago) by blume
fixed typo in win32 makefile
Revision 2276 - Directory Listing
Modified Tue Jan 30 17:02:01 2007 UTC (13 years, 11 months ago) by blume
added SMLofNJ.shiftArgs; added logic to CM startup code that shifts command line arguments while processing them
Revision 2235 - Directory Listing
Modified Thu Dec 14 15:58:12 2006 UTC (14 years, 1 month ago) by jhr
stupid bug fix
Revision 2234 - Directory Listing
Modified Thu Dec 14 15:51:17 2006 UTC (14 years, 1 month ago) by jhr
Bugfix for Posix.TTY support.
Revision 2162 - Directory Listing
Modified Thu Nov 2 21:20:47 2006 UTC (14 years, 2 months ago) by blume
Copied from: sml/trunk/src/runtime revision 2161
eliminated src dir
Revision 2088 - Directory Listing
Modified Wed Nov 1 03:22:18 2006 UTC (14 years, 2 months ago) by blume
Original Path: sml/trunk/src/runtime
set eol-style on all win32-specific files
Revision 2063 - Directory Listing
Modified Wed Sep 27 01:35:22 2006 UTC (14 years, 3 months ago) by jhr
Original Path: sml/trunk/src/runtime
Added overflow/divide-by-zero workaround for Mac OS X on Intel.
Revision 1923 - Directory Listing
Modified Thu Apr 20 15:28:53 2006 UTC (14 years, 9 months ago) by mblume
Original Path: sml/trunk/src/runtime
heap2exec patches from Johannes 5 Joemann
Revision 1918 - Directory Listing
Modified Thu Mar 16 19:34:52 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Current versions of NetBSD (e.g., 3.x) do not have leading "_" on global names.
Revision 1900 - Directory Listing
Modified Tue Feb 28 01:41:00 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
New makefile for MacOS X on x86.
Revision 1899 - Directory Listing
Modified Mon Feb 27 17:47:32 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Patches for HAS_SIGCONTEXT case.
Revision 1897 - Directory Listing
Modified Sat Feb 25 01:15:52 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Update comments and add missing macro definitions.
Revision 1894 - Directory Listing
Modified Thu Feb 23 22:18:34 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Compile-time error fix for MacOS X on Intel.
Revision 1892 - Directory Listing
Modified Thu Feb 23 21:01:02 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Removed debugging code.
Revision 1891 - Directory Listing
Modified Thu Feb 23 19:20:36 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed bug in SetDefault/SetIgnore macros.
Revision 1889 - Directory Listing
Modified Tue Feb 21 21:33:24 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Cleanup of Linux signal handling plus port to x86-64.
Revision 1888 - Directory Listing
Modified Tue Feb 21 21:32:10 2006 UTC (14 years, 10 months ago) by jhr
Original Path: sml/trunk/src/runtime
Use strerror when available.
Revision 1887 - Directory Listing
Modified Wed Feb 15 18:48:31 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed bad #ifdef for PPC/Darwin.
Revision 1884 - Directory Listing
Modified Fri Feb 10 22:14:59 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime
NetBSD patches for version 3.x (provided by Cary Gray)
Revision 1883 - Directory Listing
Modified Fri Feb 10 22:01:03 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed problem with saving/restoring stack pointer.
Revision 1882 - Directory Listing
Modified Mon Feb 6 22:04:00 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime
Port to Intel Mac.
Revision 1881 - Directory Listing
Modified Mon Jan 30 20:51:19 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime
Added includes to eliminate warnings.
Revision 1880 - Directory Listing
Modified Mon Jan 30 20:48:19 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime
Added <stdlib.h> include to fix warning.
Revision 1856 - Directory Listing
Modified Wed Nov 2 22:24:39 2005 UTC (15 years, 2 months ago) by mblume
Original Path: sml/trunk/src/runtime
updated runtime system, CML, and eXene to reflect recent changes to Basis
Revision 1823 - Directory Listing
Modified Wed Jul 20 14:36:45 2005 UTC (15 years, 6 months ago) by jhr
Original Path: sml/trunk/src/runtime
Add HPUX 11 support.
Revision 1822 - Directory Listing
Modified Wed Jul 20 14:30:18 2005 UTC (15 years, 6 months ago) by jhr
Original Path: sml/trunk/src/runtime
New makefile to support HPUX 11.
Revision 1807 - Directory Listing
Modified Tue May 31 20:59:36 2005 UTC (15 years, 7 months ago) by allenleung
Original Path: sml/trunk/src/runtime
Fixed a typo in the cygwin code.
Revision 1806 - Directory Listing
Modified Tue May 31 20:47:40 2005 UTC (15 years, 7 months ago) by allenleung
Original Path: sml/trunk/src/runtime
Updated cygwin's signal/fault handling to match window's code.
Revision 1805 - Directory Listing
Modified Fri May 20 20:39:43 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Bug fix: the calculation of required space did not take sequence headers into account.
Revision 1799 - Directory Listing
Modified Wed May 18 23:08:12 2005 UTC (15 years, 8 months ago) by mblume
Original Path: sml/trunk/src/runtime
fixed problems with new signal handling code (win32 version was incomplete)
Revision 1787 - Directory Listing
Modified Thu May 5 16:25:12 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Allow heap triming to be turned off. WARNING: doing so may result in unbounded heap-growth, even for constant-space programs!
Revision 1786 - Directory Listing
Modified Thu May 5 16:24:04 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Change in sizing calculation to reduce number of major GCs.
Revision 1782 - Directory Listing
Modified Tue May 3 17:41:39 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Remove debugging flag.
Revision 1781 - Directory Listing
Modified Tue May 3 17:26:49 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
New scheme for managing signals in the runtime system that should avoid race conditions (thanks to Cynbe for the design).
Revision 1780 - Directory Listing
Modified Mon May 2 20:59:52 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Removing makefiles for unsupported architectures
Revision 1779 - Directory Listing
Modified Mon May 2 20:52:52 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Removing asm code for unsupported architectures.
Revision 1778 - Directory Listing
Modified Mon May 2 15:38:45 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Remove spurious generated file.
Revision 1777 - Directory Listing
Modified Sat Apr 30 13:35:23 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Bug fix: Pointers to heap objects were not being preserved across GC.
Revision 1776 - Directory Listing
Modified Thu Apr 28 20:51:18 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Include faulting PC in bogus fault error message.
Revision 1766 - Directory Listing
Modified Fri Feb 25 23:28:42 2005 UTC (15 years, 10 months ago) by mblume
Original Path: sml/trunk/src/runtime
dlopen trick does not work(yet) for win32
Revision 1750 - Directory Listing
Modified Tue Jan 18 17:58:39 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime
fixed problem with time profiler
Revision 1749 - Directory Listing
Modified Tue Jan 18 16:51:55 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime
removed line from mk.x86-linux as it does not work as intended
Revision 1748 - Directory Listing
Modified Sat Jan 15 02:41:11 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime
fixed typo
Revision 1747 - Directory Listing
Modified Fri Jan 14 23:53:21 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime
new experimental heap2exec facility
Revision 1746 - Directory Listing
Modified Fri Jan 7 17:44:23 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime
fixed off-by-one error in globals.c
Revision 1715 - Directory Listing
Modified Wed Nov 24 20:27:30 2004 UTC (16 years, 1 month ago) by mblume
Original Path: sml/trunk/src/runtime
support for 64-bit Position.int (not enabled by default)
Revision 1702 - Directory Listing
Modified Thu Nov 18 21:38:13 2004 UTC (16 years, 2 months ago) by mblume
Original Path: sml/trunk/src/runtime
enabled dlopen (for NLFFI) on FreeBSD
Revision 1630 - Directory Listing
Modified Fri Sep 24 21:05:04 2004 UTC (16 years, 3 months ago) by mblume
Original Path: sml/trunk/src/runtime
rounding mode patch for OS X
Revision 1619 - Directory Listing
Modified Wed Sep 8 18:19:45 2004 UTC (16 years, 4 months ago) by mblume
Original Path: sml/trunk/src/runtime
bumped heap image magic number
Revision 1593 - Directory Listing
Modified Thu Aug 5 22:19:45 2004 UTC (16 years, 5 months ago) by allenleung
Original Path: sml/trunk/src/runtime
Added IBM syntax support for PowerPC.
Revision 1578 - Directory Listing
Modified Mon Aug 2 20:46:58 2004 UTC (16 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
rolled back change to get_file_time (seems wrong)
Revision 1577 - Directory Listing
Modified Mon Aug 2 20:34:14 2004 UTC (16 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
dldummy is gone!
Revision 1576 - Directory Listing
Modified Mon Aug 2 20:32:41 2004 UTC (16 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
more silly typos
Revision 1575 - Directory Listing
Modified Mon Aug 2 20:30:25 2004 UTC (16 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
more missing edits
Revision 1574 - Directory Listing
Modified Mon Aug 2 20:26:13 2004 UTC (16 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
added missing update to dlclose.c
Revision 1573 - Directory Listing
Modified Mon Aug 2 19:44:48 2004 UTC (16 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
added support for nlffi under win32
Revision 1572 - Directory Listing
Modified Fri Jul 30 22:55:23 2004 UTC (16 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
assorted bug fixes
Revision 1532 - Directory Listing
Modified Tue Jul 13 03:49:10 2004 UTC (16 years, 6 months ago) by mblume
Original Path: sml/trunk/src/runtime
nlffi under mac os x; NOW BOOTFILES; version 110.46.1
Revision 1529 - Directory Listing
Modified Sun Jul 11 02:57:18 2004 UTC (16 years, 6 months ago) by mblume
Original Path: sml/trunk/src/runtime
updated comment
Revision 1496 - Directory Listing
Modified Thu May 20 20:58:32 2004 UTC (16 years, 8 months ago) by mblume
Original Path: sml/trunk/src/runtime
made win32 version work again
Revision 1489 - Directory Listing
Modified Tue May 11 19:31:06 2004 UTC (16 years, 8 months ago) by mblume
Original Path: sml/trunk/src/runtime
added missing socket-functionality for win32
Revision 1487 - Directory Listing
Modified Tue May 11 19:01:04 2004 UTC (16 years, 8 months ago) by mblume
Original Path: sml/trunk/src/runtime
added support for NLFFI under NetBSD
Revision 1469 - Directory Listing
Modified Fri Mar 19 18:55:22 2004 UTC (16 years, 10 months ago) by allenleung
Original Path: sml/trunk/src/runtime
*** empty log message ***
Revision 1468 - Directory Listing
Modified Fri Mar 19 18:54:52 2004 UTC (16 years, 10 months ago) by allenleung
Original Path: sml/trunk/src/runtime
Fixed the cygwin linking process so that ml-nlffi works. CVS tag: leunga-20040319-cygwin-nlffi
Revision 1455 - Directory Listing
Modified Fri Feb 13 20:42:49 2004 UTC (16 years, 11 months ago) by mblume
Original Path: sml/trunk/src/runtime
working version 110.45
Revision 1449 - Directory Listing
Modified Sat Jan 31 14:24:42 2004 UTC (16 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fix CPP command in x86 makefiles (remove -ansi flag)
Revision 1446 - Directory Listing
Modified Mon Jan 26 17:23:06 2004 UTC (16 years, 11 months ago) by mblume
Original Path: sml/trunk/src/runtime
type of top-level app
Revision 1413 - Directory Listing
Modified Wed Nov 5 14:40:20 2003 UTC (17 years, 2 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed script to be less sensitive to the order in which include files are examined for constants.
Revision 1342 - Directory Listing
Modified Mon Aug 11 20:46:00 2003 UTC (17 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime
works under w32 again; bug fix for ml-nlffigen; other bugfixes
Revision 1327 - Directory Listing
Modified Fri May 16 16:59:31 2003 UTC (17 years, 8 months ago) by allenleung
Original Path: sml/trunk/src/runtime
Cygwin port of smlnj
Revision 1317 - Directory Listing
Modified Tue Apr 8 20:42:37 2003 UTC (17 years, 9 months ago) by mblume
Original Path: sml/trunk/src/runtime
added missing elements to ListPair
Revision 1295 - Directory Listing
Modified Thu Dec 19 21:26:00 2002 UTC (18 years, 1 month ago) by leunga
Original Path: sml/trunk/src/runtime
New files for the cygwin port.
Revision 1281 - Directory Listing
Modified Thu Oct 17 13:00:03 2002 UTC (18 years, 3 months ago) by george
Original Path: sml/trunk/src/runtime
removed darwin5 for Mac OS 10.1: fixes build problem
Revision 1277 - Directory Listing
Modified Sat Oct 12 01:03:50 2002 UTC (18 years, 3 months ago) by jhr
Original Path: sml/trunk/src/runtime
Minor cleanup of MacOS X build.
Revision 1275 - Directory Listing
Modified Thu Oct 10 19:45:52 2002 UTC (18 years, 3 months ago) by george
Original Path: sml/trunk/src/runtime
opsys suffix is darwin5 for macOS 10.1
Revision 1274 - Directory Listing
Modified Thu Oct 10 18:20:04 2002 UTC (18 years, 3 months ago) by jhr
Original Path: sml/trunk/src/runtime
Added missing SigReturn_t type for MacOS X 10.1 (darwin5) build.
Revision 1272 - Directory Listing
Modified Thu Oct 10 17:08:59 2002 UTC (18 years, 3 months ago) by jhr
Original Path: sml/trunk/src/runtime
Added backward compatibility for MacOS X 10.1 (called darwin5).
Revision 1269 - Directory Listing
Modified Mon Oct 7 15:01:02 2002 UTC (18 years, 3 months ago) by jhr
Original Path: sml/trunk/src/runtime
MacOS X 10.2 porting work.
Revision 1265 - Directory Listing
Modified Tue Sep 24 14:51:51 2002 UTC (18 years, 3 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed makefile for MacOS X 10.1
Revision 1264 - Directory Listing
Modified Fri Sep 20 20:41:13 2002 UTC (18 years, 4 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed code for MacOS 10.2. This still needs to be tested on 10.1.5.
Revision 1247 - Directory Listing
Modified Mon Jun 17 20:32:12 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime
More GC space-leak fixes with some performance tuning.
Revision 1242 - Directory Listing
Modified Tue Jun 11 18:50:28 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fix sizing policy implementation.
Revision 1241 - Directory Listing
Modified Tue Jun 11 18:50:06 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime
Rationalize max sizes for arenas.
Revision 1225 - Directory Listing
Modified Thu May 23 18:57:57 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime
Coding conventions.
Revision 1224 - Directory Listing
Modified Thu May 23 18:57:32 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime
Missing include file.
Revision 1223 - Directory Listing
Modified Thu May 23 18:56:39 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed minor bug in chunk trimming.
Revision 1219 - Directory Listing
Modified Wed May 22 14:41:38 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime
Made the heap shrink test more robust.
Revision 1214 - Directory Listing
Modified Tue May 21 17:58:40 2002 UTC (18 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Added a hack to fix bug 1131. The basic idea is to force an extra GC in certain places, which then has the effect of shrinking the heap.
Revision 1210 - Directory Listing
Modified Tue May 21 14:38:53 2002 UTC (18 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime
Modified heap exporting so that it is quiet unless GCMessages are enabled.
Revision 1187 - Directory Listing
Modified Wed Apr 17 01:56:13 2002 UTC (18 years, 9 months ago) by jhr
Original Path: sml/trunk/src/runtime
Added missing feature flags for Darwin (MacOS X).
Revision 1186 - Directory Listing
Modified Fri Apr 12 17:54:31 2002 UTC (18 years, 9 months ago) by blume
Original Path: sml/trunk/src/runtime
make X86.prim.asm compile without warning on RH7.x systems
Revision 1183 - Directory Listing
Modified Fri Mar 29 19:09:48 2002 UTC (18 years, 9 months ago) by blume
Original Path: sml/trunk/src/runtime
division primops, inline primops for min/max/abs
Revision 1131 - Directory Listing
Modified Mon Mar 11 15:20:52 2002 UTC (18 years, 10 months ago) by leunga
Original Path: sml/trunk/src/runtime
ML's empty string "" now points to a legal null terminated C string.
Revision 1128 - Directory Listing
Modified Fri Mar 8 21:05:27 2002 UTC (18 years, 10 months ago) by blume
Original Path: sml/trunk/src/runtime
implemented entry points; NEW BOOTFILES
Revision 1126 - Directory Listing
Modified Thu Mar 7 21:16:28 2002 UTC (18 years, 10 months ago) by blume
Original Path: sml/trunk/src/runtime
implemented generic Controls module and used it for all compiler flags/tuneable knobs/...; more command-line options accepted (for setting the above controls); some minor bug fixes
Revision 1093 - Directory Listing
Modified Sat Feb 23 02:42:15 2002 UTC (18 years, 10 months ago) by george
Original Path: sml/trunk/src/runtime
*** empty log message ***
Revision 1092 - Directory Listing
Modified Sat Feb 23 02:34:14 2002 UTC (18 years, 10 months ago) by george
Original Path: sml/trunk/src/runtime
My earlier commits to install the cfgView were not tested, however they broke the various CM files used to build the compiler. This commit is just to fix the problem and I will do a major cleanup later. Sorry if you stumbled on this.
Revision 986 - Directory Listing
Modified Wed Nov 21 21:03:17 2001 UTC (19 years, 1 month ago) by blume
Original Path: sml/trunk/src/runtime
Release 110.37 -- see HISTORY
Revision 960 - Directory Listing
Modified Tue Oct 16 15:30:50 2001 UTC (19 years, 3 months ago) by blume
Original Path: sml/trunk/src/runtime
commited netbsd underscore patch from Chris Richards
Revision 876 - Directory Listing
Modified Wed Jul 11 15:42:20 2001 UTC (19 years, 6 months ago) by blume
Original Path: sml/trunk/src/runtime
minor tweaks to 110.34 (and re-tagged)
Revision 852 - Directory Listing
Modified Tue Jun 26 02:56:11 2001 UTC (19 years, 6 months ago) by blume
Original Path: sml/trunk/src/runtime
fixed nasty X86 assembly bug
Revision 842 - Directory Listing
Modified Tue Jun 19 21:24:35 2001 UTC (19 years, 7 months ago) by blume
Original Path: sml/trunk/src/runtime
fix for long-standing signal handling bug
Revision 840 - Directory Listing
Modified Fri Jun 15 19:05:19 2001 UTC (19 years, 7 months ago) by blume
Original Path: sml/trunk/src/runtime
c-calls (and NLFFI) implementation for Sparc
Revision 812 - Directory Listing
Modified Fri Apr 20 15:07:30 2001 UTC (19 years, 9 months ago) by blume
Original Path: sml/trunk/src/runtime
merged changes from my devel branch (inML flag twiddling)
Revision 810 - Directory Listing
Modified Fri Apr 20 13:26:46 2001 UTC (19 years, 9 months ago) by george
Original Path: sml/trunk/src/runtime
Port to Mac OS X
Revision 773 - Directory Listing
Modified Mon Jan 8 16:18:37 2001 UTC (20 years ago) by blume
Original Path: sml/trunk/src/runtime
merging changes from private branch
Revision 772 - Directory Listing
Modified Thu Jan 4 15:36:41 2001 UTC (20 years ago) by blume
Original Path: sml/trunk/src/runtime
merging changes from private branch
Revision 771 - Directory Listing
Modified Sat Dec 30 13:06:09 2000 UTC (20 years ago) by blume
Original Path: sml/trunk/src/runtime
merging changes from private branch
Revision 741 - Directory Listing
Modified Mon Nov 27 14:35:47 2000 UTC (20 years, 1 month ago) by jhr
Original Path: sml/trunk/src/runtime
Fixed bug 1585 --- getpeername was returning wrong type.
Revision 740 - Directory Listing
Modified Mon Nov 27 14:32:11 2000 UTC (20 years, 1 month ago) by jhr
Original Path: sml/trunk/src/runtime
Removed old script file.
Revision 739 - Directory Listing
Modified Mon Nov 27 14:24:39 2000 UTC (20 years, 1 month ago) by jhr
Original Path: sml/trunk/src/runtime
Added locale variable fix so that sorting works correctly under RedHat 7.0.
Revision 730 - Directory Listing
Modified Fri Nov 10 14:04:49 2000 UTC (20 years, 2 months ago) by george
Original Path: sml/trunk/src/runtime
make file for ppc linux
Revision 728 - Directory Listing
Modified Mon Nov 6 21:54:13 2000 UTC (20 years, 2 months ago) by jhr
Original Path: sml/trunk/src/runtime
Complete fix for bug 1514.
Revision 727 - Directory Listing
Modified Mon Nov 6 21:43:36 2000 UTC (20 years, 2 months ago) by jhr
Original Path: sml/trunk/src/runtime
Fix for bug 1582.
Revision 726 - Directory Listing
Modified Mon Nov 6 21:41:29 2000 UTC (20 years, 2 months ago) by jhr
Original Path: sml/trunk/src/runtime
Removed unused VREGS macro.
Revision 725 - Directory Listing
Modified Mon Nov 6 21:41:04 2000 UTC (20 years, 2 months ago) by jhr
Original Path: sml/trunk/src/runtime
Removed obsolete -DVREGS flag.
Revision 715 - Directory Listing
Modified Thu Nov 2 07:51:04 2000 UTC (20 years, 2 months ago) by blume
Original Path: sml/trunk/src/runtime
added conditional compilation in init library; BOOTFILES
Revision 693 - Directory Listing
Modified Thu Jul 27 15:49:07 2000 UTC (20 years, 5 months ago) by george
Original Path: sml/trunk/src/runtime
support for PPC Linux
Revision 692 - Directory Listing
Modified Thu Jul 27 08:34:53 2000 UTC (20 years, 5 months ago) by blume
Original Path: sml/trunk/src/runtime
more assorted script enhancements
Revision 651 - Directory Listing
Modified Thu Jun 1 18:34:03 2000 UTC (20 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime
bring revisions from the vendor branch to the trunk
Revision 589 - Directory Listing
Modified Fri Mar 31 16:14:36 2000 UTC (20 years, 9 months ago) by dbm
Original Path: sml/trunk/src/runtime
fixes for c-libraries.c and bug 1556
Revision 569 - Directory Listing
Modified Tue Mar 7 04:01:07 2000 UTC (20 years, 10 months ago) by blume
Original Path: sml/trunk/src/runtime
- 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 543 - Directory Listing
Modified Sat Feb 19 14:17:52 2000 UTC (20 years, 11 months ago) by blume
Original Path: sml/trunk/src/runtime
added missing initialization to numFiles in runtime boot code
Revision 537 - Directory Listing
Modified Fri Feb 18 17:20:16 2000 UTC (20 years, 11 months ago) by blume
Original Path: sml/trunk/src/runtime
CM changes: standalone builds, better CMB.make/deliver, general improvements
Revision 488 - Directory Listing
Modified Tue Nov 23 11:07:04 1999 UTC (21 years, 1 month ago) by monnier
Original Path: sml/trunk/src/runtime
*** empty log message ***
Revision 470 - Directory Listing
Modified Wed Nov 10 22:42:52 1999 UTC (21 years, 2 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r469, which included commits to RCS files with non-trunk default branches.
Revision 466 - Directory Listing
Modified Wed Nov 10 22:35:37 1999 UTC (21 years, 2 months ago) by monnier
Original Path: sml/trunk/src/runtime
*** empty log message ***
Revision 442 - Directory Listing
Modified Wed Sep 15 23:29:38 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r441, which included commits to RCS files with non-trunk default branches.
Revision 440 - Directory Listing
Modified Wed Sep 15 16:37:27 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r439, which included commits to RCS files with non-trunk default branches.
Revision 437 - Directory Listing
Modified Wed Sep 15 16:36:19 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
Revision 422 - Directory Listing
Modified Sun Sep 5 22:49:38 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
merged in 110.19 and 110.20. Conflicts resolved, but it probably doesn't compile yet.
Revision 419 - Directory Listing
Modified Fri Sep 3 23:51:27 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r418, which included commits to RCS files with non-trunk default branches.
Revision 292 - Directory Listing
Modified Mon May 24 22:03:46 1999 UTC (21 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime
merged 110.17
Revision 251 - Directory Listing
Modified Mon Apr 19 02:55:26 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
First try at a merge of 110.16
Revision 250 - Directory Listing
Modified Sat Apr 17 18:57:03 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r249, which included commits to RCS files with non-trunk default branches.
Revision 246 - Directory Listing
Modified Sat Apr 17 18:47:12 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r245, which included commits to RCS files with non-trunk default branches.
Revision 244 - Directory Listing
Modified Sat Apr 17 18:41:51 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r243, which included commits to RCS files with non-trunk default branches.
Revision 240 - Directory Listing
Modified Sat Apr 17 18:29:24 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r239, which included commits to RCS files with non-trunk default branches.
Revision 236 - Directory Listing
Modified Sat Apr 17 18:21:47 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r235, which included commits to RCS files with non-trunk default branches.
Revision 233 - Directory Listing
Modified Sat Apr 17 18:18:11 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
Revision 228 - Directory Listing
Modified Sat Apr 17 17:15:03 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r227, which included commits to RCS files with non-trunk default branches.
Revision 225 - Directory Listing
Modified Sat Apr 17 17:09:01 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
Revision 224 - Directory Listing
Modified Sat Apr 17 16:27:01 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r223, which included commits to RCS files with non-trunk default branches.
Revision 221 - Directory Listing
Modified Sat Apr 17 16:19:57 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
Revision 168 - Directory Listing
Modified Sat Nov 7 20:11:41 1998 UTC (22 years, 2 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r167, which included commits to RCS files with non-trunk default branches.
Revision 142 - Directory Listing
Modified Mon Sep 7 21:37:09 1998 UTC (22 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r141, which included commits to RCS files with non-trunk default branches.
Revision 140 - Directory Listing
Modified Mon Sep 7 21:11:35 1998 UTC (22 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r139, which included commits to RCS files with non-trunk default branches.
Revision 137 - Directory Listing
Modified Mon Sep 7 21:09:17 1998 UTC (22 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
Revision 114 - Directory Listing
Modified Fri Jun 5 19:41:21 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r113, which included commits to RCS files with non-trunk default branches.
Revision 109 - Directory Listing
Modified Fri May 29 02:12:55 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime
merged in 110.6 changes
Revision 107 - Directory Listing
Modified Thu May 28 21:30:17 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r106, which included commits to RCS files with non-trunk default branches.
Revision 104 - Directory Listing
Modified Thu May 28 21:25:35 1998 UTC (22 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
Revision 101 - Directory Listing
Modified Thu May 14 04:56:46 1998 UTC (22 years, 8 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r100, which included commits to RCS files with non-trunk default branches.
Revision 48 - Directory Listing
Modified Sun Mar 22 22:26:22 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/trunk/src/runtime
turn off GC messages by default
Revision 47 - Directory Listing
Modified Sun Mar 22 21:53:07 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/trunk/src/runtime
*** empty log message ***
Revision 30 - Directory Listing
Modified Thu Mar 12 01:05:59 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r29, which included commits to RCS files with non-trunk default branches.
Revision 13 - Directory Listing
Modified Sun Jan 18 21:36:02 1998 UTC (23 years ago) by monnier
Original Path: sml/trunk/src/runtime
merged with flint-v1.1
Revision 9 - Directory Listing
Modified Sun Jan 18 01:01:29 1998 UTC (23 years ago) by monnier
Original Path: sml/trunk/src/runtime
This commit was generated by cvs2svn to compensate for changes in r8, which included commits to RCS files with non-trunk default branches.
Revision 7 - Directory Listing
Modified Sun Jan 18 00:59:30 1998 UTC (23 years ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
Revision 6 - Directory Listing
Modified Mon Oct 6 00:10:15 1997 UTC (23 years, 3 months ago) by monnier
Original Path: sml/trunk/src/runtime
fixed sigcontext decalaration to also work with glibc on linux
Revision 2 - Directory Listing
Added Sat Oct 4 23:33:09 1997 UTC (23 years, 3 months ago) by monnier
Original Path: sml/trunk/src/runtime
Initial revision
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |