]> source.dussan.org Git - aspectj.git/log
aspectj.git
20 years agoUses 0 line number when it really doesn't know the relevant line in the file to inclu...
aclement [Tue, 16 Mar 2004 09:22:08 +0000 (09:22 +0000)]
Uses 0 line number when it really doesn't know the relevant line in the file to include in a message.

20 years agoFix for Bugzilla Bug 41181
aclement [Tue, 16 Mar 2004 09:21:31 +0000 (09:21 +0000)]
Fix for Bugzilla Bug 41181
   Support SerialVersionUID field if no new fields declared on class

20 years agofix for Bugzilla Bug 51322
acolyer [Mon, 15 Mar 2004 22:38:03 +0000 (22:38 +0000)]
fix for Bugzilla Bug 51322
  Introduce Unknown Type to class causes Null pointer exception

20 years agoguess who used a 1.4 only API then.....
acolyer [Mon, 15 Mar 2004 19:54:05 +0000 (19:54 +0000)]
guess who used a 1.4 only API then.....

20 years agofix for Bugzilla Bug 44272
acolyer [Mon, 15 Mar 2004 17:27:56 +0000 (17:27 +0000)]
fix for Bugzilla Bug 44272
  retitle warning to "circular {advice} dependency at ..."

20 years agotest for Bugzilla Bug 54098
acolyer [Mon, 15 Mar 2004 17:08:34 +0000 (17:08 +0000)]
test for Bugzilla Bug 54098
  -deprecation not working

20 years agofix for Bugzilla Bug 48080
acolyer [Mon, 15 Mar 2004 16:38:44 +0000 (16:38 +0000)]
fix for Bugzilla Bug 48080
  Context information in declare warning/error messages

20 years agomove weaving to inside of the compiler.compile loop.
acolyer [Mon, 15 Mar 2004 15:29:44 +0000 (15:29 +0000)]
move weaving to inside of the compiler.compile loop.
ensure messages are associated with source wherever possible

20 years agomove weaving to inside of the compiler.compile loop.
acolyer [Mon, 15 Mar 2004 15:11:16 +0000 (15:11 +0000)]
move weaving to inside of the compiler.compile loop.
ensure messages are associated with source wherever possible

20 years agomove weaving to inside of the compiler.compile loop.
acolyer [Mon, 15 Mar 2004 15:10:46 +0000 (15:10 +0000)]
move weaving to inside of the compiler.compile loop.
ensure messages are associated with source wherever possible

20 years agoAdded support for inheritance documentation, test coverage. v_preCompileLoopAlteration
mkersten [Thu, 11 Mar 2004 19:22:42 +0000 (19:22 +0000)]
Added support for inheritance documentation, test coverage.

20 years agoAdded methods for retrieving the signature of a program element as it occurrs in...
mkersten [Thu, 11 Mar 2004 19:19:56 +0000 (19:19 +0000)]
Added methods for retrieving the signature of a program element as it occurrs in the source code.
Needed by ajdoc, possibly useful to other clients.

20 years agoMoved clearning of relationship map to AjBuildManager in order to make
mkersten [Thu, 11 Mar 2004 17:02:02 +0000 (17:02 +0000)]
Moved clearning of relationship map to AjBuildManager in order to make
repeated invocations with -emacssym work (refer to Matthew's patch in 41181).

20 years agoFixed generation and access of return types on IProgramElements(s).
mkersten [Wed, 10 Mar 2004 21:18:21 +0000 (21:18 +0000)]
Fixed generation and access of return types on IProgramElements(s).

20 years agoPort of ajdoc declaration hierarchy to ASM.
mkersten [Wed, 10 Mar 2004 19:46:13 +0000 (19:46 +0000)]
Port of ajdoc declaration hierarchy to ASM.

20 years agoMinor cleanup of build cancelling.
mkersten [Wed, 10 Mar 2004 03:53:55 +0000 (03:53 +0000)]
Minor cleanup of build cancelling.

20 years ago-xlintfile option support in the harness, and tests
wisberg [Mon, 8 Mar 2004 19:13:55 +0000 (19:13 +0000)]
-xlintfile option support in the harness, and tests

20 years ago-xlintfile option support
wisberg [Mon, 8 Mar 2004 19:13:03 +0000 (19:13 +0000)]
-xlintfile option support

20 years agoupdated beaninfo tests for new properties, reenabled and updated compile-time check...
wisberg [Mon, 8 Mar 2004 19:11:19 +0000 (19:11 +0000)]
updated beaninfo tests for new properties, reenabled and updated compile-time check (why disabled?)

20 years agoregression test - provokes VerifyError in 1.1.1 but not in cvs head
wisberg [Sun, 7 Mar 2004 22:42:45 +0000 (22:42 +0000)]
regression test - provokes VerifyError in 1.1.1 but not in cvs head

20 years agoFix for Bugzilla Bug 50776
aclement [Fri, 5 Mar 2004 10:50:50 +0000 (10:50 +0000)]
Fix for Bugzilla Bug 50776
   fail in compiling aspect with overriding method introduction with different throws clause

20 years agoGeorges fix for test that verifies DEVELOPMENT build date/time stamp.
aclement [Fri, 5 Mar 2004 10:14:11 +0000 (10:14 +0000)]
Georges fix for test that verifies DEVELOPMENT build date/time stamp.

20 years agoFix for Bugzilla Bug 52394
aclement [Thu, 4 Mar 2004 16:09:34 +0000 (16:09 +0000)]
Fix for Bugzilla Bug 52394
   inter-type declarations cause JRockit Crash

20 years agoGeorges fix to add build date/time info to DEVELOPMENT builds.
aclement [Thu, 4 Mar 2004 15:18:46 +0000 (15:18 +0000)]
Georges fix to add build date/time info to DEVELOPMENT builds.

20 years agoFixing last test failures - per Georges suggestions.
aclement [Tue, 2 Mar 2004 09:15:41 +0000 (09:15 +0000)]
Fixing last test failures - per Georges suggestions.

20 years agoGeorges fix to AjcTask for failing testcases.
aclement [Mon, 1 Mar 2004 15:55:41 +0000 (15:55 +0000)]
Georges fix to AjcTask for failing testcases.

20 years agoFix for Bugzilla Bug 52107
aclement [Thu, 26 Feb 2004 13:34:28 +0000 (13:34 +0000)]
Fix for Bugzilla Bug 52107
   NoSuchMethodError accessing field declared on interface

20 years agoFinal part of bug #46347 (-inpath): We do not copy resources from inpath directories...
aclement [Thu, 26 Feb 2004 11:22:31 +0000 (11:22 +0000)]
Final part of bug #46347 (-inpath):  We do not copy resources from inpath directories to the output.

20 years agoFix for preventing the use of if/target/this/args/cflow/cflowbelow in DeclareSofts.
aclement [Thu, 26 Feb 2004 10:00:31 +0000 (10:00 +0000)]
Fix for preventing the use of if/target/this/args/cflow/cflowbelow in DeclareSofts.
(Reordered flow in creating declare soft munger and concretizing the pointcut)

20 years agoOrganized an import whilst I was in the weaver anyway.
aclement [Thu, 26 Feb 2004 09:59:45 +0000 (09:59 +0000)]
Organized an import whilst I was in the weaver anyway.

20 years agoFix for preventing the use of if/target/this/args/cflow/cflowbelow in DeclareSofts.
aclement [Thu, 26 Feb 2004 09:58:14 +0000 (09:58 +0000)]
Fix for preventing the use of if/target/this/args/cflow/cflowbelow in DeclareSofts.
(I hope putting this utility method in the Pointcut class is ok ...)

20 years agoFix for preventing the use of if/target/this/args/cflow/cflowbelow in DeclareSofts.
aclement [Thu, 26 Feb 2004 09:56:40 +0000 (09:56 +0000)]
Fix for preventing the use of if/target/this/args/cflow/cflowbelow in DeclareSofts.

20 years agoTemporarily commenting out unreliable section of the test.
aclement [Wed, 25 Feb 2004 15:57:15 +0000 (15:57 +0000)]
Temporarily commenting out unreliable section of the test.

20 years agoBit more diagnostic info in that test that fails on the build machine - it works...
aclement [Wed, 25 Feb 2004 14:09:12 +0000 (14:09 +0000)]
Bit more diagnostic info in that test that fails on the build machine - it works for me :(

20 years agoFix for Bugzilla Bug 51320
aclement [Wed, 25 Feb 2004 11:14:32 +0000 (11:14 +0000)]
Fix for Bugzilla Bug 51320
   ClasscastException on concretization of if(false)
(i.e. you can't use if/target/args/cflow/cflowbelow/this in deow - you get an error if you try)

20 years agobase structure for the org.aspectj.aspectjrt plugin
acolyer [Tue, 24 Feb 2004 15:06:30 +0000 (15:06 +0000)]
base structure for the org.aspectj.aspectjrt plugin

20 years agosupport for building the org.aspectj.aspectjrt plugin
acolyer [Tue, 24 Feb 2004 15:06:07 +0000 (15:06 +0000)]
support for building the org.aspectj.aspectjrt plugin

20 years agoFix for Bug 36430: Xreweavable support
aclement [Tue, 24 Feb 2004 13:43:56 +0000 (13:43 +0000)]
Fix for Bug 36430: Xreweavable support

20 years agoBugzilla Bug 51919
aclement [Tue, 24 Feb 2004 10:00:30 +0000 (10:00 +0000)]
Bugzilla Bug 51919
   Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6)

20 years agoFix for: Bugzilla Bug 51919
aclement [Tue, 24 Feb 2004 10:00:10 +0000 (10:00 +0000)]
Fix for: Bugzilla Bug 51919
   Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6)

20 years agoDesign of XReweavable feature.
aclement [Mon, 23 Feb 2004 19:14:35 +0000 (19:14 +0000)]
Design of XReweavable feature.

20 years agofirst pass at a guide for developers of compiler and weaver
jhugunin [Thu, 19 Feb 2004 22:46:06 +0000 (22:46 +0000)]
first pass at a guide for developers of compiler and weaver

20 years agofix for Bugzilla Bug 51929
jhugunin [Thu, 19 Feb 2004 22:09:16 +0000 (22:09 +0000)]
fix for Bugzilla Bug 51929
   Advice calling protected super method causing java.lang.VerifyError 'Bad access to protected data'
Also expanded test to cover protected field access as well as methods

Fix required getting the correct receiver type for both field access and method
calls to correspond to Java's complicated rules for accessing protected
members (JLSv2 6.6.2 and mentioned in passing in JVMv2 5.4.4)

20 years agoFixed bug#45489 "Structure model is wrong when re-opened"
mkersten [Thu, 19 Feb 2004 16:02:06 +0000 (16:02 +0000)]
Fixed bug#45489 "Structure model is wrong when re-opened"

20 years agoChecking in Noel's update to the benchmarks. We have to scale up the numbers because...
aclement [Thu, 19 Feb 2004 14:25:17 +0000 (14:25 +0000)]
Checking in Noel's update to the benchmarks.  We have to scale up the numbers because Jim/Erik keep making the compiler/weaver faster!

20 years agoLightweight ajdoc prototype.
mkersten [Wed, 18 Feb 2004 16:12:54 +0000 (16:12 +0000)]
Lightweight ajdoc prototype.

20 years agoAdded known limitations to ajbrowser documentation.
mkersten [Wed, 18 Feb 2004 06:47:43 +0000 (06:47 +0000)]
Added known limitations to ajbrowser documentation.

20 years agoRemoved stale ajworkingdir option from project properties interface.
mkersten [Wed, 18 Feb 2004 06:46:23 +0000 (06:46 +0000)]
Removed stale ajworkingdir option from project properties interface.

20 years agoMinor cleanup of ajbrowser.
mkersten [Wed, 18 Feb 2004 06:45:21 +0000 (06:45 +0000)]
Minor cleanup of ajbrowser.

20 years ago@testcase PR#52107 declare [int | String | Object] field on interface
wisberg [Sun, 15 Feb 2004 19:13:41 +0000 (19:13 +0000)]
@testcase PR#52107 declare [int | String | Object] field on interface

20 years agomailing list verify error
wisberg [Fri, 13 Feb 2004 01:21:03 +0000 (01:21 +0000)]
mailing list verify error

20 years agoYes yes, I broke the build. The performance code had a 1.4 API in it (split()) which...
aclement [Tue, 10 Feb 2004 17:16:33 +0000 (17:16 +0000)]
Yes yes, I broke the build.  The performance code had a 1.4 API in it (split()) which I am now removing.

20 years agoPerformance benchmarks from Noel and Matthew. Run these tests standalone to generate...
aclement [Tue, 10 Feb 2004 14:51:29 +0000 (14:51 +0000)]
Performance benchmarks from Noel and Matthew.  Run these tests standalone to generate a .csv file containing results.

20 years agoFix for Bug 51326: mispelled word: "heirarchy"
ehilsdal [Mon, 9 Feb 2004 15:43:03 +0000 (15:43 +0000)]
Fix for Bug 51326: mispelled word: "heirarchy"

20 years agoFix for Bugzilla Bug 50641
aclement [Mon, 9 Feb 2004 15:07:37 +0000 (15:07 +0000)]
Fix for Bugzilla Bug 50641
   Better binary compatibility for advice method names
- I've run the tests a thousand times and they all pass, I'm still nervous about this first big commit though *gulp*

20 years agomade JDK 1.3 compatible
ehilsdal [Wed, 4 Feb 2004 04:05:41 +0000 (04:05 +0000)]
made JDK 1.3 compatible

20 years agoRemoving this rogue directory that didn't seem to work. i.e. it didnt fix the build...
aclement [Fri, 30 Jan 2004 14:03:36 +0000 (14:03 +0000)]
Removing this rogue directory that didn't seem to work.  i.e. it didnt fix the build process.

20 years agoFollowing yesterdays discussion, I'm temporarily adding a folder containing one file...
aclement [Fri, 30 Jan 2004 11:24:21 +0000 (11:24 +0000)]
Following yesterdays discussion, I'm temporarily adding a folder containing one file to see if it makes the build happy (we had to do this for adrians new module).  If it fails then I'll delete it and wait for George to return who knows the right cruise control incantations to locate the problem.

20 years agoCreated 'notamodule' in bcel-builder module - will the build system now ignore it...
aclement [Fri, 30 Jan 2004 10:44:22 +0000 (10:44 +0000)]
Created 'notamodule' in bcel-builder module - will the build system now ignore it correctly?

20 years agonew icons for declare precendence
mkersten [Fri, 30 Jan 2004 01:50:36 +0000 (01:50 +0000)]
new icons for declare precendence

20 years agoResolution for Bugzilla Bug 46282
ehilsdal [Thu, 29 Jan 2004 15:50:10 +0000 (15:50 +0000)]
Resolution for Bugzilla Bug 46282
When creating obj thru intro constructor init code fails to execute

20 years agoFix for Bugzilla Bug 42668
ehilsdal [Thu, 29 Jan 2004 15:30:42 +0000 (15:30 +0000)]
Fix for Bugzilla Bug 42668
effect of an after returning type incompatible with a join point return type

20 years agoFix for Bugzilla Bug 42668
ehilsdal [Thu, 29 Jan 2004 15:29:32 +0000 (15:29 +0000)]
Fix for Bugzilla Bug 42668
effect of an after returning type incompatible with a join point return type

20 years agoFix for Bugzilla Bug 42668
ehilsdal [Thu, 29 Jan 2004 15:21:59 +0000 (15:21 +0000)]
Fix for Bugzilla Bug 42668
effect of an after returning type incompatible with a join point return type

20 years agoFix for Bugzilla Bug 41125:
ehilsdal [Thu, 29 Jan 2004 13:53:23 +0000 (13:53 +0000)]
Fix for Bugzilla Bug 41125:
LocalVariableTable sometimes gets BCEL-supplied parameter names

20 years agoFix for Bugzilla Bug 41125:
ehilsdal [Thu, 29 Jan 2004 13:46:27 +0000 (13:46 +0000)]
Fix for Bugzilla Bug 41125:
LocalVariableTable sometimes gets BCEL-supplied parameter names

20 years agoFix for Bugzilla Bug 43792: Illegal Opcode Detected
ehilsdal [Thu, 29 Jan 2004 12:24:02 +0000 (12:24 +0000)]
Fix for Bugzilla Bug 43792: Illegal Opcode Detected

20 years agoFix for Bugzilla Bug 43792: Illegal Opcode Detected
ehilsdal [Thu, 29 Jan 2004 12:21:49 +0000 (12:21 +0000)]
Fix for Bugzilla Bug 43792: Illegal Opcode Detected
this is now a patched version of bcel-5.1 -- it was
previously an unpatched version of bcel-5.0.

20 years agoFix for broken license test. New file created yesterday has 2004 in the copyright...
aclement [Wed, 28 Jan 2004 14:45:03 +0000 (14:45 +0000)]
Fix for broken license test.  New file created yesterday has 2004 in the copyright statement.  Added 2004 as a valid copyright year :)

20 years agoTest and fix for Bugzilla Bug 50570
jhugunin [Wed, 28 Jan 2004 01:12:17 +0000 (01:12 +0000)]
Test and fix for Bugzilla Bug 50570
   CatchClauseSignature has broken operation

20 years agofix for Bugzilla Bug 49295
jhugunin [Wed, 28 Jan 2004 00:36:05 +0000 (00:36 +0000)]
fix for Bugzilla Bug 49295
   duplicate warning or second join point for constructor-execution

20 years agoPicked lowest hanging weave-time performance optimization fruit.
jhugunin [Tue, 27 Jan 2004 22:41:52 +0000 (22:41 +0000)]
Picked lowest hanging weave-time performance optimization fruit.

20 years agoPicked lowest hanging weave-time performance optimization fruit.
jhugunin [Tue, 27 Jan 2004 19:51:08 +0000 (19:51 +0000)]
Picked lowest hanging weave-time performance optimization fruit.

20 years agogenerates accurate max stack height information for aspectOf method
jhugunin [Tue, 27 Jan 2004 19:47:12 +0000 (19:47 +0000)]
generates accurate max stack height information for aspectOf method
this is a long-standing bug that was masked by the weaver which
would always recompute this field.  optimizations to the weaver made
this bug appear again.

20 years agoinitial stab at a bcel-building module
ehilsdal [Tue, 27 Jan 2004 19:24:46 +0000 (19:24 +0000)]
initial stab at a bcel-building module

20 years agoinclude the jdtDepends classes
acolyer [Tue, 27 Jan 2004 15:09:44 +0000 (15:09 +0000)]
include the jdtDepends classes

20 years agoAdrian made me put these in. We seem to need a directory containing one file in...
aclement [Tue, 27 Jan 2004 10:20:28 +0000 (10:20 +0000)]
Adrian made me put these in.  We seem to need a directory containing one file in order to satisfy the build script when it builds shadows.org.eclipse.jdt.core.

20 years agoBugzilla Bug 50641
jhugunin [Mon, 26 Jan 2004 20:57:33 +0000 (20:57 +0000)]
Bugzilla Bug 50641
   Better binary compatibility for advice method names

20 years agotests for Bugzilla Bug 50641
jhugunin [Mon, 26 Jan 2004 20:57:17 +0000 (20:57 +0000)]
tests for Bugzilla Bug 50641
   Better binary compatibility for advice method names

20 years agoBugzilla Bug 50458
acolyer [Mon, 26 Jan 2004 16:23:41 +0000 (16:23 +0000)]
Bugzilla Bug 50458
  Make a full implementation of org.eclipse.jdt.core for use in AJDT
Pushdown of AjParser and AjScanner into shadows/org.eclipse.jdt.core.
New class DeclarationFactory handles creation of AJDT-specific types
on behalf of Parser.

20 years agoBugzilla Bug 50458
acolyer [Mon, 26 Jan 2004 16:18:36 +0000 (16:18 +0000)]
Bugzilla Bug 50458
  Make a full implementation of org.eclipse.jdt.core for use in AJDT
Updated jdtcore jars, and an external builder configured in build
chain to refresh them from the shadows...

20 years agoWhen not working with the branch version of
acolyer [Mon, 26 Jan 2004 15:17:22 +0000 (15:17 +0000)]
When not working with the branch version of
shadows/org.eclipse.jdt.core in your workspace (which will be
most of the time), this dummy project will satisfy the
build dependency of the HEAD org.eclipse.jdt.core project.

20 years agoImplemented feature for Bugzilla Bug 48091
jhugunin [Sat, 24 Jan 2004 02:28:54 +0000 (02:28 +0000)]
Implemented feature for Bugzilla Bug 48091
   Lazy instantiation of thisJoinPoint
Speed-ups of 10-100X are measured even when running a small test case with minimal GC issues.

The actual feature implemented is that thisJoinPoint objects are only created just before calling the method for advice that requires them.  To take advantage of this feature you must use an if PCD or some other dynamic test that occurs in the PCD not the advice body to guard the expensive creation of the thisJoinPoint object.

-XlazyTjp flag must be passed to compiler to enable this feature.
If any around advice is present on the joinpoint then lazy instantiation
will be disabled.  An Xlint warning will be displayed in this case.

As a related optimization, several helper methods were added to
Factory.makeJP to reduce the code size when thisJoinPoint is used.

20 years agoFix to stop leaving 'foo' files around in the top of tests after running the suite.
jhugunin [Fri, 23 Jan 2004 20:38:34 +0000 (20:38 +0000)]
Fix to stop leaving 'foo' files around in the top of tests after running the suite.

20 years agoeliminated a dependency on org.eclipse.core.runtime that had crept
acolyer [Fri, 23 Jan 2004 19:06:25 +0000 (19:06 +0000)]
eliminated a dependency on org.eclipse.core.runtime that had crept
into this source - only the org.eclipse.jdt.core project should
contain links to other portions of eclipse source.

20 years agospring cleaning in advance of 1.2 enhancements:
acolyer [Fri, 23 Jan 2004 12:34:27 +0000 (12:34 +0000)]
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).

20 years agospring cleaning in advance of 1.2 enhancements:
acolyer [Fri, 23 Jan 2004 12:18:10 +0000 (12:18 +0000)]
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).

20 years agospring cleaning in advance of 1.2 enhancements:
acolyer [Fri, 23 Jan 2004 12:10:58 +0000 (12:10 +0000)]
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).

20 years agospring cleaning in advance of 1.2 enhancements:
acolyer [Fri, 23 Jan 2004 11:49:16 +0000 (11:49 +0000)]
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).

20 years agospring cleaning in advance of 1.2 enhancements:
acolyer [Fri, 23 Jan 2004 10:42:24 +0000 (10:42 +0000)]
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).

20 years agospring cleaning in advance of 1.2 enhancements:
acolyer [Fri, 23 Jan 2004 10:36:28 +0000 (10:36 +0000)]
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).

20 years agospring cleaning in advance of 1.2 enhancements:
acolyer [Fri, 23 Jan 2004 10:29:35 +0000 (10:29 +0000)]
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).

20 years agotidying up compiler warnings (unused locals, imports)
acolyer [Fri, 23 Jan 2004 10:07:16 +0000 (10:07 +0000)]
tidying up compiler warnings (unused locals, imports)

20 years agoenh 48072 - ICrossReferenceHandler support to get xref info from the weaver
acolyer [Fri, 23 Jan 2004 10:03:14 +0000 (10:03 +0000)]
enh 48072 - ICrossReferenceHandler support to get xref info from the weaver

20 years agoignore amcTests.xml in cvs syncs
acolyer [Fri, 23 Jan 2004 09:24:04 +0000 (09:24 +0000)]
ignore amcTests.xml in cvs syncs

20 years agoGeorges fix for Bugzilla Bug 50200
aclement [Thu, 22 Jan 2004 10:55:43 +0000 (10:55 +0000)]
Georges fix for Bugzilla Bug 50200
   aspectjrt.jar manifest file name needs changing to upper case

20 years agoAdded javadoc for getExtraSourceLocations()
mkersten [Thu, 22 Jan 2004 06:06:34 +0000 (06:06 +0000)]
Added javadoc for getExtraSourceLocations()

20 years agoAdded links to user feedback on language features.
mkersten [Wed, 21 Jan 2004 06:29:13 +0000 (06:29 +0000)]
Added links to user feedback on language features.

20 years agoFixed one test per new messages, but left the pointcut test, which needs lots of...
wisberg [Tue, 20 Jan 2004 03:06:30 +0000 (03:06 +0000)]
Fixed one test per new messages, but left the pointcut test, which needs lots of new messages to be specified, to another day.

20 years agochecked in test updates
wisberg [Fri, 16 Jan 2004 15:17:08 +0000 (15:17 +0000)]
checked in test updates