dcstes

Results 45 comments of dcstes

Another possibility is that check the output of : locale -a List all locale to see whether some alias is used. LANG=nl_BE.utf8 could give a Flemish/Dutch/Belgian locale in Smalltalk (as...

There is a comment in the mvm scripts in the building directory that "some gcc versions create a broken VM using -O2" Also I have observed that in Squeak classic...

VM_TARGET_OS is set by the configure script from $ac_cv_target I think $target_os is from the GNU autoconf target=$ac_cv_target

Why do you prefer an implementation based on uname() at runtime, please ? The code in the past was using a GNU configure implementation at build time (compile time) when...

But initially in #713 I thought you said that there was no change related to UNIX, which is contradicted by the modification of sqUnixMain.c. If you have clear ideas about...

the new code is not equivalent to the code that is enabled by setting OLD_1002_ATTRIBUTE on the squeak wiki the getSystemAttribute is documented at https://wiki.squeak.org/squeak/314 "1002 - specific OS type:...

tested on openSUSE Linux Leap 15.4 and Leap 15.6 on AMD Ryzen 7 cpu : if OLD_1002_ATTRIBUTE=1 you get something like linux-gnu as defined by configure if OLD_1002_ATTRIBUTE is not...

I am not convinced this change is an improvement. If I test on Linux OpenSUSE Tumbleweed (Linux on AMD64), I changed the code to break down the uname() structure utsname...

The idea of additional system attributes was just to keep the original 1002 definition. If the new definition is based on uname(2) then that definition will replace the old 1002...

I checked the source code of traditional Squeak VM Classic (which is using "cmake" for builds) and there VM_HOST_OS is returned for getSystemAttribute:1002. This is most likely the same value...