76
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Parse inline variable declarations More... about 1 year ago
* Delphi allows TEnum.in More... about 1 year ago
* Allow Delphi-style const [ref] More... about 1 year ago
* Fix time argument of X509GmtimeAdj. Fixes issue #40555 More... about 1 year ago
human68k: implemented do_rename More... about 1 year ago
human68k: pre-fetch the version number of the OS during startup. and store it for easy access More... about 1 year ago
human68k: implemented do_chdir More... about 1 year ago
Attempt to save push/pop ebx on small non-GPR moves. More... about 1 year ago
* Delphi-compatible Record-based Regex API More... about 1 year ago
human68k: implemented do_getdir (based on the Atari version) More... about 1 year ago
human68k: cosmetics, no functional change More... about 1 year ago
human68k: try not to nuke immediately during argument parsing, if memory allocation fails More... about 1 year ago
human68k: implemented do_open (based on the Atari version) More... about 1 year ago
webtbs/tw10641.pp: skip for Darwin (it does not support these relocations) More... about 1 year ago
LLVM: recognise Xcode-15 as LLVM codegen target More... about 1 year ago
LLVM: only round currency values when storing them back to memory More... about 1 year ago
Supposedly better fastmove.inc. More... about 1 year ago
human68k: one more rework after advices/reports from Pierre Muller, hopefully this fixes all remaning edge cases More... about 1 year ago
human68k: also fill the entire args buffer with zeros, for proper last argument termination More... about 1 year ago
* GetEpochTime (not used though it seems) should return time_t
FPK
as florian
More... about 1 year ago
* Better creation of self-signed certificates. Patch by Anton (@odisey1245). Fixes issue #40553 More... about 1 year ago
human68k: fixed argv[0] generation, after figuring out that length() is something very different to strlen() More... about 1 year ago
human68k: fix zero termination of the last argument More... about 1 year ago
* Some small improvements, added some clarification to readme More... about 1 year ago
human68k: actually, the comm field coming from the OS is in ph68kdos_comline format, so use it accordingly More... about 1 year ago
human68k: more work on getting tinyheap right. still doesn't seem to work, sadly, so still disabled More... about 1 year ago
human68k: set default stack size to 16KiB More... about 1 year ago
* fix output position of deprecated hint for certain cases where it was wrong, resolves #40534
FPK
as florian
More... about 1 year ago
human68k: parse the arguments passed to the program, fill out argc/argv, make ParamCount and ParamStr() to work More... about 1 year ago
human68k: disable tinyheap, as there's some memory trashing going on with it, and use the regular one for now More... about 1 year ago