You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(56) |
Sep
(40) |
Oct
(30) |
Nov
(144) |
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(41) |
Feb
(29) |
Mar
(31) |
Apr
(39) |
May
(193) |
Jun
(45) |
Jul
(19) |
Aug
(3) |
Sep
(23) |
Oct
(83) |
Nov
(92) |
Dec
(123) |
2007 |
Jan
(90) |
Feb
(267) |
Mar
(120) |
Apr
(51) |
May
(40) |
Jun
(121) |
Jul
(109) |
Aug
(173) |
Sep
(77) |
Oct
(52) |
Nov
(121) |
Dec
(62) |
2008 |
Jan
(76) |
Feb
(53) |
Mar
(98) |
Apr
(87) |
May
(26) |
Jun
(27) |
Jul
(23) |
Aug
(136) |
Sep
(79) |
Oct
(68) |
Nov
(29) |
Dec
(14) |
2009 |
Jan
(7) |
Feb
(2) |
Mar
(11) |
Apr
(75) |
May
(1) |
Jun
(95) |
Jul
(19) |
Aug
(4) |
Sep
(8) |
Oct
(93) |
Nov
(43) |
Dec
(21) |
2010 |
Jan
(20) |
Feb
(23) |
Mar
(18) |
Apr
(6) |
May
(20) |
Jun
(23) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
(6) |
Mar
(15) |
Apr
(5) |
May
(9) |
Jun
(14) |
Jul
(9) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
(2) |
Jun
(17) |
Jul
(37) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(5) |
Apr
(2) |
May
(7) |
Jun
(11) |
Jul
(8) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(7) |
Aug
(2) |
Sep
|
Oct
(5) |
Nov
(2) |
Dec
(4) |
2015 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
(9) |
Jul
(1) |
Aug
|
Sep
|
Oct
(4) |
Nov
(1) |
Dec
|
2016 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
(3) |
Mar
(3) |
Apr
(7) |
May
(2) |
Jun
(2) |
Jul
(5) |
Aug
(1) |
Sep
(2) |
Oct
(17) |
Nov
(4) |
Dec
(7) |
2018 |
Jan
(5) |
Feb
(14) |
Mar
(2) |
Apr
(5) |
May
(2) |
Jun
(5) |
Jul
|
Aug
(2) |
Sep
|
Oct
(3) |
Nov
(5) |
Dec
|
2019 |
Jan
(4) |
Feb
(2) |
Mar
(3) |
Apr
(1) |
May
(8) |
Jun
(14) |
Jul
(2) |
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(15) |
Dec
(2) |
2020 |
Jan
(10) |
Feb
(3) |
Mar
(1) |
Apr
|
May
(9) |
Jun
(4) |
Jul
(16) |
Aug
(10) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
|
2021 |
Jan
(11) |
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(6) |
Nov
(4) |
Dec
(4) |
2022 |
Jan
(4) |
Feb
(2) |
Mar
(2) |
Apr
|
May
(6) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(5) |
Jun
(1) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(13) |
Dec
|
2024 |
Jan
(1) |
Feb
|
Mar
(5) |
Apr
|
May
(10) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(1) |
Dec
(14) |
2025 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
|
May
(2) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2013-03-14 10:41:48
|
Branch: refs/heads/master Home: https://github.com/MLton/mlton Commit: 09f497f59ef77a10c2a55263f77c5676f3fb2389 https://github.com/MLton/mlton/commit/09f497f59ef77a10c2a55263f77c5676f3fb2389 Author: Matthew Fluet <mat...@gm...> Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M basis-library/net/socket.sig Log Message: ----------- Fix types of {get,set}SockOptInt in signature SOCKET_EXTRA.CtlExtra. Commit 00de4e4acaf05c61cfc3a3c1ccfad21eaea1a6d8 (aka, r7612) changed {get,set}SockOptInt from working with the (platform) C int type to working with the (default) SML int type. While those two types are typically equal, using '-default-type intinf' would lead to a type error when compiling the Basis Library. Commit: 9939d52749beb941e27ec9d425b7a48cb14f0f57 https://github.com/MLton/mlton/commit/9939d52749beb941e27ec9d425b7a48cb14f0f57 Author: Matthew Fluet <mat...@gm...> Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M basis-library/net/socket.sig Log Message: ----------- Remove unused specifications from signature SOCKET_EXTRA.CtlExtra. Compare: https://github.com/MLton/mlton/compare/cbfa160d4c6b...9939d52749be ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: GitHub <no...@gi...> - 2013-03-14 00:51:12
|
Branch: refs/heads/master Home: https://github.com/MLton/mlton Commit: fa45f65132e2ed6efe3810ab14eb5d31e5aa39fa https://github.com/MLton/mlton/commit/fa45f65132e2ed6efe3810ab14eb5d31e5aa39fa Author: Brian Leibig <bri...@gm...> Date: 2013-03-13 (Wed, 13 Mar 2013) Changed paths: M runtime/.ignore Log Message: ----------- Ignore *.o files in runtime/ Commit: cbfa160d4c6bfe351fd939d66266fcb5089173f5 https://github.com/MLton/mlton/commit/cbfa160d4c6bfe351fd939d66266fcb5089173f5 Author: Matthew Fluet <mat...@gm...> Date: 2013-03-13 (Wed, 13 Mar 2013) Changed paths: M runtime/.ignore Log Message: ----------- Merge pull request #1 from bleibig/master Ignore *.o files in runtime/ Compare: https://github.com/MLton/mlton/compare/53dd8f345760...cbfa160d4c6b ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: GitHub <no...@gi...> - 2013-03-11 21:04:03
|
Branch: refs/heads/master Home: https://github.com/MLton/mlton Commit: 53dd8f34576041335ae1cfe6f4b47dd5b4f3967d https://github.com/MLton/mlton/commit/53dd8f34576041335ae1cfe6f4b47dd5b4f3967d Author: Matthew Fluet <mat...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M mlton/Makefile Log Message: ----------- Create a version identifier from state of git working tree. ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: GitHub <no...@gi...> - 2013-03-11 15:24:51
|
Branch: refs/heads/master Home: https://github.com/MLton/mltonlib Commit: 92450815c771774f3f1d6ffd245802f262fa9b0f https://github.com/MLton/mltonlib/commit/92450815c771774f3f1d6ffd245802f262fa9b0f Author: Matthew Fluet <mat...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: A org/mlton/mike/opengl/unstable/.gitignore Log Message: ----------- For each .ignore file, link a corresponding .gitignore file. ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: GitHub <no...@gi...> - 2013-03-11 15:23:42
|
Branch: refs/heads/master Home: https://github.com/MLton/mlton Commit: 9eecf8c70a40a2f6f0bc08a05efd9e8731ccabdf https://github.com/MLton/mlton/commit/9eecf8c70a40a2f6f0bc08a05efd9e8731ccabdf Author: Matthew Fluet <mat...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: A .gitignore A basis-library/.gitignore A basis-library/libs/basis-2002/top-level/.gitignore A benchmark/.gitignore A benchmark/tests/.gitignore A benchmark/tests/DATA/.gitignore A doc/examples/ffi/.gitignore A doc/examples/finalizable/.gitignore A doc/examples/profiling/.gitignore A doc/examples/save-world/.gitignore A doc/guide/.gitignore A doc/hacker-guide/.gitignore A doc/library-guide/.gitignore A doc/license/.gitignore A doc/mlb-formal/.gitignore A doc/style-guide/.gitignore A ide/pygments/.gitignore A ide/pygments/sml_lexer/.gitignore A lib/ckit-lib/.gitignore A lib/cml/tests/.gitignore A lib/mllpt-lib/.gitignore A lib/mlnlffi-lib/.gitignore A lib/mlnlffi-lib/memory/platform/.gitignore A lib/mlrisc-lib/.gitignore A lib/mlton/.gitignore A lib/smlnj-lib/.gitignore A man/.gitignore A mllex/.gitignore A mlnlffigen/.gitignore A mlprof/.gitignore A mlton/.gitignore A mlton/control/.gitignore A mlton/front-end/.gitignore A mlyacc/.gitignore A mlyacc/doc/.gitignore A mlyacc/src/.gitignore A package/macosx/.gitignore A regression/.gitignore A regression/fail/.gitignore A regression/library/.gitignore A runtime/.gitignore A runtime/gen/.gitignore A util/cm2mlb/.gitignore Log Message: ----------- For each .ignore file, link a corresponding .gitignore file. Commit: be34f3fba0969b9687aa12093eb2e8eac22a9d9a https://github.com/MLton/mlton/commit/be34f3fba0969b9687aa12093eb2e8eac22a9d9a Author: Matthew Fluet <mat...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M doc/license/MLton-LICENSE Log Message: ----------- Update copyright date in license. Commit: 7c3ad21072b3097ed73233f9d839fc176b7589f9 https://github.com/MLton/mlton/commit/7c3ad21072b3097ed73233f9d839fc176b7589f9 Author: Matthew Fluet <mat...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: A LICENSE A README Log Message: ----------- Link to README and MLton-LICENSE files from root directory. GitHub recommends README and LICENSE files to appear in the root directory of a repository. Compare: https://github.com/MLton/mlton/compare/13d61edc50b5...7c3ad21072b3 ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <ter...@us...> - 2012-10-12 11:33:37
|
Revision: 7624 http://mlton.svn.sourceforge.net/mlton/?rev=7624&view=rev Author: terpstra Date: 2012-10-12 11:30:23 +0000 (Fri, 12 Oct 2012) Log Message: ----------- android: android stdio flushes immediately on line feed. The point of the regression is to confirm that the queued data is lost. Removing the line feed does not prevent this, but makes it work on android. Modified Paths: -------------- mlton/trunk/regression/posix-exit.sml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <ter...@us...> - 2012-10-12 11:33:37
|
Revision: 7623 http://mlton.svn.sourceforge.net/mlton/?rev=7623&view=rev Author: terpstra Date: 2012-10-12 11:29:03 +0000 (Fri, 12 Oct 2012) Log Message: ----------- arm: when run from ./bin/regression, tests also output non-zero exit status. Modified Paths: -------------- mlton/trunk/regression/ieee-real.arm-linux.ok mlton/trunk/regression/real-str.arm-linux.ok This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <ter...@us...> - 2012-10-12 00:18:09
|
Revision: 7622 http://mlton.svn.sourceforge.net/mlton/?rev=7622&view=rev Author: terpstra Date: 2012-10-11 23:56:58 +0000 (Thu, 11 Oct 2012) Log Message: ----------- android: Add regression tests for ARM. As {set,with}RoundingMode other than TO_NEAREST is unsupported on ARM, both the ieee-real and real-str tests fail part-way through. The Math library for ARM also seems to be of quite poor quality. Trigonometric functions in particular have large errors relative to other platforms. Added Paths: ----------- mlton/trunk/regression/ieee-real.arm-linux.ok mlton/trunk/regression/real-str.arm-linux.ok mlton/trunk/regression/real.arm-linux.ok This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <ter...@us...> - 2012-10-12 00:18:09
|
Revision: 7621 http://mlton.svn.sourceforge.net/mlton/?rev=7621&view=rev Author: terpstra Date: 2012-10-11 23:54:51 +0000 (Thu, 11 Oct 2012) Log Message: ----------- ARM processors do not support fe{set,get}round. They implement rounding modes as part of the instruction format, not a control register. This means that MLton's setRoundMode and withRoundingMode cannot work. However, ceil/trunc/floor/round can still work using the C library. This patch imports these methods and restructures real.sml to use them. It was also necessary to adjust how conversion limits are computed given the lack of a TO_ZERO rounding mode. This patch simply truncates the max value before it is (losslessly) converted to a real. Modified Paths: -------------- mlton/trunk/basis-library/primitive/basis-ffi.sml mlton/trunk/basis-library/primitive/prim-real.sml mlton/trunk/basis-library/real/real.sig mlton/trunk/basis-library/real/real.sml mlton/trunk/runtime/basis/Real/Math-fns.h mlton/trunk/runtime/basis-ffi.h mlton/trunk/runtime/gen/basis-ffi.def mlton/trunk/runtime/gen/basis-ffi.h mlton/trunk/runtime/gen/basis-ffi.sml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <ter...@us...> - 2012-10-12 00:18:09
|
Revision: 7620 http://mlton.svn.sourceforge.net/mlton/?rev=7620&view=rev Author: terpstra Date: 2012-10-11 23:49:33 +0000 (Thu, 11 Oct 2012) Log Message: ----------- android: Add sufficient runtime support to work-around missing features. Modified Paths: -------------- mlton/trunk/runtime/platform/arm.h mlton/trunk/runtime/platform/linux.h Added Paths: ----------- mlton/trunk/runtime/platform/android_ucontext.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-10-09 13:03:21
|
Revision: 7619 http://mlton.svn.sourceforge.net/mlton/?rev=7619&view=rev Author: fluet Date: 2012-10-09 13:03:07 +0000 (Tue, 09 Oct 2012) Log Message: ----------- Fixed bug in elaboration of strdescs in specs. Thanks to Bernard Berthomieu for the bug report and example. Fixed bug in elaboration that erroneously accepted the following: signature S = sig structure A : sig type t end and B : sig type t end where type t = A.t end The elaboration of a strdesc used a single Vector.foreach to elaborate each sigexp and to bind each strid (to the result of the elaborated sigexp); however, by binding each strid in the environment, the earlier strid-s were in scope for later sigexp-s. Changed the single Vector.foreach to a Vector.map to elaborate each sigexp followed by a Vector.foreach to bind each strid (to the result of the elaborated sigexp). Modified Paths: -------------- mlton/trunk/doc/changelog mlton/trunk/mlton/elaborate/elaborate-sigexp.fun This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-09-04 20:43:42
|
Revision: 7618 http://mlton.svn.sourceforge.net/mlton/?rev=7618&view=rev Author: fluet Date: 2012-09-04 20:43:34 +0000 (Tue, 04 Sep 2012) Log Message: ----------- Introduce an MLB annotation to control overload and flex record resolution scope. The following MLB annotation is used to control the scope at which overload constraints are resolved to default types (if not otherwise resolved by type inference) and the scope at which unresolved flexible record constraints are reported: resolveScope {strdec|dec|topdec|program} The syntactic-class argument means to perform resolution checks at the smallest enclosing syntactic form of the given class. The default behavior (corresponding to MLton's previous behavior) is to resolve at the smallest enclosing strdec (which is equivalent to the largest enclosing dec). Other useful behaviors are to resolve at the smallest enclosing topdec (which is equivalent to the largest enclosing strdec) and at the smallest enclosing program (which corresponds to a single .sml file and does not correspond to the whole .mlb program). Modified Paths: -------------- mlton/trunk/mlton/control/control-flags.sig mlton/trunk/mlton/control/control-flags.sml mlton/trunk/mlton/elaborate/elaborate-core.fun mlton/trunk/mlton/elaborate/elaborate-core.sig mlton/trunk/mlton/elaborate/elaborate-modules.fun mlton/trunk/mlton/elaborate/elaborate-modules.sig mlton/trunk/mlton/elaborate/elaborate-programs.fun This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-13 15:27:56
|
Revision: 7617 http://mlton.svn.sourceforge.net/mlton/?rev=7617&view=rev Author: fluet Date: 2012-07-13 15:27:44 +0000 (Fri, 13 Jul 2012) Log Message: ----------- Dead assignments. Modified Paths: -------------- mlton/trunk/runtime/gc/cheney-copy.c mlton/trunk/runtime/gc/generational.c mlton/trunk/runtime/gc/profiling.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-13 15:27:26
|
Revision: 7616 http://mlton.svn.sourceforge.net/mlton/?rev=7616&view=rev Author: fluet Date: 2012-07-13 15:27:20 +0000 (Fri, 13 Jul 2012) Log Message: ----------- Release memory. Modified Paths: -------------- mlton/trunk/runtime/gen/gen-types.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-13 15:27:17
|
Revision: 7615 http://mlton.svn.sourceforge.net/mlton/?rev=7615&view=rev Author: fluet Date: 2012-07-13 15:27:14 +0000 (Fri, 13 Jul 2012) Log Message: ----------- Dead assignment. Modified Paths: -------------- mlton/trunk/runtime/basis/Net/Socket/UnixSock.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-13 15:27:10
|
Revision: 7614 http://mlton.svn.sourceforge.net/mlton/?rev=7614&view=rev Author: fluet Date: 2012-07-13 15:26:55 +0000 (Fri, 13 Jul 2012) Log Message: ----------- Quell gcc warning (about warning). Modified Paths: -------------- mlton/trunk/runtime/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:13:51
|
Revision: 7603 http://mlton.svn.sourceforge.net/mlton/?rev=7603&view=rev Author: fluet Date: 2012-07-04 11:05:49 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Ratios are 'float's. Modified Paths: -------------- mlton/trunk/runtime/gc/init.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:12:25
|
Revision: 7600 http://mlton.svn.sourceforge.net/mlton/?rev=7600&view=rev Author: fluet Date: 2012-07-04 11:05:16 +0000 (Wed, 04 Jul 2012) Log Message: ----------- 'strlen' returns 'size_t'; perform arithmetic at 'size_t'. Modified Paths: -------------- mlton/trunk/runtime/gc/done.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:08:05
|
Revision: 7613 http://mlton.svn.sourceforge.net/mlton/?rev=7613&view=rev Author: fluet Date: 2012-07-04 11:07:52 +0000 (Wed, 04 Jul 2012) Log Message: ----------- CVTSFP2SI and CVTSI2SFP instructions only require suffix for 64-bit integers. GNU assembler accepts 'cvts{s,d}2sil' and 'cvtsi2s{s,d}l', but gcc doesn't generate these instructions with an 'l' suffix. Clang assembler does not accept 'cvtsi2s{s,d}l' (but does accept 'cvts{s,d}2sil'), and clang doesn't generate these instructions with an 'l' suffix. Modified Paths: -------------- mlton/trunk/mlton/codegen/amd64-codegen/amd64.fun This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:07:55
|
Revision: 7612 http://mlton.svn.sourceforge.net/mlton/?rev=7612&view=rev Author: fluet Date: 2012-07-04 11:07:43 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Simplify use of getsockopt and setsockopt. Seems much simpler to instantiate 'getsockopt' and 'setsockopt' at the two C-types at which they are used, rather than marshalling and unmarshalling in SML. Modified Paths: -------------- mlton/trunk/basis-library/net/net.sml mlton/trunk/basis-library/net/socket.sml mlton/trunk/basis-library/primitive/basis-ffi.sml mlton/trunk/runtime/basis/Net/Socket/Socket.c mlton/trunk/runtime/basis-ffi.h mlton/trunk/runtime/gen/basis-ffi.def mlton/trunk/runtime/gen/basis-ffi.h mlton/trunk/runtime/gen/basis-ffi.sml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:07:32
|
Revision: 7611 http://mlton.svn.sourceforge.net/mlton/?rev=7611&view=rev Author: fluet Date: 2012-07-04 11:07:23 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Direct implementation of Socket.Ctl.{getATMARK,getNREAD}. The 'ioctl' function is (very) platform dependent. The 'request' parameter may be 'int', 'unsigned int', 'unsigned long', etc., depending upon platform. Implementing Socket.Ctl.{getATMARK,getNREAD} via a direct 'ioctl' call avoids the need to fix a type for the request parameter in order to pass it through the FFI. Modified Paths: -------------- mlton/trunk/basis-library/net/socket.sig mlton/trunk/basis-library/net/socket.sml mlton/trunk/basis-library/primitive/basis-ffi.sml mlton/trunk/runtime/basis/Net/Socket/Socket-consts.c mlton/trunk/runtime/basis/Net/Socket/Socket.c mlton/trunk/runtime/basis-ffi.h mlton/trunk/runtime/gen/basis-ffi.def mlton/trunk/runtime/gen/basis-ffi.h mlton/trunk/runtime/gen/basis-ffi.sml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:07:16
|
Revision: 7610 http://mlton.svn.sourceforge.net/mlton/?rev=7610&view=rev Author: fluet Date: 2012-07-04 11:07:03 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Try to simplify and streamline runtime/Makefile. Modified Paths: -------------- mlton/trunk/runtime/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:07:03
|
Revision: 7609 http://mlton.svn.sourceforge.net/mlton/?rev=7609&view=rev Author: fluet Date: 2012-07-04 11:06:57 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Tweaks to struct GC_intInf and struct GC_string. Using an extended field designator in offsetof is a GNU gcc extension. Also, the union with pointerAux serves no purpose, since pointerAux has no '__attribute__ ((aligned))'. Modified Paths: -------------- mlton/trunk/runtime/gc/int-inf.c mlton/trunk/runtime/gc/int-inf.h mlton/trunk/runtime/gc/string.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:06:58
|
Revision: 7608 http://mlton.svn.sourceforge.net/mlton/?rev=7608&view=rev Author: fluet Date: 2012-07-04 11:06:50 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Explicit computation of zero-padding width. Avoids some unreachable code. Modified Paths: -------------- mlton/trunk/runtime/util/read_write.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:06:56
|
Revision: 7607 http://mlton.svn.sourceforge.net/mlton/?rev=7607&view=rev Author: fluet Date: 2012-07-04 11:06:44 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Refactor to supress unreachable code warning. Modified Paths: -------------- mlton/trunk/runtime/gc/heap.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |