Author: particle Date: Thu Aug 4 09:39:39 2005 New Revision: 8811 Modified: trunk/CREDITS trunk/NEWS Log: NEWS and CREDITS updated for 0.2.3
Modified: trunk/CREDITS ============================================================================== --- trunk/CREDITS (original) +++ trunk/CREDITS Thu Aug 4 09:39:39 2005 @@ -31,9 +31,13 @@ N: Alex Gough D: bignum N: Allison Randal -D: P6C +D: P6C and Punie (Perl 1) -A: Andrew Rodland +N: Amir Karger +D: editor bugfixes +E: [EMAIL PROTECTED] + +N: Andrew Rodland D: vim syntax files and editor doc N: Andy Dougherty @@ -50,11 +54,14 @@ D: Buffered IO fix N: Ask Bjoern Hansen +N: Autrijus Tang +D: various bugfixes + N: Benjamin Goldberg D: Numerous improvements and proposals. N: Bernhard Schmalhofer -D: Bugfixes, m4, Getopt_Long.pir +D: Bugfixes, m4, Getopt_Long.pir, Parrot bc, Configure bugfixes N: Bob Diertens D: patch regarding macro argument expansion @@ -81,7 +88,7 @@ D: Designer and demagogue E: [EMAIL PROTECTED] N: chromatic -D: SDL library and examples +D: SDL library and examples; Test::Builder; test suite cleanup N: Clayton O'Neill D: Fix for parrot linking issue on Solaris 8 @@ -93,7 +100,8 @@ N: Cory Spencer D: Peek opcode and PIO implementation N: Curtis Rawls -D: imcc optimizer patches and tests +D: imcc optimizer and register allocator patches and tests +E: [EMAIL PROTECTED] N: Dan Sugalski D: The big cheese emeritus @@ -111,12 +119,19 @@ N: David M. Loyd N: Dennis Rieks D: Win32 config and build +N: Dino Morelli +D: PGE tests +E: [EMAIL PROTECTED] + N: Eirik Berg Hanssen D: Use unix98 ps option in signal.t N: Felix Gallo D: delegate.pmc patch +N: Francois Perrad +D: build fixes for Cygwin and MinGW + N: Garrett Rooney D: Fix typo in PARROT_BIGENDIAN case @@ -126,6 +141,9 @@ D: Win98 and other fixes. N: Gordon Henriksen D: Unified PMC/PObj accessors +N: Greg Bacon +D: Memory reallocation test and patch + N: Gregor N. Purdy D: Early Parrot core, including packfile and op processing code, D: first predereferencing core, first Parrot-targetted compiler @@ -172,9 +190,11 @@ D: parrotbug, befunge interpreter, ook c E: [EMAIL PROTECTED] S: Lyon, France -N: Jerry Gay +N: Jerry Gay a.k.a particle E: [EMAIL PROTECTED] D: remove Win32 compile warnings; pcre update; cleanup of internal exceptions +D: add tests; doc cleanup; pick low hanging fruit +S: Seattle, WA N: John Paul Wallington D: pir-mode.el: fix for xemacs plus bugfixes and cleanups @@ -208,6 +228,10 @@ D: yield and other PIR improvements N: Kevin Falcone +N: Klaas-Jan Stol +D: dynclasses and doc updates +E: [EMAIL PROTECTED] + N: Lars Balker Rasmussen D: FreeBSD and other build fixes @@ -230,6 +254,7 @@ D: httpd.imc, bugfixes N: Matt Diephouse D: Turn off buffering layer in forth.pasm D: Various patches for pmc2c.pl +D: Run Tcl test suite in ParTcl, and add various ParTcl bits N: Matt Fowles D: Resizable*Array classes @@ -273,6 +298,10 @@ D: Win32, FreeBSD build fixes N: Nigelsandever D: Win32 patches +N: Patrick R. Michaud +D: Parrot Grammar Engine +E: [EMAIL PROTECTED] + N: Peter Gibbs D: String subsystem @@ -343,11 +372,17 @@ E: [EMAIL PROTECTED] W: http://www.accognoscere.org S: Winterthur, Switzerland +N: Thilo Planz +D: ParTcl tests and inspiration + N: TOGoS D: Some FAQ questions and answers N: Tom Hughes +E: [EMAIL PROTECTED] +D: Nicer command line handling in ops2c.pl + N: Uri Guttman D: Lot of general Parrot design hints Modified: trunk/NEWS ============================================================================== --- trunk/NEWS (original) +++ trunk/NEWS Thu Aug 4 09:39:39 2005 @@ -1,5 +1,15 @@ # $Id$ +New in 0.2.3 + +- Dynamic classes now compile on Windows (including ParTcl) +- New Super PMC allows easy access to superclass methods +- Implement C3 method resolution order (just like Perl6 & Python) +- ParTcl has new PIR-based parser and passes more Tcl tests +- added character class support in Globs to PGE +- added language implementations of unlambda, Lazy-k +- many bugfixes, including GC and memory leaks + New in 0.2.2 - new call scheme: docs/pdds/pdd03_calling_conventions.pod
