CIA.vc
zooey
Real-time open source activity stats
Stats » Authors » zooey
informationsyndicateUTC clock
16:01 on Feb 12, 2012
event counters
The last message was received 4.63 days ago at 00:58 on Feb 08, 2012
0 messages so far today, 0 messages yesterday
2 messages so far this week, 0 messages last week
2 messages so far this month, 1 messages last month
988 messages since the first one, 7.48 years ago, for an average of 2.76 days between messages
recent messages
dateReversed sort columnprojectcontentlink
21:32 Tuesdayhaiku
Commit by zooey on master :: rhrev43720 haiku/: (link)
Remove some more glibc-files that are not required. [2 commits]
#
20:43 Tuesdayhaiku
Commit by zooey on master :: rhrev43719 haiku/: (link)
Drop as much of gconv as possible. [10 commits]
#
21:03 on Jan 07haiku
Commit by zooey on master :: rhrev43641 haiku/: (link)
Drop now unneeded glibc wchar-files (plus others). [6 commits]
#
22:34 on Dec 27, 2011haiku
Commit by zooey on master :: rhrev43565 haiku/: (link)

Fix collation-related part of locale_test.

  • don't try to compute the size of an array passed in as parameter, but use end markers instead
  • use fr_CA instead of fr_FR when testing reverse collation of secondary differences (fr_FR doesn't do that by default anymore)
#
13:16 on Dec 27, 2011haiku
Commit by zooey on master :: rhrev43564 haiku/: (link)
Adjust locale_test expectations to current ICU-data. [3 commits]
#
20:59 on Dec 20, 2011haiku
Commit by zooey on master :: rhrev43541 haiku/: (link)

Correct explicitly created symlinks for ICU-devel package

  • skip the right amount of extensions until the actual abi version is reached
#
23:29 on Dec 19, 2011haiku
Commit by zooey on master :: rhrev43540 haiku/: (link)
Update icu-devel packages again, as they were broken.
#
17:49 on Dec 19, 2011haiku
Commit by zooey on master :: rhrev43538 haiku/: (link)

Fix crash of AboutSystem on gcc4.

  • Glibc declares and uses its own version of mbstate_t, which is incompatibly with our own. Mix our own fields into glibc's mbstate_t, such that the two structs are compatible.
#
10:46 on Dec 19, 2011haiku
Commit by zooey on master :: rhrev43535 haiku/: (link)

Fix #8098 (icu-devel breaking current abi symlink)

  • provide separate icu-devel packages for x86/gcc{2,4} and ppc, in order to bypass problems with this package trying to make use of the /boot/develop/abi/current symlink.
#
12:26 on Dec 15, 2011haiku
Commit by zooey on master :: rhrev43509 haiku/: (link)
Activate -Werror for POSIX locale backend and the code using it.
#
12:22 on Dec 15, 2011haiku
Commit by zooey on master :: rhrev43508 haiku/: (link)
Reactivate mbsrtowcs() tests, as those do work, now.
#
12:18 on Dec 15, 2011haiku
Commit by zooey on master :: rhrev43507 haiku/: (link)

Adjust mbstate_t to embed the state of the ICU converter. [3 commits]

  • make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object)
  • adjust libroot's locale add-on to clone converters into a given mbstate_t directly
  • adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t).
  • adjust users of converters to directly use converter pointers instead of ICUConverterRef
  • drop now unused ICUConverterManager and ICUConverterRef
  • update gcc4 optional package This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276. N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
#
10:41 on Dec 15, 2011haiku
Commit by zooey on master :: rbtrev43019 buildtools/: (link)
Fix use of non-existent variable (GCCDATE instead of gccDate).
#
16:27 on Dec 12, 2011haiku
Commit by zooey on master :: rhrev43485 haiku/: (link)
Adjust libroot to invoke internal (__...) mbs-functions. [16 commits]
#
14:45 on Dec 01, 2011haiku
Commit by zooey on master :: rhrev43375 haiku/: (link)
Adjust GetBuildFile() to use correct cgit-URL.
#
09:39 on Dec 01, 2011haiku
Commit by zooey on master :: rhrev43374 haiku/: (link)

Fix #8167: create compatibility symlink in /boot/home/config/be

  • instead of in /boot/home/config/settings/be, the compatibility link has to live directly in the config folder, as otherwise it doesn't help compatibility-wise at all ;-)
#
21:04 on Nov 25, 2011haiku
Commit by zooey on master :: rhrev43322 haiku/: (link)

Build fix part 2: active libroot_build.a again: [2 commits]

  • uncomment the building of libroot_build.a again
  • add function remapper to HOST_STATIC_LIBROOT
  • drop TODO about the function remapper not working with the static libroot Ingo: please review - I think this should work, but I'm not so sure where HOST_STATIC_LIBROOT should be in the list of libraries of its only user (<build>bfs_fuse): where it is now or right at the end? As it is now, the resulting binary still contains references to host-libc-implementations of close() & others, which are triggered by the other libs (like libfuse.so). If I put HOST_STATIC_LIBROOT right at the end, those references are gone, though. But which is correct?
#
22:48 on Nov 24, 2011haiku
Commit by zooey on master :: rhrev43317 haiku/: (link)

Use ErrnoMaintainer in setlocale() to protect errno. [4 commits]

  • this avoids spurious errno changes leaking into application code, which could become confused - i.e. 'rm' on a gcc4 build would always prompt for confirmation I spend a couple of hours hunting down the behavioural difference between gcc2- and gcc4-builds and it turns out that the reason for that is that gcc4's libstdc++-code initializes its own locale data via the POSIX calls, which trigger (correct) errno value changes, which were the ones leaking into application code.
#
23:26 on Nov 23, 2011haiku
Commit by zooey on master :: rhrev43312 haiku/: (link)
Update gcc4 optional package.
#
19:19 on Nov 23, 2011haiku
Commit by zooey on master :: rhrev43311 haiku/: (link)
Update optional gcc2 package.
#