433 Commits

Author SHA1 Message Date
bebbo
cb2b3be3ad don't use the UserGroup library if not loaded 2025-05-21 20:33:44 +02:00
bebbo
7db5d68648 new __restore_a4() implementation for shared libaries.
use tc_TrapData to track all shared libraries and use this to perform
a lookup
2025-05-21 20:33:21 +02:00
bebbo
ac7ffc0a28 remove crashing debug printf... 2025-05-21 20:31:53 +02:00
bebbo
2339b7331f only append '\n' als in amiputs 2025-05-21 20:31:27 +02:00
bebbo
473621aaed fix merge 2025-05-12 07:08:01 +02:00
bebbo
7c31467c10 Merge branch 'master' into devel1 2025-05-12 06:04:00 +02:00
bebbo
186f88ea3c also use FPuts 2025-05-12 05:58:31 +02:00
bebbo
ee9828ad57 refs #98: remove debug output... 2025-05-12 05:58:12 +02:00
bebbo
e4a2d8d24d autoresize printf buffer in amistdio 2025-04-19 10:35:14 +02:00
bebbo
d3c997d5ec auto increase line buffer 2025-03-29 10:14:12 +01:00
bebbo
82511e51d6 improved TRACK_AND_CHECK malloc. 2025-03-25 14:12:36 +01:00
bebbo
28b91a9573 refs #96: fix broken stdfiledes handling 2025-03-14 11:40:52 +01:00
bebbo
aebee5b237 refs #95: exclude locale header too for KICK13 2025-03-14 07:00:09 +01:00
bebbo
520edc6c25 add pipe(...) 2025-03-11 12:19:46 +01:00
bebbo
f29b8c4ee8 add execlp 2025-03-11 12:18:04 +01:00
bebbo
201b9bc272 init _timezone at startup, _timezone is a macro now 2025-03-11 12:14:02 +01:00
bebbo
0ee387d8cb split CreatePort/DeletePort 2025-03-11 12:13:11 +01:00
bebbo
35f6c53ce8 copy struct filenode for msys/cygwin 2024-12-08 21:41:36 +01:00
bebbo
36342cc1ea refs #93: fix offset, it's 9 not 10... 2024-11-27 20:26:01 +01:00
bebbo
98827320bf refs #92: add missing trans functions for float 2024-11-23 13:14:31 +01:00
bebbo
0550bbcba3 refs #91: fix type of __stdiowin
extern char * __stdiowin;
2024-11-08 21:24:04 +01:00
bebbo
fc075a2703 update section attributes 2024-11-08 21:23:15 +01:00
bebbo
5633c334f8 make nix13/library work with c++ 2024-10-04 18:20:55 +02:00
bebbo
90cc6be056 add dummy locale to kick13 2024-10-03 17:55:02 +02:00
bebbo
8ab888287c refs https://github.com/bebbo/amiga-gcc/issues/406 : added the missing file __sf.c 2024-10-03 10:22:16 +02:00
bebbo
f8e7e48071 default to "GMT" 2024-10-02 16:55:41 +02:00
bebbo
62dfa4768a do not use other functions 2024-10-02 16:55:26 +02:00
bebbo
f1779bdca0 daylight -> _daylight, timezone -> _timezone 2024-09-30 10:22:24 +02:00
bebbo
8752ca21c2 more pointer->value stuff to support libraries 2024-09-29 20:33:26 +02:00
bebbo
f6846ba502 add math, support libnix4.library 2024-09-23 11:53:27 +02:00
Marlon Beijer
75f7eec4a0
Move strlcpy to the appropriate directory 2024-09-22 15:01:03 +02:00
Marlon Beijer
d236efb8ca
Update implementation from suggestion 2024-09-22 14:01:32 +02:00
Marlon Beijer
c3a5fe7612
Add strlcpy 2024-09-22 13:00:04 +02:00
fautomat
a91e7b68b4 Merge branch 'devel1' 2024-08-20 15:33:23 +02:00
bebbo
a86bd4e6c7 add pseudo millis to clock 2024-08-20 14:56:20 +02:00
fautomat
60007a31b8 Merge branch 'devel1' 2024-08-20 12:53:47 +02:00
bebbo
120c85f0c6 attempt to improve the pseudo randomness... 2024-08-20 12:18:04 +02:00
fautomat
7a333ba050 Merge branch 'devel1' 2024-08-19 12:03:38 +02:00
bebbo
8a9cdc9d5c refs #88: use old clock for kick1.3 2024-08-19 11:30:46 +02:00
fautomat
85e82cd4ab Merge branch 'devel1' 2024-08-12 11:03:42 +02:00
bebbo
77d11ca4ef use ReadEClock instead of DateStamp to get milliseconds 2024-08-12 10:30:42 +02:00
fautomat
152139ecba Merge branch 'devel1' 2024-06-28 11:03:46 +02:00
bebbo
f61af61f7a refs #84: ->sm_ArgList->wa_Lock may be null 2024-06-28 10:22:23 +02:00
fautomat
0642914749 Merge branch 'devel1' 2024-06-18 13:12:18 +02:00
bebbo
c2cd8a78cc clear the cache after stub copy/init to resolve 68060 issues 2024-06-18 12:31:56 +02:00
fautomat
0b70ba9c48 Merge branch 'devel1' 2024-06-17 10:18:27 +02:00
bebbo
b2a7283210 init node->ln_name -> library 2024-06-17 09:43:45 +02:00
bebbo
1e99d5edbc direct init of buffer, fix mkstub 2024-06-17 09:21:39 +02:00
fautomat
3623b1cffe Merge branch 'devel1' 2024-06-11 10:42:50 +02:00
bebbo
e2fd343dd9 various fixes:
- fix datadata reloc handling
- __ResolveSymbols returns now 0 on success or the missing symbol name
- only for function stubs using a4 that value is store
- support direct calls
- support pointers pointing to *__data
2024-06-11 10:05:34 +02:00