summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Include cstdlibJohnny Willemsen2021-07-191-0/+1
| | | | * ACE/ace/OS_NS_stdlib.h:
* Make use of std now that we have C++11Johnny Willemsen2021-07-191-2/+2
| | | | | | | | * ACE/ace/OS_NS_math.h: * ACE/ace/OS_NS_stdio.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.h: * ACE/ace/OS_NS_wchar.inl:
* Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-091-2/+0
|
* Merge remote-tracking branch 'upstream/master' into igtd/cpp11-noreturnFred Hornsey2020-12-301-3/+3
|\
| * Removed redundant voidJohnny Willemsen2020-12-091-3/+3
| |
* | Move [[noreturn]] to after function nameFred Hornsey2020-12-051-3/+3
| | | | | | | | | | I'm not sure why this is necessary, since one of the examples given on cppreference.com shows it before the function.
* | Replaced ACE_GCC_NO_RETURN with [[noreturn]]Fred Hornsey2020-12-051-3/+3
|/
* Mark also exit with ACE_GCC_NO_RETURNJohnny Willemsen2020-08-211-1/+1
| | | | * ACE/ace/OS_NS_stdlib.h:
* Create ACE_GCC_NO_RETURN, Add to ACE_OS::_exitFred Hornsey2020-08-191-2/+2
| | | | To fix fallthrough warning in ACE.cpp. Also added to ACE_OS::abort.
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-241-1/+1
|
* Take 2: Handle system functions that may be defined as macros on some platformsOlli Savia2016-09-091-0/+12
|
* Revert "Handle system functions that may be defined as macros on some platforms"revert-262-masterJohnny Willemsen2016-09-051-12/+0
|
* Handle platforms that lack reentrant functionsOlli Savia2016-09-031-4/+6
|
* Readded ACE_STD_NAMESPACE::Olli Savia2016-09-031-1/+1
|
* Do not use ACE_STD_NAMESPACE macroOlli Savia2016-06-101-1/+1
|
* Handle system functions that may be defined as macros on some platformsOlli Savia2016-05-161-0/+10
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Moved FreeBSD specific settings from OS_NS_stdlib.h to config-freebsd.hOlli Savia2014-12-191-5/+0
|
* ChangeLogTag:Thu Oct 9 16:21:38 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-10-101-5/+7
|
* ChangeLogTag: Thu Mar 17 07:32:34 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-171-1/+1
|
* ChangeLogTag: Tue Jan 12 19:15:19 UTC 2010 Olli Savia <ops@iki.fi>olli2010-01-121-1/+1
|
* ChangeLogTag: Thu Nov 5 13:58:25 UTC 2009 Olli Savia <ops@iki.fi>olli2009-11-051-4/+4
|
* ChangeLogTag: Thu Nov 5 13:46:34 UTC 2009 Olli Savia <ops@iki.fi>olli2009-11-051-9/+12
|
* ChangeLogTag: Thu Nov 5 11:56:13 UTC 2009 Olli Savia <ops@iki.fi>olli2009-11-051-0/+28
|
* ChangeLogTag: Thu Oct 29 20:30:35 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-291-0/+5
|
* ChangeLogTag: Thu Oct 29 13:58:25 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-291-8/+0
|
* Mon Apr 6 07:25:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-04-061-0/+6
| | | | | | | | | | | | | | | * ace/config-integritySCA.h: Added ACE_LACKS_PUTENV_PROTOTYPE * ace/config-WinCE.h: WinCE doesn't have environment variables * ace/OS_NS_stdlib.cpp: * ace/OS_NS_stdlib.h: * ace/OS_NS_stdlib.inl: * ace/OS_NS_unistd.cpp: Added setenv/unsetenv wrappers and used a specific define per environment method
* Thu Jan 15 13:52:32 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-01-151-2/+28
| | | | | | * ace/OS_NS_stdlib.h: Doxygen changes
* (no commit message)Johnny Willemsen2009-01-151-1/+1
|
* Thu Jan 15 07:56:02 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * ace/Cleanup.{h,cpp}: Added a const char* name member to ACE_Cleanup_Info_Node, this can be passed in when registering an at_exit hook. This string can then be used during debugging to detect problems at shutdown. It can happen that the cleanup hook is from a dll that already is unloaded and then we get a crash with no information, the string at least can tell us which hook we are calling. This fixes bugzilla 3544. * ace/Log_Msg.cpp: * ace/Object_Manager.{h,cpp,inl}: * ace/Object_Manager_Base.{h,cpp}: * ace/OS_NS_stdlib.{h,inl}: * ace/Process_Manager.cpp: * ace/Singleton.cpp: * ace/Token_Invariants.cpp: * ace/Token_Manager.cpp: Pass in the typeid of the object when registering an at_exit hook * ace/Thread.cpp: Moved local variable inside the loop
* Mon Nov 10 15:28:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-101-2/+0
|
* (no commit message)Johnny Willemsen2008-10-201-4/+20
|
* ChangeLogTag: Tue Oct 14 09:30:00 UTC 2008 Simon Massey <sma at prismtech ↵sma2008-10-141-10/+10
| | | | dot com>
* ChangeLogTag: Mon Oct 13 17:21:28 UTC 2008 J.T. Conklin ↵jtc2008-10-131-18/+65
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Thu May 29 16:08:01 UTC 2008 Vladimir Zykov ↵vzykov2008-05-291-0/+19
| | | | <vzykov@prismtech.com>
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+313
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-313/+0
|
* ChangeLogTag: Sun Oct 28 21:11:57 UTC 2007 J.T. Conklin ↵jtc2007-10-281-0/+22
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag:Wedschmidt2006-12-271-1/+1
|
* Mon Aug 14 11:15:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-08-141-1/+1
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+291