129 check-ins using file src/OFTarArchive.m version 22d3bc898d
2020-09-27
| ||
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: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-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: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
| ||
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 | |
12:00 | README.md: Update the broken Xcode versions list check-in: 6a89f40114 user: js tags: trunk | |
11:49 | OFNumber: Refactor to reduce code size check-in: 59e1c84d30 user: js tags: trunk | |
11:03 | OFNumber: Always use the smallest type that fits check-in: 5e8cca7678 user: js tags: trunk | |
09:06 | OFNumber: Use a placeholder until init is called check-in: 025756f4e3 user: js tags: trunk | |
07:16 | Add .github/FUNDING.yml check-in: 38ae730b61 user: js tags: trunk | |
2020-07-18
| ||
22:54 | Add objc_setTaggedPointerSecret() to Amiga linklib check-in: 5769ce64b3 user: js tags: tagged-pointers | |
15:52 | Obfuscate tagged pointers on MIPS/ELF check-in: 86014b7cc2 user: js tags: tagged-pointers | |
12:54 | Obfuscate tagged pointers on ARM64/ELF check-in: 01d06c0f5d user: js tags: tagged-pointers | |
2020-07-14
| ||
23:43 | Obfuscate tagged pointers on MIPS64/ELF check-in: f073f79c09 user: js tags: tagged-pointers | |
19:05 | .travis.yml: Properly abort on errors check-in: 1c89bd8063 user: js tags: trunk | |
2020-07-12
| ||
19:33 | Obfuscate tagged pointers on SPARC64/ELF check-in: 64b88276cf user: js tags: tagged-pointers | |
18:00 | Merge trunk into branch "tagged-pointers" check-in: aba47e526e user: js tags: tagged-pointers | |
17:57 | Fix forwarding on SPARC/ELF for non-PIC check-in: fc5790f20c user: js tags: trunk | |
15:17 | Obfuscate tagged pointers on SPARC/ELF check-in: 55e786c880 user: js tags: tagged-pointers | |
14:17 | Obfuscate tagged pointers on PowerPC/ELF check-in: eee832144e user: js tags: tagged-pointers | |
13:46 | lookup-asm-x86*-win*.S: Obfuscate tagged pointers check-in: 4491aefd93 user: js tags: tagged-pointers | |
13:31 | lookup-asm-arm-elf.S: Obfuscate tagged pointers check-in: 761d528376 user: js tags: tagged-pointers | |
11:50 | Obfuscate tagged pointers check-in: 0bfac2b513 user: js tags: tagged-pointers | |
11:17 | Fix missing include for getrandom() check-in: ed7377d854 user: js tags: trunk | |
10:54 | Merge trunk into branch "tagged-pointers" check-in: be250b4fb3 user: js tags: tagged-pointers | |
10:35 | Split of_random() into of_random{16,32,64}() check-in: 14f05841a3 user: js tags: trunk | |
10:00 | Add support for getrandom() check-in: ba1135b0b2 user: js tags: trunk | |
09:49 | Make of_random() a function check-in: c1fe4b2b77 user: js tags: trunk | |
2020-07-11
| ||
21:07 | .travis.yml: Re-add devkitPro builds using Docker check-in: 28e2425585 user: js tags: trunk | |
19:06 | configure: Check for vstmdb instead of fstmfdd check-in: 168b1e2e3b user: js tags: trunk | |
2020-07-09
| ||
00:16 | .travis.yml: Remove devkitPro builds check-in: b9a4771366 user: js tags: trunk | |
00:11 | lookup-asm-arm-elf.S: Support tagged pointers check-in: eb007abba9 user: js tags: tagged-pointers | |
2020-07-08
| ||
19:52 | lookup-asm-powerpc-elf.S: Support tagged pointers check-in: a0e61a4760 user: js tags: tagged-pointers | |
00:17 | Merge trunk into branch "tagged-pointers" check-in: 3e57593e8d user: js tags: tagged-pointers | |
00:03 | Fix forwarding on NetBSD/PowerPC check-in: 1fea22809b user: js tags: trunk | |
2020-07-06
| ||
23:50 | Merge trunk into branch "amiga-library" check-in: c536c268a0 user: js tags: amiga-library | |
23:42 | Merge trunk into branch "1.0" check-in: 98f0907d36 user: js tags: 1.0 | |
23:36 | lookup-asm-mips-elf.S: Support tagged pointers check-in: 8870c49908 user: js tags: tagged-pointers | |
20:07 | lookup-asm-mips64-n64-elf.S: Tagged pointers check-in: 681c2e3087 user: js tags: tagged-pointers | |
19:10 | Update PLATFORMS.md check-in: f87321ad31 user: js tags: trunk | |
2020-07-05
| ||
14:06 | lookup-asm-x86(_64)-*.S: Shave off one instruction check-in: 0579faebb2 user: js tags: tagged-pointers | |
12:30 | lookup-asm-arm64-elf.S: Support tagged pointers check-in: c31d10979d user: js tags: tagged-pointers | |
11:11 | Merge trunk into branch "tagged-pointers" check-in: 6fb1661b64 user: js tags: tagged-pointers | |
11:08 | lookup-asm-sparc-elf.S: Fix text relocation check-in: 777201237d user: js tags: trunk | |
10:25 | Add forwardingTargetForSelector: for SPARC/ELF check-in: 0c8a6fdf2a user: js tags: trunk | |
2020-07-04
| ||
22:30 | lookup-asm-sparc-elf.S: Support tagged pointers check-in: b14cbb56dd user: js tags: tagged-pointers | |
21:19 | tests: Use \r instead of setting cursorColumn = 0 check-in: ba32166987 user: js tags: trunk | |
14:21 | lookup-asm-x86_64-macho.S: Support tagged pointers check-in: 3f2a6306a3 user: js tags: tagged-pointers | |
13:59 | lookup-asm-sparc64-elf.S: Non-PIC optimization check-in: e0b1a90547 user: js tags: tagged-pointers | |
13:09 | RuntimeTests: Make certain versions of Clang happy check-in: 4461f85857 user: js tags: tagged-pointers | |
13:00 | Add tests for tagged pointers check-in: 6414fc9ca5 user: js tags: tagged-pointers | |
11:51 | lookup-asm-sparc64-elf.S: Support tagged pointers check-in: 09e046628e user: js tags: tagged-pointers | |
00:40 | Use a regular int for the tagged pointer class ID check-in: a8d453813c user: js tags: tagged-pointers | |
00:24 | Only use 4 bits to classify tagged pointers check-in: 943cf97843 user: js tags: tagged-pointers | |
2020-07-01
| ||
21:32 | Merge trunk into branch "tagged-pointers" check-in: 6d5cc25f0c user: js tags: tagged-pointers | |
21:06 | apple-forwarding-x86_64.S: Don't use jmp short check-in: 1a4eba3a16 user: js tags: trunk | |
20:36 | .travis.yml: Install devkitPro via gdebi check-in: 62ac2b0cad user: js tags: trunk | |
20:17 | .travis.yml: Move AmigaOS/DS/3DS/Wii to Bionic check-in: 324cf921ed user: js tags: trunk | |
20:03 | .travis.yml: devkitPro keeps changing the URL... check-in: 0362242302 user: js tags: trunk | |
19:57 | Convert apple-forwarding-i386.S to Intel syntax check-in: aa9a770184 user: js tags: trunk | |
19:01 | .travis.yml: Fix .deb name for devkitPro check-in: 44c03cae44 user: js tags: trunk | |
00:49 | call-x86_64-elf.S: Fix several typos check-in: 12a2c2d6c0 user: js tags: trunk | |
00:33 | .travis.yml: Update devkitPro pacman .deb URL check-in: 1653f80f51 user: js tags: trunk | |
2020-06-30
| ||
23:56 | Convert call-x86_64-elf.S to Intel syntax check-in: 71c7f864e4 user: js tags: trunk | |
23:46 | Convert apple-call-x86_64.S to Intel syntax check-in: bf1cc071e3 user: js tags: trunk | |
23:31 | Convert all x86_64/Mach-O ASM to Intel syntax check-in: 5c288708e0 user: js tags: trunk | |
22:44 | Convert apple-forwarding-x86_64.S to Intel syntax check-in: fd8b23c282 user: js tags: trunk | |
21:24 | lookup-asm-x86-win32.S: Support tagged pointers check-in: b1ee7629b5 user: js tags: tagged-pointers | |
21:12 | lookup-asm-x86_64-win64.S: Support tagged pointers check-in: 2cec2f2e8d user: js tags: tagged-pointers | |
20:52 | Merge trunk into branch "tagged-pointers" check-in: c4a12e3fa1 user: js tags: tagged-pointers | |
20:50 | Convert all x86_64/Win64 ASM to Intel syntax check-in: b177aa1b8b user: js tags: trunk | |
19:52 | Don't use -no-integrated-as on Darwin check-in: f4e99b94d2 user: js tags: trunk | |
01:53 | Convert all x86/Win32 ASM to Intel syntax check-in: 2630b77909 user: js tags: trunk | |
01:08 | Remove unnecessary PIC from x86/Win32 ASM check-in: 9ccac85bb4 user: js tags: trunk | |
00:37 | Minor cleanup of x86/ELF ASM check-in: b194a9a226 user: js tags: trunk | |
00:29 | lookup-asm-x86-elf.S: Support tagged pointers check-in: 7f493d2446 user: js tags: tagged-pointers | |
00:11 | Make use of @PLT in x86/ELF ASM check-in: 0b417fb86f user: js tags: trunk | |
2020-06-29
| ||
23:24 | lookup-asm-x86_64-elf.S: Support tagged pointers check-in: 577564693c user: js tags: tagged-pointers | |
23:17 | Merge trunk into branch "tagged-pointers" check-in: f5be211a1b user: js tags: tagged-pointers | |
23:14 | Convert all x86/ELF ASM files to Intel syntax check-in: 2073a345ba user: js tags: trunk | |
22:40 | Work around older Clang not supporting jmp short check-in: d301f6fcab user: js tags: trunk | |
21:38 | Convert all x86_64/ELF ASM files to Intel syntax check-in: 6b34f309da user: js tags: trunk | |
20:30 | Add support for tagged pointers in object_getClass check-in: 8707dd73c4 user: js tags: tagged-pointers | |
19:42 | runtime: Add helper functions for tagged pointers check-in: a964d3dcb4 user: js tags: tagged-pointers | |
2020-06-28
| ||
15:39 | Remove OF_DIRECT(_MEMBERS) where it was too much check-in: 812a46b8f6 user: js tags: trunk | |
15:19 | Only use objc_direct(_members) with Apple runtime check-in: 96b35d19c5 user: js tags: trunk | |
15:03 | Use OF_DIRECT(_MEMBERS) where appropriate check-in: b6cb3addd0 user: js tags: trunk | |