projects/cmucl/cmucl.git
10 months agoOops. Need to use long long's to compute the age in gen_av_mem_age(). snapshot-2012-07
Raymond Toy [Thu, 5 Jul 2012 22:24:18 +0000] 
Oops.  Need to use long long's to compute the age in gen_av_mem_age().

10 months agoRearrange the fpu save/restore stuff to make it a bit simpler.
Raymond Toy [Thu, 5 Jul 2012 15:48:31 +0000] 
Rearrange the fpu save/restore stuff to make it a bit simpler.

10 months agoAll VOPs that call allocation should save any live registers.
Raymond Toy [Sat, 30 Jun 2012 22:08:37 +0000] 
All VOPs that call allocation should save any live registers.

11 months agoChange min_av_mem_age to be an int instead of double. No floating
Raymond Toy [Fri, 15 Jun 2012 19:52:24 +0000] 
Change min_av_mem_age to be an int instead of double.  No floating
point operations should occur in allocation or GC now, except when
printing stats.

11 months agoUpdate to asdf 2.22. Testsuite for asdf, using 2012-06, passes fine.
Raymond Toy [Fri, 15 Jun 2012 19:19:47 +0000] 
Update to asdf 2.22.  Testsuite for asdf, using 2012-06, passes fine.

11 months agoOops. Didn't mean for the gencgc.o rule to get included. snapshot-2012-06
Raymond Toy [Tue, 12 Jun 2012 03:54:47 +0000] 
Oops.  Didn't mean for the gencgc.o rule to get included.

11 months agoAdd comments about using clang instead of gcc on x86.
Raymond Toy [Sat, 2 Jun 2012 22:02:00 +0000] 
Add comments about using clang instead of gcc on x86.

11 months agoDon't set dimension of array to 1 for the rest slots of a primitive
Raymond Toy [Fri, 1 Jun 2012 04:25:33 +0000] 
Don't set dimension of array to 1 for the rest slots of a primitive
object.

11 months agoUpdate translation template.
Raymond Toy [Fri, 1 Jun 2012 02:55:27 +0000] 
Update translation template.

11 months agoUpdate.
Raymond Toy [Wed, 30 May 2012 03:17:47 +0000] 
Update.

11 months agoRevert :file-attribute changes.
Raymond Toy [Wed, 30 May 2012 02:57:28 +0000] 
Revert :file-attribute changes.

11 months agoUpdate with new :FILE-ATTRIBUTE external format, contributed by
Raymond Toy [Mon, 28 May 2012 22:49:32 +0000] 
Update with new :FILE-ATTRIBUTE external format, contributed by
Douglas Crosher.

11 months agoRemove extra closing parenthesis.
Raymond Toy [Mon, 28 May 2012 16:47:36 +0000] 
Remove extra closing parenthesis.

11 months agoMerge branch 'master' into ext-format-file-attribute
Raymond Toy [Mon, 28 May 2012 16:19:17 +0000] 
Merge branch 'master' into ext-format-file-attribute

11 months agoUpdate with changes.
Raymond Toy [Mon, 28 May 2012 16:18:47 +0000] 
Update with changes.

11 months agoFix ticket:60
Raymond Toy [Mon, 28 May 2012 16:11:46 +0000] 
Fix ticket:60

src/compiler/main.lisp:
o Remove special treatment of EXPORT (and others) in the compiler.  I
  think we only need to treat IN-PACKAGE and DEFPACKAGE specially.

src/contrib/defsyste/defsystem.lisp:
o Add FIND-SYSTEM to the defpackage export list for MAKE.

src/tools/hemcom.lisp:
o Add defpackage for hemlock-internals since export no longer has the
  compile-time effect.

11 months agoFix so this can build on 8-bit cmucl.
Raymond Toy [Sat, 26 May 2012 18:13:01 +0000] 
Fix so this can build on 8-bit cmucl.

o Clean up reader conditionals in MAKE-FD-STREAM.
o Add dummy %SET-FD-STREAM-EXTERNAL-FORMAT for non-unicode.

11 months agoUse concatenate instead of format because format isn't available when
Raymond Toy [Sat, 26 May 2012 16:13:34 +0000] 
Use concatenate instead of format because format isn't available when
compiling.

11 months agoDebugger needs to open file with the appropriate external format.
Raymond Toy [Sat, 26 May 2012 15:24:55 +0000] 
Debugger needs to open file with the appropriate external format.
Patch from Douglas.

11 months agoAdd all the emacs format encodings. From Douglas.
Raymond Toy [Sat, 26 May 2012 15:24:22 +0000] 
Add all the emacs format encodings.  From Douglas.

11 months ago * {{{COMPILE-FILE}}} should not signal an error when given a list for
Raymond Toy [Sat, 26 May 2012 05:50:38 +0000] 
 * {{{COMPILE-FILE}}} should not signal an error when given a list for
   {{{:EXTERNAL-FORMAT}}}.  Lists are needed to specify a composing
   external format like {{{:DOS}}} or {{{:MAC}}}.

11 months agoFirst cut at :file-attribute external-format that determines the
Raymond Toy [Sat, 26 May 2012 05:49:18 +0000] 
First cut at :file-attribute external-format that determines the
format from the file contents ala emacs.

11 months agoClear matching current exceptions when enabling new exceptions. This
Raymond Toy [Fri, 25 May 2012 03:27:37 +0000] 
Clear matching current exceptions when enabling new exceptions.  This
prevents the exception from being resignaled immediately.

src/code/float-trap.lisp:
o Clear current and accrued exception bits that match any new enabled
  exceptions specified by :traps.

src/general-info/release-20d.txt:
o Update.

12 months agoAdd popcnt instruction and use it in logcount vop if :sse3 is a
Raymond Toy [Thu, 10 May 2012 06:14:00 +0000] 
Add popcnt instruction and use it in logcount vop if :sse3 is a
feature.

 * src/compiler/x86/arith.lisp
   * Add vop for logcount that uses popcnt instruction.
 * src/compiler/x86/insts.lisp
   * Define popcnt instruction (but only for :sse3)
 * src/general-info/release-20d.txt:
   * Update.

12 months agoLink to www.cmucl.org.
Raymond Toy [Sun, 6 May 2012 06:33:11 +0000] 
Link to www.cmucl.org.

12 months agoUpdate with more info that was left out. snapshot-2012-05
Raymond Toy [Tue, 1 May 2012 03:10:53 +0000] 
Update with more info that was left out.

12 months agoUpdate to ASDF2 2.21.
Raymond Toy [Tue, 1 May 2012 03:08:50 +0000] 
Update to ASDF2 2.21.

12 months agoUpdate.
Raymond Toy [Tue, 1 May 2012 03:07:49 +0000] 
Update.

12 months agoHandle case where we run out of octets in the middle of a two-octet
Raymond Toy [Wed, 25 Apr 2012 20:48:32 +0000] 
Handle case where we run out of octets in the middle of a two-octet
code.

12 months agoFirst cut at an external format for EUC-KR.
Raymond Toy [Wed, 25 Apr 2012 05:20:39 +0000] 
First cut at an external format for EUC-KR.

12 months agoAdd some comments on what INVERT-TABLE (and GET-INVERSE) does and what
Raymond Toy [Wed, 25 Apr 2012 05:20:09 +0000] 
Add some comments on what INVERT-TABLE (and GET-INVERSE) does and what
it returns.

12 months agoFix typo in iso8859-2 external format.
Raymond Toy [Wed, 25 Apr 2012 05:09:39 +0000] 
Fix typo in iso8859-2 external format.

 * src/pcl/simple-streams/external-formats/iso8859-2.lisp:
   * Fix typo.

 * src/general-info/release-20d.txt:
   * Update.

12 months agoCorrect the type declarations for the state (for BOM).
Raymond Toy [Wed, 25 Apr 2012 05:05:35 +0000] 
Correct the type declarations for the state (for BOM).

13 months agoFix some typos, change url to cmucl.org and add url to
Raymond Toy [Sat, 21 Apr 2012 21:06:44 +0000] 
Fix some typos, change url to cmucl.org and add url to
trac.common-lisp.net/cmucl.

13 months agoFix bug in handling the state BOM marker and also extend to work
Raymond Toy [Sat, 21 Apr 2012 02:44:04 +0000] 
Fix bug in handling the state BOM marker and also extend to work
composing external formats.  The state BOM marker also needs to
indicate how long the BOM is.

 * src/code/stream.lisp
   * Handle the BOM marker correctly for composed format.
   * Handle the new values for the state BOM marker.

 * src/pcl/simple-streams/external-formats/utf-16.lisp
   * Change BOM state marker to +2 and -2 instead of 1 and 2 to
     indicate the length of the BOM.

 * src/pcl/simple-streams/external-formats/utf-32.lisp
   * Change BOM state marker to +4 and -4 instead of 1 and 2 to
     indicate the length of the BOM.

13 months agoOops. Debugging print accidentally left in.
Raymond Toy [Fri, 20 Apr 2012 16:35:43 +0000] 
Oops.  Debugging print accidentally left in.

13 months agoUTF-16-BE and UTF-16-LE external formats were returning the incorrect
Raymond Toy [Fri, 20 Apr 2012 16:34:48 +0000] 
UTF-16-BE and UTF-16-LE external formats were returning the incorrect
number of octets for surrogate pairs.  Two was returned instead of
four.

 * src/pcl/simple-streams/external-formats/utf-16-be.lisp:
 * src/pcl/simple-streams/external-formats/utf-16-le.lisp:
   * Return correct number of octets
 * src/general-info/release-20d.txt
   * Update.

13 months agoTest for state change was wrong.
Raymond Toy [Fri, 20 Apr 2012 15:41:14 +0000] 
Test for state change was wrong.

13 months agoFix ticket:58. Handle the BOM character for utf-16 and utf-32. This
Raymond Toy [Thu, 19 Apr 2012 06:53:31 +0000] 
Fix ticket:58.  Handle the BOM character for utf-16 and utf-32.  This
is a bit of a hack.

 * src/code/stream.lisp:
  * Check the state to see if a BOM was read.  This critically depends
    on knowing the format of the state variable for utf16 and utf32
    formats, but the stream code shouldn't have to know the state
    internals.

 * src/general-info/release-20d.txt
   * Update.

13 months agoAdd many additional aliases to match glibc iconv aliases. Donated by
Raymond Toy [Thu, 19 Apr 2012 04:38:46 +0000] 
Add many additional aliases to match glibc iconv aliases.  Donated by
Douglas Crosher.

* src/pcl/simple-streams/external-formats/aliases
  * Add additional aliases.
* src/general-info/release-20d.txt:
  * Update

13 months agoFix typo in external format for utf-32.
Raymond Toy [Wed, 18 Apr 2012 22:02:31 +0000] 
Fix typo in external format for utf-32.

 utf-32.lisp::
 * Fix typo.

 release-20d.txt::
 * Update.

13 months agoClarify a comment. snapshot-2012-04
Raymond Toy [Fri, 30 Mar 2012 01:53:33 +0000] 
Clarify a comment.

13 months agoAdd comments, clean up code a little.
Raymond Toy [Thu, 29 Mar 2012 04:14:12 +0000] 
Add comments, clean up code a little.

13 months agoMicrooptimization: (logand x #xffffffff) can be just a register move
Raymond Toy [Thu, 29 Mar 2012 04:11:18 +0000] 
Microoptimization:  (logand x #xffffffff) can be just a register move
without and'ing.  (If x is a signed-byte 32.)

13 months agoUpdate.
Raymond Toy [Tue, 27 Mar 2012 23:38:23 +0000] 
Update.

13 months agoAdd contrib for packed SSE2 operations.
Raymond Toy [Tue, 27 Mar 2012 23:20:18 +0000] 
Add contrib for packed SSE2 operations.

src/contrib/contrib.lisp:
o Define the module

src/contrib/packed-sse2/compile-packed-sse2.lisp:
o New file to compile the contrib.

src/contrib/packed-sse2/packed-sse2.lisp:
o New file implementing the packed sse2 vops and functions.

13 months agoOops. Long-standing bug that cmu-contribs was defined so it couldn't
Raymond Toy [Tue, 27 Mar 2012 23:19:03 +0000] 
Oops.  Long-standing bug that cmu-contribs was defined so it couldn't
be loaded to get the other contribs.

13 months agoSet the generator costs for the complex multiply vops to be the number
Raymond Toy [Tue, 27 Mar 2012 21:22:11 +0000] 
Set the generator costs for the complex multiply vops to be the number
of instructions.  This gives the sse3 complex multiply vop a chance to
be used if SSE3 is available.  (The user needs to :SSE3 to *FEATURES*
for this to work.  The core of CMUCL only assumes SSE2 is available.)

14 months ago.gitignore: add build-*
Alex Goncharov [Sun, 4 Mar 2012 17:09:30 +0000] 
.gitignore: add build-*

14 months agoReally update to 6.1.0! snapshot-2012-03
Raymond Toy [Sat, 3 Mar 2012 16:46:19 +0000] 
Really update to 6.1.0!

14 months agoUpdate for snapshot.
Raymond Toy [Sat, 3 Mar 2012 15:46:53 +0000] 
Update for snapshot.

14 months agoMerge branch 'master' of ssh://common-lisp.net/var/git/projects/cmucl/cmucl
Raymond Toy [Sat, 3 Mar 2012 15:36:13 +0000] 
Merge branch 'master' of ssh://common-lisp.net/var/git/projects/cmucl/cmucl

14 months agoReturn NIL if the prefix isn't a prefix of any name instead of
Raymond Toy [Sat, 3 Mar 2012 15:34:30 +0000] 
Return NIL if the prefix isn't a prefix of any name instead of
signaling an error.

14 months agoOops. Always write the fpu mode to the core file on x86. (Previously
Raymond Toy [Fri, 24 Feb 2012 17:22:58 +0000] 
Oops.  Always write the fpu mode to the core file on x86.  (Previously
only wrote the mode when compiling with sse2.)

15 months agoAdd -R flag to force recompilation of C runtime.
Raymond Toy [Sun, 19 Feb 2012 23:49:10 +0000] 
Add -R flag to force recompilation of C runtime.

15 months agoMerge branch 'master' of ssh://common-lisp.net/var/git/projects/cmucl/cmucl
Raymond Toy [Fri, 17 Feb 2012 19:38:21 +0000] 
Merge branch 'master' of ssh://common-lisp.net/var/git/projects/cmucl/cmucl

15 months agoFix compiler warning.
Raymond Toy [Fri, 17 Feb 2012 18:44:59 +0000] 
Fix compiler warning.

15 months agoRemove unused var.
Raymond Toy [Fri, 17 Feb 2012 18:44:45 +0000] 
Remove unused var.

15 months agoFix compiler warning and use fwrite instead of putw to print a
Raymond Toy [Fri, 17 Feb 2012 04:41:32 +0000] 
Fix compiler warning and use fwrite instead of putw to print a
string.

15 months agoAdd the fpu type to kernel.core on x86. Needed to set the fpu_mode
Raymond Toy [Sun, 12 Feb 2012 02:16:23 +0000] 
Add the fpu type to kernel.core on x86.  Needed to set the fpu_mode
when it's loaded so that the C code knows what to do.  In particular
call_into_lisp needs to know to save the correct fpu state.

15 months agoUpdate documentation for string-to-octets.
Raymond Toy [Sat, 11 Feb 2012 17:40:23 +0000] 
Update documentation for string-to-octets.

15 months agoUse fwrite to dump the string instead of putw.
Raymond Toy [Sat, 11 Feb 2012 06:45:33 +0000] 
Use fwrite to dump the string instead of putw.

15 months agoOops. Remove the set -x/set +x lines from the last commit.
Raymond Toy [Wed, 8 Feb 2012 02:48:56 +0000] 
Oops.  Remove the set -x/set +x lines from the last commit.

15 months agoNo default version anymore; let load-world.sh specify it.
Raymond Toy [Tue, 7 Feb 2012 06:48:12 +0000] 
No default version anymore; let load-world.sh specify it.

15 months agoIf git describe looks like a snapshot tag, just use that as the
Raymond Toy [Tue, 7 Feb 2012 06:47:49 +0000] 
If git describe looks like a snapshot tag, just use that as the
default version instead of adding the date to it. The tag has most of
the desired information already, and this helps to keep
lisp-implementation-version from having duplicate information.

15 months agoPreliminary support for ppc and correct some comments.
Raymond Toy [Sun, 5 Feb 2012 07:31:49 +0000] 
Preliminary support for ppc and correct some comments.

15 months agoCleanup comments
Raymond Toy [Sun, 5 Feb 2012 07:29:54 +0000] 
Cleanup comments

15 months agoClean up comments about exec-final.
Raymond Toy [Sun, 5 Feb 2012 07:16:47 +0000] 
Clean up comments about exec-final.

15 months agoBuild with mach-o.c and exec-final.c if FEATURE_EXECUTABLE is
Raymond Toy [Sun, 5 Feb 2012 06:53:33 +0000] 
Build with mach-o.c and exec-final.c if FEATURE_EXECUTABLE is
defined.

15 months agoSupport the creation of mach-o object files for ppc.
Raymond Toy [Sun, 5 Feb 2012 06:52:27 +0000] 
Support the creation of mach-o object files for ppc.

15 months agoUpdate to Unicode 6.1.0.
Raymond Toy [Sun, 5 Feb 2012 03:08:17 +0000] 
Update to Unicode 6.1.0.

  src/code/unidata.lisp:: Update Unicode version.

  src/tools/build-unidata.lisp:: Update Unicode version and update for
  change of format of NameAliases.txt.

  src/i18n/unidata.bin:: Updated with new data.

  src/general-info/release-20d.txt:: Updated.

  src/i18n/BidiMirroring.txt:: Updated to Unicode 6.1.0.
  src/i18n/CaseFolding.txt:: Updated to Unicode 6.1.0.
  src/i18n/CompositionExclusions.txt:: Updated to Unicode 6.1.0.
  src/i18n/DerivedNormalizationProps.txt:: Updated to Unicode 6.1.0.
  src/i18n/NameAliases.txt:: Updated to Unicode 6.1.0.
  src/i18n/NormalizationCorrections.txt:;
  src/i18n/SpecialCasing.txt:: Updated to Unicode 6.1.0.
  src/i18n/UnicodeData.txt:: Updated to Unicode 6.1.0.
  src/i18n/WordBreakProperty.txt:: Updated to Unicode 6.1.0.
  src/i18n/tests/NormalizationTest.txt:: Updated to Unicode 6.1.0.
  src/i18n/tests/WordBreakTest.txt:: Updated to Unicode 6.1.0.

15 months agoFix compiler warning by defining server_shutdown correctly. snapshot-2012-02
Raymond Toy [Sat, 4 Feb 2012 16:34:35 +0000] 
Fix compiler warning by defining server_shutdown correctly.

15 months agoUse CHAR_BIT instead of 8.
Raymond Toy [Sat, 4 Feb 2012 08:29:27 +0000] 
Use CHAR_BIT instead of 8.

15 months agoRegenerated.
Raymond Toy [Sat, 4 Feb 2012 08:28:22 +0000] 
Regenerated.

15 months agoAdd translation files for cmucl-ppc-vm.
Raymond Toy [Sat, 4 Feb 2012 05:15:33 +0000] 
Add translation files for cmucl-ppc-vm.

15 months agoUpdate.
Raymond Toy [Sat, 4 Feb 2012 05:00:32 +0000] 
Update.

15 months agoUpdate from current sources.
Raymond Toy [Sat, 4 Feb 2012 04:59:04 +0000] 
Update from current sources.

15 months agoUpdate docstring for {{{STRING-CAPITALIZE}}} to mention
Raymond Toy [Sat, 4 Feb 2012 04:34:12 +0000] 
Update docstring for {{{STRING-CAPITALIZE}}} to mention
{{{:UNICODE-WORD-BREAK}}} keyword parameter that enables the Unicode
word-breaking algorithm to determine word boundaries.

15 months agoUpdate.
Raymond Toy [Sat, 4 Feb 2012 04:23:31 +0000] 
Update.

15 months agoFix ticket:55. Copy all of the sigmask instead of just a few. This
Raymond Toy [Sat, 4 Feb 2012 03:47:29 +0000] 
Fix ticket:55.  Copy all of the sigmask instead of just a few.  This
only affected linux which uses an array for the sigmask.

15 months agoMove common unicode fasl fops from the main ppc and sparc cross
Raymond Toy [Wed, 1 Feb 2012 17:13:24 +0000] 
Move common unicode fasl fops from the main ppc and sparc cross
scripts to its own file so that they can be shared.

15 months agoUpdate from logs. Move the PPC news to the Changes section from the
Raymond Toy [Wed, 1 Feb 2012 05:36:59 +0000] 
Update from logs.  Move the PPC news to the Changes section from the
Other changes section, with a few clarifications.

15 months agoInitial version of cmucl-ppc-vm.pot.
Raymond Toy [Wed, 1 Feb 2012 05:31:14 +0000] 
Initial version of cmucl-ppc-vm.pot.

15 months agoMerge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl
Raymond Toy [Wed, 1 Feb 2012 05:26:16 +0000] 
Merge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl

15 months agoUse ppc as the default directory for ppc/darwin.
Raymond Toy [Wed, 1 Feb 2012 05:23:01 +0000] 
Use ppc as the default directory for ppc/darwin.

15 months agoMinor fix from Paul: avoid capitalizing mid-name in the completions
Raymond Toy [Wed, 1 Feb 2012 05:22:41 +0000] 
Minor fix from Paul:  avoid capitalizing mid-name in the completions
list.

15 months agoFix ticket:52.
Raymond Toy [Wed, 1 Feb 2012 03:34:14 +0000] 
Fix ticket:52.

Thanks to Paul Foley for rewriting {{{UNICODE-COMPLETE-NAME}}} to make
it work.

15 months agoUpdate from logs.
Raymond Toy [Tue, 31 Jan 2012 05:40:14 +0000] 
Update from logs.

15 months agoWhen writing out the runtime features to internals.h, only include the
Raymond Toy [Sun, 29 Jan 2012 17:20:41 +0000] 
When writing out the runtime features to internals.h, only include the
features in the target backend.  This prevents runtime features (like
:executable or :heap-overflow-check) from leaking from the compiling
system to the target system which might not have these.

15 months agoEverything that was in cmucl-sparc-svr4 has been moved o cmucl-sparc-vm.
Raymond Toy [Sun, 29 Jan 2012 16:05:54 +0000] 
Everything that was in cmucl-sparc-svr4 has been moved o cmucl-sparc-vm.

15 months agoUpdate textdomains.
Raymond Toy [Sun, 29 Jan 2012 08:32:23 +0000] 
Update textdomains.

 * Use cmucl-sparc-vm instead of cmucl-sparc-svr4

15 months agoUpdate textdomains.
Raymond Toy [Sun, 29 Jan 2012 08:31:29 +0000] 
Update textdomains.

 * Use cmucl-sparc-vm instead of cmucl-sparc-svr4
 * Use cmucl-ppc-vm instead of cmucl-ppc.
 * code/ppc-vm.lisp should be in the cmucl-ppc textdomain instead of cmucl.

15 months agoChanges so we can cross-compile from x86 to ppc. This will produce a
Raymond Toy [Sun, 29 Jan 2012 07:17:08 +0000] 
Changes so we can cross-compile from x86 to ppc.  This will produce a
core that appears to work.  More testing needed.

src/compiler/ppc/c-call.lisp:
o Use the old vops that only store floats in float registers.  We
  don't need them also stored in integer registers.  This causes an
  error during cross-compile about %NL1 conflicting with a wired tn.

src/tools/cross-scripts/cross-x86-ppc-darwin.lisp:
o Copy over similar features from cross-x86-sparc.lisp so that the
  cross-compile will work.

15 months agoOops. load-world.sh is in bin, not src/tools now.
Raymond Toy [Sat, 28 Jan 2012 16:30:38 +0000] 
Oops.  load-world.sh is in bin, not src/tools now.

15 months agoFix up casts to get rid of some compiler warnings.
Raymond Toy [Sat, 28 Jan 2012 03:20:32 +0000] 
Fix up casts to get rid of some compiler warnings.

15 months agoSpecify the correct return type for sc_reg.
Raymond Toy [Fri, 27 Jan 2012 17:35:29 +0000] 
Specify the correct return type for sc_reg.

15 months agoMerge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl into ppc...
Raymond Toy [Fri, 27 Jan 2012 04:15:40 +0000] 
Merge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl into ppc-update

15 months agoUpdate code to work with 10.4 as well as 10.5. Merge latest code
Raymond Toy [Fri, 27 Jan 2012 04:13:15 +0000] 
Update code to work with 10.4 as well as 10.5.  Merge latest code
to work with ppc.

15 months agoUpdate so we can build on darwin/x86 again.
Raymond Toy [Fri, 27 Jan 2012 03:41:38 +0000] 
Update so we can build on darwin/x86 again.

15 months agoUpdate so we can build on darwin/x86 again.
Raymond Toy [Fri, 27 Jan 2012 02:43:56 +0000] 
Update so we can build on darwin/x86 again.