summaryrefslogtreecommitdiff
path: root/tests/Env_Value_Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchtypecode-overhaulnobody2004-09-161-7/+0
* ChangeLogTag:Tue Aug 24 14:07:22 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-08-241-0/+7
* ChangeLogTag:Fri Nov 28 17:17:29 2003 Steve Huston <shuston@riverace.com>Steve Huston2003-11-281-0/+2
* ChangeLogTag:Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-011-1/+0
* ChangeLogTag:Sun May 18 19:18:45 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-05-181-4/+6
* ChangeLogTag:Wed Mar 6 14:43:34 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-03-061-2/+2
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-20/+23
* ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-02-211-5/+0
* ChangeLogTag: Wed Jul 21 15:21:32 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-211-6/+4
* Pure unicode fixes.nanbor1999-07-051-18/+18
* .schmidt1999-06-071-5/+5
* Thu Apr 22 19:30:01 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-04-231-2/+2
* protected tests of doubles with #ifndef ACE_LACKS_FLOATING_POINT, solevine1998-12-301-2/+10
* replaced hard-coded "/" with ACE_DIRECTORY_SEPARATOR_STRlevine1998-11-101-1/+2
* (main): prepended "./" to name of file to spawn.levine1998-11-101-1/+1
* *** empty log message ***schmidt1998-11-071-30/+28
* Changed envp and argv to type LPTSTR[]nanbor1998-10-261-1/+1
* Replaced __TEXT with ACE_TEXTnanbor1998-10-241-5/+5
* Changed argv and envp in main to type ASYS_TCHAR*[].nanbor1998-08-171-2/+2
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Added initial support for Borland C++ Buildergonzo1998-06-081-0/+5
* (main): check return values of options.setenv () callslevine1998-05-111-5/+10
* *** empty log message ***nanbor1998-04-241-5/+5
* Fixed TEXT macros to be ASYS_TEXT - this prevented compiles on Solaris.Steve Huston1998-04-241-5/+5
* Made it UNICODE safe.nanbor1998-04-241-5/+7
* (main): printout signed values instead of unsignedlevine1998-02-031-2/+2
* updated comment to explain why we can't use spawn with ACE_HAS_NONSTATIC_OBJE...levine1998-01-291-1/+2
* (TEST_THIS): cast val to (type) before casting to (u_int), to try to avoidlevine1998-01-231-1/+1
* Added explicit template instantiation for ACE_Env_Value<unsigned short>.nanbor1998-01-201-0/+2
* Added test codes for unsigned short.nanbor1998-01-201-0/+2
* removed the Linux/Alpha hack now that it's been masked in Env_Value_T.ilevine1998-01-061-6/+0
* (main): expect 0 on Linux/Alpha, (unsigned long) -10 on everything else for t...levine1998-01-061-0/+6
* fixed typo in expected value messagelevine1998-01-051-4/+4
* hacked to work with ACE_HAS_NONSTATIC_OBJECT_MANAGER.levine1998-01-041-10/+26
* added CE_Env_Value<long> instantiationlevine1998-01-021-10/+12
* * tests/Env_Value_Test.cpp (main): Fixed wrong test for negativeChris Cleeland1998-01-021-1/+3
* (main): fixed name given to ACE_START_TESTlevine1998-01-021-3/+3
* Merged in the changes that Nanbor and David had made and somebow gotChris Cleeland1998-01-021-4/+9
* * tests/Env_Value_Test.cpp (main): Changed the definition of theChris Cleeland1998-01-021-19/+8
* Changed the main argument environ to envp. Real OSes don't understand what en...nw11998-01-011-3/+3
* (main): removed unused arg argv and local envargv. undef'ed ACE_HAS_NONSTATI...levine1998-01-011-6/+11
* * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which isChris Cleeland1997-12-311-0/+87