Bigloo Changelog

What's new in Bigloo 4.1a

Feb 20, 2014
  • Unicode fix
  • Data flow fix, letrecstart improvement
  • Fix GC configuration
  • Fix inner define new compilation
  • Extend utf8->ucs2 conversion
  • Fix pcre configuration
  • Improve static type check resolution
  • Patch csv library
  • Fix minor error on symbols
  • Fix pregexp without pcre
  • Fix pregexp without pcre
  • Fix generic+opt/key compilation
  • New kaptures implementation
  • Fix non-i18n implementation
  • Fix minor exceptions problem
  • JSON parsing in Web lib
  • New pcre facilities
  • New letrec* compilation scheme
  • Cleanup compiler dead-code
  • Remove gcc warnings
  • Prepare Android dynlib support
  • Change GC init for accomodating android dynloading
  • Remove useless ALSA debugging
  • Fix srfi1 Makefile
  • Fix srf1 compilation
  • Dsssl generic completion
  • Disable bglpkg by default
  • Add closed-output-port
  • New configure option for pcre
  • Fix box types
  • Add clang autoconfiguration
  • Fix flac configuration
  • Enable the narrow optimization from -O2
  • Phidget autoconfiguration fix
  • Fix DSSSL error messages
  • Fix eval include directives
  • Introduction of the new walkers
  • MacOSX phidgets support
  • Improve letrec* handling
  • Fix signed zero display
  • Bignum extra conversions
  • Fix typed lambda expansion
  • Fix missing method error detection

New in Bigloo 4.0b (Sep 16, 2013)

  • modification of the object system (language design and implementation),
  • new APIs (alsa, flac, mpg123, avahi, csv parsing),
  • new library functions (UDP support),
  • new regular expressions support,
  • new garbage collector (Boehm's collection 7.3alpha1).

New in Bigloo 4.0a (Jan 23, 2013)

  • Added tag 4.0a for changeset 8b8146351711

New in Bigloo 3.3 Alpha 5 (Apr 23, 2010)

  • Fix JVM string supports (on MacOS X), non-ascii JVM strings where not correctly supported.

New in Bigloo 3.2 Beta 2 (Sep 18, 2009)

  • comptime/Coerce/app.scm: remove an incorrect type check optimization.

New in Bigloo 3.2 Beta (May 29, 2009)

  • runtime/Eval/eval.scm: the REPL now uses BIGLOO-LOAD-READER
  • instead of READ. This allows Bigloo applications such as Hop to
  • re-use the Bigloo REPL with their own reader