summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/utl_scope.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Thu Feb 7 17:06:24 2002 Carlos O'Ryan <coryan@uci.edu>coryan2002-02-081-4/+5
* ChangeLogTag: Thu Feb 7 09:12:43 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-02-071-1/+2
* ChangeLogTag: Wed Feb 6 18:56:03 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-02-071-55/+25
* ChangeLogTag: Tue Jan 22 10:46:41 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-01-221-4/+8
* ChangeLogTag: Mon Jan 21 17:15:18 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-01-211-32/+98
* ChangeLog: Sat Jan 5 21:31:43 2002 Mayur Deshpande <mayur@ics.uci.edu>mayur2002-01-061-2/+2
* ChangeLogTag: Mon Dec 31 16:51:27 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-12-311-2/+5
* ChangeLogTag: Mon Dec 31 11:01:29 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-12-311-14/+54
* ChangeLogTag: Fri Oct 5 17:42:53 2001 Balachandran Natarajan <bala@cs.wust...bala2001-10-051-140/+140
* ChangeLogTag: Wed May 23 21:27:28 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-05-241-24/+47
* ChangeLogTag: Wed May 16 20:58:51 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-05-171-0/+5
* ChangeLogTag: Thu Feb 15 13:43:50 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-02-151-0/+15
* ChangeLogTag: Mon Oct 30 18:38:42 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-311-10/+8
* ChangeLogTag: Sat Oct 14 17:15:13 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-141-1/+1
* ChangeLogTag: Fri Oct 13 10:06:03 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-131-22/+34
* ChangeLogTag: Fri Sep 15 14:27:31 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-09-151-18/+11
* ChangeLogTag: Thu Sep 14 19:36:46 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-09-151-6/+13
* ChangeLogTag: Wed Sep 13 11:16:03 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-09-131-5/+0
* ChangeLogTag: Tue Sep 12 21:29:30 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-09-131-644/+975
* ChangeLogTag: Wed Aug 23 11:53:43 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-08-231-49/+67
* #if defined _FOO__CI_ guard around object constructor from Stub,parsons2000-07-111-5/+19
* Change to lookup_by_name.parsons2000-06-301-11/+15
* Name case warnings were stopping code generation as if they were errors.parsons2000-04-211-2/+2
* Made iter_lookup_by_name_local() recursive, to better handle reopenedparsons2000-03-221-82/+57
* Various bug fixes.parsons2000-03-161-12/+51
* In checking for name clashes, uses local name for local declarations,parsons2000-02-231-22/+38
* Make sure members of included modules are added to the scope ofparsons2000-02-211-1/+0
* *** empty log message ***parsons2000-02-211-1/+1
* Better fix for adding CORBA module members.parsons2000-02-151-21/+18
* Added protection against null pointer to Identifier.parsons2000-02-141-19/+23
* More robust approach to prevention of redefinition of scope immediatelyparsons2000-02-121-7/+47
* Fix to handling of reopened modules.parsons2000-02-101-213/+53
* Hack to lookup_by_name_local to throw error if it sees 'fixed'.parsons2000-02-011-0/+7
* Fixes for scoped case label names.parsons2000-01-101-3/+9
* Added a missing branch where only a warning is given for a caseparsons1999-11-301-5/+18
* More fixes for 2.3 scoping and name resolution compliance.parsons1999-11-091-3/+28
* ChangeLogEntry: Fri Oct 08 10:00:00 1999 Michael Kircher <Michael.Kircher@m...mk11999-10-081-2/+2
* ChangeLogTag: Sat Oct 02 14:50:00 1999 Michael Kircher <Michael.Kircher@mch...mk11999-10-021-10/+42
* More tweaks to fine-tune name resolution.parsons1999-09-301-9/+44
* Fixes for better 2.3 compliance on name resolution.parsons1999-09-271-38/+131
* ChangeLogTag: Sun Sep 26 04:20:00 1999 Michael Kircher <Michael.Kicher@mchp...mk11999-09-261-4/+34
* Un-reverted my reversion, now that I know that TimeService.idl hasparsons1999-09-131-1/+1
* I'm reverting my last change for now until I can determine ifparsons1999-09-131-1/+1
* Change to UTL_Scope::lookup_by_name(), cosmetic change toparsons1999-09-131-1/+1
* Check for name clash between declared and referenced identifiers inparsons1999-09-021-14/+60
* Mod to lookup_by_name() and iter_lookup_by_name_local().parsons1999-08-231-11/+45
* wstring mods.parsons1999-08-171-0/+2
* bunch of bug fixesparsons1999-07-231-5/+3
* Modified lookup function to catch use of 'int'parsons1999-07-121-7/+12
* Further mod to lookup functions in response to a bugparsons1999-07-111-5/+15