You can subscribe to this list here.
2004 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
(3) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Gerhard E. <ec...@ie...> - 2005-06-13 15:32:37
|
please ignore |
From: martin r. <fo...@ru...> - 2004-08-07 09:24:02
|
dear fooers, fooelk-0.0.6 was released. CHANGES: * fixed probably long standing bug which led to GC crash (both collectors). maybe it's one of the guys we were looking for. (was present in elk-3.0 as well, apparently) * major improvements to the readline extension: - complete filenames within strings, symbols otherwise - enable/disable completion at runtime with (readline-completion #t) ;; enable (readline-completion #f) ;; disable (this is mostly useful for pasting in indented code) - initial completion behavior via environment variable ELK_READLINE_COMPLETION (non-zerolength string disables) - added configure-time options for garbage-collector-type and initial heapsize - including /sw/include and /sw/lib on mac os x into search for headers/libraries - show which readline gets used in configuration summary (-ledit or lreadline) find it at the usual place: https://sourceforge.net/projects/foo/ now also in sourceforge cvs, infos at https://sourceforge.net/cvs/?group_id=98410 modulename: fooelk bests, martin |
From: martin r. <fo...@ru...> - 2004-06-16 15:59:30
|
foo-0.0.6 has been released. find it as usually at http://sf.net/projects/foo CHANGELOG: * added some examples to Examples/script * started to add examples from KernelReference to Examples/kernel * removed banner printed on startup * added (about) function to print banner * added (version) function to get a list of (major minor subminor) version numbers * nearly rewrote SoundFile.m again (oh well) * discovered some bugs in libsndfile * changed to libsndfile 1.0.10 as minimum requirement * fixed prompt displaying issue in non-readline mode * BandlimittedNoise: added random seed to archiving methods * disabled SoundFile flushing from within Context (SoundFile's responsability) * caught probably long-term bug in task.m related to <offset> parameter in (make-task) bests, martin |
From: martin r. <fo...@ru...> - 2004-04-28 21:26:44
|
foo-0.0.5 has been released. CHANGELOG: * reimplemented SoundFile caching * reintroduced scripting support * added Examples directory and a simple sine wave scripting example find it at http://sf.net/projects/foo bests, martin |
From: martin r. <fo...@ru...> - 2004-04-28 21:25:59
|
foo-0.0.5 has been released. * fixed smaller bugs in readline extension * improved autoconf readline detection find it at http://sf.net/projects/foo bests, martin |
From: martin r. <fo...@ru...> - 2004-04-13 17:46:25
|
fooelk-0.0.4 released CHANGES: * added configure-time readline status * added readline notes to README.FOO this isn't really a new release (should be 0.0.3b) after having some problems with compiling fooelk on different platforms (readline extension) i just added these to things, esp. the hints in README.FOO. hope this will help on those "problematic" systems. bests, martin |
From: martin r. <fo...@ru...> - 2004-03-19 11:26:13
|
dear foo-listeners, foo-0.0.4 has been released. CHANGELOG: * fixed bug in ./bootstrap (INSTALL removal) * include GSConfig.h for support of GNUStep fakemain hack on some systems * added --no-rl option and toplevel-no-rl.foo for non-readline operation * read user defaults now from (in this order): - /etc/foo/init.foo - ~/.foo/init.foo - ./.init.foo (retained backwards compatability for ~/.initfoo and ./.initfoo) * added user-accessible (foo-default-play-command) http://sf.net/projects/foo bests, martin |
From: martin r. <fo...@ru...> - 2004-03-04 09:48:33
|
dear fooers, fooelk-0.0.3 was released. a small bug in the readline extension was fixed. unfortunetaly, the crashes of fooelk seem not to be related to this bug. all the best, martin |
From: martin r. <fo...@ru...> - 2004-02-26 02:39:36
|
dear foo-listeners, foo-0.0.3 has been released. this is mainly a "bugfix" release, since there seem to be serious memory/garbage collector issues. http://sourceforge.net/projects/foo installation instructions in ./INSTALL. yet undocumented features in ./README. CHANGELOG: * adopted to fooelk-0.0.2 * switch on case-sensitive mode of elk (off by default now in elk) * added custom reader for fractional tones (replaces old semitone reader from customized elk) * readline reader extension/readrationals now in fooelk-0.0.2 * restructured source tree * reviewed gnustep-make support * introduced autoconf to guess/set location of fooelk/elk and foo * replaced foo.sh startup script by foo binary 2004-02-26 martin rumori |
From: martin r. <fo...@ru...> - 2004-02-26 02:35:58
|
dear foo listeners, fooelk-0.0.2 was released. ./README.FOO : this is fooelk, an elk distribution based on elk-3.99.6, which has been slightly modified for use with the foo sound synthesis system. the differences between fooelk and the current elk-3.99.6 release are: * P_Pow patch * read rationals reader extension patch * readline support patch * initial heap size set to 64M configure looks for a license-compliant readline library on your system (in other words, BSD libedit). you may specify --enable-gnu-readline to force ./configure to use GNU readline. this is suitable for foo, but keep in mind, that GNU readline is released under the GPL and therefore might not be conformant with the license your elk extensions. 2004-02-26 martin rumori |