66 events by user js occurring around 2020-08-29 14:53:03.
More ↑
|
2020-10-03
| ||
| 11:35 | Use /** */ instead of /*! */ for documentation (check-in: 163a4a5a2e user: js tags: trunk) | |
|
2020-09-30
| ||
| 21:32 | Add an issue template for GitHub (check-in: c71ce345d4 user: js tags: trunk) | |
|
2020-09-29
| ||
| 22:28 | OFDate: Use more autorelease pools (check-in: 83f4c928a6 user: js tags: trunk) | |
| 22:21 | runtime: Make object_isTaggedPointer() a function (check-in: 2fee820b5d user: js tags: trunk) | |
| 22:04 | • New ticket [31d1e19cd9] Support for tagged pointer strings. (artifact: 67e75f0c3c user: js) | |
| 21:36 | Merge support for tagged pointers (check-in: b4039f9a85 user: js tags: trunk) | |
| 21:31 | runtime: Remove lookup-asm-powerpc-macho.S (check-in: 3580326d70 user: js tags: trunk) | |
|
2020-09-27
| ||
| 23:27 | tests: Fix typo (check-in: 8a01db8654 user: js tags: trunk) | |
| 23:27 | Fix missing include (check-in: bb18681460 user: js tags: trunk) | |
| 03:37 | Update buildsys (check-in: a7cc717161 user: js tags: trunk) | |
| 03:34 | configure: Only do objc_* checks for Apple runtime (check-in: 5eaa7705ef user: js tags: trunk) | |
| 03:28 | OFMethodSignatureTests: Fix typo (check-in: 2a02eed3df user: js tags: trunk) | |
| 03:27 | Fix tests with Apple GCC 4.0.1 (check-in: 8911d7f031 user: js tags: trunk) | |
| 03:08 | Work around bugs in Apple GCC 4.0.1 (check-in: 9e9ce6aa1c user: js tags: trunk) | |
| 02:31 | tests/terminal: Fix compiling with Apple GCC 4.2.1 (check-in: 1535a3770b user: js tags: trunk) | |
| 02:29 | tests: Fix compiling with Apple GCC 4.2.1 (check-in: 33bec58cf4 user: js tags: trunk) | |
| 02:12 | ofhttp: Fix compiling with Apple GCC 4.2.1 (check-in: 431116c906 user: js tags: trunk) | |
| 01:56 | Fix compiling for old Apple runtime (check-in: 877616edaf user: js tags: trunk) | |
| 01:01 | Rename "make tarball" to "make release" (check-in: 111d28cc65 user: js tags: trunk) | |
| 01:00 | Don't assume arc4random_buf if we have arc4random (check-in: 9aa85c25b5 user: js tags: trunk) | |
| 00:57 | Work around bugs in Apple GCC 4.2.1 (check-in: cbc09c6e26 user: js tags: trunk) | |
|
2020-09-26
| ||
| 21:58 | Don't require __COUNTER__ for OF_RESERVE_IVARS (check-in: ef614a225d user: js tags: trunk) | |
| 19:15 | • Fixed ticket [e6e31ea81f]: Add documentation for runtime functions plus 4 other changes (artifact: b8e7ff9f4a user: js) | |
| 19:13 | runtime: Document functions for tagged pointers (Closed-Leaf check-in: 55001dba24 user: js tags: tagged-pointers) | |
| 19:04 | runtime: Document all public functions (check-in: 85ff529ac5 user: js tags: trunk) | |
|
2020-09-04
| ||
| 18:03 | OFNumber: Fix missing #ifdefs (check-in: 81469669ae user: js tags: tagged-pointers) | |
| 16:39 | OFNumber: Add support for tagged pointers (check-in: 8c32791836 user: js tags: tagged-pointers) | |
|
2020-09-01
| ||
| 00:15 | • Changes to wiki page "Third-party Libraries" (artifact: ad4de96c72 user: js) | |
|
2020-08-30
| ||
| 16:22 | OFNumber: Never access ivars after init (check-in: bc9998913a user: js tags: tagged-pointers) | |
| 15:40 | Merge trunk into branch "tagged-pointers" (check-in: ff6eb7b6c3 user: js tags: tagged-pointers) | |
|
2020-08-29
| ||
| 23:17 | ofhttp: Translate "Error!" message (check-in: f79f04f882 user: js tags: trunk) | |
| 18:41 | README.md: Instructions for verifying signatures (check-in: 23608c304d user: js tags: trunk) | |
| 14:53 | ofhttp: Opportunistically try loading ObjOpenSSL (check-in: 4666442ec2 user: js tags: trunk) | |
|
2020-08-25
| ||
| 23:56 | • Changes to wiki page "Third-party Libraries" (artifact: ea17f8f669 user: js) | |
| 23:53 | OFString: Also check errno == ERANGE on HUGE_VAL (check-in: 200fe98d2b user: js tags: trunk) | |
| 23:52 | OFString: Remove hack for amiga-gcc (check-in: 5f494eaf81 user: js tags: trunk) | |
| 00:11 | OFNumber: Remove (u)int{8,16,32,64} methods (check-in: 25c985fec1 user: js tags: trunk) | |
|
2020-08-22
| ||
| 18:39 | OFNumber: Don't always use the smallest type (check-in: 9746cff094 user: js tags: trunk) | |
|
2020-08-16
| ||
| 18:28 | OFNumber: Remove ssize_t (check-in: be8b442546 user: js tags: trunk) | |
|
2020-08-13
| ||
| 23:13 | Make GCC happy again (check-in: 3be13d358f user: js tags: trunk) | |
| 22:50 | Adjust generators to recent changes (check-in: 728c7fb73e user: js tags: trunk) | |
| 22:46 | propertyListValue -> objectByParsingPropertyList (check-in: d763a9ff86 user: js tags: trunk) | |
| 22:29 | OFData: ASN1DERValue -> objectByParsingASN1DER (check-in: e479cef7b3 user: js tags: trunk) | |
| 21:12 | messagePackValue -> objectByParsingMessagePack (check-in: 6cfa8f5c7e user: js tags: trunk) | |
| 21:07 | OFString: Rename JSONValue to objectByParsingJSON (check-in: 8611f48f42 user: js tags: trunk) | |
| 20:58 | Add src/runtime/Info.plist to {clean,ignore}-glob (check-in: 67b8b22764 user: js tags: trunk) | |
| 19:49 | Work around amiga-gcc missing strto(u)ll (check-in: 138410a925 user: js tags: trunk) | |
| 19:43 | Set errno to 0 before calling strto* (check-in: 04bb18457a user: js tags: trunk) | |
| 19:27 | Always cast argument to isspace() to unsigned char (check-in: ce5dfd4a83 user: js tags: trunk) | |
|
2020-08-12
| ||
| 20:56 | Avoid using (u)intmax_t in methods (check-in: d74f244ab7 user: js tags: trunk) | |
|
2020-08-11
| ||
| 19:45 | OFString: Rework number parsing API (check-in: b6ee372b98 user: js tags: trunk) | |
| 00:44 | Add Info.plist for runtime (check-in: 8ab2b75d24 user: js tags: trunk) | |
| 00:30 | configure: Use AC_CONFIG_FILES conditionally (check-in: 7ac3c91102 user: js tags: trunk) | |
|
2020-08-10
| ||
| 21:44 | • Ticket [037c915376] utils/ofhttp Average the speed and ETA status still Fixed with 3 other changes (artifact: f3bb62bea5 user: js) ... 1 similar event omitted. | |
| 20:55 | ofhttp: Average the speed over the last 10 seconds (check-in: 30e8df31a0 user: js tags: trunk) | |
|
2020-07-26
| ||
| 21:09 | lookup-asm-x86_64-macho.S: Fix missing @GOTPCREL (check-in: 4cf6858694 user: js tags: tagged-pointers) | |
|
2020-07-25
| ||
| 18:32 | OFDate: Also ignore -Wunknown-pragmas (check-in: 94c7e3e8f3 user: js tags: tagged-pointers) | |
| 17:24 | OFDate: Fix missing #ifdef (check-in: 096c2662d6 user: js tags: tagged-pointers) | |
| 16:22 | OFDate: Use tagged pointers (check-in: ad37db9133 user: js tags: tagged-pointers) | |
| 14:17 | OFDate: Add a designated initializer (check-in: 33a133cda0 user: js tags: tagged-pointers) | |
| 09:58 | OFDate: Prepare for tagged pointers (check-in: 95830bf78b user: js tags: tagged-pointers) | |
|
2020-07-20
| ||
| 22:02 | lookup-asm-x86_64-macho.S: Fix missing underscore (check-in: 2c435f2422 user: js tags: tagged-pointers) | |
|
2020-07-19
| ||
| 16:17 | Merge trunk into branch "tagged-pointers" (check-in: e2a53689c6 user: js tags: tagged-pointers) | |
| 16:12 | OFNumber: Add singletons for 0, 1, 2, true & false (check-in: d8123a1f26 user: js tags: trunk) | |
| 14:16 | Disable a Clang warning preventing limit checks (check-in: bb73116ce2 user: js tags: trunk) | |