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 |