50 check-ins occurring around 2014-02-20 22:30:50.
More ↑
2014-03-05
| ||
01:36 | Add OF_ROUND_UP_POW2 macro check-in: ae9f0dc0e0 user: js tags: trunk | |
00:34 | OFKernelEventObserver: Only use 1 internal socket check-in: a2f2a3289d user: js tags: trunk | |
00:31 | Move netinet/in.h include to socket.h check-in: 4de1f2a67a user: js tags: trunk | |
00:15 | OFThread.m: Fix missing define for PSP check-in: a4986b3356 user: js tags: trunk | |
00:12 | Fix compilation for Wii check-in: 54a34ebd9c user: js tags: trunk | |
00:00 | Include socket.h before socket_helpers.h check-in: f96fd9d551 user: js tags: trunk | |
2014-03-04
| ||
23:53 | resolver.m: Fix locking check-in: 898f8c7072 user: js tags: trunk | |
2014-02-28
| ||
00:41 | Make MinGW32 and MinGW-w64 happy at the same time check-in: 5ca844dd3b user: js tags: trunk | |
00:38 | threading.h: Add of_once() check-in: ba5e756264 user: js tags: trunk | |
2014-02-27
| ||
22:40 | Allow thread-unsafe getaddrinfo() with locks check-in: fae85e954f user: js tags: trunk | |
2014-02-26
| ||
18:38 | Minor style change - no functional change check-in: e67130bd2d user: js tags: trunk | |
2014-02-24
| ||
03:00 | Update buildsys check-in: 053bccb220 user: js tags: trunk | |
2014-02-23
| ||
21:04 | Increase _POSIX_C_SOURCE and _XOPEN_SOURCE check-in: 30f95ecdf5 user: js tags: trunk | |
20:43 | configure.ac: Check for buggy -Wdocumentation check-in: 42c76bff23 user: js tags: trunk | |
19:08 | Update PLATFORMS.md check-in: f02cf46fe7 user: js tags: trunk | |
18:52 | Update copyright in a few forgotten places check-in: 4e894e2d56 user: js tags: trunk | |
18:51 | Add missing #define _POSIX_C_SOURCE 199309L check-in: bfc762c6d8 user: js tags: trunk | |
17:54 | Add __attribute__((gnu_inline)) for GCC < 4.3 check-in: 7a1e2de2d4 user: js tags: trunk | |
2014-02-22
| ||
01:14 | Rename AMD64 to x86_64 check-in: 05f4b0a4f0 user: js tags: trunk | |
00:58 | PLATFORMS.md: Add Win64 and Win64 forwarding check-in: 90d8affe47 user: js tags: trunk | |
2014-02-21
| ||
17:19 | Don't use objc_initializeClassPair on OS X/PPC64 check-in: 3204ceeca0 user: js tags: trunk | |
17:17 | Cast return of sizeof() to socklen_t check-in: 3fa37632f9 user: js tags: trunk | |
17:16 | atomic.h: Fix OSAtomic on PPC64 check-in: 2b00b3cec8 user: js tags: trunk | |
01:03 | objfw-compile: Allow -m* check-in: ab64692609 user: js tags: trunk | |
01:03 | of_strdup: Add explicit cast for C++ compatibility check-in: 33676cd3a9 user: js tags: trunk | |
2014-02-20
| ||
22:30 | Only use LIBOBJFW_DEP after including buildsys.mk check-in: 314d4930d3 user: js tags: trunk | |
22:29 | Don't use __builtin_eh_return_data_regno for SjLj check-in: 65a0124f8d user: js tags: trunk | |
16:04 | Add forwardingTargetForSelector: for AMD64/Win64 check-in: 0ce296bbb5 user: js tags: trunk | |
15:40 | Restore _POSIX_C_SOURCE check-in: e30269f87e user: js tags: trunk | |
2014-02-19
| ||
14:31 | Add lookup-asm-amd64-win64.S check-in: 80ab671cf4 user: js tags: trunk | |
13:05 | lookup-asm-amd64-*: Remove useless mov check-in: 452bdb4a5f user: js tags: trunk | |
11:27 | OFEnumerator: Fix documentation confusing Clang check-in: 3f59d993a3 user: js tags: trunk | |
11:18 | Fix compilation on NetBSD check-in: a3a157e52d user: js tags: trunk | |
11:17 | OFINICategory: Add missing -[setName:] and -[name] check-in: e6ff688bf4 user: js tags: trunk | |
2014-02-18
| ||
23:02 | OFINIFileTests: Fix a warning when using Apple GCC check-in: 67225c4644 user: js tags: trunk | |
18:50 | Documentation: Show correct imports check-in: 246cfe0807 user: js tags: trunk | |
15:07 | macros.h: Add OF_ARM64_ASM define check-in: efcf24c8ba user: js tags: trunk | |
00:22 | Move around a few defines to be more consistent check-in: f9d12201f8 user: js tags: trunk | |
2014-02-17
| ||
21:38 | configure: Fix extension for OFZIP check-in: ab6e11e51e user: js tags: trunk | |
20:51 | Move OFINICategory to separate file check-in: 9d6adbf3d9 user: js tags: trunk | |
18:25 | Add OFINIFile check-in: 355e24465d user: js tags: trunk | |
2014-02-15
| ||
12:30 | ofzip: Add missing ${PROG_SUFFIX} check-in: 091c3f394c user: js tags: trunk | |
11:10 | unicode.[hm]: Fix copyright check-in: a7c7a541ce user: js tags: trunk | |
01:20 | configure: Better document --seluid24 check-in: 1ad952e9ed user: js tags: trunk | |
2014-02-13
| ||
23:26 | Use -std=c11 instead of -std=gnu11 check-in: 2f5af58573 user: js tags: trunk | |
16:29 | runtime/class.m: Better handling of Nil parameters check-in: 52c0e9f94e user: js tags: trunk | |
2014-02-12
| ||
15:45 | OFFile: Reset isAtEndOfStream on seek check-in: 0b0950c299 user: js tags: trunk | |
15:36 | Add support for SEH exceptions check-in: d7883de826 user: js tags: trunk | |
15:34 | OFApplication: Fix typo check-in: 22d45f94d0 user: js tags: trunk | |
03:17 | PLATFORMS.md: Add Windows 8.1 and MinGW-w64 check-in: 9496eea33b user: js tags: trunk | |