Fresh IDE . Timeline
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

1 check-in using file freshlib/system/Linux/process.asm version e8f1f6a1f8

2016-03-11
16:31
The main new feature in this commit is that when StrLib is used and the application is started on 64bit Linux, it will switch into 3GB memory model in order to ensure the string handles will not mess with the memory addresses. (This was one of the big sources of hard to track bugs on 64bit Linuxes).

In order to reach this goal, some macroses has been rearanged. In addition, some code cleanup is provided and a new procedure StrCatMem is introduced in StrLib. check-in: 0c0258419e user: johnfound tags: FreshLibDev