[commit] r2188 - version 4.0.3.2188

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2188 - version 4.0.3.2188

commits-3
 
Author: piumarta
Date: 2010-04-10 20:16:26 -0700 (Sat, 10 Apr 2010)
New Revision: 2188

Modified:
   trunk/platforms/unix/ChangeLog
Log:
version 4.0.3.2188

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog 2010-04-11 03:15:36 UTC (rev 2187)
+++ trunk/platforms/unix/ChangeLog 2010-04-11 03:16:26 UTC (rev 2188)
@@ -1,5 +1,24 @@
+2010-04-10  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
+
+ * CMakeLists.txt: Change VM_HOST_CPU from x86_64 to i386 if
+ CMAKE_ARCH_FLAGS is -m32.
+
+ * cmake/squeak.sh.in (PATH): Find path to binary using pwd -p if
+ it appears to be available.
+
+ * cmake/squeak.in: Attempt to fix broken locales by copying LANG
+ to LC_ALL if the latter is unset.
+
+ * cmake/configure: Pass SVN revision of ChangeLog to cmake as
+ PLATFORM_SOURCE_VERSION.
+
+ * vm/config.cmake: Define PLATFORM_SOURCE_VERSION in config.h.
+
 2010-04-09  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
+ * vm-display-X11/sqUnixX11.c (getSelectionChunk): Don't beep when
+ the selection owner refuses to transfer data.
+
  * vm/sqUnixExternalPrims.c (ioLoadModule): Try loading a plugin
  from the name without additional prefix/suffix to permit
  fully-specified names or paths.