[updated gambit libraries atsmyles@earthlink.net**20100120225428] hunk ./libs/gambit/files.scm 1 +; from gambit docs 16.1, 16.2, 16.8 hunk ./libs/gambit/programs.scm 1 +;from gambit manual 16.3, 16.4, 16.5, 16.6 addfile ./libs/gambit/system.scm hunk ./libs/gambit/system.scm 1 +; returns info about the current gambit build from 6.4 +(define library (gambit system) + (export system-version system-version-string system-type system-type-string configure-command-string system-stamp) + (import (primitives system-version system-version-string system-type system-type-string configure-command-string system-stamp))) hunk ./libs/gambit/time.scm 1 +; from gambit manual 16.7 hunk ./libs/gambit/time.scm 3 - (export time? current-time time->seconds seconds->time) - (import (primitives time? current-time time->seconds seconds->time))) + (export time? current-time time->seconds seconds->time process-times cpu-time real-time time) + (import (primitives time? current-time time->seconds seconds->time process-times cpu-time real-time time)))