528 Commits

Author SHA1 Message Date
d2e3b80a5c Fixup build on MacOS
The exclude had no effect on linux systems the file gets copied anyway
On MacOS Seqoia with openrsync the file is excluded, breaking the build.

I'm not sure why the exclude is in the makefile, but it wasn't working before anyway
2025-06-09 14:54:07 +12:00
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
70a8b82423 add support for other targets 2025-03-11 12:11:57 +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
b1ed424041 update libnix4.library: add variable pointers 2024-10-02 18:10:18 +02:00
bebbo
5c50fc2a81 proper libnix4.a with __initlibraries 2024-10-02 16:56:19 +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
9fd7312b89 fix compiler warning/error on different type 2024-10-02 16:54:46 +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
b2eb8714f2 libnix4.library as separate target 2024-09-23 14:20:09 +02:00
bebbo
ad5399684b fix to make it work after clean 2024-09-23 13:02:19 +02:00
bebbo
f7db1e85a8 build library during install target, after libb was copied 2024-09-23 12:46:16 +02:00
bebbo
f6846ba502 add math, support libnix4.library 2024-09-23 11:53:27 +02:00
Stefan "Bebbo" Franke
1fa1c6f953
Merge pull request #89 from MBeijer/feature/strlcpy
Add strlcpy
2024-09-22 16:03:31 +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