haiku/src/system/libroot/posix
Oliver Tappe 560b10ff88 Implement tzset(), gmtime(), localtime() and mktime() on top of ICU
* no longer keep a separate time-backend, since the implementation needs to
  access (data of) the locale backend anyway
* moved more stuff from localtime_fading_out.c to localtime.cpp
* added respective tests to locale_test
* added two more tests copied from glibc, test_time.c and tst-mktime.c


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38162 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-16 21:14:23 +00:00
..
arch
crypt
glibc To be validated as part of bug #6386. Update glibc regex to 2.11, headers/posix/regex.h included. This imposes some changes in some of our sources using the regex.h, 2010-08-11 16:49:58 +00:00
locale Implement tzset(), gmtime(), localtime() and mktime() on top of ICU 2010-08-16 21:14:23 +00:00
malloc
malloc_debug
pthread
signal
stdio
stdlib
string * don't use B_USE_POSITIVE_POSIX_ERRORS in libroot, let any interested party 2010-07-25 17:20:39 +00:00
sys More consolidation of timezone code: 2010-08-03 23:02:57 +00:00
time Implement tzset(), gmtime(), localtime() and mktime() on top of ICU 2010-08-16 21:14:23 +00:00
unistd
assert.c
dirent.c
dlfcn.c
errno.c
fcntl.cpp
fnmatch.c
glob.c
grp.cpp
inttypes.c
Jamfile
libgen.cpp
poll.c
pwd_query.c
pwd.cpp
scheduler.cpp
semaphore.cpp
shadow.cpp
syslog.cpp
termios.c
user_group_common.cpp
utime.c