Searched +hist:29 +hist:e8fa59 (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/os/support/
H A DLocker.hdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 087882c2 Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 338b8dc3 Sat Oct 29 10:27:43 MDT 2005 Ingo Weinhold <ingo_weinhold@gmx.de> Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 087882c26e81eabf9a459e634a33f8e978d8a66b Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 338b8dc301721b1f472e8297a898d4eaa2f2ee3a Sat Oct 29 10:27:43 MDT 2005 Ingo Weinhold <ingo_weinhold@gmx.de> Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DByteOrder.hdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 040dc2ee Thu May 29 14:01:37 MDT 2014 Jessica Hamilton <jessica.l.hamilton@gmail.com> ByteOrder.h: remove use of __builtin_bswap16.

* Fixes the build for host compilers older than gcc-4.8
diff 44ec21c3 Thu May 29 06:12:45 MDT 2014 Jessica Hamilton <jessica.l.hamilton@gmail.com> ByteOrder.h: simplify compiler test

* A problem with our gcc requires adding casts for gcc4 when
the __builtin_bswap functions are used with a format string
* Unlike gcc2, the __builtin_bswap functions do not get disabled
despite using -fno-builtins, hence added compiler check in
runtime_loader/utility.cpp
diff 087882c2 Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7d9ef5af Tue Oct 29 16:38:46 MST 2002 beveloper <beveloper@nowhere.fake> avoid collision with <netinet/in.h>


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1775 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 040dc2eebc6628cc05c4ac5e287c5287c5dacf2e Thu May 29 14:01:37 MDT 2014 Jessica Hamilton <jessica.l.hamilton@gmail.com> ByteOrder.h: remove use of __builtin_bswap16.

* Fixes the build for host compilers older than gcc-4.8
diff 44ec21c3ff3eb22693333ad429b1972206223754 Thu May 29 06:12:45 MDT 2014 Jessica Hamilton <jessica.l.hamilton@gmail.com> ByteOrder.h: simplify compiler test

* A problem with our gcc requires adding casts for gcc4 when
the __builtin_bswap functions are used with a format string
* Unlike gcc2, the __builtin_bswap functions do not get disabled
despite using -fno-builtins, hence added compiler check in
runtime_loader/utility.cpp
diff 087882c26e81eabf9a459e634a33f8e978d8a66b Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DTLS.hdiff 90d62fd9 Mon Aug 29 21:26:19 MDT 2022 Augustin Cavalier <waddlesplash@gmail.com> TLS.h: Drop inline assembly from the header.

This was a holdover from BeOS, which did this as inline assembly.
We do not on any platform other than 32-bit x86, and even there
we may have preferred to do things a little differently on non-BeOS
ABIs.

Most things ported from other systems, or even native apps, are going to
use _Thread_local variables anyway, which will bypass this system
altogether.
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 087882c2 Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 087882c26e81eabf9a459e634a33f8e978d8a66b Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DDebug.hdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 9073b0dc Wed Apr 29 18:21:20 MDT 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Made _debuggerAssert()'s "message" parameter const. Fixes building with gcc4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30502 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 9073b0dccc6690c8f1974a58a231df7791ba1348 Wed Apr 29 18:21:20 MDT 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Made _debuggerAssert()'s "message" parameter const. Fixes building with gcc4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30502 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DTypeConstants.hdiff fe88ae51 Sat Aug 29 19:39:38 MDT 2020 John Scipione <jscipione@gmail.com> AppKit: BMessage Add/Find/Get/Has/ReplaceNodeRef

This allows you to pass node_ref's around like you can entry_ref's.

Added node_ref_flatten(), node_ref_unflatten() and node_ref_swap() to
MessageUtils. These are close cousins to entry_ref_flatten(),
entry_ref_unflatten(), and entry_ref_swap() but for node_ref's.

Added B_NODE_REF_TYPE to TypeConstants.h in the Support Kit.

Added B_NODE_REF_TYPE to Debugger and ByteOrder in Support Kit,
B_NODE_REF_TYPE is treated the same as a B_REF_TYPE (entry_ref).

Add documentation for new NodeRef methods and B_NODE_REF_TYPE.

Change-Id: I32c6ed276bf1a7894a835b9fc9de5a882c35883c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3182
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff e6cec983 Mon Nov 29 13:29:37 MST 2010 Axel Dörfler <axeld@pinc-software.de> * BNetworkAddress isn't really BArchivable material, switched to BFlattenable
instead.
* Also actually implemented the serializing functionality this time, as usual
completely untested, though :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39677 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff e6cec983 Mon Nov 29 13:29:37 MST 2010 Axel Dörfler <axeld@pinc-software.de> * BNetworkAddress isn't really BArchivable material, switched to BFlattenable
instead.
* Also actually implemented the serializing functionality this time, as usual
completely untested, though :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39677 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff e6cec9839d45710cd9cb276212804b68ac39d7c2 Mon Nov 29 13:29:37 MST 2010 Axel Dörfler <axeld@pinc-software.de> * BNetworkAddress isn't really BArchivable material, switched to BFlattenable
instead.
* Also actually implemented the serializing functionality this time, as usual
completely untested, though :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39677 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff e6cec9839d45710cd9cb276212804b68ac39d7c2 Mon Nov 29 13:29:37 MST 2010 Axel Dörfler <axeld@pinc-software.de> * BNetworkAddress isn't really BArchivable material, switched to BFlattenable
instead.
* Also actually implemented the serializing functionality this time, as usual
completely untested, though :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39677 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DErrors.hdiff dd074cc7 Thu Sep 29 11:30:04 MDT 2016 Kacper Kasper <kacperkasper@gmail.com> Style fixes for Errors.h.

No functional change intended.
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff aa4b5749 Tue Jan 07 18:29:15 MST 2014 Alexander von Gluck IV <kallisti5@unixzen.com> runtime_loader: Detect and trigger on PE binaries

* Previously PE binaries would trigger the "incorrectly
executable" dialog. Now we get a special message for
B_LEGACY_EXECUTABLE and B_UNKNOWN_EXECUTABLE
* Legacy at the moment is a R3 x86 PE binary. This could
be extended to gcc2 binaries someday far, far, down the
road though
* The check for legacy is based on a PE flag I see
set on every R3 binary (that isn't set on dos ones)
* Unknown is something we know *is* an executable, but
can't do anything with (such as an MSDOS or Windows
application)
* No performance drops as we do the PE scan last
* Tested on x86 and x86_gcc2
diff a406236d Sun Jul 03 10:50:29 MDT 2005 Ingo Weinhold <ingo_weinhold@gmx.de> New error codes:
- B_SHUTDOWN_CANCELLED: The shutdown process was cancelled (most likely by
the user).
- B_SHUTTING_DOWN: An operation cannot be performed, since the system is
shutting down (e.g. BApplication creation).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13413 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0e2e5d7f Tue Oct 29 13:33:01 MST 2002 beveloper <beveloper@nowhere.fake> added EHOSTDOWN, required by the net kit.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1770 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff aa4b5749d64af0c0573513c27296af16f4680367 Tue Jan 07 18:29:15 MST 2014 Alexander von Gluck IV <kallisti5@unixzen.com> runtime_loader: Detect and trigger on PE binaries

* Previously PE binaries would trigger the "incorrectly
executable" dialog. Now we get a special message for
B_LEGACY_EXECUTABLE and B_UNKNOWN_EXECUTABLE
* Legacy at the moment is a R3 x86 PE binary. This could
be extended to gcc2 binaries someday far, far, down the
road though
* The check for legacy is based on a PE flag I see
set on every R3 binary (that isn't set on dos ones)
* Unknown is something we know *is* an executable, but
can't do anything with (such as an MSDOS or Windows
application)
* No performance drops as we do the PE scan last
* Tested on x86 and x86_gcc2
diff a406236dc2b1ed616ef35436e0671aaa2ae373b3 Sun Jul 03 10:50:29 MDT 2005 Ingo Weinhold <ingo_weinhold@gmx.de> New error codes:
- B_SHUTDOWN_CANCELLED: The shutdown process was cancelled (most likely by
the user).
- B_SHUTTING_DOWN: An operation cannot be performed, since the system is
shutting down (e.g. BApplication creation).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13413 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0e2e5d7f7683fc241e3ddb0cbf83846a373d7894 Tue Oct 29 13:33:01 MST 2002 beveloper <beveloper@nowhere.fake> added EHOSTDOWN, required by the net kit.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1770 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DSupportDefs.hdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff c3f0fd28 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
diff 087882c2 Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff c3f0fd28cda13d70a8c092003609442e4e29cf78 Thu Jul 12 04:29:33 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Fixed formatting of output in some debugger commands.

Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
diff 087882c26e81eabf9a459e634a33f8e978d8a66b Fri Jan 26 09:36:29 MST 2007 Axel Dörfler <axeld@pinc-software.de> * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now;
feel free to change that ;-)
* Cleaned up existing headers.
* Coding style guide update to BBufferIO (renamed m_* members to f*).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19972 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DString.hdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
/haiku/src/kits/support/
H A DBeep.cppdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 63b2f72c Sun Jun 27 14:33:29 MDT 2004 Axel Dörfler <axeld@pinc-software.de> Added missing beep functions - they are not yet implemented, though.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8192 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
63b2f72c399aacd27d1fdb9bd1353f85ae81325f Sun Jun 27 14:33:29 MDT 2004 Axel Dörfler <axeld@pinc-software.de> Added missing beep functions - they are not yet implemented, though.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8192 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DLocker.cppdiff 44f58305 Tue Nov 03 16:07:29 MST 2015 Michael Lotz <mmlr@mlotz.ch> BLocker: Make misuse warning more useful.

Also print the locker sem (for manual name lookup) and the involved
threads. It was also missing the line terminator which messed up the
following output.

Also fix a typo in a comment.
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 8e326c9c Mon Jul 25 17:29:44 MDT 2005 Axel Dörfler <axeld@pinc-software.de> Some style changes I forgot to commit.
Also, BLocker now accepts NULL as a name and won't crash anymore in that case
("some BLocker" is then chosen as name).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13826 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 8e326c9cc1851a90bdce8659deae389de4cc5d16 Mon Jul 25 17:29:44 MDT 2005 Axel Dörfler <axeld@pinc-software.de> Some style changes I forgot to commit.
Also, BLocker now accepts NULL as a name and won't crash anymore in that case
("some BLocker" is then chosen as name).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13826 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DDateTime.cppdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
H A DArchivable.cppdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 7bc5a06b Wed Aug 29 19:03:33 MDT 2007 Axel Dörfler <axeld@pinc-software.de> * BShelf::_AddReplicant() did not recognize zombies if their object was not
inherited from BView.
* BShelf::_AddReplicant() did not honour the fAllowZombies flag correctly; if
it wasn't allowed, no error message was given.
* Both of these changes fixes the crashing of the Deskbar as described in
bug #555.
* instantiate_object() now also fires a message to the syslog if the object's
image could not been loaded. Some cleanup, no longer resets errno.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22117 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 7bc5a06be607c250e4644a3270f47ac6e882aa4d Wed Aug 29 19:03:33 MDT 2007 Axel Dörfler <axeld@pinc-software.de> * BShelf::_AddReplicant() did not recognize zombies if their object was not
inherited from BView.
* BShelf::_AddReplicant() did not honour the fAllowZombies flag correctly; if
it wasn't allowed, no error message was given.
* Both of these changes fixes the crashing of the Deskbar as described in
bug #555.
* instantiate_object() now also fires a message to the syslog if the object's
image could not been loaded. Some cleanup, no longer resets errno.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22117 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DDataIO.cppdiff b773d89e Sun Jun 29 10:14:07 MDT 2014 Ingo Weinhold <ingo_weinhold@gmx.de> BDataIO: Add Flush()
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 64f10d7d Thu Jun 29 18:40:15 MDT 2006 Axel Dörfler <axeld@pinc-software.de> Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17981 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff b773d89eba723039d3d293df77e106c128efa878 Sun Jun 29 10:14:07 MDT 2014 Ingo Weinhold <ingo_weinhold@gmx.de> BDataIO: Add Flush()
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 64f10d7d89a783fbf09ac00ed2f570aa8fcea6f1 Thu Jun 29 18:40:15 MDT 2006 Axel Dörfler <axeld@pinc-software.de> Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17981 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DString.cppdiff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff 29e8fa59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff a9038d00 Wed Feb 24 18:50:29 MST 2010 Michael Lotz <mmlr@mlotz.ch> The withLength variable wasn't initialized properly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35613 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f68e12e5 Tue Oct 29 12:09:27 MST 2002 Stefano Ceccherini <stefano.ceccherini@gmail.com> Tests are a developer's best friends :)) Fixed an incorrect implementation of the private function _FindAfter.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1762 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff eae06be4 Mon Oct 21 08:29:15 MDT 2002 Stefano Ceccherini <stefano.ceccherini@gmail.com> Er... it seems I found some time to work on this :)))
Added the last two missing FindLast() functions


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1584 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 29e8fa5922c9f9a5eb09a2fcc92e7fb321d4cc59 Tue Jun 24 17:25:27 MDT 2014 John Scipione <jscipione@gmail.com> Style fixes to Support Kit files
diff a9038d00b42d886bc9fec2582e57a433be58cb40 Wed Feb 24 18:50:29 MST 2010 Michael Lotz <mmlr@mlotz.ch> The withLength variable wasn't initialized properly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35613 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f68e12e5ede925cdc1e3ecdeed02cd7c37ecff80 Tue Oct 29 12:09:27 MST 2002 Stefano Ceccherini <stefano.ceccherini@gmail.com> Tests are a developer's best friends :)) Fixed an incorrect implementation of the private function _FindAfter.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1762 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff eae06be4659eaf52615eac776963f8a208083e90 Mon Oct 21 08:29:15 MDT 2002 Stefano Ceccherini <stefano.ceccherini@gmail.com> Er... it seems I found some time to work on this :)))
Added the last two missing FindLast() functions


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1584 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 301 milliseconds