summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
* Two new lex rules for wide chars, two new tokens for wchar &parsons1999-08-126-1198/+1307
| | | | | wstring literals, a new production for wchar constants, a wchar escape reader function, etc.
* ChangeLogTag:Thu Aug 12 16:22:08 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-1210-25/+38
|
* 1.0.1levine1999-08-124-5/+9
|
* ChangeLogTag: Thu Aug 12 15:49:00 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-122-9/+26
|
* ChangeLogTag:Thu Aug 12 11:45:21 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-122-1/+8
|
* untabifiedlevine1999-08-121-27/+27
|
* ChangeLogTag:Wed Aug 11 13:31:09 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-08-112-2/+2
|
* *** empty log message ***nanbor1999-08-111-1/+5
|
* *** empty log message ***nanbor1999-08-111-0/+6
|
* ChangeLogTag:Wed Aug 11 13:06:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-112-1/+12
|
* ChangeLogTag:Wed Aug 11 12:13:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-111-0/+19
|
* ChangeLogTag: Wed Aug 11 11:18:01 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-112-9/+14
|
* ChangeLogTag:Wed Aug 11 11:00:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-115-0/+469
|
* ChangeLogTag: Wed Aug 11 11:03:29 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-112-131/+139
|
* * tao/Any.cpp:parsons1999-08-111-0/+6
| | | | | Added an ACE_DEBUG message to an ACE_CATCHANY block that I missed yesterday.
* Added an ACE_DEBUG message to an ACE_CATCHANY block that Iparsons1999-08-111-2/+3
| | | | missed yesterday.
* ChangeLogTag:Wed Aug 11 10:21:05 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-113-10/+13
|
* ChangeLogTag:Wed Aug 11 10:04:57 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-1119-91/+127
|
* ChangeLogTag:Wed Aug 11 09:18:53 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-08-1126-100/+166
|
* *** empty log message ***nanbor1999-08-111-1/+59
|
* * TAO/tests/IDL_Test/main.cpp:parsons1999-08-111-0/+7
| | | | | | Removed an unneeded '#pragma once' and fixed some ACE_CHECK_RETURNs used inside a try block. Thanks to David for pointing out the boo-boos.
* Fixed some boo-boos pointed out by David.parsons1999-08-111-9/+5
|
* * TAO_IDL/fe/lex.yy.cpp:parsons1999-08-111-0/+15
| | | | | | | | | | | | | | * TAO/fe/lex.yy.cpp.diff: Substituted a hard 'break;' for TAO_YY_BREAK in two places. TAO_YY_BREAK is defined as ACE_NOTREACHED (break;), which, for some compilers, is defined in OS.h as a null statement. TAO_YY_BREAK is used in many places after a 'return xxx' statement, but in the aforementioned two places, there was no 'return', so for those compilers, control was falling through to the next case. Thanks to Christopher Kohlhoff <chris@kohlhoff.com> for tracking this down on Borland C++ Builder.
* Subsituted a real break; for a couple of ACE_NOTREACHED (break;)sparsons1999-08-112-7/+21
| | | | where there was a need (no preceding 'return' statement).
* ChangeLogTag:Tue Aug 10 20:40:32 1999 Carlos O'Ryancoryan1999-08-112-1/+6
| | | | <coryan@cs.wustl.edu>
* * tao/Any.h:parsons1999-08-111-0/+13
| | | | | | | | | | | | * tao/Any.i: * tao/Any.cpp: * tao/CDR.h: * tao/CDR.i: Added the wstring versions of the <<=, >>=, << and >> operators. Also moved the <<= operators in Any.i to Any.cpp (they are much too long to inline), and added an ACE_DEBUG message to the previously empty ACE_CATCHANY block in the Any operators.
* Added wstring stuff.parsons1999-08-115-361/+619
|
* * TAO/tests/TAO_Test.dsw:parsons1999-08-101-0/+7
| | | | | | * TAO/tests/README: Added IDL_Test project to workspace and added a paragraph about IDL_Test to README.
* Added IDL_Test projectparsons1999-08-101-0/+12
|
* Added paragraph for IDL_Test.parsons1999-08-101-0/+8
|
* * TAO/tests/IDL_Test/pragma.idl:parsons1999-08-101-0/+14
| | | | | | | | | | | | | * TAO/tests/IDL_Test/run_test.pl: * TAO/tests/IDL_Test/main.cpp: * TAO/tests/IDL_Test/Makefile: * TAO/tests/IDL_Test/README: Added new .idl file to generate pragma prefixes, including various declarations that have caused the prefixes to be dropped in the past. Added code to main.cpp to check the correctness of the prefixes, and a perl script to run the test. Finally, changes to Makefile and README reflecting the above additions.
* ChangeLogTag:Tue Aug 10 11:52:50 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-102-2/+9
|
* Added new .idl file to generate pragma prefixes.parsons1999-08-106-55/+318
| | | | | | Also added code to main.cpp to check the prefixes, and a perl script to run the test. Also modified README and Makefile to reflect the above changes.
* changed some \ directory separators to /levine1999-08-101-2/+2
|
* ChangeLogTag: Tue Aug 10 08:51:12 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-102-30/+36
|
* * TAO_IDL/driver/drv_args.cpp:parsons1999-08-101-0/+9
| | | | | | | | Found a mistake is DRV_usage. When we were toggling the default behavior for case-only spelling differences between identifiers in the same scope back and forth between warning and error, this one got left on the wrong toggle.
* Found mistake in DRV_usage.parsons1999-08-101-2/+2
|
* Reverted the change of FlowEndPoint parameter in go_to_listen tonaga1999-08-101-1/+1
| | | | FlowProducer
* ChangeLogTag:Mon Aug 9 20:13:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-102-2/+6
|
* ChangeLogTag:Mon Aug 9 20:13:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-102-6/+12
|
* *** empty log message ***naga1999-08-101-13/+11
|
* ChangeLogTag:Mon Aug 09 19:11:12 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-08-102-4/+4
|
* *** empty log message ***nanbor1999-08-101-0/+7
|
* ChangeLogTag:Mon Aug 09 17:52:42 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-08-093-12/+18
|
* *** empty log message ***nanbor1999-08-091-1/+8
|
* * tao/DynArray_i.cpp:parsons1999-08-091-0/+9
| | | | | | | | Change to get_arr_length(), which was broken. Maybe some code got cut out by mistake with some previous change. Thanks to Mitsuhiko Hara <Mitsuhiko.Hara@gemsa.med.ge.com> for pointing out the problem.
* Change to get_arg_length, which was broken.parsons1999-08-091-0/+2
|
* ChangeLogTag:Mon Aug 9 12:00:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-092-1/+8
|
* ChangeLogTag: Mon Aug 09 09:38:00 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-092-1/+4
|
* ChangeLogTag: Mon Aug 09 09:38:00 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-091-0/+5
|