]> gitweb.factorcode.org Git - factor.git/commit
Add os-version hook to system-info which returns f on every platform except windows...
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 8 Sep 2011 21:07:12 +0000 (14:07 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 8 Sep 2011 22:48:05 +0000 (15:48 -0700)
commit937bdbb6eca4a34f1edb5d4d87643b01840f4d10
tree5bd6ed6e7fe1111cf7cbb9f0683c663b664a90dc
parented416d210b10dd7f59485178205489436d18dc20
Add os-version hook to system-info which returns f on every platform except windows, where it returns { 5 1 } for xp and { 6 1 } for win7.  Eventually do more here, like identify Snow Leopard, Lion, etc, but it's good enough to make ping tests pass.
Move system-info platform loader into system-info.backend
Add win7? and winxp? words to system-info, clean up ping-tests with new word
Merge system-info.backend into system-info. Will throw an exception when loading on *bsd now
basis/system-info/backend/authors.txt [deleted file]
basis/system-info/backend/backend.factor [deleted file]
basis/system-info/linux/linux.factor
basis/system-info/macosx/macosx.factor
basis/system-info/system-info.factor
basis/system-info/windows/windows-tests.factor
basis/system-info/windows/windows.factor