You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|
From: Andreas K. <ak...@ix...> - 2001-11-01 01:28:10
|
Hey all, 0.96.2's out. Changelog: 2001-10-24 Andreas Kloeckner <ak...@ix...> * released 0.96.2 to prepare for encryption and bigint functions 2001-10-23 Andreas Kloeckner <ak...@ix...> * javascript: fixed js_string.split, Array.join (Thanks to Martin Oberzalek <ki...@gm...>) 2001-10-18 Andreas Kloeckner <ak...@ix...> * javascript: added js_string.split, js_array::push_back, test cases for split (Thanks to Martin Oberzalek <ki...@gm...>) 2001-10-04 Andreas Kloeckner <ak...@ix...> * src/js_declaration.cc: fixed variable instatiation bug, result of introduction of eliminateWrappers() 2001-10-03 Andreas Kloeckner <ak...@ix...> * js: fixed class scoping, so that lexical scope variables don't shadow instance variables * js: fixed makeValue("string") by removing makeValue(bool); (breaks binary compatibility) * bumped shlib version to 6 * js: added traps for division by zero 2001-09-15 Andreas Kloeckner <ak...@ix...> * added FreeBSD support (libintl fixes,math.h) 2001-07-31 Andreas Kloeckner <ak...@ix...> * src/js_declaration.cc: Silly me - constructorless classes would segfault the interpreter. Fixed. 2001-07-17 Andreas Kloeckner <ak...@ix...> * bumped version to 0.96.2, iface version to 5. * javascript: separated wrapper elimination and duplication, that functionality is now in two separate methods. Now go get it already! :-) Andreas |