SCM Repository
[smlnj] Diff of /sml/trunk/src/cm/main/cm-boot.sml
Diff of /sml/trunk/src/cm/main/cm-boot.sml
Parent Directory
|
Revision Log
|
Patch
210 |
| SOME (g, gp) => f gp g |
| SOME (g, gp) => f gp g |
211 |
end |
end |
212 |
|
|
213 |
|
val listLibs = Parse.listLibs |
214 |
|
fun dismissLib l = let |
215 |
|
val c = SrcPath.cwdContext () |
216 |
|
val p = SrcPath.standard pcmode { context = c, spec = l } |
217 |
|
in |
218 |
|
Parse.dismissLib p |
219 |
|
end |
220 |
|
|
221 |
fun stabilize_runner gp g = true |
fun stabilize_runner gp g = true |
222 |
|
|
223 |
fun stabilize recursively = run (SOME recursively) stabilize_runner |
fun stabilize recursively = run (SOME recursively) stabilize_runner |
367 |
cancelAnchor = cancelAnchor, |
cancelAnchor = cancelAnchor, |
368 |
resetPathConfig = resetPathConfig, |
resetPathConfig = resetPathConfig, |
369 |
synchronize = SrcPath.sync, |
synchronize = SrcPath.sync, |
370 |
showPending = showPending }) |
showPending = showPending, |
371 |
|
listLibs = listLibs, |
372 |
|
dismissLib = dismissLib }) |
373 |
|
|
374 |
end |
end |
375 |
end |
end |
|
Legend:
Removed from v.403 |
|
changed lines |
|
Added in v.404 |
|
|