file,
and support for the case where ATC is forbidden by a Restrictions
pragma.
Fix for JA25-023
Subversion-branch: /trunk/polyorb
Subversion-revision: 166334
An RPC can now be aborted on the client side, and this causes a
notification
to be sent on the session, and an attempt to abort execution on the
server
side.
When a client disconnects, an abort is also implicitly generated for all
its
requests that are still being served.
Fixes J817-001
----
date: 2010/09/03 17:36:41; author: quinot;
Change committed by mistake as part of a larger commit.
RH should have read:
Fix to change for J521-019 to also pass name_service on the command line
in the case of a local launch, since we can't rely on the parameter
always
being present in the environment.
----
date: 2010/09/03 17:37:23; author: quinot;
(the above comment applies to the modification of
polyorb-dsa_p-remote_launch.adb in this revision).
Subversion-branch: /trunk/polyorb
Subversion-revision: 164266
rather
than in the environment to avoid depending on Bourne shell specific
constructs.
Fixes J521-019
Subversion-branch: /trunk/polyorb
Subversion-revision: 164030
implemented:
-dm -df -da -db -ds -dw -dt -di.
The switches "-types -p" would cause the message "iac: fail to open the
file
called <blah>.typ". Instead, we now overwrite that file. Also, improve
the
error message ("cannot create file").
Remove "t!" from Getopt call, because there is no such switch -- it's
neither
documented nor implemented, neither in iac nor idlac. It just caused a
strange
error message.
Improve documentation.
For J211-031.
Subversion-branch: /trunk/polyorb
Subversion-revision: 158399
Allow overriding of the output directory switch (last one on the command
line
wins).
Improve usage message printed by -h.
Make sure iac documentation in polyorb_ug matches usage message.
Move iac documentation so it comes before idlac,
idlac is considered obsolete.
Fixes H813-038.
Subversion-branch: /trunk/polyorb
Subversion-revision: 158060
Turn on the minimal perfect hash functions.
Use type GNAT.Perfect_Hash_Generators.Optimization instead of using
boolean
flags. Seems cleaner.
* docs/polyorb_ug.texi:
Document that -hm is the default.
* compilers/iac/backend-be_corba_ada.adb:
Note in usage message that -hm is the default.
* compilers/iac/iac.adb:
Set Optimization_Mode instead of boolean flags.
* compilers/iac/backend-be_corba_ada-skels.adb:
Use Optimization_Mode instead of boolean flags and Optim variable.
* features-27:
Add NF-27-J118-027 Use minimal perfect hash functions.
Part of J118-027.
Subversion-branch: /trunk/polyorb
Subversion-revision: 157542