Ingo Weinhold
7b198d812e
B_WATCH_FOLDERS_ONLY -> B_WATCH_DIRECTORIES_ONLY
...
Stick to the nomenclature generally used in the public API.
2013-06-27 21:57:42 +02:00
Ingo Weinhold
8d572c9264
Add class NotOwningEntryRef
...
A entry_ref subclass that avoids cloning the entry name.
2013-06-27 21:57:41 +02:00
Ingo Weinhold
3209bc40c5
BPathMonitor: PathHandler::_NotifyTarget(): simplify
...
* Add optional entry_ref return parameter to _HasFile().
* Simplify _NotifyTarget() by using _HasDirectory() and _HasFile().
2013-06-27 21:57:41 +02:00
Ingo Weinhold
ddd775f5ac
BPoseView::FSNotification(): fix issue in debug build
2013-06-27 21:57:41 +02:00
Ingo Weinhold
77ca66cdb7
BPathMonitor: make the node watching mechanism configurable
...
Add inner class BWatchingInterface and method SetWatchingInterface().
This abstracts the calls to watch_node() and stop_watching(), thus
making it possible to use the path monitor in Tracker.
2013-06-27 21:57:41 +02:00
Ingo Weinhold
ad1875fd70
BPathMonitor: use pthread_once for initialization
2013-06-27 21:57:40 +02:00
Ingo Weinhold
6ca95bd813
PathMonitor.cpp: some style cleanup
2013-06-27 21:57:40 +02:00
Ingo Weinhold
62b0b64124
BStringList::Add(): fix ref counting problem
...
Handle the case that the private data of the given string is not
shareable.
2013-06-27 21:57:40 +02:00
Ingo Weinhold
5fa3519dec
BString::Private: Add IsShareable()
2013-06-27 21:57:40 +02:00
Ingo Weinhold
2752612bc6
BMergedDirectory::GetNextDirents(): fix end-of-list return value
2013-06-27 21:57:40 +02:00
Ingo Weinhold
535207ae9a
BPoseView::AddPosesTask(): fix count checks
...
In case GetNextDirents() returned an error, the wrong blocks were
executed.
2013-06-27 21:57:39 +02:00
Ingo Weinhold
105511275e
Move PUuid from shared to support
2013-06-27 21:57:39 +02:00
Oliver Tappe
ece582547a
Improve robustness of asctime() and asctime_r().
...
* Return NULL and set EINVAL if the given tm pointer is NULL. This
isn't mandated by the POSIX base specs, but it just makes sense.
2013-06-23 17:01:12 +02:00
Oliver Tappe
51bce887cd
Fix behaviour of localtime(), gmtime() and mktime().
...
* In case the locale backend could not be loaded, these functions (and
their reentrant counterparts) just returned an error. So we reactivate
parts of the BSD-/Olson-implementation in localtime_fading_out.c in
order to use them as fallback.
* Cleanup localtime_fading_out.c (remove a lot of unused cruft).
2013-06-23 16:43:23 +02:00
Oliver Tappe
b4dc51b39a
Fix behaviour of towlower(), towupper() and towctrans():
...
* all those functions need to return the given wc unchanged in case of
error, not 0
* towctrans() didn't actually look at the requested transition, but
always acted as if _ISlower was given
2013-06-23 11:45:38 +02:00
Ingo Weinhold
2551c12bec
Update wonderbrush package
2013-06-19 05:07:27 +02:00
Ingo Weinhold
b6163fd2ae
Update openssh package
2013-06-18 11:57:29 +02:00
Ingo Weinhold
01293f6a5d
OptionalPackages: fix syntax errors
2013-06-18 11:40:12 +02:00
Ingo Weinhold
56c3ef1d73
Disable xz-utils optional package for gcc 2
2013-06-18 11:32:23 +02:00
Ingo Weinhold
7f453e3b5f
Update packages vision, wpa_supplicant, wqy_microhei, yasm
2013-06-18 11:29:00 +02:00
Ingo Weinhold
e31d588184
Update several packages
...
* neon
* openssh
* p7zip
* pe
* subversion
* tar
* timgmsoundfont
* wonderbrush
2013-06-18 05:06:54 +02:00
Ingo Weinhold
676cc5aafe
Update packages mercurial, mkdepend
2013-06-17 21:22:28 +02:00
Ingo Weinhold
98c399b8c8
Update packages keymapswitcher, libedit, libxml2, libpcre
2013-06-17 21:06:31 +02:00
Ingo Weinhold
0ac19e7d42
Update several packages
...
* bzip2
* ca_root_certificates
* cdrtools
* cmake
* ctags
* curl
* cvs
* doxygen
* freetype
* git
* groff
* libsolv
* man
* nano
* readline
* sqlite
* python
2013-06-17 19:18:05 +02:00
Ingo Weinhold
8d1a9545a9
Update apr[_util], be_book, bepdf, jam packages
2013-06-16 03:54:50 +02:00
Ingo Weinhold
46792e5997
Update basic development packages
2013-06-15 23:03:59 +02:00
Oliver Tappe
49f8422a0d
Remove whole sys-include folder when cross-compiler has been built.
...
* at least for gcc2, we used to leave the 'os' subfolder in there,
which may have caused problems when Haiku's headers have changed
since the last time the compiler was built.
(cherry picked from commit 92bb2fb33e )
2013-06-14 19:31:20 +02:00
Oliver Tappe
de2188e964
Fix #7824 : failure to build a cross-compiler on Haiku.
...
* force creation of a cross-compiler for both gcc2 and gcc4 when
building on Haiku (by suffixing the build and host machine with
'_buildhost')
(cherry picked from commit df69e209bb )
Conflicts:
build/scripts/build_cross_tools_gcc4
2013-06-14 19:30:55 +02:00
Ingo Weinhold
12629b106e
Update expat package
2013-06-14 00:48:13 +02:00
Ingo Weinhold
a20eb7f497
Update libsolv package
...
Also make use of new build feature rules.
2013-06-14 00:48:12 +02:00
Ingo Weinhold
1d14716b9f
Some renaming of zlib related jam variables
2013-06-14 00:48:12 +02:00
Ingo Weinhold
e4bd005daf
Update jpeg package
...
* Also make use of new build feature rules.
* Since the hacky long_jump_buffer field has been removed from the
jpeg_error_mgr struct in the new package, the structure is now
wrapped in the JPEGTranslator code to achieve the same behavior.
2013-06-14 00:48:11 +02:00
Ingo Weinhold
e9f440fdfd
Update libpng package
...
Also make use of new build feature rules
2013-06-14 00:48:11 +02:00
Ingo Weinhold
29f8805f6c
Update freetype package
...
Also use the new build feature rules
2013-06-14 00:48:10 +02:00
Ingo Weinhold
e2c74e414c
Remove unused MikMod build feature
2013-06-14 00:48:09 +02:00
Ingo Weinhold
14d5e307b4
Update ffmpeg package and its requirements
...
Also make use of new build feature rules.
2013-06-14 00:48:09 +02:00
Ingo Weinhold
e97e4b74a0
Update glu and mesa package
...
Also use the new build feature rules.
2013-06-14 00:48:08 +02:00
Ingo Weinhold
178da21ad1
Update icu package
...
Also use the new build feature rules.
2013-06-13 18:42:44 +02:00
Ingo Weinhold
ebb78dd9b7
Update openssl package
...
Also use the new build feature rules
2013-06-13 16:43:40 +02:00
Ingo Weinhold
5ce950ae76
BuildFeature: missing ";"
2013-06-13 16:42:36 +02:00
Ingo Weinhold
c46f5969b7
Update zlib, gettext, libiconv, ncurses packages
2013-06-13 15:13:12 +02:00
Ingo Weinhold
c625c5fd36
<langinfo.h>/<select.h>: don't use C++ comments
2013-06-12 14:55:16 +02:00
Ingo Weinhold
7b6d45c942
LibsolvSolver: Use Solvable only where necessary
...
repo_internalize() apparently reorganizes the storage for Solvable
objects so that our fSolvablePackages and fPackageSolvables maps could
contain invalid pointers. Now the maps use the solvables' ID instead.
Also use the IDs instead of the Solvable objects in most other places,
which in some cases even simplifies the code a bit.
2013-06-11 19:41:16 +02:00
Ingo Weinhold
a1832a0e83
<resolv.h>: Make self-contained
2013-06-11 15:23:18 +02:00
Ingo Weinhold
beeaf379b1
HaikuDevel: Fix copying the build feature headers
...
We have to use actual targets that cause the respective download and
extract the packages. Otherwise the build fails when the packages
haven't been extracted yet.
2013-06-08 00:55:12 +02:00
Ingo Weinhold
444b035d5d
BuildHaikuPackage rule: Locate extract script
...
Missed that when adding the script. Therefore it would be created in the
current directory and when building multiple packages concurrently the
script would be overwritten.
2013-06-08 00:20:24 +02:00
Ingo Weinhold
c80c7982c8
boot packagefs: Fix zlib dependency declaration
2013-06-08 00:18:28 +02:00
Ingo Weinhold
3dadb47f21
boot loader tarfs: Declare dependency to zlib package
2013-06-08 00:04:45 +02:00
Siarzhuk Zharski
3b8f8e0caa
ICNS/JPEGTranslators: add Jamfile deps to lib headers
...
* Add Jamfile dependency to LIBPNG headers on icns_png.c;
* Add Jamfile dependency to LIBJPEG headers on JPEGTranslator.cpp
be_jdatasrc.c
Conflicts:
src/add-ons/translators/jpeg/Jamfile
2013-06-07 23:39:57 +02:00
Ingo Weinhold
52a43b19ff
MakeLocate rule: Avoid directory dependency, if already located
...
Only create the directory dependency for a target, if that's where the
target will actually end up. If it has already been located before, do
nothing.
2013-06-07 15:31:03 +02:00