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 |