2005-10-22 Rohan Drape * scheme/network/udp.scm: Re-write to be stateless, that is not connected. This means no errors are reported if the server is not running, and that is generally what one wants. It allows interfaces and abstractions to be worked on without requiring the server to be up. The previous implementation was connected for efficieny reasons, since PLT requires the hostname argument to udp-sent-to to be a string - an alternative to this patch would be to ignore all errors - or try and get PLT to accept an integer hostname. 2005-10-21 Rohan Drape * scheme/collection/color/hsv.scm: Fix typo in hsv->rgb. 2005-09-17 Rohan Drape * scheme/lambda/lambdaH.scm: Delete lambdaL and replace with lambdaM. Rewrite lambdaH and variants (letH, condH, defineH) to *not* support implicit begin - this allows parenthesis to be reduced. 2005-09-02 Rohan Drape * scheme/: Delete help directories and files and move to tn-41. They were not up to date and not useful and not correctly organized and so on. 2005-08-17 Rohan Drape * scheme/thread/global.scm: Delete and delete all uses of. This disguised mutation. 2005-08-16 Rohan Drape * scheme/collection/list.scm: Implement mapw and mapw for windowed map operations. These are useful abstractions, is there a name in the literature. 2005-08-14 Rohan Drape * scheme/generic/: Delete section, move to sw-65. Re-write in-tree dependencies. 2005-08-10 Rohan Drape * scheme/lambda/lambdaL.scm: Extend defineH to allow structures, the PLT match syntax is verbose and too general. Implement letM1 as alternate. 2005-07-24 Rohan Drape * scheme/random/distribution.scm: Move random code out from 'math' into own directory. Delete generic random code. 2005-07-23 Rohan Drape * scheme/lambda/lambdaL.scm: Do not allow (...) to be matched as (list ...). This was always a mistake, as if {...} is parsed as (list ...) it breaks existing {list ...} expressions. 2005-06-30 Rohan Drape * scheme/host/byte.scm: Do not use , instead alias to . is broken in the current PLT, and the conversion was absurd in any case. Changes to all dependant code. 2005-06-30 Rohan Drape * rscB.ss: Retrospective entry... The core of rsc (ie. non supercollider specific code) was moved to a separate module, rscB.